david_b [http://community.jboss.org/people/david_b] created the discussion
"How can I configure a @Service bean externally"
To view the discussion, visit: http://community.jboss.org/message/597540#597540
--------------------------------------------------------------
Hi all,
I've developed a JBoss service using the @Service annotation. I've now come to the point where I need to configure the service for different deployments. Usually I'd use resource injection and env-entries in the ejb-jar.xml file, but this doesn't seem to be supported for service beans.
I've found a rather old feature request for adding this support:
https://issues.jboss.org/browse/EJBTHREE-801https://issues.jboss.org/browse/EJBTHREE-801
Assuming this still isn't available, I have a couple of questions.
Is there a good alternative to the ejb-jar file that will work in a clustered environment? Something better than a properties file?
Is there an alternative to the @Service annotation that provides the same functionality (singleton statefull session bean) and supports configuraiton through the ejb-jar file?
I'm using JBoss AS 6 and EJB 3.1.
Any help would be appreciated.
David
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/597540#597540]
Start a new discussion in EJB3 at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
Marie MM [http://community.jboss.org/people/mariemm] created the discussion
"How access subprocess when using Reusable Sub-process"
To view the discussion, visit: http://community.jboss.org/message/597559#597559
--------------------------------------------------------------
Hi,
I tried to use Reusable Sub-process which process includes human task. In persistence this task is connected with the subprocess and not with the top level process.
I would like to have a list of all tasks under top level process, but for now I was not able to get over following:
What is the way to access all subprocesses of top process?
I found that the connection between processes is saved in EVENTTYPES table, but how to get info from this table?
Thank you.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/597559#597559]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]
Michał Warecki [http://community.jboss.org/people/michal.warecki] created the discussion
"Human task users in jbpm 5"
To view the discussion, visit: http://community.jboss.org/message/597513#597513
--------------------------------------------------------------
Hello,
I have a question about adding users to task session. If I have registration business process, should I add to task session each user or rather I should add one role ( ie. Registration User ) ?
If first option is good, what if TaskServer shout down ? Should I add all users do task session ?
If second is better, how can I identify that specified task is attached to particular user ?
How it should be done?
Best regards
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/597513#597513]
Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&cont...]