[webbeans-dev] binding Manager to JNDI on Jetty

Pete Muir pmuir at redhat.com
Thu Apr 23 03:37:26 EDT 2009


Yeah, looks like Jetty doesn't support ObjectFactory natively.  
Probably it is actually neater to keep these two concepts separate,  
and just add an ManagerObjectFactoryReference class.

On 23 Apr 2009, at 00:53, Dan Allen wrote:

> In the process of setting up the servlet-booking example for Seam, I  
> tackled the problem of binding the JCDI Manager to JNDI on Jetty.  
> It's just a matter of extending the javax.naming.Reference class. I  
> attached the implementation to https://jira.jboss.org/jira/browse/WBX-31 
> .
>
> Should I commit this Pete? I need a decison on whether we should  
> change the name of the class to reflect that it is an ObjectFactory  
> and a Reference. I think internally Tomcat must create the reference  
> automatically from the resource definition, which is why Jetty  
> doesn't know what to do with a plain ObjectFactory.
>
> ...I also noticed that injection is not supported in Jetty. I'm not  
> sure how to handle that problem, but it means no booking yet on Jetty.
>
> -Dan
>
> -- 
> Dan Allen
> Senior Software Engineer, Red Hat | Author of Seam in Action
>
> http://mojavelinux.com
> http://mojavelinux.com/seaminaction
> http://in.relation.to/Bloggers/Dan
>
> NOTE: While I make a strong effort to keep up with my email on a daily
> basis, personal or other work matters can sometimes keep me away
> from my email. If you contact me, but don't hear back for more than  
> a week,
> it is very likely that I am excessively backlogged or the message was
> caught in the spam filters.  Please don't hesitate to resend a  
> message if
> you feel that it did not reach my attention.
> _______________________________________________
> webbeans-dev mailing list
> webbeans-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/webbeans-dev

--
Pete Muir
http://www.seamframework.org
http://in.relation.to/Bloggers/Pete




More information about the weld-dev mailing list