[jboss-user] [JBoss Seam] - Re: Glassfish example and the entity converter.

2007-06-21 Thread soluble
Thank you all for your help! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4056674#4056674 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4056674 ___ jboss-user mailing list jb

[jboss-user] [JBoss Seam] - Re: Glassfish example and the entity converter.

2007-06-19 Thread soluble
Hi hongzhang, the instructions to reproduce the problem are as follows: 1) Download and install Glassfish v2 https://glassfish.dev.java.net/downloads/v2-b48.html. I am using the Windows version build 48. 2) Download and extract JBoss Seam 1.2.1 GA http://labs.jboss.com/jbossseam/download. On

[jboss-user] [JBoss Seam] - Re: Glassfish example and the entity converter.

2007-06-18 Thread soluble
The app I am using is the glassfish example in \jboss-seam-1.2.1.GA\examples\glassfish. The ant build script provided with the example collects all the hibernate*.jar files in \jboss-seam-1.2.1.GA\hibernate\lib and adds them to the jboss-seam-glassfish.ear file it creates. Therefore, the I pres

[jboss-user] [JBoss Seam] - Re: Glassfish example and the entity converter.

2007-06-16 Thread soluble
I am using I am using Glassfish v2 build 48 and the Hibernate that comes bundled with jboss-seam-1.2.1.GA. According to the MANIFEST.MF file in \jboss-seam-1.2.1.GA\hibernate\lib\hibernate3.jar it is version 3.2.1.ga. Thanks for the help, it is much appreciated. View the original post : http:/

[jboss-user] [JBoss Seam] - Re: Glassfish example and the entity converter.

2007-06-16 Thread soluble
Thanks for the reply. I thought it was possible that my problem was related to Seam, this is why I posted on the form: I assumed that at some point with the Glassfish example javax.persistence.Persistence.createEntityManagerFactory would be called for database access. Therefore, why should the

[jboss-user] [JBoss Seam] - Re: selectDate with pattern

2007-06-16 Thread soluble
I also require dd/MM/. Using Seam 1.2.1.GA, the dateFormat property in doesn't seem to work. | | | | | It still produces a MM/dd/ output. I have looked at previous posts and the Seam Resource servlet in my web.xml. What am I doing wrong? Is this a bug? View the

[jboss-user] [JBoss Seam] - Re: Glassfish example and the entity converter.

2007-06-16 Thread soluble
I wonder if the lack of replies means that no one gets this problem or everyone gets it but does not know how to solve it... It is a pitty because it makes Glassfish completely impractical as a platform for using wonderful Seam. View the original post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Seam] - Glassfish example and the entity converter.

2007-06-09 Thread soluble
If I add the entity converter initialization config to components.xml in the \jboss-seam-1.2.1.GA\examples\glassfish example I find that deploying the app for the first time works. However, deploying subsequent times fails with many errors produced in the log files (detailed below). To use the

[jboss-user] [JBoss Seam] - Re: Trouble Using on Glassfish

2007-06-07 Thread soluble
epbernard, thank you for your advice. I had a go but it did not seem to fix my problem. The Glassfish log file just came up with another error again resulting in a Context startup failed due to previous errors. However, I did manage to get working on the Glassfish example in jboss-seam-1.2.1.G

[jboss-user] [JBoss Seam] - Re: Trouble Using on Glassfish

2007-06-05 Thread soluble
Thanks for the clarification. Seam really does have some neat features! I am trying to get to the root of my problem so have reverted to using the "jboss-seam-1.2.1.GA/examples/glassfish" example. I tried adding to the components.xml file expecting the example app to still work. However I got

[jboss-user] [JBoss Seam] - Re: Trouble Using on Glassfish

2007-06-05 Thread soluble
Looking futher at the configuration I have discovered that just adding to the components.xml file in the Glassfish example of jboss-seam-1.2.1.GA causes all the errors in the previous post. On examination of the org.jboss.seam.core.EntityManagerFactory source code I found that there is a requi

[jboss-user] [JBoss Seam] - Re: Trouble Using on Glassfish

2007-06-04 Thread soluble
My persistence layer uses Hibernate as the provider and is the exact one from the Glassfish example that comes with the jboss-seam-1.2.1.GA download: | http://java.sun.com/xml/ns/persistence"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; | xsi:schemaL

[jboss-user] [JBoss Seam] - Trouble Using on Glassfish

2007-06-02 Thread soluble
I am using Glassfish v2 build 48 and am having difficulty using . My setup is basically the glassfish example in jboss-1.2.1.GA which I have imported into NetBeans 5.5.1. The first error I got when trying to use in a facelet was: ERROR [EntityConverter] Entity Manager not found So I searched