[jboss-user] [JBoss Seam] - Re: Validation oracle date field

2007-07-13 Thread igorarbizu
I' m not sure what you mean, my class is an entity, user object with a field 
java.util.Date
@Entity
public class User{

private Date startdate;
@Basic @Temporal(TemporalType.DATE) 
@NotNull
public Date getStartdate() {
return this.startdate;
}
public void setStartdate(Date startdate) {
this.startdate = startdate;
}
}

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4063805#4063805

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4063805
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Validation oracle date field

2007-07-12 Thread igorarbizu
Hi, 
When I try to save a form generated from seam-gen with a  date field (oracle 
9i, type Date) I get this error: model validation:failed, with the right 
format, and get no more clues anywhere. These are the relevant parts of the 
code:
In UserEdit.xhtml:
s:decorate id=startdateDecoration template=layout/edit.xhtml
  | ui:define name=labelstartdate/ui:define
  | h:inputText id=startdate
  |   value=#{memberHome.instance.startdate} 
required=true
  | s:convertDateTime  pattern=MM/dd//  
 
  | /h:inputText
  | /s:decorate

and in the correspondig entity (User):
   private Date startdate;
  | .
  | @Basic @Temporal(TemporalType.DATE) 
  | @NotNull
  | public Date getStartdate() {
  | return this.startdate;
  | }
  | public void setStartdate(Date startdate) {
  | this.startdate = startdate;
  | }
  | 
Any idea?? I've been looking for a solution for a while, in the forum etc but 
I can't go on
Thanks

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4063595#4063595

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4063595
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam in production (Tomcat, JSF RI, Hibernate, Tomahawk,

2006-09-13 Thread igorarbizu
bfo81 wrote : Die you have this problem: 
http://www.jboss.com/index.html?module=bbop=viewtopict=90343(Exception Local 
server is not initialized)?
  | If yes, how did you solve it?

look my last comment, I tried with the latest cvs

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3971365#3971365

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3971365
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: TROUBLE RUNNING BOOKING EXAMPLE ON TOMCAT

2006-09-11 Thread igorarbizu
Yes , I've updated build.properties and generated the example via 
deploy.tomcat, and still can't guess what's wrong I´ve searched ij the forum 
and found another thread with the same problem but witout answer, any help 
please? I don't know how to continue
Thanks

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3970720#3970720

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3970720

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: TROUBLE RUNNING BOOKING EXAMPLE ON TOMCAT

2006-09-11 Thread igorarbizu
So, nobady who has been able tu run the booking app on tomcat with the embedded 
microcontainer can help?

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3970813#3970813

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3970813
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - TROUBLE RUNNING BOOKING EXAMPLE ON TOMCAT

2006-09-10 Thread igorarbizu
Hi, I've deployd on tomcat the booking example as explained in 1.0.1 
distribution, and it starts ok but when I try to make any action I get errors 
I, m not able to solve. This is the lod starting tomcat:
INFO  10-09 21:21:54,203 (Log4JLogger.java:info:94)  -Reading standard config 
org/apache/myfaces/resource/standard-faces-config.xml
INFO  10-09 21:21:55,015 (Log4JLogger.java:info:94)  -Reading config 
jar:file:/C:/Tomcat5.5/webapps/jboss-seam-booking/WEB-INF/lib/jboss-seam-debug.jar!/META-INF/faces-config.xml
INFO  10-09 21:21:55,031 (Log4JLogger.java:info:94)  -Reading config 
jar:file:/C:/Tomcat5.5/webapps/jboss-seam-booking/WEB-INF/lib/jboss-seam-ui.jar!/META-INF/faces-config.xml
INFO  10-09 21:21:55,093 (Log4JLogger.java:info:94)  -Reading config 
jar:file:/C:/Tomcat5.5/webapps/jboss-seam-booking/WEB-INF/lib/jboss-seam.jar!/META-INF/faces-config.xml
INFO  10-09 21:21:55,125 (Log4JLogger.java:info:94)  -Reading config 
jar:file:/C:/Tomcat5.5/webapps/jboss-seam-booking/WEB-INF/lib/jsf-facelets.jar!/META-INF/faces-config.xml
INFO  10-09 21:21:55,156 (Log4JLogger.java:info:94)  -Reading config 
/WEB-INF/faces-config.xml
WARN  10-09 21:21:55,328 (Log4JLogger.java:warn:104)  -Locale name in 
faces-config.xml null or empty, setting locale to default locale : es_ES
INFO  10-09 21:21:55,750 (Log4JLogger.java:info:94)  -ServletContext 
'C:\Tomcat5.5\webapps\jboss-seam-booking\' initialized.
INFO  10-09 21:21:55,750 (Log4JLogger.java:info:94)  -Welcome to Seam 1.0.1.GA
INFO  10-09 21:21:55,765 (Log4JLogger.java:info:94)  -reading components.xml
INFO  10-09 21:21:55,968 (Log4JLogger.java:info:94)  -reading properties from: 
/seam.properties
INFO  10-09 21:21:55,968 (Log4JLogger.java:info:94)  -reading properties from: 
/jndi.properties
INFO  10-09 21:21:55,984 (Log4JLogger.java:info:94)  -initializing Seam
INFO  10-09 21:21:56,171 (Log4JLogger.java:info:94)  -Component: 
org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: 
org.jboss.seam.core.Init
INFO  10-09 21:21:56,609 (Log4JLogger.java:info:94)  -Component: 
org.jboss.seam.core.pages, scope: APPLICATION, type: JAVA_BEAN, class: 
org.jboss.seam.core.Pages
INFO  10-09 21:21:56,640 (Log4JLogger.java:info:94)  -Component: events, scope: 
APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Events
INFO  10-09 21:21:56,656 (Log4JLogger.java:info:94)  -Component: 
org.jboss.seam.core.manager, scope: EVENT, type: JAVA_BEAN, class: 
org.jboss.seam.core.Manager
INFO  10-09 21:21:56,734 (Log4JLogger.java:info:94)  -Component: switcher, 
scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.core.Switcher
INFO  10-09 21:21:56,750 (Log4JLogger.java:info:94)  -Component: redirect, 
scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Redirect
INFO  10-09 21:21:56,765 (Log4JLogger.java:info:94)  -Component: httpError, 
scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.HttpError
INFO  10-09 21:21:56,796 (Log4JLogger.java:info:94)  -Component: userPrincipal, 
scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.UserPrincipal
INFO  10-09 21:21:56,828 (Log4JLogger.java:info:94)  -Component: isUserInRole, 
scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.IsUserInRole
INFO  10-09 21:21:56,843 (Log4JLogger.java:info:94)  -Component: conversation, 
scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Conversation
INFO  10-09 21:21:56,875 (Log4JLogger.java:info:94)  -Component: 
conversationList, scope: PAGE, type: JAVA_BEAN, class: 
org.jboss.seam.core.ConversationList
INFO  10-09 21:21:56,906 (Log4JLogger.java:info:94)  -Component: 
conversationStack, scope: PAGE, type: JAVA_BEAN, class: 
org.jboss.seam.core.ConversationStack
INFO  10-09 21:21:56,921 (Log4JLogger.java:info:94)  -Component: facesContext, 
scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.FacesContext
INFO  10-09 21:21:56,937 (Log4JLogger.java:info:94)  -Component: pageContext, 
scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.PageContext
INFO  10-09 21:21:57,015 (Log4JLogger.java:info:94)  -Component: eventContext, 
scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.EventContext
INFO  10-09 21:21:57,031 (Log4JLogger.java:info:94)  -Component: 
sessionContext, scope: APPLICATION, type: JAVA_BEAN, class: 
org.jboss.seam.core.SessionContext
INFO  10-09 21:21:57,046 (Log4JLogger.java:info:94)  -Component: 
statelessContext, scope: APPLICATION, type: JAVA_BEAN, class: 
org.jboss.seam.core.StatelessContext
INFO  10-09 21:21:57,062 (Log4JLogger.java:info:94)  -Component: 
applicationContext, scope: APPLICATION, type: JAVA_BEAN, class: 
org.jboss.seam.core.ApplicationContext
INFO  10-09 21:21:57,078 (Log4JLogger.java:info:94)  -Component: 
conversationContext, scope: APPLICATION, type: JAVA_BEAN, class: 
org.jboss.seam.core.ConversationContext
INFO  10-09 21:21:57,109 (Log4JLogger.java:info:94)  -Component: 
businessProcessContext, scope: APPLICATION, type: JAVA_BEAN, class: