[jboss-user] [Microcontainer] - Re: Service POJO JNDI Binding Problem
alesj
do-not-reply at jboss.com
Fri Jan 16 07:23:33 EST 2009
"ralfsteppacher" wrote :
| Can you be a bit more specific where in the source tree of webbeans-ri-int I need to look?
|
The jbossas integration part.
There is a package with the 'vdf' name, check it's contents.
"ralfsteppacher" wrote :
| I was quite surprised that apparently there is no simple and straightforward way for local client code to call a method on a service, which indicates to me that I might not have understood the pojo service concept.
|
Why? That's two different layers.
It's up to the integration layers to provide some nice hooks.
e.g. for web (ServletContext) see my 'vdf' package
e.g. afaik EJB3 has some hooks into MC, as its internal architecture is MC based
But that's pretty much the same question as how do other non-MC-managed services get a hold of TransactionManager.
--> sort of spec based jndi namespace
"ralfsteppacher" wrote :
| Could you be more specific about what I should look at in AspectManager?
|
What exactly fails - just the root cause?
This was just an example of how you get the real AspectManager out of JDK5 based wrapper.
It might be just a name conflict or something trivial.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202440#4202440
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4202440
More information about the jboss-user
mailing list