[jboss-user] [Beginners Corner] - Re: HTTP Status 405 - HTTP method GET is not supported by th

2007-04-04 Thread prakah
Hello, 405 status code will be return when you try to access an Http method(get/post/etc...) which is not available. I think, you are having doGet method and you are asking for doPost. If that is the case, then by adding following code in the servlet will solve the problem. | public void

[jboss-user] [Beginners Corner] - how to use

2007-02-01 Thread prakah
Hello All, I have a requirement such that the finder method in an CMP entity bean should return 10 Entities from the specified starting position from the specified topic. How write ejb-ql query to retrive the required information? I have used the following statement as my ejb-ql query

[jboss-user] [JNDI/Naming/Network] - Re: Problem getting Datasource vi JNDI

2007-01-12 Thread prakah
Hello Markus, Try with the jndi name as java:jdbc/QuartzDS. This might solve your problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4001005#4001005 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4001005

[jboss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Problem in init ::: java.lang.StringIndexOutOfBoundsExce

2007-01-04 Thread prakah
Hello, Can you please the code of the init part of the servlet? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3997943#3997943 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3997943

[jboss-user] [JBossWS] - Upgrading 4.0.4 to 4.0.5

2006-12-13 Thread prakah
Hello All, I have an Medrec application running in JBoss 4.0.4 version. But the same application doesn't work in JBoss 4.0.5, even unable to compile medrec for this version. I think, there might be some changes were done WebService part. The error is given below. | genWSjava: |

[jboss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: ejbtut not bound

2006-10-29 Thread prakah
Hello, Can you please post the ejb-jar.xml and jboss.xml file contents and also the log contents which will be displayed when deploying the bean. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981657#3981657 Reply to the post :

[jboss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: ejbtut not bound

2006-10-29 Thread prakah
Also, please check the application.xml, because you have mentioned that your jar file name is ejbtut.jar but mentioned bean.jar in the application.xml. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3981658#3981658 Reply to the post :