| Author |
Container managed EJB: java:/DefaultDS was not deployed
|
|
| abc123 2005-10-14, 6:57 pm |
| I am new to J2EE env. I am doing the SUN J2EE tutorial in the
following environment:
Eclipse
MyEclipse
JBOSS
mySQL
When I try to deploy container managed EJB Roster application, I am
getting the following error:
ERROR [EntityContainer] Starting failed
jboss.j2ee:jndiName=ejb/League,service=EJB
org.jboss.deployment.DeploymentException: type-mapping is not
initialized: java:/DefaultDS was not deployed or type-mapping was not
configured.
at
org.jboss.ejb.plugins.cmp.jdbc.metadata.JDBCEntityMetaData.getTypeMapping(JDBCEntityMetaData.java:1088)
My Bean managed EJB deployed and worked successfully in the same
environment. I am using xDoclet to generate all the files.
Can anyone please help me?
Thanks.
| |
| ganaparthi 2007-08-07, 5:34 am |
| quote: Originally posted by abc123
I am new to J2EE env. I am doing the SUN J2EE tutorial in the
following environment:
Eclipse
MyEclipse
JBOSS
mySQL
When I try to deploy container managed EJB Roster application, I am
getting the following error:
ERROR [EntityContainer] Starting failed
jboss.j2ee:jndiName=ejb/League,service=EJB
org.jboss.deployment.DeploymentException: type-mapping is not
initialized: java:/DefaultDS was not deployed or type-mapping was not
configured.
at
org.jboss.ejb.plugins.cmp.jdbc.metadata.JDBCEntityMetaData.getTypeMapping(JDBCEntityMetaData.java:1088)
My Bean managed EJB deployed and worked successfully in the same
environment. I am using xDoclet to generate all the files.
Can anyone please help me?
Thanks.
| |
| ganaparthi 2007-08-07, 5:39 am |
| quote: Originally posted by ganaparthi
Hey,
I too got the same problem. But the same is working fine in JBoss-4.0.3SP1 and not in JBoss-4.2.0.GA.
How did you solve?? | |
|
|
|
|
|
|
|
|