[JBoss-user] [JBossWS] - Caller idendity propagation...

2006-06-29 Thread newsted
Hi everybody, I am trying to call a remote web service endpoint from a secured servlet (so I am already authenticated) and I would like to know if caller idendity propagation is possible. I m using the ws secure handler chain and have specified 'username' in the jboss-wsse-client.xml. But when

[JBoss-user] [EJB/JBoss] - java.lang.NoClassDefFoundError: $Proxy246

2005-02-04 Thread newsted
hi everybody, I have a strange problem when I am trying to access a remote ejb (deployed in a jboss under windows) from a client deployed on another jboss on AIX5L. The lookup returns a valid value but it throws an NoClassDefFoundError: $proxy246, when trying to unmarshall the returned value.

[JBoss-user] [EJB/JBoss] - Re: java.lang.NoClassDefFoundError: $Proxy246

2005-02-04 Thread newsted
and I am running JBoss 3.2.3 on jvm ibm 1.4.1 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3865197#3865197 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3865197

[JBoss-user] [EJB/JBoss] - dynamic proxy problem when lookup remote ejb...

2005-02-04 Thread newsted
hi everybody, I have a strange problem when I am trying to access a remote ejb (deployed in a jboss 3.2.3 under windows) from a client deployed on another jboss 3.2.3 on AIX5L. The lookup returns a valid value but it throws an NoClassDefFoundError: $proxy246, when trying to unmarshall the