Gerard Biemolt wrote:
Hi All,

I'm currently trying to create a transaction between a standalone
application and a web service. By starting a usertransaction in
the standalone app and bridging it to/with the web service.
However I'm unable to get use a transaction in the web service.
I took these steps:

- published a transactional webservice with apache axis on tomcat 5.5
- added to /conf/server.xml
  <Transaction name="UserTransaction" factory="
com.arjuna.mw.wst.UserTransacti onFactory "/>
factory attribute has added spaces to it
shouldn't you define <Resource> not <Transaction>
- added to /conf/context.xml
   <ResourceLink name="UserTransaction" global="UserTransaction" type="
com.arjuna.mw.wst.UserTransactionFactory"/>
- added the following lines to the code:
            InitialContext ctx = new InitialContext();
            ut = (UserTransaction) ctx.lookup("java:comp/UserTransaction");
which gives the javax.naming.NameNotFoundException: Name UserTransaction is
java:comp/env/UserTransaction would be the correct place,

Filip
not bound in this Context

Am I missing some xml-statements somewhere?

thanks in advance,

Gerard

------------------------------------------------------------------------

No virus found in this incoming message.
Checked by AVG Free Edition. Version: 7.5.485 / Virus Database: 269.13.8/993 - Release Date: 9/6/2007 3:18 PM


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to