[jboss-user] [Installation, Configuration & DEPLOYMENT] - Incomplete deployment - DataSourceBinding- JBOSS 4.2.2 + EJB

July Pyrra do-not-reply at jboss.com
Tue Jun 3 06:40:12 EDT 2008


Hi everybody,
My deployment workes fine until an error occur all of the sudden, without any obvious change that could have caused it.

Here is my server.log:

--- MBeans waiting for other MBeans ---
ObjectName: persistence.units:jar=Datamodel.jar,unitName=Project
  State: NOTYETINSTALLED
  I Depend On:
    jboss.jca:name=cuoreds,service=DataSourceBinding
  Depends On Me:
    jboss.j2ee:jar=Datamodel.jar,name=Query,service=EJB3

ObjectName: jboss.j2ee:jar=Datamodel.jar,name=Query,service=EJB3
  State: NOTYETINSTALLED
  I Depend On:
    persistence.units:jar=Datamodel.jar,unitName=Project

--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss.jca:name=cuoreds,service=DataSourceBinding
  State: NOTYETINSTALLED
  Depends On Me:
    persistence.units:jar=Datamodel.jar,unitName=Project

Here is my persistence.xml:
<?xml version="1.0" encoding="UTF-8"?>
  | <persistence>
  | 
  | 	<persistence-unit name="Project">
  | 		<provider>org.hibernate.ejb.HibernatePersistence</provider>				
  | 		<jta-data-source>java:/cuoreds</jta-data-source>
  | 	</persistence-unit>
  | 	
  | </persistence>

What do I miss?
Any help is welcomed!

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4155275#4155275

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4155275



More information about the jboss-user mailing list