ClassCastException

2001-09-05 Thread Scott Hamilton, (m)+61-404-280 238
I have a User class that performs a number of Authentication and user maintenace functions using LDAP to our Corporate Directory, with the javax.naming.directory package. This all works fine and is used by folks from their JSP pages etc under Tomcat V3.2. I have a Session Bean that

RE: ClassCastException

2001-09-05 Thread Scott Hamilton, (m)+61-404-280 238
To answer my own question... Since LdapDirContext doesn't say it's Serializable, and I didn't really need it as an attribute, I got it moved to just be a variable when needed! Incase someone asked :)

RE: Application CLient JNDI properties

2001-08-14 Thread Scott Hamilton, (m)+61-404-280 238
what I get is: Communication error: Can't find Serial Context Provider What am I doing wrong? Have you specified orion.jar in your classpath???

not invoking my finder method?

2001-08-13 Thread Scott Hamilton, (m)+61-404-280 238
I have written a CMP that needs a new finder method findBySecurityIdentifier(String Username) this method makes a number of calls to a Session Bean (that accesses our legacy Application Security System) and then returns a filtered Collection from a findAll() Collection