[jboss-user] [JBossWS] - Re: JBossWS 1.0.1GA JSR181 and WS-Security

2006-08-01 Thread yi_zhang
One of my co-workers has reported this problem to JBoss. 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3962333#3962333

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3962333
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: JBossWS 1.0.1GA JSR181 and WS-Security

2006-07-26 Thread [EMAIL PROTECTED]
Could you create JIRA with an example deployment attached?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3961032#3961032

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3961032
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: JBossWS 1.0.1GA JSR181 and WS-Security

2006-07-17 Thread ramazanyich
did you do all steps ?
did you get latest version from SVN, build it and deployed it to your JBOSS 
instance?
Did you add @HandlerChain annotation to your class?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3958383#3958383

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3958383
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: JBossWS 1.0.1GA JSR181 and WS-Security

2006-07-14 Thread ramazanyich
I downloaded latest version from SVN and build it.
Based on test case for JSR181EJB I modified my class file.
I added annotation on my EJB bean class:
@HandlerChain(file = resource://config/ServerHandlers.xml, name = 
SecureHandlerChain)

during packaging of my JAR file I add config/ServerHandlers.xml file:



  | ?xml version=1.0 encoding=UTF-8?
  | 
  | handler-config
  |handler-chain
  |   handler-chain-nameSecureHandlerChain/handler-chain-name
  |   handler
  |  handler-nameWSSecurityHandlerInbound/handler-name
  |  
handler-classorg.jboss.ws.wsse.WSSecurityHandlerInbound/handler-class   
  
  |   /handler
  |/handler-chain
  | /handler-config
And now if I try to access it from webservices client without wsse:security I 
get :
This service requires wsse:Security, which is missing.
So it is fixed ! Thanks.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3958012#3958012

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3958012
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: JBossWS 1.0.1GA JSR181 and WS-Security

2006-07-14 Thread [EMAIL PROTECTED]
anonymous wrote : 
  | This service requires wsse:Security, which is missing
  | 

Yes, that happens when the client request isn't signed/encrypted.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3958022#3958022

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3958022
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: JBossWS 1.0.1GA JSR181 and WS-Security

2006-07-14 Thread yi_zhang
Ramil,

Thanks for sharing the solution.  I tried what you suggested and got Cannot 
process handler chain.  

Here is the jar file structure:

myWebService.jar
class files
config/ServerHandlers.xml
META-INF
jboss-wsse-server.xml
wsse.keystore
wsse.truststroe

I used the exact same ServerHanlers.xml as you.

Am I missing something?

Thanks,
Yi

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3958238#3958238

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3958238
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: JBossWS 1.0.1GA JSR181 and WS-Security

2006-07-12 Thread ramazanyich
have the same issue :(. And didn't find for a moment any clue how to do it. 
Maybe we could open an JIRA issue with simple test case?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3957271#3957271

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3957271
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBossWS] - Re: JBossWS 1.0.1GA JSR181 and WS-Security

2006-07-11 Thread yi_zhang
Also, I've tried to include the jboss.xml as suggested by some other posts but 
to no avail.  The only difference is that we have a JSR-189 endpoint and others 
who got WS-Security working on JBoss had JSR-109 endpoints. 

Has anyone gotten a JSR-189 endpoint to work with WS-Security on JBoss?

Thanks,
Yi

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3957175#3957175

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3957175
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user