Hi!

I beleive I came a bit closer to the solution after doing according to below.
At least the TransactionManager exception is gone

But still no deployment.

The server.log from starting after updating jboss-service.xml can be downloaded from
http://mikealen.freehomepage.com.

Many thanks in advance for any hints on what to do.

/Mike


From: Philip Dodds <[EMAIL PROTECTED]>
Reply-To: Philip Dodds <[EMAIL PROTECTED]>
To: [email protected]
Subject: Re: [servicemix-user] Deploying ServiceMix in JBoss
Date: Wed, 5 Oct 2005 08:39:29 -0400

Mike,

This could just be the depends missing from the jboss-service.xml in the
jboss-deployer-1.0.sar.. if you unzip it and replace it will:

<?xml version="1.0" encoding="UTF-8"?>

<!-- The J2EE application client deployer service
-->
<server>
<mbean code="org.servicemix.jboss.deployment.JBIDeployer"
name="org.servicemix:service=Deployer">
<depends optional-attribute-name="JBIContainer">
org.servicemix:service=JBIService
</depends>
</mbean>

<mbean code="org.servicemix.jboss.deployment.JBIService"
name="org.servicemix:service=JBIService">
<depends name="jboss:service=TransactionManager"/>
<attribute name="TransactionManager">java:/TransactionManager</attribute>
-->
</mbean>
</server>

Hopefully the container will start, there was a couple of others things in
the log to do with timeouts, however these could be to do with the EJB3
stuff. :)

Cheers

P


_________________________________________________________________
Nyhet! Hotmail direkt i din Mobil! http://mobile.msn.com/

Reply via email to