|1. Logging. Does logging make sense in an embedded application? Where do |you log? This will be interest on a handheld! The issue with no |logging is |that everything seems to rely on it being there. What are your thoughts?
We can put a fake logger, I think scott made sure we still use the "logger" class from JBoss. |2. The ClassPathExtension class. The extensions are relative to the jar |that the class is in. This is jboss.jar in lib/ext. I'm not sure if this |is the best approach. It of course works fine in the space of jboss as the |server and controlling agent, but for an embedded applications I |don't think |it would. You at least want to provide a way to specify an absolute path. This is gone from 3.0. Use 3.0 for the embedding theorem it will make your life much easier. marcf _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
