[JBoss-user] [JBossWS] - WS client with selfcontained truststore and keystore

2006-06-15 Thread peterbuus
I am developing an application using a jbossws JSR 109 client to connect to an external webservice protected by 2-way SSL. So far I have been able to pack all my deployment into a single .ear file that can be deployed on a out-of-the box 4.0.4GA jboss server, but I am not able to figure out how

[JBoss-user] [JBossWS] - wstool generating unknown type

2006-06-09 Thread peterbuus
I am running 4.0.4GA wstools in mode in order to generate client side stubs. The resulting stubs refers an instance of an unknown class arrayCoordinate public class Array { protected java.lang.String arrayType; protected arrayCoordinate offset; protected java.lang.String id; protected java

[JBoss-user] [Installation, Configuration & Deployment] - Re: War unable to find classes from common.jar in ear

2006-06-02 Thread peterbuus
I have the same problem on 4.0.4GA I have been trying to read the jboss classloader spec, a bit complex Can anybody explain how to achieve the requested deployment/classloading View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948675#3948675 Reply to the

[JBoss-user] [Installation, Configuration & Deployment] - Re: Hibernate and webservice deployment

2006-05-31 Thread peterbuus
Hmm - it does'nt work for me. Did you do any Class-Path references to _data.jar in your manifest.mf files? What version of jboss are you running? I'm running 4.0.4 - is my feeling that the jboss classloader strategy is a moving target valid? View the original post : http://www.jboss.com/in

[JBoss-user] [Installation, Configuration & Deployment] - Re: Hibernate and webservice deployment

2006-05-31 Thread peterbuus
I think I did try that approach - how do you specify the har/war deployer to include the jar file with the common classes? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948123#3948123 Reply to the post : http://www.jboss.com/index.html?module=bb&op=postin

[JBoss-user] [Installation, Configuration & Deployment] - Hibernate and webservice deployment

2006-05-31 Thread peterbuus
Hi I built a webservice using jbossws and packed it in a war ws.war I built a hibernate persistence layer on some domain classes and packed it in a har hibernate.har Now I want to deploy both archives in a single ear file - but that leaves the domain classes in hibernate.har invisible (ClassNot

[JBoss-user] [Security & JAAS/JBoss] - Re: Extra call of LoginModule

2005-08-04 Thread peterbuus
I found the cause of the error: Always remember to include in your login.conf when accessing ejb's from external clients. This is somehow done automatically when the logincontext is established thru http invocation. Maybe the documentation should be more explicit about that. /Peter View the

[JBoss-user] [Security & JAAS/JBoss] - Extra call of LoginModule

2005-08-03 Thread peterbuus
Hi jboss 4.0.2 I have written a custom LoginModule with a custom CallbackHandler, which I use to create a stateful session EJB. When my http session times out I would like to remove this EJB. Thus I have saved the actual callbackHandler in the http session and made a SessionListener: public

[JBoss-user] [Security & JAAS/JBoss] - Saved Subject

2005-07-06 Thread peterbuus
My application uses a custom built LoginModule giving rights for users to stateful EJB's protected by security-roles. This works fine, but I would like to establish a HttpSessionBindingListener that does some cleanup/remove on the users EJB's on http session timeout. This obviously has to be done