Docs for Sun Java System Application Server Platform Edition 9
http://docs.sun.com/app/docs/coll/1343.3
The developer guide has a chapter on CMP 2.1
http://docs.sun.com/app/docs/doc/819-3659/6n5s6m59p#hic
Depending on which appserver you are using now, you may want to use the
Migration Tool:
http://docs.sun.com/app/docs/doc/819-3663
Cheng
Hans Prueller wrote:
> Hi together,
>
> I plan to migrate our main application from another j2ee appserver to
> glassfish. As the application
> is rather large, a pre-migration from ejb2.1 to ejb3 is impossible as
> our current appserver does not
> have ejb3 support.
>
> so we plan to migrate to glassfish with ejb2.1 first, if this works
> well migrate from ejb2.1 to ejb3 but
> already running on GlassFish.
>
> I was looking for some examples and also downloaded the glassfish
> examples bunde, but all I
> found were examples regarding J2EE 5 / EJB3. Unfortunately I did not
> find any example/howto
> for deploying ejb2.1 CMP beans to glassfish (where do I have to
> specificy the name of the
> connection pool to be used, where do I have to specify the relatoinal
> mapping, etc)
>
> Is there anything available?
>
> regards,
> Hans