Configuração JPA

Amigos,

estou configurando meu projeto para usar JPA porém ao startar o Jboss o Log no console do eclipse aparece alguns erros o que esta faltando,

parece que não achou alguma dependência…

tenho que confugurar algo fora o que esta no meu persistence.xml ? segue abaixo como esta configurado

<?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 http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd">  
    <persistence-unit name="SegurancaJPA" transaction-type="JTA">  
        <jta-data-source>java:databaseDS</jta-data-source>  
        <class>br.com.portalsistema.beans.produtoTO</class>   
     <properties>    
              <property name="hibernate.dialect" value="org.hibernate.dialect.MySQLDialect"/>      
              <property name="hibernate.connection.driver_class" value="com.mysql.jdbc.Driver"/>      
              <property name="hibernate.connection.url" value="jdbc:mysql://localhost:3306/catalina"/>      
              <property name="hibernate.connection.username" value="root"/>      
              <property name="hibernate.connection.password" value="123"/>    
    </properties>    
    </persistence-unit>  
</persistence>
09:08:03,009 INFO  [ServerImpl] Starting JBoss (Microcontainer)...
09:08:03,010 INFO  [ServerImpl] Release ID: JBoss [Morpheus] 5.0.1.GA (build: SVNTag=JBoss_5_0_1_GA date=200902231221)
09:08:03,010 INFO  [ServerImpl] Bootstrap URL: null
09:08:03,010 INFO  [ServerImpl] Home Dir: C:\jboss-5.0.1.GA
09:08:03,010 INFO  [ServerImpl] Home URL: file:/C:/jboss-5.0.1.GA/
09:08:03,011 INFO  [ServerImpl] Library URL: file:/C:/jboss-5.0.1.GA/lib/
09:08:03,011 INFO  [ServerImpl] Patch URL: null
09:08:03,012 INFO  [ServerImpl] Common Base URL: file:/C:/jboss-5.0.1.GA/common/
09:08:03,012 INFO  [ServerImpl] Common Library URL: file:/C:/jboss-5.0.1.GA/common/lib/
09:08:03,012 INFO  [ServerImpl] Server Name: default
09:08:03,012 INFO  [ServerImpl] Server Base Dir: C:\jboss-5.0.1.GA\server
09:08:03,012 INFO  [ServerImpl] Server Base URL: file:/C:/jboss-5.0.1.GA/server/
09:08:03,012 INFO  [ServerImpl] Server Config URL: file:/C:/jboss-5.0.1.GA/server/default/conf/
09:08:03,012 INFO  [ServerImpl] Server Home Dir: C:\jboss-5.0.1.GA\server\default
09:08:03,012 INFO  [ServerImpl] Server Home URL: file:/C:/jboss-5.0.1.GA/server/default/
09:08:03,012 INFO  [ServerImpl] Server Data Dir: C:\jboss-5.0.1.GA\server\default\data
09:08:03,013 INFO  [ServerImpl] Server Library URL: file:/C:/jboss-5.0.1.GA/server/default/lib/
09:08:03,013 INFO  [ServerImpl] Server Log Dir: C:\jboss-5.0.1.GA\server\default\log
09:08:03,013 INFO  [ServerImpl] Server Native Dir: C:\jboss-5.0.1.GA\server\default\tmp\native
09:08:03,013 INFO  [ServerImpl] Server Temp Dir: C:\jboss-5.0.1.GA\server\default\tmp
09:08:03,013 INFO  [ServerImpl] Server Temp Deploy Dir: C:\jboss-5.0.1.GA\server\default\tmp\deploy
09:08:03,889 INFO  [ServerImpl] Starting Microcontainer, bootstrapURL=file:/C:/jboss-5.0.1.GA/server/default/conf/bootstrap.xml
09:08:04,843 INFO  [VFSCacheFactory] Initializing VFSCache [org.jboss.virtual.plugins.cache.CombinedVFSCache]
09:08:04,846 INFO  [VFSCacheFactory] Using VFSCache [CombinedVFSCache[real-cache: null]]
09:08:05,120 INFO  [CopyMechanism] VFS temp dir: C:\jboss-5.0.1.GA\server\default\tmp
09:08:05,167 INFO  [ZipEntryContext] VFS force nested jars copy-mode is enabled.
09:08:06,497 INFO  [ServerInfo] Java version: 1.6.0_32,Sun Microsystems Inc.
09:08:06,497 INFO  [ServerInfo] Java Runtime: Java(TM) SE Runtime Environment (build 1.6.0_32-b05)
09:08:06,497 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Client VM 20.7-b02,Sun Microsystems Inc.
09:08:06,497 INFO  [ServerInfo] OS-System: Windows 7 6.1,x86
09:08:06,547 INFO  [JMXKernel] Legacy JMX core initialized
09:08:08,230 INFO  [ProfileServiceImpl] Loading profile: default from: org.jboss.system.server.profileservice.repository.SerializableDeploymentRepository@bf1a4a(root=C:\jboss-5.0.1.GA\server, key=org.jboss.profileservice.spi.ProfileKey@143b82c3[domain=default,server=default,name=default])
09:08:08,233 INFO  [ProfileImpl] Using repository:org.jboss.system.server.profileservice.repository.SerializableDeploymentRepository@bf1a4a(root=C:\jboss-5.0.1.GA\server, key=org.jboss.profileservice.spi.ProfileKey@143b82c3[domain=default,server=default,name=default])
09:08:08,233 INFO  [ProfileServiceImpl] Loaded profile: ProfileImpl@1377711{key=org.jboss.profileservice.spi.ProfileKey@143b82c3[domain=default,server=default,name=default]}
09:08:09,641 INFO  [WebService] Using RMI server codebase: http://127.0.0.1:8083/
09:08:17,246 INFO  [NativeServerConfig] JBoss Web Services - Stack Native Core
09:08:17,247 INFO  [NativeServerConfig] 3.0.5.GA
09:08:40,876 INFO  [JMXConnectorServerService] JMX Connector server: service:jmx:rmi://127.0.0.1/jndi/rmi://127.0.0.1:1090/jmxconnector
09:08:41,082 INFO  [MailService] Mail Service bound to java:/Mail
09:08:44,353 WARN  [JBossASSecurityMetadataStore] WARNING! POTENTIAL SECURITY RISK. It has been detected that the MessageSucker component which sucks messages from one node to another has not had its password changed from the installation default. Please see the JBoss Messaging user guide for instructions on how to do this.
09:08:44,930 WARN  [AnnotationCreator] No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent
09:08:45,115 INFO  [TransactionManagerService] JBossTS Transaction Service (JTA version) - JBoss Inc.
09:08:45,115 INFO  [TransactionManagerService] Setting up property manager MBean and JMX layer
09:08:45,656 INFO  [TransactionManagerService] Initializing recovery manager
09:08:47,184 INFO  [TransactionManagerService] Recovery manager configured
09:08:47,184 INFO  [TransactionManagerService] Binding TransactionManager JNDI Reference
09:08:47,222 INFO  [TransactionManagerService] Starting transaction recovery manager
09:08:48,622 INFO  [Http11Protocol] Initializing Coyote HTTP/1.1 on http-127.0.0.1-8080
09:08:48,629 INFO  [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-127.0.0.1-8009
09:08:48,629 INFO  [StandardService] Starting service jboss.web
09:08:48,640 INFO  [StandardEngine] Starting Servlet Engine: JBoss Web/2.1.2.GA
09:08:48,712 INFO  [Catalina] Server startup in 189 ms
09:08:48,736 INFO  [TomcatDeployment] deploy, ctxPath=/jbossws
09:08:49,560 INFO  [TomcatDeployment] deploy, ctxPath=/invoker
09:08:49,711 INFO  [TomcatDeployment] deploy, ctxPath=/web-console
09:08:50,871 INFO  [RARDeployment] Required license terms exist, view vfszip:/C:/jboss-5.0.1.GA/server/default/deploy/jboss-local-jdbc.rar/META-INF/ra.xml
09:08:50,918 INFO  [RARDeployment] Required license terms exist, view vfszip:/C:/jboss-5.0.1.GA/server/default/deploy/jboss-xa-jdbc.rar/META-INF/ra.xml
09:08:50,968 INFO  [RARDeployment] Required license terms exist, view vfszip:/C:/jboss-5.0.1.GA/server/default/deploy/jms-ra.rar/META-INF/ra.xml
09:08:51,079 INFO  [RARDeployment] Required license terms exist, view vfszip:/C:/jboss-5.0.1.GA/server/default/deploy/mail-ra.rar/META-INF/ra.xml
09:08:51,150 INFO  [RARDeployment] Required license terms exist, view vfszip:/C:/jboss-5.0.1.GA/server/default/deploy/quartz-ra.rar/META-INF/ra.xml
09:08:51,780 INFO  [SimpleThreadPool] Job execution threads will use class loader of thread: main
09:08:51,817 INFO  [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
09:08:51,822 INFO  [RAMJobStore] RAMJobStore initialized.
09:08:51,822 INFO  [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
09:08:51,822 INFO  [StdSchedulerFactory] Quartz scheduler version: 1.5.2
09:08:51,823 INFO  [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
09:08:51,990 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=jdbc/databaseDS' to JNDI name 'java:jdbc/databaseDS'
09:08:52,182 INFO  [TomcatDeployment] deploy, ctxPath=/
09:08:52,429 INFO  [TomcatDeployment] deploy, ctxPath=/jmx-console
09:08:55,266 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=portalEmail' to JNDI name 'java:portalEmail'
09:08:55,278 INFO  [TomcatDeployment] deploy, ctxPath=/portalEmail
09:08:55,654 INFO  [StandardContext] The listener "org.apache.myfaces.webapp.StartupServletContextListener" is already configured for this context. The duplicate definition has been ignored.
09:08:55,714 ERROR [STDERR] log4j:ERROR A "org.jboss.logging.appender.FileAppender" object is not assignable to a "org.apache.log4j.Appender" variable.
09:08:55,714 ERROR [STDERR] log4j:ERROR The class "org.apache.log4j.Appender" was loaded by 
09:08:55,714 ERROR [STDERR] log4j:ERROR [BaseClassLoader@169fb09{vfszip:/C:/jboss-5.0.1.GA/server/default/deploy/portalEmail.war/}] whereas object of type 
09:08:55,714 ERROR [STDERR] log4j:ERROR "org.jboss.logging.appender.FileAppender" was loaded by [org.jboss.system.NoAnnotationURLClassLoader@1292d26].
09:08:55,714 ERROR [STDERR] log4j:ERROR Could not instantiate appender named "FILE".
09:08:55,795 INFO  [STDOUT] 09:08:55,794 INFO  [MyfacesConfig] No context init parameter 'org.apache.myfaces.PRETTY_HTML' found, using default value true
09:08:55,795 INFO  [STDOUT] 09:08:55,795 INFO  [MyfacesConfig] No context init parameter 'org.apache.myfaces.ALLOW_JAVASCRIPT' found, using default value true
09:08:55,795 INFO  [STDOUT] 09:08:55,795 INFO  [MyfacesConfig] No context init parameter 'org.apache.myfaces.RENDER_CLEAR_JAVASCRIPT_FOR_BUTTON' found, using default value false
09:08:55,795 INFO  [STDOUT] 09:08:55,795 INFO  [MyfacesConfig] No context init parameter 'org.apache.myfaces.SAVE_FORM_SUBMIT_LINK_IE' found, using default value false
09:08:55,795 INFO  [STDOUT] 09:08:55,795 INFO  [MyfacesConfig] No context init parameter 'org.apache.myfaces.READONLY_AS_DISABLED_FOR_SELECTS' found, using default value true
09:08:55,795 INFO  [STDOUT] 09:08:55,795 INFO  [MyfacesConfig] No context init parameter 'org.apache.myfaces.RENDER_VIEWSTATE_ID' found, using default value true
09:08:55,795 INFO  [STDOUT] 09:08:55,795 INFO  [MyfacesConfig] No context init parameter 'org.apache.myfaces.STRICT_XHTML_LINKS' found, using default value true
09:08:55,795 INFO  [STDOUT] 09:08:55,795 INFO  [MyfacesConfig] No context init parameter 'org.apache.myfaces.CONFIG_REFRESH_PERIOD' found, using default value 2
09:08:55,795 INFO  [STDOUT] 09:08:55,795 INFO  [MyfacesConfig] No context init parameter 'org.apache.myfaces.VIEWSTATE_JAVASCRIPT' found, using default value false
09:08:55,796 INFO  [STDOUT] 09:08:55,796 INFO  [MyfacesConfig] No context init parameter 'org.apache.myfaces.DETECT_JAVASCRIPT' found, using default value false
09:08:55,796 INFO  [STDOUT] 09:08:55,796 INFO  [MyfacesConfig] No context init parameter 'org.apache.myfaces.AUTO_SCROLL' found, using default value false
09:08:55,796 INFO  [STDOUT] 09:08:55,796 INFO  [MyfacesConfig] No context init parameter 'org.apache.myfaces.ADD_RESOURCE_CLASS' found, using default value org.apache.myfaces.renderkit.html.util.DefaultAddResource
09:08:55,796 INFO  [STDOUT] 09:08:55,796 INFO  [MyfacesConfig] No context init parameter 'org.apache.myfaces.RESOURCE_VIRTUAL_PATH' found, using default value /faces/myFacesExtensionResource
09:08:55,796 INFO  [STDOUT] 09:08:55,796 INFO  [MyfacesConfig] No context init parameter 'org.apache.myfaces.CHECK_EXTENSIONS_FILTER' found, using default value true
09:08:55,796 INFO  [STDOUT] 09:08:55,796 INFO  [MyfacesConfig] Starting up Tomahawk on the RI-JSF-Implementation.
09:08:55,796 INFO  [STDOUT] 09:08:55,796 INFO  [MyfacesConfig] Starting up Tomahawk on the MyFaces-JSF-Implementation
09:08:55,796 INFO  [STDOUT] 09:08:55,796 ERROR [MyfacesConfig] Both MyFaces and the RI are on your classpath. Please make sure to use only one of the two JSF-implementations.
09:08:55,876 INFO  [STDOUT] 09:08:55,876 INFO  [FacesConfigurator] Reading standard config META-INF/standard-faces-config.xml
09:08:56,082 INFO  [STDOUT] 09:08:56,081 INFO  [FacesConfigurator] Reading config : vfszip:/C:/jboss-5.0.1.GA/server/default/deploy/portalEmail.war/WEB-INF/lib/jsf-facelets.jar/META-INF/faces-config.xml
09:08:56,124 INFO  [STDOUT] 09:08:56,124 INFO  [FacesConfigurator] Reading config : vfszip:/C:/jboss-5.0.1.GA/server/default/deploy/portalEmail.war/WEB-INF/lib/richfaces-impl-3.3.3.Final.jar/META-INF/faces-config.xml
09:08:56,188 INFO  [STDOUT] 09:08:56,187 INFO  [FacesConfigurator] Reading config : vfszip:/C:/jboss-5.0.1.GA/server/default/deploy/portalEmail.war/WEB-INF/lib/richfaces-ui-3.3.3.Final.jar/META-INF/faces-config.xml
09:08:56,309 INFO  [STDOUT] 09:08:56,309 INFO  [FacesConfigurator] Reading config : vfszip:/C:/jboss-5.0.1.GA/server/default/deploy/portalEmail.war/WEB-INF/lib/tomahawk-1.1.5.jar/META-INF/faces-config.xml
09:08:56,348 INFO  [STDOUT] 09:08:56,348 INFO  [FacesConfigurator] Reading config /WEB-INF/faces-config.xml
09:08:56,396 INFO  [STDOUT] 09:08:56,396 INFO  [FacesConfigurator] MyFaces-package : myfaces-api not found.
09:08:56,396 INFO  [STDOUT] 09:08:56,396 INFO  [FacesConfigurator] MyFaces-package : myfaces-impl not found.
09:08:56,396 INFO  [STDOUT] 09:08:56,396 INFO  [FacesConfigurator] MyFaces-package : tomahawk-sandbox15 not found.
09:08:56,396 INFO  [STDOUT] 09:08:56,396 INFO  [FacesConfigurator] MyFaces-package : tomahawk-sandbox not found.
09:08:56,396 INFO  [STDOUT] 09:08:56,396 INFO  [FacesConfigurator] MyFaces-package : tomahawk not found.
09:08:56,434 INFO  [STDOUT] 09:08:56,434 WARN  [LocaleUtils] Locale name in faces-config.xml null or empty, setting locale to default locale : pt_BR
09:09:00,173 INFO  [STDOUT] 09:09:00,173 INFO  [FacesConfigurator] Serialization provider : class org.apache.myfaces.shared_impl.util.serial.DefaultSerialFactory
09:09:00,195 INFO  [STDOUT] 09:09:00,195 INFO  [AbstractFacesInitializer] ServletContext 'C:\jboss-5.0.1.GA\server\default\tmp\a2f4o4x-5sm5oo-h84e9rui-1-h84eator-9m\portalEmail.war\' initialized.
09:09:00,246 INFO  [STDOUT] 09:09:00,246 INFO  [CacheManager] Selected [org.ajax4jsf.cache.LRUMapCacheFactory] cache factory
09:09:00,276 INFO  [STDOUT] 09:09:00,276 INFO  [LRUMapCacheFactory] Creating LRUMap cache instance using parameters: {facelets.DEVELOPMENT=false, facelets.LIBRARIES=/WEB-INF/tomahawk.taglib.xml, org.ajax4jsf.VIEW_HANDLERS=com.sun.facelets.FaceletViewHandler, com.sun.faces.duplicateJARPattern=^tmp\d+(\S*\.jar), org.richfaces.SKIN=wine, com.sun.faces.injectionProvider=org.jboss.web.jsf.integration.injection.JBossDelegatingInjectionProvider, com.sun.faces.validateXml=true, facelets.SKIP_COMMENTS=true, com.sun.faces.verifyObjects=true, org.jboss.jbossfaces.WAR_BUNDLES_JSF_IMPL=true, javax.faces.DEFAULT_SUFFIX=.xhtml}
09:09:00,276 INFO  [STDOUT] 09:09:00,276 INFO  [LRUMapCacheFactory] Creating LRUMap cache instance of default capacity
09:09:00,296 INFO  [STDOUT] 09:09:00,296 INFO  [CacheManager] Selected [org.ajax4jsf.cache.LRUMapCacheFactory] cache factory
09:09:00,296 INFO  [STDOUT] 09:09:00,296 INFO  [LRUMapCacheFactory] Creating LRUMap cache instance using parameters: {facelets.DEVELOPMENT=false, facelets.LIBRARIES=/WEB-INF/tomahawk.taglib.xml, org.ajax4jsf.VIEW_HANDLERS=com.sun.facelets.FaceletViewHandler, com.sun.faces.duplicateJARPattern=^tmp\d+(\S*\.jar), org.richfaces.SKIN=wine, com.sun.faces.injectionProvider=org.jboss.web.jsf.integration.injection.JBossDelegatingInjectionProvider, com.sun.faces.validateXml=true, facelets.SKIP_COMMENTS=true, com.sun.faces.verifyObjects=true, org.jboss.jbossfaces.WAR_BUNDLES_JSF_IMPL=true, javax.faces.DEFAULT_SUFFIX=.xhtml}
09:09:00,296 INFO  [STDOUT] 09:09:00,296 INFO  [LRUMapCacheFactory] Creating LRUMap cache instance of default capacity
09:09:00,342 ERROR [ProfileServiceBootstrap] Failed to load profile: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):

DEPLOYMENTS MISSING DEPENDENCIES:
  Deployment "jboss.ejb:persistencePolicy=database,service=EJBTimerService" is missing the following dependencies:
    Dependency "jboss.jdbc:datasource=DefaultDS,service=metadata" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.jdbc:datasource=DefaultDS,service=metadata' **")
    Dependency "jboss.jca:name=DefaultDS,service=DataSourceBinding" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.jca:name=DefaultDS,service=DataSourceBinding' **")
  Deployment "jboss.ejb:service=EJBTimerService" is missing the following dependencies:
    Dependency "jboss.ejb:persistencePolicy=database,service=EJBTimerService" (should be in state "Create", but is actually in state "Configured")
  Deployment "jboss.jca:name=JmsXA,service=ConnectionFactoryBinding" is missing the following dependencies:
    Dependency "jboss.jca:name=JmsXA,service=TxCM" (should be in state "Create", but is actually in state "Configured")
  Deployment "jboss.jca:name=JmsXA,service=ManagedConnectionFactory" is missing the following dependencies:
    Dependency "jboss.messaging:service=ServerPeer" (should be in state "Create", but is actually in state "Configured")
  Deployment "jboss.jca:name=JmsXA,service=ManagedConnectionPool" is missing the following dependencies:
    Dependency "jboss.jca:name=JmsXA,service=ManagedConnectionFactory" (should be in state "Create", but is actually in state "Configured")
  Deployment "jboss.jca:name=JmsXA,service=TxCM" is missing the following dependencies:
    Dependency "jboss.jca:name=JmsXA,service=ManagedConnectionPool" (should be in state "Create", but is actually in state "Configured")
  Deployment "jboss.messaging.connectionfactory:service=ClusterPullConnectionFactory" is missing the following dependencies:
    Dependency "jboss.messaging:service=PostOffice" (should be in state "Create", but is actually in state "Configured")
    Dependency "jboss.messaging:service=ServerPeer" (should be in state "Create", but is actually in state "Configured")
  Deployment "jboss.messaging.connectionfactory:service=ClusteredConnectionFactory" is missing the following dependencies:
    Dependency "jboss.messaging:service=ServerPeer" (should be in state "Create", but is actually in state "Configured")
    Dependency "jboss.messaging:service=PostOffice" (should be in state "Create", but is actually in state "Configured")
  Deployment "jboss.messaging.connectionfactory:service=ConnectionFactory" is missing the following dependencies:
    Dependency "jboss.messaging:service=PostOffice" (should be in state "Create", but is actually in state "Configured")
    Dependency "jboss.messaging:service=ServerPeer" (should be in state "Create", but is actually in state "Configured")
  Deployment "jboss.messaging.destination:name=DLQ,service=Queue" is missing the following dependencies:
    Dependency "jboss.messaging:service=ServerPeer" (should be in state "Create", but is actually in state "Configured")
    Dependency "jboss.messaging:service=PostOffice" (should be in state "Create", but is actually in state "Configured")
  Deployment "jboss.messaging.destination:name=ExpiryQueue,service=Queue" is missing the following dependencies:
    Dependency "jboss.messaging:service=ServerPeer" (should be in state "Create", but is actually in state "Configured")
    Dependency "jboss.messaging:service=PostOffice" (should be in state "Create", but is actually in state "Configured")
  Deployment "jboss.messaging:service=JMSUserManager" is missing the following dependencies:
    Dependency "jboss.jca:name=DefaultDS,service=DataSourceBinding" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.jca:name=DefaultDS,service=DataSourceBinding' **")
  Deployment "jboss.messaging:service=PersistenceManager" is missing the following dependencies:
    Dependency "jboss.jca:name=DefaultDS,service=DataSourceBinding" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.jca:name=DefaultDS,service=DataSourceBinding' **")
  Deployment "jboss.messaging:service=PostOffice" is missing the following dependencies:
    Dependency "jboss.messaging:service=ServerPeer" (should be in state "Create", but is actually in state "Configured")
    Dependency "jboss.jca:name=DefaultDS,service=DataSourceBinding" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.jca:name=DefaultDS,service=DataSourceBinding' **")
  Deployment "jboss.messaging:service=ServerPeer" is missing the following dependencies:
    Dependency "jboss.messaging:service=JMSUserManager" (should be in state "Create", but is actually in state "Configured")
    Dependency "jboss.messaging:service=PersistenceManager" (should be in state "Create", but is actually in state "Configured")
  Deployment "jboss.mq:service=DestinationManager" is missing the following dependencies:
    Dependency "jboss.messaging:service=ServerPeer" (should be in state "Create", but is actually in state "Configured")
  Deployment "jboss:service=KeyGeneratorFactory,type=HiLo" is missing the following dependencies:
    Dependency "jboss.jca:name=DefaultDS,service=DataSourceBinding" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.jca:name=DefaultDS,service=DataSourceBinding' **")
  Deployment "persistence.unit:unitName=#SegurancaJPA" is missing the following dependencies:
    Dependency "jboss.jca:name=databaseDS,service=DataSourceBinding" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.jca:name=databaseDS,service=DataSourceBinding' **")

DEPLOYMENTS IN ERROR:
  Deployment "jboss.jca:name=DefaultDS,service=DataSourceBinding" is in error due to the following reason(s): ** NOT FOUND Depends on 'jboss.jca:name=DefaultDS,service=DataSourceBinding' **
  Deployment "jboss.jdbc:datasource=DefaultDS,service=metadata" is in error due to the following reason(s): ** NOT FOUND Depends on 'jboss.jdbc:datasource=DefaultDS,service=metadata' **
  Deployment "jboss.jca:name=databaseDS,service=DataSourceBinding" is in error due to the following reason(s): ** NOT FOUND Depends on 'jboss.jca:name=databaseDS,service=DataSourceBinding' **

09:09:00,355 INFO  [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080
09:09:00,372 INFO  [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
09:09:00,378 INFO  [ServerImpl] JBoss (Microcontainer) [5.0.1.GA (build: SVNTag=JBoss_5_0_1_GA date=200902231221)] Started in 57s:363ms

Você criou o datasource referido no persistence.xml?

Criei sim e esta conforme abaixo

no caminho “C:\jboss-5.0.1.GA\server\default\deploy”

alterei o arquivo “hsqldb-ds.xml”

<?xml version="1.0" encoding="UTF-8" ?>
	<datasources>
	  <local-tx-datasource>
	    <jndi-name>jdbc/databaseDS</jndi-name>
	    <connection-url>jdbc:mysql://localhost:3306/catalina</connection-url>
	    <driver-class>com.mysql.jdbc.Driver</driver-class>
	    <user-name>root</user-name>
	    <password>123</password>
	    <min-pool-size>5</min-pool-size>
	    <max-pool-size>30</max-pool-size>
	    <idle-timeout-minutes>1</idle-timeout-minutes>
	    <prepared-statement-cache-size>32</prepared-statement-cache-size>
	  </local-tx-datasource>
	</datasources>

O erro diz que este não foi encontrado.
Acho que você precisa rever isso.

Tb acho mas não sei o que pode esta errado sendo que acho que fiz todas as configurações necessarias

tem alguma sugestão ?

Camarada, faz séculos que não trabalho com o jboss 5… Eu uso o 7.1 atualmente e crio os datasources pela página de administração dele.
Bem mais fácil e seguro.

Vou mudar o Jboss para a versão 7 e tentar então

Feras alterei a versão do Jboss 5 para o 7 e o projeto não funciona mais,

existe alguma incompatibilidade ou algo que tenho que mudar no projeto ?

[quote=thiagoRibeiro]Feras alterei a versão do Jboss 5 para o 7 e o projeto não funciona mais,

existe alguma incompatibilidade ou algo que tenho que mudar no projeto ?[/quote]

Pô… “Não funciona mais” é sacanagem, né? hehehehe
O que acontece de errado?

Em todo caso, existe um “Migration Guide”.
How do I migrate my application from AS5 or AS6 to AS7

HTTP Status 404, isso quando “chamo” o projeto no localhost