dev@glassfish.java.net

[ migration ] issue 5: error JDO72353 and pm-descriptors

From: Sekhar Vajjhala <Sekhar.Vajjhala_at_Sun.COM>
Date: Mon, 24 Mar 2008 17:52:00 -0400

Hi,

I am looking for input on the following questions
related to the JBoss -> GF migration issue
https://migrate2glassfish.dev.java.net/issues/show_bug.cgi?id=5 .
The example is a migration of an EntityBean.

1. What exactly is JDO72353 ?

2. The <pm-descriptors> in sun-ejb-jar.xml has been deprecated ( see
    http://docs.sun.com/app/docs/doc/819-3673/beavq?a=view ).
    But what if any is the equivalent in GF ? It it not described in
the doc.
    Even more specifically, what would be the equivalent
    mapping in GlassFish for the (generated currently by migration tool)

        <pm-descriptors>
            <pm-descriptor>
                <pm-identifier>IPLANET</pm-identifier>
                <pm-version>1.0</pm-version>
                
<pm-class-generator>com.iplanet.ias.persistence.internal.ejb.ejbc.JDOCodeGenerator</pm-class-generator>
                
<pm-mapping-factory>com.iplanet.ias.cmp.NullFactory</pm-mapping-factory>
            </pm-descriptor>
            <pm-inuse>
                <pm-identifier>IPLANET</pm-identifier>
                <pm-version>1.0</pm-version>
            </pm-inuse>
        </pm-descriptors>

Sekhar