In the EJBDeployer when we create an object name for the EjbModule we have
some code that fixes urls for use in object names.

      // Create application
      //remove reserved object name letters.  Let's hope no one takes
advantage of the ambiguity.
      String urlname = di.url.toString().replace(':', '%').replace('*',
'%').replace('?', '%').replace(',', '%').replace('=', '%');
      ObjectName ejbModule = ObjectNameFactory.create(EjbModule.BASE_EJB_MODULE_NAME
+ ",url=" + urlname);


On 2002.05.02 15:47:27 -0400 Scott McLaughlin wrote:
> How I got around this in the MailService by just removing the java:/ from
> the jndi name if it exists.
> 
> This may not be the best solution but it does get around object name that
> is not spec compliant.  
> 
> Scott
> * * *
> 
> View thread online: http://jboss.org/forums/thread.jsp?forum=66&thread=14604
> 
> _______________________________________________________________
> 
> 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
> 
> 

_______________________________________________________________

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

Reply via email to