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
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
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
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
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