[jboss-user] [Security & JAAS/JBoss] - Re: JBoss/WinXP/SPNEGO, Kerberos MIT/unix, JGSS question?

2009-03-13 Thread heizenberg
You've had no luck here I suppose? I'm trying to investigate a similar thing... is there a way to implement security in JbossWS to work against a MS Active Directory Kerberos implementation. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4218000#4218000 Reply

[jboss-user] [EJB 3.0] - Re: ClassCastException within an EAR deployment

2008-02-19 Thread heizenberg
I just saw what the problem is, even though I thought I already looked before. The J2EE utility project I've deployed had the same libraries selected in both the tabs (J2EE Modules and Web Libraries) of the J2EE Module Dependencies settings (on Windows... this doesn't seem to happen on the Linux

[jboss-user] [EJB 3.0] - Re: ClassCastException within an EAR deployment

2008-02-12 Thread heizenberg
Thanks JaiKiran. I did check my class loaders in my JMX console. It showed no duplicates. I also tried playing with a jboss-app.xml file and tried to specify one classloader for the entire EAR. That didn't help either. View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[jboss-user] [EJB 3.0] - Re: ClassCastException within an EAR deployment

2008-02-11 Thread heizenberg
I meant 'cast' and not 'class' in my last reply above. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128411#4128411 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128411 ___

[jboss-user] [EJB 3.0] - Re: ClassCastException within an EAR deployment

2008-02-11 Thread heizenberg
I doubt if it's EAR packaging. If I had a ClassNotFoundException, that would have been my first guess. I can see the classes... I just cannot seem to class it to the base interface. Perhaps one of the documents pointed out by JaiKiran holds a clue or two, but I haven't found them so far. View t

[jboss-user] [EJB 3.0] - ClassCastException within an EAR deployment

2008-02-08 Thread heizenberg
DVS3.ear/ | +-Util.jar (J2EE utility project) | | +-dvs3.Changelist (java interface) | | | +-Core.jar/ (EJB Project) | | +dvs3.code.session.ChangelistService (java interface that extends dvs3.Changelist) | | +dvs3.code.session.ChangelistServiceBean (stlss sess bean that implemen