I am new to ejb3.0, I just deployed a ejb3.0 app to jboss 4.0.3. when i run the
client app, i got following error generated from my lookup codes:
java.lang.ClassCastException: $Proxy61
.......
here is the lookup code in my client:
InitialContext ctx = new InitialContext();
ShoppingCart cart = (ShoppingCart)ctx.lookup(ShoppingCart.class.getName());
......
I don't know why there is this exception and what is "$Proxy61"?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3902301#3902301
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3902301
-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user