[ 
http://jira.jboss.com/jira/browse/EJBTHREE-51?page=comments#action_12314964 ]
     
Rory Douglas commented on EJBTHREE-51:
--------------------------------------

causes RemoteBindings to fail when jndiName="foo/bar" and foo doesn't exist

> ProxyFactory's not using Util.rebind
> ------------------------------------
>
>          Key: EJBTHREE-51
>          URL: http://jira.jboss.com/jira/browse/EJBTHREE-51
>      Project: EJB 3.0
>         Type: Patch
>     Versions: Preview 3
>     Reporter: Rory Douglas
>     Assignee: Bill Burke
>     Priority: Minor

>
> Original Estimate: 2 minutes
>         Remaining: 2 minutes
>
> in start() method of both BaseStatefulProxyFactory and 
> BaseStatelessProxyFactory (on line 45 in both),
> ctx.rebind(jndiName, createProxy())
> should be
> Util.rebind(ctx, jndiName, createProxy())

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to