[jboss-user] [JBossWS] - Glassfish interopepability. Invoking ws-security service dep

2008-12-01 Thread Lauri
Hi. There is a glassfish server running a webservice protected by Username token. Somehow it should be invoked from a servlet running in jboss 4.2.3 server. After couple of attempts to invoke the service I've ended up with exception org.jboss.ws.WSException: Policy not supported!

[jboss-user] [JBossWS] - Re: Glassfish interopepability. Invoking ws-security service

2008-12-01 Thread Lauri
I've tried to install JBossWS-metro. But still no luck By default application fails with Unable to load Provider: Failed to load javax.xml.ws.spi.Provider: org.jboss.ws.core.jaxws.spi.ProviderImpl If i add jbossws-client.jar or jbossws-metro-client.jar to .war servlet fails with

[jboss-user] [Security JAAS/JBoss] - Re: forms authentication class cast exception

2008-04-25 Thread Lauri
Almost a year have passed since question, but anyway its worth to answer. If you're getting error like this | 15:28:38,314 ERROR [CoyoteAdapter] An exception or error occurred in the container during the request processing | java.lang.ClassCastException: org.jnp.interfaces.NamingContext

[jboss-user] [JBossWS] - Re: How to log entire incoming and outgoing message?

2008-04-22 Thread Lauri
PeterJ wrote : Uncomment this entry in the jboss-log4j.xml file: |!-- Enable JBossWS message tracing | |category name=org.jboss.ws.core.MessageTrace | | priority value=TRACE/ | |/category | |-- | | | | The SOAP messages will then show up in

[jboss-user] [JBossWS] - Re: How to log entire incoming and outgoing message?

2008-04-22 Thread Lauri
*without = with View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4145978#4145978 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4145978 ___ jboss-user mailing list

[jboss-user] [JBossWS] - ERROR [org.jboss.wsf.stack.jbws.RequestHandlerImpl] Cannot c

2008-04-22 Thread Lauri
Hello. Do you probably know if such (see subject) error message mean serious trouble? Jboss 4.2.2 + jbossws 3.0.1 are installed. Quite often, may be on every WS call a error message is posted to the log 18:40:52,551 ERROR [org.jboss.wsf.stack.jbws.RequestHandlerImpl] Cannot close output stream

[jboss-user] [JBossWS] - Re: How to change http to https in wsdlsoap:address on WSDL

2008-04-03 Thread Lauri
Same is here. My task is to deploy POJO webservice bihind https transport and i'm stuck. I have tried older annotation tag @PortComponent but still unhelpful. Updating jbossws to jbossws-3.0.1-native-2.0.4.GA didn't help much, except PortComponent annotaion had gone from libraries. My

[jboss-user] [The Lizzard's corner] - Who is mrs. Julia Firsova?

2007-11-29 Thread Lauri
Hi guys, do you what she is doing? http://labs.jboss.com/developers#JuliaFirsova View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108795#4108795 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4108795

[jboss-user] [Clustering/JBoss] - Re: What is processCallbacks status 2?

2006-12-23 Thread Lauri
Ps jboss 4.0.3 GA View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3995999#3995999 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3995999 ___ jboss-user mailing list

[jboss-user] [Clustering/JBoss] - Re: What is processCallbacks status 2?

2006-12-23 Thread Lauri
I'm getting this error too. Approximately once per 20 minutes. related line from server.log 2006-12-23 06:41:52,445 WARN [org.apache.jk.common.ChannelSocket] processCallbacks status 2 - configuration details - I'm using jboss behind apache2, mod_jk block from