I found the examples on-line and deployed to JBOSS with ejb3 profile
successfully. It seems that the Hibernate Tools has problem on generating
reliable seam framework.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948782#3948782
Reply to the post :
http://
I found the examples on-line and deployed to JBOSS with ejb3 profile
successfully. It seems that the seam ear file from Hibernate Tools has some
problems.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948781#3948781
Reply to the post :
http://www.jboss.com
I used the Hibernate Tools to build an Seam App and deployed it to JBOSS with
ejb3 profile.
The following error is in the JBOSS startup process.
16:13:54,624 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:ear=seama
pp.ear,jar=seamapp.ejb3,name=EmployeeEditorBean,service=EJB3 with depen
Thanks Gavin. After I installed the ejb3 profile and it is ok for the
seam-booking example.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3948566#3948566
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3948566
___
I followed the instruction and deploy the seam example but came across an error.
17:26:30,597 ERROR [MainDeployer] Could not create deployment: file:/C:/jbos
s-4.0.4.CR2/server/default/tmp/deploy/tmp6586jboss-seam-booking.ear-contents/jbo
ss-seam-booking.jar
org.jboss.deployment.DeploymentExceptio
Originally, I generated the ear file using the Hibernate Tool's build.xml file
and follow the readme.txt but it did not work.
I found a suggestion below to put the class-path in mainfest.mf but I got a
complaint that the jar file cannot be found and the logical approach is to have
the path. I
I created a mainfest.mf file for seamapp.war as the following
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.6.5
Created-By: 1.5.0_06-b05 (Sun Microsystems Inc.)
Class-Path: /WEB-INF/lib/myfaces-api.jar /WEB-INF/lib/jboss-seam.jar /
WEB-INF/lib/ejb3-persistence.jar WEB-INF/lib/hibernate-annotati