You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ojb-user@db.apache.org by "Bates, Alex" <AB...@teradata-ncr.com> on 2003/06/04 19:31:02 UTC

App server-specific startup class needed?

What are the reasons for writing startup classes (ODMGFactory and PBFactory)
specific to an app server (extending jboss.ServiceMBeanSupport for JBoss,
and extending T3StartupDef for WebLogic, and xxx for WebSphere)?

Could this be achieved using JMX alone, or does the spec not meet the needs
to initialize the OJB factory classes and bind them to JNDI?  The reason for
asking is we are trying to support multiple app servers, and avoid coding to
specific vendors/versions where possible.

Thanks,

Alex