-
1. Re: Deploying the same process twice (not versioning)
objectiser Jun 6, 2012 7:21 AM (in response to mfurjel)Hi Michal
This wouldn't be possible, as the BPEL process name etc would also have to be different between the two deployments.
The safest option would be to have two JBossAS environments, one for dev and one for test, using different ports (if running on the same machine) - and then you simply need to copy your dev BPEL archive over to your test environment without having to change anything.
Regards
Gary
-
2. Re: Deploying the same process twice (not versioning)
mfurjel Jun 6, 2012 7:28 AM (in response to objectiser)Hi Gary,
thanks very much for such a prompt answer.
One additional question (performance issue):
Is it better to have two completely separated JBossAS installed
or to copy e.g. 'default' profile, configure another port for it and run?
Thank you.
Kind regards,
Michal
-
3. Re: Deploying the same process twice (not versioning)
objectiser Jun 6, 2012 7:38 AM (in response to mfurjel)Hi Michal
Sorry don't know the answer to that one - you'll need to post that question to the jbossas team.
Regards
Gary