[JBoss-user] [JBoss.NET & SOAP] - Re: Changing in0,in1,... into more proper parameter names

2004-07-08 Thread kris_moens
fheldt, Indeed, i'm using the one jboss provided, not the one from the nsdev site. I hope this site will be available again soon. thanks for the replies Kris View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841362#3841362 Reply to the post : http://www.

[JBoss-user] [JBoss.NET & SOAP] - Re: Changing in0,in1,... into more proper parameter names

2004-07-06 Thread kris_moens
Thank you for the reply fheldt i tried this : /** * @ejb:interface-method view-type="local" * @ejb.interface-method * @jboss-net.web-method * @jboss-net.wsdd-operation returnQName="firstname" */ public String hello(String firstname) { return "hello " + firstname; } but it still resulted

[JBoss-user] [JBoss.NET & SOAP] - Changing in0,in1,... into more proper parameter names

2004-07-06 Thread kris_moens
Hi, is there a way (using Xdoclet) to change the default parameters in0,in1,... of a web service EJB-endpoint method to a more proper descriptive name that will appear in the generated WSDL ? I've read sth about @jboss-net.wsdd-operation, but an example was missing. The link to the famous Neal

[JBoss-user] [HTTPD, Servlets & JSP] - Where to store JSP generated by a servlet ?

2004-02-24 Thread kris_moens
Hello, We're trying to port a hughe webapplication from WAS to JBoss-3.2.3. In this webapp there sits a servlet that generates a JSP page. (Webapp is not related yet to j2ee, just simple jsp/servlet) With WAS or Tomcat, we have a specific directory for each webapp, so we know where to store that

[JBoss-user] [Datasource Configuration] - How to turn off autocommit ?

2004-02-24 Thread kris_moens
Hi, i'm using jboss-3.2.3 running a servlet that does some actions on a database, and using a commit statement. Now, the Jboss log tells me the following: "SQLException: null You cannot commit with autocommit set! 0" So, i looked hard to find where i could turn of this autocommit, but i didnt