[jboss-user] [EJB 3.0] - deployments problems

fjarah do-not-reply at jboss.com
Fri May 16 16:13:46 EDT 2008


hii everybody, i have a problem, i wanna create a EJB 3.0 application with jbuilder 2007+ jboss 4.0.5 + ejb 3.0 + toplink .
and when i wanna deploy the project, shows this issue:

--- MBeans waiting for other MBeans ---
ObjectName: persistence.units:jar=ejb4.jar,unitName=Default
  State: NOTYETINSTALLED
  I Depend On:
    jboss.jca:name=OracleDS,service=DataSourceBinding

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

..........................................................................................
the persistence.xml

<?xml version="1.0" encoding="UTF-8"?>
<persistence version="1.0" xmlns="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 persistence_1_0.xsd">
<persistence-unit name="Default" transaction-type="JTA">
		
		
	
	oracle.toplink.essentials.PersistenceProvider
	
	
	
	
	
	<non-jta-data-source>java:/OracleDS</non-jta-data-source>
	</persistence-unit>


..................................................
please if you know guys tell me.
it's urgent!!!!
bye



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

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



More information about the jboss-user mailing list