[jboss-dev-forums] [Design of POJO Server] - Looking at deployment structure - JBAS-5823

alesj do-not-reply at jboss.com
Wed Aug 13 10:56:17 EDT 2008


I'm done with porting the old deployment structure
to new ManagedDeployment API:
 - https://jira.jboss.org/jira/browse/JBAS-5823

But there are a couple of issues:
1) in order to use this new API, we must run in profileservice configuration
2) deployment needs to go over DeploymentManager, which copies whole deployment, not what we've done before -> deployed directly from testsuite/output/lib
3) this API is asynchronous, so testing deployments requires some hacks (Thread sleep + multiple tries)

I still need to fix ProfileService to properly undeploy/delete newly added deployments.


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4170350#4170350

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4170350



More information about the jboss-dev-forums mailing list