[jboss-user] [JBoss Seam] - Re: s:validateAll don't works.

2008-01-16 Thread leandro3.marinho
Excuse me, s:validateAll is work, but there are something I don't know. I annoted my property like this: | @Length (min=5, message="Invalid Name") | public String getName{...} | If I fill the input control linked with this property with a name less then 5 lethers, s:validateAll show t

[jboss-user] [JBoss Seam] - s:validateAll don't works.

2008-01-16 Thread leandro3.marinho
Hi People, Seam isn't validating fields, even when I wrap the input controls with s:validateAll. When a validation error occurs, s:validateAll don't intercepts the error and my DAO throws an org.hibernate.validator.InvalidStateException. I'm using... - Hibernate 3.2.5 - Hibernate Annotation

[jboss-user] [JBoss Seam] - Re: Seam with Hibernate Version Conflict

2008-01-15 Thread leandro3.marinho
I just have tried these configurations too, but don't work. I tried delete hibernate jars of server lib directory but it don't work too, my application don't recognizes the libs into ear and throws exceptions and show this in the server console: | | --- Incompletely deployed packages ---

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Hibernate Version Conflict in EAR File

2008-01-15 Thread leandro3.marinho
I tried to configure it like this article, but it still doesn't work. I try too delete hibernate libs from lib directory of JBoss to assert that it will not be used. But I get follow errors: | | --- Incompletely deployed packages --- | [EMAIL PROTECTED] { url=file:/home/kurumin/java/too

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Hibernate Version Conflict in EAR File

2008-01-15 Thread leandro3.marinho
My jboss-app.xml contains this code: | | vigisus:loader=spiv.ear | | I'm beginner in enterprise applications and I'm confused with this configuration. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4120020#4120020 Reply to the post : http://www.

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Hibernate Version Conflict in EAR File

2008-01-14 Thread leandro3.marinho
Hi People, I have an EAR file that contains hibernate-3.2.5.jar in the root, by my WAR file that is packaged into this EAR is using hibernate version of lib directory of the JBoss AS. How can I do the WAR uses the hibernate of EAR instead of that of lib directory of Server? Thanks!! View the

[jboss-user] [JBoss Seam] - Re: Seam with Hibernate Version Conflict

2008-01-14 Thread leandro3.marinho
Hi people, I try put hibernate in the lib directory in the EAR, but Seam insists to use that of the server lib directory. Can somebody help me to solve this problem? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4119773#4119773 Reply to the post : http://ww

[jboss-user] [JBoss Seam] - Re: Seam with Hibernate Version Conflict

2008-01-11 Thread leandro3.marinho
Follow my application.xml: | | spiv-ear | | | spiv-war.war | spiv | | | | spiv-ejb-0.0.1-SNAPSHOT.jar | | | jboss-seam-2.0.0.GA.jar | |

[jboss-user] [JBoss Seam] - Re: Seam with Hibernate Version Conflict

2008-01-11 Thread leandro3.marinho
no View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4119105#4119105 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4119105 ___ jboss-user mailing list jboss-user@lists.jboss.org h

[jboss-user] [JBoss Seam] - Seam with Hibernate Version Conflict

2008-01-11 Thread leandro3.marinho
Hi Folks, I'm using Seam 2.0.0.GA running in JBoss 4.2.2.GA and I'm with a problem of hibernate version conflict. I have packaged hibernate, hibernate-annotations and hibernate-validator in my ear file, but Seam is using hibernate version of the server lib directory. How can I do Seam use hiber

[jboss-user] [JBoss Seam] - I want control if s:validateAll tag should validate or no, t

2007-11-30 Thread leandro3.marinho
I'm using a form with s:validateAll tag with two purpose: To register new datas and find datas based on filled informations. Then I need skip s:validataAll validation when the user clicks on find button, but don't if he clicks on save buttom. There are any way of to do this? View the original

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0.GA + Maven2 (s:validateAll doesn't work)

2007-11-30 Thread leandro3.marinho
Ok, that is it. I was using a older version hibernate. I update to the last version and it's ok. Thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4109288#4109288 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0.GA + Maven2 (s:validateAll doesn't work)

2007-11-29 Thread leandro3.marinho
Hi, I have more informations... I saw in the JBoss logs this message when I load a page. | 14:28:32,756 INFO [Pages] no pages.xml file found: /WEB-INF/pages.xml | 14:28:33,377 ERROR [STDERR] 29/11/2007 14:28:33 com.sun.facelets.compiler.TagLibraryConfig loadImplicit | INFO: Added Library

[jboss-user] [JBoss Seam] - Re: Seam 2.0.0.0GA + Maven2 doesn`t work...

2007-11-28 Thread leandro3.marinho
w17chm4n, the tag s:validateAll or s:validate is working in your project? I'm trying use Seam2 with Maven2 and this tag is not working. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4108670#4108670 Reply to the post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss Seam] - Seam 2.0.0.GA + Maven2 (s:validateAll doesn't work)

2007-11-28 Thread leandro3.marinho
Excuse my very bad english but it isn't my native languange. I'm trying integrate Maven2 and Seam 2.0.0.GA to run in JBoss AS 4.2.2.GA It's working fine, but s:validateAll don't work. Below is my form.xhtml. | | | | | | | | | Na