[jboss-dev-forums] [Design of POJO Server] - Re: Bringing the trunk profile service changes to 5_x

emuckenhuber do-not-reply at jboss.com
Fri Feb 6 03:08:56 EST 2009


"scott.stark at jboss.org" wrote : I took a look at merging the current trunk profile service changes into the Branch_5_x using just the 6.0.0.Alpha3 org.jboss.integration:jboss-profileservice-spi, but I see it has dependencies on updated deployer classes like org.jboss.deployers.client.plugins.deployment.AbstractDeployment. Are we going to be able to update the deployers and related jars?
  | 

Hmm actually the idea was to make the spi independent of the deployers project.
Therefore we might want to drop the AttachmentStore from the spi, because it's actually creating a real Deployment.

Furthermore - what's actually DeploymentTemplate.updateTemplate supposed to do?
It's not implemented and i'm wondering why you should not call ManagementView.updateComponent ?
Which is then the last thing referencing a VFSDeployment.

The implementation uses the AbstractDeployment only because there is no DeploymentFactory.getInstance(),
but shouldn't the AbstractDeployment already be in 5_x?


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

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



More information about the jboss-dev-forums mailing list