Upgrade Seam Project froom 2.2.1.CR1 to 2.2.1CR2

We had a Problem with JBoss Seam 2.2.1.CR1 Logger. We were not able to log with parameters. (This is a known bug: https://jira.jboss.org/browse/JBSEAM-4606 )

I was looking for a tutorial which covers upgrading Seam, but I did not find any. So this is my solution how to upgrade from Seam 2.2.1.CR1 to Seam 2.2.1.CR2:

It is kind of a trivial job, because in normal case you just have to replace libraries. Here is a step to step tutorial:

  1. Download Seam 2.2.1.CR2 Version from Sourceforge
  2. Copy all files from the /lib folder (without the subfolders „interop“ und „gen“) in your projects /lib folder.
  3. Edit the files „deployed-jars-ear.list“ and „deployed-jars-war.list“ and add the entries:jaxrs-api.jar
    resteasy-jaxrs.jar

If you are lucky, you can ignore step 3. In our project we had an issue with resteasy, because in CR2 you have to deploy the two .jar files.

Share this Diese Icons verlinken auf Bookmark Dienste bei denen Nutzer neue Inhalte finden und mit anderen teilen können.
  • MisterWong
  • del.icio.us
  • Google Bookmarks
  • Facebook
  • TwitThis
  • DZone
  • Digg
  • Print

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert