[ http://jira.jboss.com/jira/browse/EJBTHREE-51?page=history ]

Bill Burke updated EJBTHREE-51:
-------------------------------

    Fix Version: Preview 3

> 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
>      Fix For: Preview 3

>
> 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())
> Also, in stop() methods
> ctx.unbind  should probably be Util.unbind

-- 
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to