[jboss-user] [JBoss Seam] - Migrating Seam application from Windows to Redhat

2008-02-08 Thread supernovasoftware.com
I am about to launch a new version of my software and would really like to move from Windows 2000 to Redhat. My application is based on Seam 2.0.1/EJB3, PostgreSQL 8.3, on JBAS 4.2.2, JRockit 6 R27.4 JRE. Would someone please comment on their experience with Windows to Linux for this type of a

[jboss-user] [JBoss Seam] - Migrating seam 1.0.1 to 1.2.1 GA

2007-09-27 Thread Jayaranga
Hi all, we were using seam 1.0.1. now we decided to upgrade seam to its newer GA version 1.2.1. we used seam-remoting for ajax functionalities. i have following issues when migrate to 1.2.1GA 1. seam 1.0.1 remoting configuration is different with respect to 1.2.1 eg. | | Seam Remoting

[jboss-user] [JBoss Seam] - Migrating to seam 1.2.1

2007-09-24 Thread Jayaranga
Hi All, we were using seam 1.0.1 and decided to upgrade seam to version 1.2.1 (since its the latest version on product) i need to keep configurations as follows: jboss : 4.0.5 tomcat : 5.5 jsf : 1.1.6 what i did was : 1. download and copy jboss-seam.jar to my ear 2.place jboss-seam-ui.jar insid

[jboss-user] [JBoss Seam] - Migrating

2007-06-25 Thread jbrosan
Is there recommended way to migrate from one version of Seam to the next? Say from Seam 1.2.1GA to Seam 1.3? I apologize if this topic has been covered before, but I have not found a clear strategy or a best practices on this yet...perhaps I just overlooked them by accident. If anyone has a l

[jboss-user] [JBoss Seam] - Migrating from 1.1.1 GA 2 1.1.6. Problem with injection occu

2007-02-08 Thread Jump
this code worked with 1.1.1 and now it does not | @Stateless | @Name("login") | public class DefaultLogin implements Login { | | @In(create=true) | private Actor actor; | .. | } | failed to inject actor View the original po