Prem kalyan wrote:

hi,
  1 .  I want to know is there anything called "geronimo-ejb-jar.xsd".

Not that I'm aware of.

2 . If yes , where can i find it.

See 1.

3 . does geronimo use open-ejb-jar.xsd or geronimo-ejb-jar.xsd?

I think you're referring to how components (EJBs, WARs, RARs, EARs) are deployed onto Geronimo and what part of Geronimo takes care of it. In case of EJBs, it's a job for OpenEJB, which is the only one known working EJB implementation being able to work with Geronimo and handle the task of deploying and running EJBs.


So, when Geronimo deploys a EJB, it asks its subsystems (GBeans?) for deployment of that EJB. Only, OpenEJB will rise up your hand and takes it over. Besides the standard deployment descriptor - META-INF/ejb-jar.xml - OpenEJB uses its own deployment descriptor that's described in ./modules/core/src/schema/openejb-jar.xsd in the OpenEJB CVS repo.

You asked about it, did you?

i am asking all these questions bcoz i came across


<ejb-jar xmlns="http://java.sun.com/xml/ns/j2ee";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:ger="http://geronimo.apache.org/xml/schema/j2ee";
xsi:schemaLocation="http://geronimo.apache.org/xml/schema/j2ee


http://geronimo.apache.org/xml/schema/1.0/j2ee14/geronimo-ejb-jar.xsd";

I think it's a typo or so. IMHO the file doesn't exist (I do hope I'm not mistaken :))


Best,
Jacek



Reply via email to