[jboss-dev-forums] [Design of POJO Server] - Re: Minimal now boots
adrian@jboss.org
do-not-reply at jboss.com
Sat Sep 16 09:33:48 EDT 2006
I've nearly got default booting.
1) MainDeployer
I'm just deploying the old MainDeployer in conf/jboss-service.xml
so the old subdeployers can create their proxies.
2) ServiceDeployer
The JCA subdeployer needed this, it creates a proxy on it.
So I added this to conf/jboss-service.xml
3) Error in JMX undeploys
I relaxed this. It no longer causes undeployment.
This would be a good idea for the sake of consistency,
i.e. the whole deployment either starts or it doesn't.
4) MBean dependencies
I've added some MBean dependencies (mostly on MainDeployer
and Naming) to fix some problems.
5) Directories end in /
The URI/URLs now do. The VFS paths don't which was what I was
trying to fix here.
6) Nested jars
Fixed a bug where nested jars weren't candiadates for deployments
because they were treated jar directories.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972102#3972102
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972102
More information about the jboss-dev-forums
mailing list