Hey

Kevin Lewis wrote:
> Thanks for the quick reply.
> 
> > What do you need to "hook"?
> 
> We'll, formerly (and I think currently), there was nothing that did
> web-tier naming for jBoss (or, from Tomcat into jBoss).

Correct.

> I have created some interceptors (context and request) that go into
> Tomcat to allow Servlets to do ejb-ref and resource-ref lookups.  These
> bind into jBoss to make the Tomcat integration more J2EE compliant.

Alright, cool.

> > And then start binding into "env". When you do this you must have the
> > right context classloader set, that's all. Look in Container.java for
> > more info ("setupEnvironment()" to be precise).
> 
> I think I understand.  The scheme I had used was to create my own JNP
> Naming implementation.  This leveraged some stuff provided by Tomcat.
> Doesn't look like I can just set this as the root of a new
> BeanClassLoader.  Looks like BeanClassLoader.get/setJNDIRoot aren't used
> any more.
> 
> Okay.  I'll just adjust my implementation to be more like what you
> pointed out in Container.

Was there anything in the old scheme that you needed? I think the new
one has the same functionality, only easier to use.

/Rickard

-- 
Rickard �berg

Email: [EMAIL PROTECTED]
http://www.telkel.com
http://www.jboss.org
http://www.dreambean.com


Reply via email to