[JBoss Web Services] New message: "RPC/Encoded Jboss solution"
by Lucas Toledo
User development,
A new message was posted in the thread "RPC/Encoded Jboss solution":
http://community.jboss.org/message/523283#523283
Author : Lucas Toledo
Profile : http://community.jboss.org/people/lucastoledo
Message:
--------------------------------------------------------------
I recently posted a question regarding http://community.jboss.org/message/520913#520913 since I was having problems with jboss-4.2.1.GA to generate RPC/Encoded WS requests.
The solution I found was to have jaxrpc.jar, saaj.jar and wsdl4j-1.5.1.jar files in the EAR file that I deploy to Jboss. I did not have to run Axis as a client from inside JBoss as kindly suggested. This is great and I am happy that it works. But to my embarrassment, I don't know why it works.
My question is, how does jboss know that it should use axis functionality provided on the ear file when passing the same jars to my local ws client jar does not solve the issue?
To put it differently, how does jboss know to use axis functionality for creating rpc encoded ws requests instead of using its very own jbossws functionality (which doesn't support RPC/Encoded)?
Thanks in advance.
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/523283#523283
15 years, 11 months
[JBoss Tools] New message: "Re: Switching seam debug mode"
by Max Andersen
User development,
A new message was posted in the thread "Switching seam debug mode":
http://community.jboss.org/message/523276#523276
Author : Max Andersen
Profile : http://community.jboss.org/people/max.andersen@jboss.com
Message:
--------------------------------------------------------------
> I've lost a lot of time experimenting because I was confused by different treating of main and hot source directories - main is build to build directory and then moved to WEB-INF/main while hot is build right to WEB-INF/dev inside project and moved with whole WEB-INF to WEB-INF on server. Is that different treating of src/hot needed for hot deployment?
src/main should *never* end up in WEB-INF/main - how do you get that ?
Any chance you are putting Maven in the mix here and the mappings between Maven and WTP is not done correctly somehow ?
/max
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/523276#523276
15 years, 11 months