[jboss-user] [EJB3] - From AS 5.0.0.Beta3 to 5.0.0.CR2

Administrator Administrator do-not-reply at jboss.com
Thu Jan 20 11:01:44 EST 2011


Administrator Administrator [http://community.jboss.org/people/admin] modified the document:

"From AS 5.0.0.Beta3 to 5.0.0.CR2"

To view the document, visit: http://community.jboss.org/docs/DOC-12842

--------------------------------------------------------------
h2. Migrating from JBoss AS 5.0.0.Beta3 to JBoss AS 5.0.0.CR2This guide outlines the migration that must be made on an EJB 3 module for use in AS 5.0.0.CR2. Note that deployment changes of JPA are also mentioned, but not any changes that may be required to JPA entity beans.

The current guide is a draft and will be reconsiled with previous migration guides to become an AS 4.2 to AS 5.0.0.GA migration guide.
h3. Previous Migration Guides
Upgrade steps from AS 4.2 to AS 5.0.0.Beta3 are outlined in the ToAS5.0.0.Beta3 guide.
 http://community.jboss.org/docs/DOC-12407 ToAS5.0.0.Beta3
h3. Enterprise Java Beans changes

* JBoss Extensions are not operable
h3. Java Persistence API changes
* specifying a namespace in persistence.xml is now mandatory
* The persistence tag should now look like the following:
** <persistence xmlns=" http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence"
             xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance http://www.w3.org/2001/XMLSchema-instance"
             xsi:schemaLocation=" http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence  http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd"
             version="1.0">
--------------------------------------------------------------

Comment by going to Community
[http://community.jboss.org/docs/DOC-12842]

Create a new document in EJB3 at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=102&containerType=14&container=2029]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110120/c43f47ef/attachment-0001.html 


More information about the jboss-user mailing list