On 2002.02.28 13:08:33 -0500 marc fleury wrote: > |Native libraries are loaded by MainDeployer out of any package it > unpacks > |(sar, ear, rar). Maybe it should deploy bare libraries? I don't know. > > it does already, a "jar" is picked up and deployed, the fact that it is > inside a russian doll or outside is transparent. That is the way it > works > today.
native libraries as in native.dll or libnative.so are only deployed if they are found inside a jar-format package that is being unpacked. > > |As I mentioned in another recent post, we could have an external xml > config > |and still package all the jars specific to a (large-scale) service in a > sar > |with an empty (no mbeans) jboss-service.xml. This would package an > easily > |configurable service in 2 files rather than count(jars) + 1. Maybe we > |could allow sars with no jboss-service.xml to simply have their classes > |loaded. > > sars with no jboss-service.xml are straight jars :) This is good, you are right, you can nest jars with the current code:-) david jencks > > marcf > > > _______________________________________________ > Jboss-development mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/jboss-development > > _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
