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
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
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
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
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
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
___
@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
"[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
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
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
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
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.
"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
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
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
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:
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
___
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
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 :
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
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
"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
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
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
24 matches
Mail list logo