[jboss-user] [JBoss Seam] - Tomcat + Embedded EJB

KnisterPeter do-not-reply at jboss.com
Thu Jun 14 04:23:59 EDT 2007


Hi,

my EJBs are not deployed as expected. Below is part of my logfile with the (I think) relevant parts. I'm using SEAM 1.2.1.GA and want to use Hibernate JPA, but I think one problem related to the EJBs is that hibernate does not get started.  There are no error messages in the logfile so I have no idea what is going on.

Logfile:
10:19:25,198 WARN  [BeanSchemaBinding] You should use the 2.0 version of the Microcontainer xml. xmlns='urn:jboss:bean-deployer:2.0'
  | 10:19:25,696 INFO  [LocalTxDataSource] Bound datasource to JNDI name 'java:/DefaultDS'
  | 10:19:26,188 INFO  [LocalTxDataSource] Bound datasource to JNDI name 'java:/KingPin'
  | 10:19:27,035 INFO  [Ejb3Deployment] EJB3 deployment time took: 726
  | 10:19:27,234 INFO  [Ejb3Deployment] EJB3 deployment time took: 198
  | 10:19:27,902 INFO  [Ejb3DescriptorHandler] adding class annotation org.jboss.annotation.internal.DefaultInterceptorMarker to de.llynch.kingpin.action.impl.RegisterAction org.jboss.annotation.internal.DefaultInterceptorMarkerImpl at 151dcd6
  | 10:19:28,032 INFO  [Ejb3Deployment] EJB3 deployment time took: 797
  | 10:19:28,170 INFO  [MCKernelAbstraction] installing bean: jboss.j2ee:jar=jboss-seam-1.2.1.GA,name=Dispatcher,service=EJB3 with dependencies:
  | 10:19:28,489 INFO  [EJBContainer] STARTED EJB: org.jboss.seam.core.Dispatcher ejbName: Dispatcher
  | 10:19:28,609 INFO  [MCKernelAbstraction] installing bean: jboss.j2ee:jar=jboss-seam-1.2.1.GA,name=TransactionListener,service=EJB3 with dependencies:
  | 10:19:28,740 INFO  [EJBContainer] STARTED EJB: org.jboss.seam.core.TransactionListener ejbName: TransactionListener
  | 10:19:28,752 INFO  [MCKernelAbstraction] installing bean: persistence.units:jar=llynch-kingpin-lib-1.0-SNAPSHOT.jar,unitName=kingpin with dependencies:
  | 10:19:28,753 INFO  [MCKernelAbstraction]        AbstractDependencyMetaData at 913c56{dependency=KingPin}
  | 10:19:28,763 INFO  [MCKernelAbstraction] installing bean: jboss.j2ee:jar=llynch-kingpin-lib-1.0-SNAPSHOT,name=RegisterAction,service=EJB3 with dependencies:
  | 10:19:28,946 INFO  [MCKernelAbstraction]        AbstractDependencyMetaData at 1c66ec7{dependency=persistence.units:jar=llynch-kingpin-lib-1.0-SNAPSHOT.jar,unitName=kingpin}
  | 

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

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



More information about the jboss-user mailing list