"kabir.khan(a)jboss.com" wrote :
| Scott, you mentioned something early in the other thread about moving javassist.jar here. Can you elaborate a bit please.
|
| At the moment I don't see a way to go with option b) short of moving the javassist specific annotation stuff out of the mc project into the aop-mc-int project, or splitting jboss-container.jar into a jboss-container-boot.jar and a jboss-container-deployer.jar as has been done for the aop-mc-int project.
The javassist issue is simply do we want to expose this api from the bootstrap class loader. Its a question of how public an api javassist is, and do we expect users to be able to use a different version than that bundled with jboss. If we do, then we should be created a javassist release under the org.jboss package namespace to isolate our usage from users.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3985897#3985897
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3985897
I've seen lots of gpd changes comming by in cvs. I know Koen was updating the model behind the designer, but could someone shed some light on the advantages this is going to bring us? e.g. easier implementation of requested features like being able to move transitions, having transitions obey the grid etc...etc...etc... I bet he did not do it for no reason, since it seems to have been a hell of a job.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3985893#3985893
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3985893
Lifecycle information is not normally stored in the registry. That's contrary to the model. In most cases, the EPR is only valid for the life of the service, which means if the service goes "down" then when it comes "up" again it'll register itself using another EPR. You should probably not store configurations associated with EPRs anyway, since they can change even for the same service. The best thing to use would be the logical service name.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3985885#3985885
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3985885