[JBoss-user] [JBossWS] - Re: wstools-config.xml

2006-06-11 Thread [EMAIL PROTECTED]
1) yes 2) yes View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3950367#3950367 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3950367 ___ JBoss-user mailing list

[JBoss-user] [JBossWS] - Re: wstools-config.xml

2006-06-07 Thread [EMAIL PROTECTED]
EJB3.0 is ready since summer last year. Also, I am not talking about EJB3 - I am talking about providing web service meta data through annotations (JSR181) that can be applied to pojos or ejbs View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949642#3949642

[JBoss-user] [JBossWS] - Re: wstools-config.xml

2006-06-07 Thread cliffb53
Do you guys provide paid support for that? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949730#3949730 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3949730 ___ JBoss-user

[JBoss-user] [JBossWS] - Re: wstools-config.xml

2006-06-07 Thread cliffb53
Also, do annotations play nice with WS-Security in JBossWS-1.0? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949731#3949731 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3949731

[JBoss-user] [JBossWS] - Re: wstools-config.xml

2006-06-06 Thread [EMAIL PROTECTED]
webservices.xml supports multiple service endpoints. You have to merge the wstools generated webservices.xml files manully. BTW, wscompile does not generate webservices.xml at all. Why not use JSR181 endpoints and get rid of all those offline tools generation issue all together? View the

[JBoss-user] [JBossWS] - Re: wstools-config.xml

2006-06-06 Thread cliffb53
Maybe when JBossAS is EJB3.0 ready I'll spend some time looking at that... for the time being, I want to stick with proven technologies even if it means having to do some manual steps. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3949505#3949505 Reply to the

[JBoss-user] [JBossWS] - Re: wstools-config.xml

2006-05-30 Thread steinarruneEriksen
OK, let's take this one step further. I have 2 EJB's which each configures one endpoint (SEI) each. Using wstools and 2 different wstools-*-config.xml files I produce 2 different jaxrpc-mapping-*.xml files. All well so far. My problem. There is this file called webservices.xml that is

[JBoss-user] [JBossWS] - Re: wstools-config.xml

2006-05-30 Thread cliffb53
I'm also interested in this. The only way I managed to do that is to maintain a hand-coded webservices.xml but if there's an automatic way it would be really nice to know. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3947676#3947676 Reply to the post :

[JBoss-user] [JBossWS] - Re: wstools-config.xml

2006-05-23 Thread [EMAIL PROTECTED]
You need to distinguish between #1 multiple service endoint beans or endoint interfaces (SEI) #2 operations operation per endpoint wstools does not support #1 and no other tool that I know of can do that. #2 is of course supported - we have doc/lit tests with many operations I reopen

[JBoss-user] [JBossWS] - Re: wstools-config.xml

2006-05-23 Thread RamcisJBOSS
I have multiple web service to compile. As I understand, I must compile each one separatly. Here is an example, my structure of project seems like this : src |Client | |Interface | | |ClientInterface.java | |Impl | | |ClientImpl.java |Provider |

[JBoss-user] [JBossWS] - Re: wstools-config.xml

2006-05-22 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBWS-949 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3945306#3945306 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3945306 --- Using

[JBoss-user] [JBossWS] - Re: wstools-config.xml

2006-05-22 Thread [EMAIL PROTECTED]
cliffb53 wrote : Maybe I'm wrong but from my experiences I reckon that wstools only supports a single webservice per config.xml. | That is correct, this is because the output directory is shared for a single tools run. anonymous wrote : It rewrites the files per iteration (ie. you have two

[JBoss-user] [JBossWS] - Re: wstools-config.xml

2006-05-22 Thread cliffb53
anonymous wrote : | That is correct, this is because the output directory is shared for a single tools run. | and anonymous wrote : You need to specify separate output directories for each run So, if I want to deploy a couple of webservices, I have to generate the files, each to a given

[JBoss-user] [JBossWS] - Re: wstools-config.xml

2006-05-22 Thread RamcisJBOSS
So, what is the utility of wstools with this limits ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3945501#3945501 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3945501

[JBoss-user] [JBossWS] - Re: wstools-config.xml

2006-05-21 Thread RamcisJBOSS
If you look in the XSD schema file of config.xml, you will see that you can make more than element. It is possible to compile more than one web service, but how??? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3945183#3945183 Reply to the post :

[JBoss-user] [JBossWS] - Re: wstools-config.xml

2006-05-20 Thread cliffb53
Maybe I'm wrong but from my experiences I reckon that wstools only supports a single webservice per config.xml. It rewrites the files per iteration (ie. you have two config.xml files and when wstools parses the second, the output from the first is rewritten) therefore I have found the tool