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
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
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 :
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
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,
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