On Thu, Apr 03, 2003 at 10:52:38AM -0800, Scott M Stark wrote:
In the meantime - what use does bcel.jar serve in jboss, and is it safe to remove it from the server's classpath (or replace it with cglib from hibernate) in a J2EE server setup??
CMP 2.0 uses it to generate sub classes of the abstract implementation. I would like it if all of our code that used the JDK dynamic proxy generation to use BCEL instead because the BCEL implementation generates better code. For example, the class name is more recognizable instead of Proxy98 junk.
I'm not sure if anyone else uses it. What does JMX use to generate classes?
-dain
------------------------------------------------------- This SF.net email is sponsored by: ValueWeb: Dedicated Hosting for just $79/mo with 500 GB of bandwidth! No other company gives more support or power for your dedicated server http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/ _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
