[jboss-user] [JBoss Seam] - Re: Maven Archetype - Seam 2.0.0. release

2007-10-09 Thread Grandfatha
Just for information, archetypes wont make it into 2.0.1 GA ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092888#4092888 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4092888

[jboss-user] [JBoss Seam] - Re: Please decouple seam-gen from JBoss

2007-10-09 Thread Grandfatha
Well, at our company these changes are slowing the adoption of Seam, because I analyzed Seam's Tomcat features during the 1.2.1 times and was happy to see that you would just have to throw some EJB3 jars at it and you could package it as a straight war file. No container changes needed,

[jboss-user] [JBoss Seam] - Re: Maven Archetype - Seam 2.0.0. release

2007-10-09 Thread Grandfatha
Oh, I get it. Thank you for the fast answer! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4092958#4092958 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4092958 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Facelets 1.1.14 released (I think)

2007-09-29 Thread Grandfatha
Is this about the ui:insert bug or why is there a need for a new release? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089940#4089940 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4089940

[jboss-user] [JBoss Seam] - Re: Layering the code in Seam

2007-09-28 Thread Grandfatha
There is a not so trivial example delivered in Seam 2 CR1 called wiki under the examples folder in your seam distribution. I think you can learn a lot from that beast. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4089794#4089794 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Layering the code in Seam

2007-09-28 Thread Grandfatha
I think the question is: Do we get the stateful/contextual behaviour aka 'no LazyInitializationException' when separating the persistence logic from view actions. I think it is possible if the EntityManager is managed by Seam and therfor injected by @In. if that assumption is true, then you

[jboss-user] [JBoss Seam] - Re: Layering the code in Seam

2007-09-25 Thread Grandfatha
If you create the EntityManager in the presentation layer and pass it down to the DAO layer, then I dont see no difference to invoking the method of EntityManager right inside you presentation bean. Truely layered code would mean that you business code would not even know about an Entity

[jboss-user] [JBoss Seam] - Re: Please decouple seam-gen from JBoss

2007-09-25 Thread Grandfatha
The problem is - I absolutely agree with your opionion *personally*. But that is not making my company/other developer teams just switch our existing hosting servers to new containers. If Seam developers choose to only support JEE containers because of that opinion (that I personally share),

[jboss-user] [JBoss Seam] - Please decouple seam-gen from JBoss

2007-09-24 Thread Grandfatha
I was thinking about requesting a feature concerning seam-gen for a long time. That feature would have been to make seam-gen aware of other containers such as Glassfish and more important Tomcat. Although I am happy to see that there is work in progress to decouple seam-gen from JBoss AS(*), I

[jboss-user] [JBoss Seam] - Re: Using JSF + POJO + EntityBean design

2007-09-22 Thread Grandfatha
This jsut makes me sick that my company is sooo in love with Tomcat. It would be much easier to get started with Seam projects here if it was not for that Tomcat fiasco. I mean it is 2007 and I have yet to see an application server that takes a multiple amount of time to load compared to

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBOSS 4.2.1 GA does not work with SEAM in netbeans

2007-09-03 Thread Grandfatha
If i remember correctly, the Seam Plugin is said to work under Netbeans 5.5 with Seam 1.2.1 GA which works on JBoss 4.0.5 (JEMS Installer with ejb3 profile). I think you are using incompatible versions. With JBoss 4.2, they threw out Myfaces to put the Sun reference implementation in there

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: JBoss on JDK to use JSR199

2007-09-03 Thread Grandfatha
You need to compile java code inside an EJB? That sounds... unusual. ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4080633#4080633 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4080633

[jboss-user] [JBoss Seam] - Re: beginner question on seam-gen deploy/explode task, pleas

2007-08-03 Thread Grandfatha
Thanks for the advice. I will try that, I never thought of that since seam-setup asks for the folder every time and has not indicated anything like Resetting your input with default folder 'C:\Applications\...'. View the original post :

[jboss-user] [JBoss Seam] - beginner question on seam-gen deploy/explode task, please he

2007-08-01 Thread Grandfatha
Hi, I have spent quite some time now on seam-gen and I just cannot understand why I am having all these deployment issues. I have created a Seam project with seam-gen by generating Entities from existing tables of a old and shared database. I then ran seam-setup again to point my project to a

[jboss-user] [JBoss Seam] - Exception while trying Seam CRUD Hibernate Gen Tutorial

2007-07-31 Thread Grandfatha
Hi folks, I have been a reader of this forum for some time and I stumbled upon this great flash tutorial on the JBoss website that shows every step to produce a Seam project skeleton from an existing database schema ( http://www.jboss.com/products/seam/SeamHBTools.html). In the tutorial

[jboss-user] [JBoss Seam] - Re: Exception while trying Seam CRUD Hibernate Gen Tutorial

2007-07-31 Thread Grandfatha
Thanks for the advice. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4069093#4069093 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4069093 ___ jboss-user mailing list