JBoss Community

Implementing a non-flat deployment for Weld Integration

reply from Flavia Rainone in JBoss Microcontainer Development POJO Server - View the full discussion

Flavia Rainone wrote:

 

Pete Muir wrote:

 

Looks like the problem is that the services have got a bit out of control in JBoss AS, and that JBossEjbServices has ended up being dual purposed as an EJB discovery mechanism, and as an impl of EjbInjectionServices. So when you copy it, you end up copying the discovered ejbs as well.

 

I think the best course of action is to split the two bits of JBossEjbServices into it's two parts  - discovery and injection.

That makes a lot of sense and explains why I wasn't able to get rid of the problem.

I'll try that!

That worked. :)

 

For now, I'll attach a patch to Jira with everything I did to have WELDINT-1 working in AS trunk.

 

We need a fix for the BeanManager JNDI binding issue before that is committed. Any news on that?

Reply to this message by going to Community

Start a new discussion in JBoss Microcontainer Development POJO Server at Community