Yes, the snapshots are being installed to the repository nightly by Hudson. Unless something breaks, which temporarily stops the deployments usually until I fix it.
It's fine with me if you use the AS artifacts from the maven repository. That's why I put them there ;)
The jars should all be the same except for the manifest files, so if you find anything that's different/incorrect just let me know.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4187095#4187095
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4187095
Noticed that if I set the context.setError("message"), then the "error" outcome is taken, BUT the process is not advanced. So, although I now know how to get the process to take the "error" nav, it doesn't help because the process isn't advanced.
I'm handling this for a demo by instead just moving to the next task, BUT putting up a message that it is actually queued for another actor. Any ideas on how to do this better?
Next question: When the process ends, I can't find a way to handle it gracefully. IF I could return a nextTaskId of '0' and have a way to handle redirection to "home.jsf", then this would be handled fine. I can return the nextTaskId okay, but can't find a way to redirect.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4187092#4187092
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4187092
Relates to: JBWS-2384
Detailed problem description:
---
We need to understand some TomcatDeployment deployer implementation details. The problem description we have is described in JBWS-2384 bug.
Short problem description:
---
We do generate JBossWebMetaData and we're passing virtualHosts to it.
Later this dynamically generated JBossWebMetaData is picked up by TomcatDeployment deployer.
However we're getting NameAlreadyBoundException because the envCtx returned by JNDI lookup in EncListener is the same for each performDeployInternal() method call (performDeployInternal() method is called for each virtual host).
Any help is highly appreciated. We'd like to know what affects the JNDI lookup in ENCListener and why it returns the same instance?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4187085#4187085
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4187085