Patches item #517088, was opened at 2002-02-13 10:12
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376687&aid=517088&group_id=22866

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Neale Swinnerton (neales)
Assigned to: Nobody/Anonymous (nobody)
Summary: Remove org.jboss.proxy.compiler.*

Initial Comment:
Jason Dillon Suggested replacing the jboss proxy compiler with the 
the BCEL (BInary Code Engineering Library) from Apache on the 
jboss-dev mailing list on Feb 11.

I investigated this and found that there is nothing in the
jboss proxy compiler that can't be acheived using the 
java.lang.reflect.Proxy class (and friends). 

I think this proxy compiler is a throwback to before the 
dynamic proxy support was introduced in JDK1.3. Since
JDK1.3 is the minimum JDK for jboss these days we can 
use the inbuilt support.

This patch makes the mods to the code. In addition to the
patch you'll have to 

cvs remove  -f server/src/main/org/jboss/proxy/*

since I can't do this on my machine without cvs RW perms and
get it in the diff.





----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376687&aid=517088&group_id=22866

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to