[jboss-user] [JBoss Seam] - Re: Anybody got Seam 2.0.0 working with WebSphere 6.1 and EJ

2008-02-05 Thread gduq
Not sure if this will help but are you compiling with java 1.6 by any chance? Try using 1.5. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4126713#4126713 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126713

[jboss-user] [JBoss Seam] - Facelets custom tags for input controls

2008-02-03 Thread gduq
In my view pages the input controls look like this: | | Date of Birth: | | | | | | | | | | Sex: | | | | | | | I feel like there should be a way to cut dow

[jboss-user] [JBoss Seam] - Re: Anybody got Seam 2.0.0 working with WebSphere 6.1 and EJ

2008-01-23 Thread gduq
"[EMAIL PROTECTED]" wrote : | Websphere has been by far the hardest environment to work with - it is frustrating that simple things seem to be very difficult or require some special script tool. | Ditto. I feel your pain. View the original post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss Seam] - Re: Anybody got Seam 2.0.0 working with WebSphere 6.1 and EJ

2008-01-16 Thread gduq
It's been niggling at the back of my mind for some time now that there might be something special (beyond what comes in the JPA example) that I have to do to get production ready Transaction support without EJB3. So when you said: anonymous wrote : The JPA transactions were the tricky bits here

[jboss-user] [JBoss Seam] - Re: Anybody got Seam 2.0.0 working with WebSphere 6.1 and EJ

2008-01-16 Thread gduq
>The JPA transactions were the tricky bits here. There are lots of gotchas with >>the classloaders Could you elaborate a bit on this. Id like to verify my own setup. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4120521#4120521 Reply to the post : http://

[jboss-user] [JBoss Seam] - Re: Representing many kinds of entities in DB with two table

2008-01-13 Thread gduq
Thanks for the correction. It is working exactly how I want now. I'm not sure now why I thought validation only worked on @Entities. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4119471#4119471 Reply to the post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Seam] - Re: EntityManager trouble

2008-01-11 Thread gduq
I don't know if this helps. but I vaguely recall having to make some changes to get tests to run inside eclipse via the TestNG plugin (not sure if this is even what you are trying to do) one of the things I remember having to do was add the \resources folder to the build path. View the original

[jboss-user] [JBoss Seam] - Re: Developing with Seam 2 and deploying on WebSphere

2008-01-11 Thread gduq
Other than switching out the entitymanager, which I had to do for the JPA example to work anyway. Heres what I had to do (or at least what I can remember): | * Copy sources, resources(resources-websphere61 actually) etc into the corresponding folders of the seamgen generated project | *

[jboss-user] [JBoss Seam] - Re: Developing with Seam 2 and deploying on WebSphere

2008-01-11 Thread gduq
Oh! I almost forgot. One issue I ran into was that the version of the hibernate entitiymanager that is included in Seam 2.0 GA chokes when deployed on a WAS 6.1 server that has spaces in its install path (e.g. the space in "program files\ibm\etc") I had to download version 3.3.2 beta1 and build

[jboss-user] [JBoss Seam] - Re: Developing with Seam 2 and deploying on WebSphere

2008-01-11 Thread gduq
After deploying the JPA example from Seam 2.0 GA to WAS 6.1 and testing that it worked. I used seam gen to generate a war project and tried to modify it to build the JPA example. After a couple days of fighting with it, it is finally working i.e. deploys and runs on WAS 6.1. We plan to use th

[jboss-user] [JBoss Seam] - Representing many kinds of entities in DB with two tables us

2008-01-11 Thread gduq
We have an application for submitting application forms... LOTS of forms. The forms have different fields (obviously) and different validation requirements for the fields. We are trying to avoid having to create a new table for each form. So we thought we could do this -> have two tables i

[jboss-user] [JBoss Seam] - Re: @In required & session timeout, IdleRemover Exceptions a

2007-08-17 Thread gduq
see: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075370#4075370 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075374#4075374 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075374 _

[jboss-user] [JBoss Seam] - Re: Error when running TestNG tests for booking example

2007-08-17 Thread gduq
see: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075370#4075370 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075372#4075372 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4075372 _

[jboss-user] [JBoss Seam] - Re: testng unit tests not working with testng eclipse plugin

2007-08-17 Thread gduq
Thank you. Been having this problem. Wish someone would update the 1.2.1.GA docs to mention this. Right now anyone who follows the instructions is going to run into this. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4075370#4075370 Reply to the post : h