[jboss-user] [JBoss Web Services Users] - wsdl generation for ejb3 webservice creates wsdl with import

2009-11-04 Thread KickMeToAndy
Hi, is it possible to tell jboss to generate the wsdl for an ejb3 webservice without any imports ? for following wsdl is generated for our webservice. the main problem is that the imported file contains another import. to generated the client we have to download the 3 files manually and fix the

[jboss-user] [JBossWS] - how to pass data from a GenericSOAPHandler to a LoginModule

2008-09-25 Thread KickMeToAndy
Hello, i was wondering if it is possible to pass information (username, password) from a custom GenericSOAPHandler to a JBoss LoginModule. In our SOAP Handler we extract the username, password from the wssecurity header in the soap message. We want the username and password to be validated by t

[jboss-user] [JBossWS] - wssecurity client threadsafety question

2008-09-09 Thread KickMeToAndy
Hello, we are using ws security (UsernameTokenProfile) with our JBoss server. The Client is a multithreaded web application. For each web service call we have to add the logged in users credentials to the webservice so we can pass the authentication at the server. The client code looks like :

[jboss-user] [Clustering/JBoss] - Clustering and UserTransaction

2006-08-07 Thread KickMeToAndy
Hello, can somebody confirm me that it is not possible to use a "default" UserTransaction with a JBoss cluster? As far as i found out you need a distributed transaction if you have an ejb client that wants to use a transaction while connecting to a cluster (that provides the clustered session/ent

[jboss-user] [EJB/JBoss] - TransactionManager not bound

2006-07-27 Thread KickMeToAndy
Hi all, when i try to access a jboss (3.2.7) cluster with my ejb client i am getting the following warning : | 20060727-134606.965 WARN [DefaultPartition] [MessageDispatcher up processing thread] [] javax.naming.NameNotFoundException: TransactionManager not bound is this something serious,

[jboss-user] [EJB/JBoss] - Transaction Required Exception in EJB Client

2006-07-20 Thread KickMeToAndy
Hello, i am getting a javax.transaction.TransactionRequiredException: Transaction Required when i try to access (finder method call) my ejb cmp beans from a ejb client. In my client i am using the UserTransction to handle transactions : tx = (UserTransaction) jndiContext.lookup("UserTra