Ok, but then we would need a general utility or class to convert back and forth. I don't know how many places actually use the jndiName property to to lookups, but at least the IIOP layer does. Alternatively, you could create a special naming context in JNDI into which the transmed name was bound with a link to the original such the any lookup of the transformed name mapped to the original binding.
----- Original Message ----- From: "Andreas Schaefer" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 02, 2002 2:24 PM Subject: Re: [JBoss-dev] ejb-name conflict, help me!!! > Hi Scott > > > The incorporation of jndi names into the ObjectName is going > > to be a continued source of conflict as jndi names may well > > include invalid characters(ldap names include both ',' and '='). > > Can this be done differently? > > I think Davids suggestions to replace this special character: > '*', ':', '=' and '?' by '%' is the best way to go because JNDI > name is the only name I can think of to be unique in an app-server. > > Andy _______________________________________________________________ Have big pipes? SourceForge.net is looking for download mirrors. We supply the hardware. You get the recognition. Email Us: [EMAIL PROTECTED] _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
