[JBoss Seam] - Tomcat + Embedded EJB
by KnisterPeter
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@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@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@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
19Â years
[JBoss Seam] - Why limiting SEAM to Web Applications?
by de54hsa
Hi there,
I monitored the subject SEAM and related issues since beginning of this year. I like the concepts but the implementation is limited to web services (if I understand it well). For our development work, this is a major pitfall.
We are developing rich clients using Swing due to requirements and historic reasons. We are locking to improve our development and framework environment. It would help us if SEAM could also work with traditional fat client concepts.
Can someone give me answers about the questions?:
? Is SEAM really limited to web services/ application?
? Why, is this the case?
? Did someone thing about to transpose it to SWING or SWT based clients?
? What is/are the reason/s not to do it?
>From a theoretical and architecture viewpoint, I do not see any showstopper that it should not work. It looks like that the new CRUD features of Netbeans Matisse use similar constructs.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4054216#4054216
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4054216
19Â years