[jboss-user] [JBossWS] - Re: HELP! Can not deploy even the simplest web service

2008-07-21 Thread timeagentess
You can see a basic list of steps for deploying a web service as an .ear here: http://metamorphiq.livejournal.com/9532.html These are some self notes I made while learning, so they might be sketchy -- feel free to ask if some parts are blurry. View the original post : http://www.jboss.com/index

[jboss-user] [JBossWS] - Re: Web Service Client Classpath

2008-07-11 Thread timeagentess
1. Which version do you use, wsrunclient.sh or wsrunclient.bat? 2. Is your JBOSS_HOME environment variable set to the proper value? I have never tried the .sh version, but wsrunclient.bat certainly runs out of the box. View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [JBossWS] - Re: WS-Security trouble: {http://www.w3.org/2005/08/addressi

2008-07-11 Thread timeagentess
I've been following the posts of helmutdoe and xinhua earlier, and Alessio Soldano seemed to suggest this might be a bug: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=138474 (just scroll down to Alessio's reply) No JIRA issues have been created yet, however, so I have no idea. I have

[jboss-user] [JBossWS] - Re: remote authentication=>no route to host found

2008-07-10 Thread timeagentess
Thank you for your answer, you put me on the right track! It was something related to jndi naming as I suspected, but a much more stupid mistake -- in login-config.xml I had set the datasource to "java:/jdbc/WSTwoDS", but I should have set it to "java:jdbc/WSTwoDS", as the *-ds.xml file had "jd

[jboss-user] [JBossWS] - remote authentication=>no route to host found

2008-07-04 Thread timeagentess
Hello all, I am testing authenticated access to a web service, with a security domain of my own and username/password taken from a mySQL database. I am using JBoss 4.0.5 and JBossWS 2.0.3, and on my localhost I have the mySQL database from where the username and password are taken, as well as t

[jboss-user] [JBossWS] - Re: ...Port does not contain operation meta data for: {http:

2008-07-04 Thread timeagentess
Thank you! Well, I'll be following closely the jira issue related to this :) Good luck to you, too! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4162557#4162557 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4162557 ___

[jboss-user] [JBossWS] - Re: ...Port does not contain operation meta data for: {http:

2008-07-04 Thread timeagentess
@helmutdoe: What error do you get when you only request signing in jboss-wsse-*.xml? (I'd like to see if my behaviour is the same, or whether I'm having additional problems) Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4162462#4162462 Reply to the

[jboss-user] [JBossWS] - Re: WS-Security trouble: {http://www.w3.org/2005/08/addressi

2008-06-30 Thread timeagentess
"[EMAIL PROTECTED]" wrote : Hi, as a general suggestion, I first of all suggest you to try using some more recent versions of both JBoss AS and JBossWS. Hi, thanks for the suggestions! As a matter of fact, I am using JBoss 4.2.2 and JBossWS 3.0.2 now, with the same problems. Some more answers/que

[jboss-user] [JBossWS] - Re: WS-Security trouble: {http://www.w3.org/2005/08/addressi

2008-06-30 Thread timeagentess
Tried out the same configuration in JBoss 4.2.2 with JBossWS 3.0.2, thinking maybe there was some bug which was fixed in the meantime. However, I am getting the same errors, which leads me to think that I must be doing something extremely stupid. Doesn't anybody have any clue about this? I appr

[jboss-user] [JBossWS] - Re: WS-Security trouble: {http://www.w3.org/2005/08/addressi

2008-06-27 Thread timeagentess
I intercepted the SOAP messages being sent, and it seems that the client signs the message, but the service does not answer in kind. When setting up the client and server for message encryption, the same thing occurs -- the client correctly encrypts the outgoing message, but then this error app

[jboss-user] [JBossWS] - WS-Security trouble: {http://www.w3.org/2005/08/addressing}A

2008-06-26 Thread timeagentess
Hello all, I am trying to use WS-Security and have a client and web service exchange signed messages. However, I have run into some trouble -- can't get rid of this error (seen on both server and client consoles): anonymous wrote : ERROR [SOAPFaultHelperJAXWS] SOAP request exception | javax.xm

[jboss-user] [JBossWS] - Re: new format required for wsdl in JBossws>2.0.0?

2008-06-26 Thread timeagentess
Never mind, solved -- my bad ;) For some reason, when working with the newer JBossWS, the wsconsume build script did not know how to resolve the localhost name in the given wsdl location to "localhost" and the wsdl was not found. Replacing the actual name with "localhost" solved the problem.

[jboss-user] [JBossWS] - Re: Need help : JBossWS Security!

2008-06-26 Thread timeagentess
"helmutdoe" wrote : The missing occurs if i remove the followin line on my code. | | ((StubExt) ksb).setConfigName("Standard WSSecurity Client"); | | | | And this is traceable to me because then the client application do not know how he should configure the SecurityHandlers. Sinc

[jboss-user] [JBossWS] - Re: Need help : JBossWS Security!

2008-06-25 Thread timeagentess
I apologize, I might have been a bit ambiguous -- I wanted to say that I encountered the same " is missing" error when the client pings the web service. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160562#4160562 Reply to the post : http://www.jboss.com/i

[jboss-user] [JBossWS] - Re: Need help : JBossWS Security!

2008-06-25 Thread timeagentess
I can confirm the same issue occurring when working with JBoss 4.0.5 & JBossWS 2.0.0. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160491#4160491 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4160491

[jboss-user] [JBossWS] - new format required for wsdl in JBossws>2.0.0?

2008-06-25 Thread timeagentess
Hello all, I have some problems transitioning from JBoss 4.0.5 + JBossws 2.0.0 to JBoss 4.2.0 + JBossws 3.0.2. A simple web service (deployed as an annotated EJB within an ear) which was working perfectly in the initial configuration cannot be consumed by wsconsume in the second configuration:

[jboss-user] [JBoss jBPM] - Re: hello-sample: no processdefinition.xml inside process ar

2007-12-07 Thread timeagentess
The jBPM BPEL 1.1.GA works fine, thank you very much for your help! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=463#463 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=463 ___

[jboss-user] [JBoss jBPM] - hello-sample: no processdefinition.xml inside process archiv

2007-11-27 Thread timeagentess
Hello all, I am trying to run the hello sample from jbpm-bpel-1.1.Beta3. Working on JBoss 4.0.5 with the default server, I have deployed the jbpm-bpel.sar as described in the user guide. Then I have performed ant pack-definition and deploy-definition for the hello example successfully. However

[jboss-user] [Beginners Corner] - Re: problem with jbpm

2007-11-21 Thread timeagentess
What jBPM version are you using? In newer versions (>3.2.GA), the address is http://localhost:8080/jbpm-console. This should solve it, assuming you don't have other problems. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4106652#4106652 Reply to the post :

[jboss-user] [JBossWS] - Re: IllegalStateException: Cannot load SecurityAdaptor while

2007-09-20 Thread timeagentess
Thank you, got them running in JBossWS 2.0.1. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4086661#4086661 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4086661 ___ jboss-use

[jboss-user] [JBossWS] - IllegalStateException: Cannot load SecurityAdaptor while run

2007-09-20 Thread timeagentess
Hello all, I am trying to run the SwaRef test sample from JBossWS 2.0 (working under JBoss 4.0.5). After building the tests, I execute ant -Dtest=jaxws/samples/swaref and I get this exception: java.lang.IllegalStateException: Cannot load SecurityAdaptor | at org.jboss.wsf.spi.invocation.Se

[jboss-user] [JBossWS] - Re: jboss4.0.5 + which version of jbossws + correct document

2007-08-09 Thread timeagentess
"rocken7" wrote : jbossws-1.2 or jbossws-2 do not seem to work on jboss-4.0.5.GA, at least any kind of java type mapping from the wsdl. Hm, I am using JBoss 4.0.5 with JBossWS 2, it appears to work ok. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4072427#4

[jboss-user] [JBossWS] - Re: Autogeneration of wrapper beans not supported with JAXRP

2007-05-01 Thread timeagentess
SOLVED! It turns out several automatically generated files (xx_RequestStruct, xx_ResponseStruct, etc.) are not copied to the ejb.jar and that's why they're not found on deployment. Why the rpc/literal works under those conditions is still a mystery to me, but the doc/lit works when you add thos

[jboss-user] [JBossWS] - Autogeneration of wrapper beans not supported with JAXRPC

2007-05-01 Thread timeagentess
Hello all, I am using JBoss as the application server for deploying web services. In particular, I use wscompile to generate the wsdl file, and I am starting from java beans with xdoclet annotations. The rpc/literal web services work perfectly, even tested them with a .NET client, arrays are p