rajeev jha
unread,Dec 24, 2010, 5:46:44 AM12/24/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jiql
Hi,
I got a GAE account, and uploading a simple war with :
WEB-INF/appengine-api.jar
WEB-INF/lib/jiql.jar
WEB-INF/appengine-web.xml
WEB-INF/jiql.properties
WEB-INF/logging.properties
WEB-INF/web.xml
/jiql.jsp
updated web.xml with the following code :
<servlet>
<servlet-name>jiqlservlet</servlet-name>
<servlet-class>org.jiql.JiqlServlet</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>jiqlservlet</servlet-name>
<url-pattern>/jiqlservlet</url-pattern>
</servlet-mapping>
I was thinking to have everything to use such application as a jdbc
bind point for bigtables.
But, when i am hitting jiql.jsp and entering
user - admin
QSL query - create table Employee ( author varchar(256) ,content
varchar(256),date timestamp )
Its throwing following error :
/jiql.jsp
java.lang.NoClassDefFoundError: javax.net.SocketFactory is a
restricted class. Please see the Google App Engine developer's guide
for more details.
at javax.net.SocketFactory.<clinit>(SocketFactory.java)
Can you explain me how should it work, or point me on some links ?
Also GAE account and GAE account for Java is different ? which one
support JIQL ?
Thanks in advance,
Regards,
Rajeev Jha