-
1. Re: Seam 2.3.0.Beta1 is out
mdesignz Apr 2, 2012 12:08 PM (in response to manarh)AWESOME!!!!!!! Thanks Marek!
-
2. Re: Seam 2.3.0.Beta1 is out
ktorp Apr 2, 2012 2:13 PM (in response to manarh)Hehe.. that explain why no news was out after you branch yesterday
This is great news. I look forward to do a test migration of our 2.2.2 project. I'm specially curious on how the jar puzzle will play out this time.
-
3. Re: Seam 2.3.0.Beta1 is out
zenig Apr 2, 2012 5:10 PM (in response to manarh)Long awaited news! Looking forward to JSF2 and Maven support.
-
4. Re: Seam 2.3.0.Beta1 is out
serkan Apr 3, 2012 10:28 AM (in response to manarh)Woow great !
Can we now make easily deployments on JBoss AS 7 ?
-
5. Re: Seam 2.3.0.Beta1 is out
manarh Apr 3, 2012 11:30 AM (in response to serkan)Serkan Eskici wrote:
Woow great !
Can we now make easily deployments on JBoss AS 7 ?
You can. The best is to look at examples, for instance at Booking example. you can run maven build and then do deploy by:
mvn package; cd booking-ear; mvn jboss-as:deploy
The example contains data source definition in EAR and specific deployment configuration for JBoss AS7.
-
6. Re: Seam 2.3.0.Beta1 is out
oyesiji77 Apr 8, 2012 9:31 AM (in response to manarh)Can't run it, using maven 3 and when i run mvn clean install i get
[ERROR] Failed to execute goal on project jboss-seam: Could not resolve dependencies for project org.jboss.seam:jboss-seam:ejb:2.3.0.Beta1: The following artifacts could not be resolved: org.drools:drools-core:jar:5.1.1, org.drools:drools-compiler:jar:5.1.1, org.drools:drools-templates:jar:5.1.1, org.drools:drools-decisiontables:jar:5.1.1, org.jbpm.jbpm3:jbpm-jpdl:jar:3.2.10.SP3_seam2, org.jboss.el:jboss-el:jar:1.0_02.CR6, org.jboss.seam.embedded:jboss-embedded-api:jar:beta3.SP15, org.opensymphony.quartz:quartz:jar:1.6.5: Failure to find org.drools:drools-core:jar:5.1.1 in http://repo1.maven.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]
And i have all jboss-public-repository configured
-
7. Re: Seam 2.3.0.Beta1 is out
manarh Apr 10, 2012 3:33 AM (in response to oyesiji77)Jubril Oyesiji wrote:
Can't run it, using maven 3 and when i run mvn clean install i get
[ERROR] Failed to execute goal on project jboss-seam: Could not resolve dependencies for project org.jboss.seam:jboss-seam:ejb:2.3.0.Beta1: The following artifacts could not be resolved: org.drools:drools-core:jar:5.1.1, org.drools:drools-compiler:jar:5.1.1, org.drools:drools-templates:jar:5.1.1, org.drools:drools-decisiontables:jar:5.1.1, org.jbpm.jbpm3:jbpm-jpdl:jar:3.2.10.SP3_seam2, org.jboss.el:jboss-el:jar:1.0_02.CR6, org.jboss.seam.embedded:jboss-embedded-api:jar:beta3.SP15, org.opensymphony.quartz:quartz:jar:1.6.5: Failure to find org.drools:drools-core:jar:5.1.1 in http://repo1.maven.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced -> [Help 1]
And i have all jboss-public-repository configured
I doubt that you have correct setup, because the Maven Error message says that it searched only in http://repo1.maven.org/maven2. I would recommend to use the Maven settings from http://anonsvn.jboss.org/repos/seam/tags/JBoss_Seam_2_3_0_Beta1/build/settings.xml.
Drools are available here https://repository.jboss.org/nexus/content/groups/public/org/drools/drools-core/5.1.1/
-
8. Re: Seam 2.3.0.Beta1 is out
gebuh Apr 26, 2012 1:14 AM (in response to manarh)Marek, is there a matrix of component versions for 2.3? We're in an upgrade no-man's land, I'm on jboss5, I'd like to go to 2.3 before I go to jboss7. But 2.3 uses hibernate 4, I don't think that plays well with 5.
-
9. Re: Seam 2.3.0.Beta1 is out
lvdberg May 7, 2012 7:38 AM (in response to manarh)Marek,
just tested the Beta and it works really great on AS6.
Tested it with Rich 4 and PrimeFaces, both give promising results (I haven't had time to test all teh components yet)
At the moment I only can't make it work in combination with Hibernate Search, because it has a dependency on Hibernate 4 and migrating to AS7 is not an option for the moment.
Thanks a lot,
Leo.
-
10. Re: Seam 2.3.0.Beta1 is out
mdesignz May 7, 2012 7:43 AM (in response to manarh)Getting ready to convert our app to the 2.3.0.Beta and AS7. Thanks again for doing this!!