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.
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
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
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
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