Hi,

I followed the FAQ 
http://servicemix.apache.org/how-do-i-share-a-single-object-between-different-service-units.html

defining a shared bean in the jndi.xml file.

Then I defined in my SU's xbean.xml 
<jee:jndi-lookup id="mySingletonId" jndi-name="mySingletonJndiName" />

After deployment of the su smx tells me that the jee namespace is unknown.
Ok so I found somewhere in the forums this namespace definition:
xmlns:jee="http://www.springframework.org/schema/jee";

I put it in but when trying to deploy smx tells me that it doesn't knows
that namespace !?

Would do I have to put in that it works?

Regards
Lars

-- 
View this message in context: 
http://www.nabble.com/Question-regarding-sharing-an-object-through-jndi-tp16627302p16627302.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to