I have found why the Seam Actor Component wasn't auto-created. I haven't
associated an workflow file .jpdl.xml in the components.xml
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4042364#4042364
Reply to the post :
http://www.jboss.com/index.html?module=bb&o
Hi,
I also have a problem with the Seam Actor Java Bean.
I'm currently using a seam project generated with seam-gen and I'm trying to
use JBPM with it. I have take the dvdstore authenticator to test
authentification :
| Stateless
| @Name("authenticator")
| public class AuthenticatorActi
It looks like .jar placing in projects problem.
Removing the lines connected with Actor Seam component makes the problem
disapear.
I have three Eclipse projects.
EAR:
+ jboss-seam.jar
+ el-api.jar
+ el-ri.jar
+ jbpm-3.1.2.jar
JAR
+ hibernate-all.jar
+ myfaces-api-1.1.4.jar
+ jboss-ejb3-all.
Thanks for the reply. I used LoginAction from the dvd store example which also
uses stateless bean, provides the same functionality and does work. Could you
please explain what's the difference?
| package com.jboss.dvd.seam;
|
| import java.io.Serializable;
|
| import javax.ejb.Stat
Well, a stateless session bean cant have properties, to begin with
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002377#4002377
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4002377