[jboss-dev-forums] [Design of POJO Server] - Re: Generalizing dependency injection

wolfc do-not-reply at jboss.com
Tue Mar 11 06:58:43 EDT 2008


Business interfaces can be implemented by multiple beans, so there must be a clarifier in between.
+ "ejb/" + vfsPath + local-interface name  + "/" + ejbName
should work.
If we then get a non-deterministic injection we can throw an exception.
Why not reverse it a bit:
+ "ejb/" +  local-interface name  + vfsPath + "/" + ejbName
then traversal is a bit easier in case multiple jars within one ear contain the same interface.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135569#4135569

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4135569



More information about the jboss-dev-forums mailing list