Hi there

I have been trying to muddle through this for a few days, and haven't  
been able to figure out my problem.

I have created several cmp entity beans that have container managed  
relationships, but when I deploy them jboss pitches the followin fit:

12:51:52,559 WARN  [ServiceController] Problem starting service  
jboss.j2ee:service=EJB,jndiName=ejb/reporting/ReportCmdLocalHome
java.lang.NoSuchMethodError
         at  
org.jboss.ejb.plugins.cmp.jdbc.JDBCStartCommand.getRelationCreateTableSQ 
L(JDBCStartCommand.java:283)
         at  
org.jboss.ejb.plugins.cmp.jdbc.JDBCStartCommand.execute(JDBCStartCommand 
.java:111)
         at  
org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.startStoreManager(JDBCSt 
oreManager.java:457)
         at  
org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.start(JDBCStoreManager.j 
ava:369)
         at  
org.jboss.ejb.plugins.CMPPersistenceManager.start(CMPPersistenceManager. 
java:198)
         at  
org.jboss.ejb.EntityContainer.startService(EntityContainer.java:359)
         at  
org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:196)
         at org.jboss.ejb.Container.invoke(Container.java:720)
         at  
org.jboss.ejb.EntityContainer.invoke(EntityContainer.java:1023)
         at  
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
         at  
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController 
.java:951)
<snip/>

I have two beans  (ReportBatch / ReportName) that participate in a many  
to many unidirectional relationship and if I remove the source  
(ReportBatch) bean (maybe that is the wrong name) from my build every  
thing deploys just fine. The funny thing though is this error is  
generated on a bean that is farther down the relationship chain. the  
ReportCmd bean participates in a 1 to many unidirectional relationship  
with ReportName (ReportName has many ReportCmds).

I can supply ejb-jar.xml or jbosscmp-jdbc.xml or what ever files to  
anyone that is interested.

just from the error, does anyone know where I should start looking for  
my misconfiguration? (I assume this is caused by an error on my part  
because I haven't seen any other reports of such an error)

btw: I am using jboss from the 3.2 branch

thanks

-jason



-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to