[JCA] New message: "Re: (JBoss 5.0.0 EAP) - RAR contained in EAR no longer deployed before EJB Jars"
by Vicky Kak
User development,
A new message was posted in the thread "(JBoss 5.0.0 EAP) - RAR contained in EAR no longer deployed before EJB Jars":
http://community.jboss.org/message/529169#529169
Author : Vicky Kak
Profile : http://community.jboss.org/people/vickyk
Message:
--------------------------------------------------------------
> smceneaney wrote:
>
> In JBoss 5 the deployment order has changed. The EJB JARs are deployed first and then subsequently the RARs. I have attempted using strict module deployment ordering but this no longer works.
>
It is known issue with JBoss5 and if you are using EAP then talk to support team they would be able to give you one off patch.
https://jira.jboss.org/jira/browse/JBAS-7106
If you are not using EAP then you will have to create one off patch for it, you can find the details from the above pointed JIRA.
> smceneaney wrote:
> In addition, I have added @Depends annotations to my MDBs but this does not work either.
>
> If I disable my MDBs and allow JBoss to start without them I can see all of the the EJBs and MDBs in my application being deployed followed by my ResourceAdapters.
You should be able to set it via Depends annotaton, don't know what wrong is going on. Do you have a test case to explain it?
You can also try using prefix deployment sorted in JB5, check this JIRA
https://jira.jboss.org/jira/browse/JBAS-7614
I know it is much of backporting of features, can't help on that.
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/529169#529169
14 years, 11 months
[jBPM] New message: "JBPM 3.2.3 - Timer Problem"
by Juan Ramos
User development,
A new message was posted in the thread "JBPM 3.2.3 - Timer Problem":
http://community.jboss.org/message/529163#529163
Author : Juan Ramos
Profile : http://community.jboss.org/people/Urizen
Message:
--------------------------------------------------------------
Hi everybody,
Before the questions, excuse my english...
I have a simple process with a state node, it has two transitions: the first one has to be taken when the signal method is called on the token(manual processing); the second one, on the other hand, has to be taken automatically when the time range for the manual processing has expired.
For that purpose, I use a timer on the state node and set a default transition.
When I execute my test (tried with memory persistence and real database), I can see in the logs that, even when the timer fires and the execution continues, the timer is not cancelled and enters some kind of internal "loop" .
I´ve been reading all the documents and entries in the forum and I can´t find a solution for my problem...
I attach my process definition, the unit test, the main part of the JBPM configuration and here is the console output.
IdProceso: 1
notReceived Node
notReceived Node
notReceived Node
...
notReceived Node
notReceived Node
notReceived Node
notReceived Node
endState Node
Thanks in advance.
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/529163#529163
14 years, 11 months
[JCA] New message: "Re: How to reference an embedded JCA resource adapater"
by C G
User development,
A new message was posted in the thread "How to reference an embedded JCA resource adapater":
http://community.jboss.org/message/529160#529160
Author : C G
Profile : http://community.jboss.org/people/cgrf
Message:
--------------------------------------------------------------
Hi Shane,
Thanks for that useful hint. Actually, I'm using maven on this project, too. I've been mostly using ant before, so I knew I could do that with ant. Somehow, it just didn't come to my mind to look for this feature in maven.
As I mentioned before, I'm no longer planning to package the RAR file for this project. But still, I'm wondering +if+ there is a way to make a "relative" reference to the contained RAR file. It would seem like a very natural thing to me, but I'm beginning to suspect that it cannot currently be done in JBoss.
Best,
Christian
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/529160#529160
14 years, 11 months
[jBPM] New message: "Re: getVariables for multiple instances at once?"
by aaron ehrensberger
User development,
A new message was posted in the thread "getVariables for multiple instances at once?":
http://community.jboss.org/message/529159#529159
Author : aaron ehrensberger
Profile : http://community.jboss.org/people/aehrensberger
Message:
--------------------------------------------------------------
But the tasklist is available once I know whether or not I have the job right? I want to filter on salary before i even present the user with the opportunity to work on the job, which is why I'm trying to snag the variables to look at.
I apologize for going around in a circle... Seems like I'm just missing a basic understanding of how JBPM is built to handle what I'm desiring to do "out of the box" or more efficiently/effectively. I'm potentially doing something (design wise) that is throwing things out of whack!?!?!
--------------------------------------------------------------
To reply to this message visit the message page: http://community.jboss.org/message/529159#529159
14 years, 11 months