[jboss-user] [JBoss Seam] - deployment error
minamti
do-not-reply at jboss.com
Wed Aug 15 17:27:03 EDT 2007
I had an application generated with seam-gen. I needed to get some JIRA fixes and so I downloadeded jboss-seam (trunk) and built it. I copied only the jars from the newly built jboss-seam-2.0.0.BETA1 directory (7 jar files excluding seam-gen.)
I get these messages while deploying. Anybody know what this is ?
I have only one jboss-seam-ui.jar.
14:16:29,600 INFO [Scanner] scanning: /C:/jboss-4.2.1.GA/server/default/tmp/dep
loy/tmp5638registration.ear-contents/registration-exp.war/WEB-INF/lib/jboss-seam
-debug.jar
14:16:29,620 INFO [Scanner] scanning: /C:/jboss-4.2.1.GA/server/default/tmp/dep
loy/tmp5638registration.ear-contents/registration.jar
14:16:29,690 INFO [Scanner] scanning: /C:/jboss-4.2.1.GA/server/default/tmp/dep
loy/tmp5638registration.ear-contents/registration-exp.war/WEB-INF/lib/jboss-seam
-mail.jar
14:16:29,730 INFO [Scanner] scanning: /C:/jboss-4.2.1.GA/server/default/tmp/dep
loy/tmp5638registration.ear-contents/registration-exp.war/WEB-INF/lib/jboss-seam
-ioc.jar
14:16:29,850 INFO [Scanner] scanning: /C:/jboss-4.2.1.GA/server/default/tmp/dep
loy/tmp5638registration.ear-contents/jboss-seam.jar
14:16:32,033 INFO [Scanner] scanning: /C:/jboss-4.2.1.GA/server/default/tmp/dep
loy/tmp5638registration.ear-contents/registration-exp.war/WEB-INF/lib/jboss-seam
-remoting.jar
14:16:32,203 INFO [Scanner] scanning: /C:/jboss-4.2.1.GA/server/default/tmp/dep
loy/tmp5638registration.ear-contents/registration-exp.war/WEB-INF/lib/jboss-seam
-ui.jar
14:16:32,594 INFO [Initialization] two components with same name, higher preced
ence wins: org.jboss.seam.core.manager
14:16:32,594 INFO [Initialization] two components with same name, higher preced
ence wins: org.jboss.seam.web.isUserInRole
14:16:32,614 INFO [Initialization] two components with same name, higher preced
ence wins: org.jboss.seam.bpm.businessProcess
14:16:32,614 INFO [Initialization] two components with same name, higher preced
ence wins: org.jboss.seam.persistence.persistenceProvider
14:16:32,624 INFO [Initialization] two components with same name, higher preced
ence wins: org.jboss.seam.core.resourceLoader
14:16:32,634 INFO [Initialization] two components with same name, higher preced
ence wins: org.jboss.seam.transaction.synchronizations
14:16:32,644 INFO [Initialization] two components with same name, higher preced
ence wins: org.jboss.seam.core.expressions
14:16:32,644 INFO [Initialization] two components with same name, higher preced
ence wins: org.jboss.seam.security.identity
14:16:32,644 INFO [Initialization] two components with same name, higher preced
ence wins: org.jboss.seam.core.locale
14:16:32,644 INFO [Initialization] two components with same name, higher preced
ence wins: org.jboss.seam.web.userPrincipal
14:16:32,654 INFO [Initialization] two components with same name, higher preced
ence wins: org.jboss.seam.core.locale
14:16:32,654 INFO [Initialization] two components with same name, higher preced
ence wins: org.jboss.seam.web.parameters
If I run this, I get a drools error after loggin in.
I did not copy any new drools jars as they are from 2.0BETA1.
Exception during request processing:
Caused by javax.servlet.ServletException with message: "#{identity.login}: java.lang.NoSuchMethodError: org.drools.StatefulSession.insert(Ljava/lang/Object;)Lorg/drools/FactHandle;"
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074590#4074590
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074590
More information about the jboss-user
mailing list