Bugs item #697254, was opened at 2003-03-04 14:56
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=697254&group_id=22866

Category: JBossServer
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Marcus Eriksson (marcuseriksson)
Assigned to: Nobody/Anonymous (nobody)
Summary: ClassCastException when using EAR based scoping

Initial Comment:
I'm not sure if this behaviour is by design or a bug...

Two EARs with a bean in the first EAR calling a bean in 
the second EAR.
Is this not possible if I use EAR based scoping?
I get a ClassCastException when I narrow the home of 
the called bean:

Object o = ctx.lookup(jndiName);
TestBeanHome home = (TestBeanHome)
PortableRemoteObject.narrow(o,
TestBeanHome.class);

(JBoss 3.2.0RC2, J2SE1.4.1)




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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=697254&group_id=22866


-------------------------------------------------------
This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger 
for complex code. Debugging C/C++ programs can leave you feeling lost and 
disoriented. TotalView can help you find your way. Available on major UNIX 
and Linux platforms. Try it free. www.etnus.com
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to