[jboss-jira] [JBoss JIRA] Created: (JBAS-3664) Deploying EJB3.0 entity bean
madan srinivas (JIRA)
jira-events at jboss.com
Mon Sep 18 05:06:51 EDT 2006
Deploying EJB3.0 entity bean
----------------------------
Key: JBAS-3664
URL: http://jira.jboss.com/jira/browse/JBAS-3664
Project: JBoss Application Server
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Deployment services
Affects Versions: JBossAS-4.0.1 SP1
Environment: Windows 2000 Professional
Reporter: madan srinivas
Assigned To: Dimitris Andreadis
Hi,
I am deploying EJB3.0 Entity bean on JBoss 4.0.1sp1.
I am having ejb-jar.xml and persistence.xml in my META-INF and
Entity bean is not using any Remote Interface; as another Stateless SessionBean is instantiating the POJO Entitbean FileDetailsServiceBO and using EntityManager for persistence.
I get following error , Pls help.
14:29:31,163 WARN [verifier] EJB spec violation:
Bean : FileDetailsServiceBO
Section: 10.6.2
Warning: The entity bean's class must implement, directly or indirectly, the javax.ejb.EntityBean interface.
14:29:31,163 WARN [verifier] EJB spec violation:
Bean : FileDetailsServiceBO
Section: 10.6.2
Warning: The entity bean class must be defined as public and abstract.
14:29:31,163 WARN [verifier] EJB spec violation:
Bean : FileDetailsServiceBO
Section: 10.6.1
Warning: The Bean Provider must provide a remote interface and a remote home int
erface or a local interface and a local home interface for the bean.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list