[Xdoclet-user] Help with web services

2005-04-19 Thread Giulio Ferro
Scenario: jboss 4, xdoclet 1.2.3 I'm stuck with this problem. I was able to deploy my ws on a EJB jar file using wseedoclet, what I'd like to do now is deploy the same ws into an existing web application (war file or directory, example 1000.myapp.war/). I've created the ws endpoint during the ejb

[Xdoclet-user] how to add a primary key constructor?

2005-04-19 Thread William Irving Zumwalt
I have the following at the class level in my BMP entity bean. * * @ejb.pk * class=com.quest.acaiis.ejb.entity.build.BuildPK * ... and the following in my build.xml ... entitypk/ My problem is I'm receiving the following error when building it ... [javac]

Re: [Xdoclet-user] DAO's in xdoclet

2005-04-19 Thread Andrew Stevens
On Mon, 2005-04-18 at 05:50, William Irving Zumwalt wrote: Hey all, I found this in an old email and was wondering if someone could clarify how this is done. This is exactly what I want, or am trying to do now, but I don't understand how. The pattern below was a question from Sun's DAO's.

RE: [Xdoclet-user] Merging jbosscmp-jdbc-{0}.xml files

2005-04-19 Thread Andrew Stevens
On Mon, 2005-04-18 at 09:20, Gerrit Grobbelaar wrote: Thank you, I managed to achieve what I wanted to by editing the jbosscmp-jdbc_xml.xdt file. I just added a XDtMerge:merge file=jbosscmp-jdbc-entity-command-{0}.xml element so that I can specify individually whether I want to add the

Re: [Xdoclet-user] Re: @wsee.handler tag generating webservices.xml that cannot be deployed in WAS6.0

2005-04-19 Thread Andrew Stevens
On Tue, 2005-04-12 at 01:59, Shantanu Sen wrote: On Fri, 2005-04-08 at 23:26, Shantanu Sen wrote: I am trying to test an EJB stateless session bean that I want to expose as a web service deployed in WebSpehere 6.0 App Server. I am also adding a handler and the relevant tags in

Re: [Xdoclet-user] question regarding WebSphereDoclet

2005-04-19 Thread Andrew Stevens
On Sat, 2005-04-09 at 00:13, Shantanu Sen wrote: I am trying to test a session bean to be deployed on WebSphere 6.0 AS. I tried using the WebSphereDoclet tag and it generated two websphere specific deployment artifacts:ibm-ejb-jar-bnd.xmi and ibm-ejb-jar-ext.xmi. The ejbJar elemenet in

Re: [Xdoclet-user] Questions regarding @wsee on WAS6.0

2005-04-19 Thread Andrew Stevens
On Mon, 2005-04-11 at 16:58, Shantanu Sen wrote: I have the following tags in a stateless session bean that I want to expose as a web service in WebSphere AS 6.0. /** * @ejb.bean * name=TestCardSession * jndi-name=mytest/TestCardSessionBean * type=Stateless *