[jboss-user] [JBoss Cache: Core Edition] - Re: Cache service not registered on cold start EAR persisten

2009-01-04 Thread ryanrlamothe
jaikiran, Our deployment scenario excludes Option #1, but Option #2 worked perfectlty!!! Thank you!!! I searched for hours for that information. Where is that located in the documentation? Again, thank you!!! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

[jboss-user] [JBoss Cache: Core Edition] - Re: Cache service not registered on cold start EAR persisten

2009-01-03 Thread jaikiran
Looks like a deployment ordering issue. I can think of two options: 1) Create a folder named "deploy.last" in server/default/deploy folder and place your EAR file in that deploy.last folder. That way, your EAR will be deployed after everything else is deployed OR 2) Create a jboss-app.xml (i

[jboss-user] [JBoss Cache: Core Edition] - Re: Cache service not registered on cold start EAR persisten

2009-01-03 Thread ryanrlamothe
I changed the following line with no change in behavior: | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199312#4199312 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199312 ___

[jboss-user] [JBoss Cache: Core Edition] - Re: Cache service not registered on cold start EAR persisten

2009-01-03 Thread ryanrlamothe
Here is my persistence.xml file: | http://java.sun.com/xml/ns/persistence"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaLocation="http://java.sun.com/xml/ns/persistence | http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd"; version="1.0"> |

[jboss-user] [JBoss Cache: Core Edition] - Re: Cache service not registered on cold start EAR persisten

2009-01-03 Thread ryanrlamothe
I tried placing the MBean definition in the default/conf/jboss-service.xml file instead of a standalone cache-config.xml file in /default/deploy but got a different error relating to TransactionManager being NULL at runtime. View the original post : http://www.jboss.com/index.html?module=bb&op=

[jboss-user] [JBoss Cache: Core Edition] - Re: Cache service not registered on cold start EAR persisten

2009-01-03 Thread ryanrlamothe
Caused by: javax.management.InstanceNotFoundException: jboss.cache:service=EJB3EntityCache is not registered. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199309#4199309 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=