Hi all, i would like to help Jean-Louis to implement bean validation in openejb but i have some difficulties to understand how the jndi tree of openejb is built. What i saw: 1) JndiEncBuilder create a "virtual binding" (a map) 2) AutoConfig processes resources ignoring some of them 3) Assembler does real bindings... on same resources than JndiEncBuilder fro some of them (comp/UserTransaction for example)
What i am looking for (to be a bit more explicit ;)): 1) i want to add Validator and ValidatorFactory into the jndi tree by deployed module, where do i have to do it into openejb (to be coherent)? 1 bis) if it is in the JndiEncBuilder: how do i know the module type (i need to detect it is a webapp or not) 2) i saw geronimo already implements bval as a plugin, will it need to be removed from geronimo (i don't see how to put it "correctly" in another artifact than openejb-core) - Rniamo
