[appfuse-user] Date validation client-side

2008-12-12 Thread stelios
javaworld article offers a solution for I18N it doesn't apply to client-side validation ( or I didn't understand it correctly). Any resources on how to do this? I mean to have the script checking against the locale specific date format while validating. Thanks Stelios -- View this message

Re: [appfuse-user] Spring Session Scope bean

2008-09-29 Thread stelios
Beans(Jsr181HandlerMapping.java:117) at org.codehaus.xfire.spring.remoting.Jsr181HandlerMapping.initApplicationContext(Jsr181HandlerMapping.java:65) Furthermore if I comment all xfire config from web.xml it works fine. Any ideas how to resolve this? Is XFire not aware of session scoped beans? stelios

[appfuse-user] Spring Sesison Scope bean

2008-09-24 Thread stelios
es me: java.lang.IllegalStateException: No thread-bound request found: Are you referring. I can post the trace if needed. I have the ContextLoaderListener, and RequestContextListener Listener set in web.xml so I can't think of what else is wrong... Any help appreciated thanks stelios --

Re: [appfuse-user] appfuse:gen-model anomaly...

2008-08-17 Thread stelios
I don't remember exactly to be honest...I'll try and have a look tomorrow at work. Bob Fleischman wrote: > > I am having this problem trying to reverse engineer a MySQL db with > foreign keys. How did you get this working? > > > stelios wrote: >> >>

[appfuse-user] appfuse:gen weird behaviour

2008-07-24 Thread stelios
onships? One-to-many? etc.. thanks in advance stelios -- View this message in context: http://www.nabble.com/appfuse%3Agen-weird-behaviour-tp18629961s2369p18629961.html Sent from the AppFuse - User mailing list archive at Nabble.com. -

Re: [appfuse-user] Eclipse integration problem.

2008-07-04 Thread stelios
It seems the errors arise from the project.war being in the maven repository. Once deleted from there the errors disappear. Any idea of how to resolve this? stelios wrote: > > Hi, > > Unfortunately I still get these errors and have not lib folder in WEB-INF. > Are there any a

Re: [appfuse-user] Eclipse integration problem.

2008-07-04 Thread stelios
, although even after mvn clean the errors remain. thanks stelios Marc Hughes-2 wrote: > > Ah ha! After paying more attention to this: > http://static.appfuse.org/movies/2.0/helloworld.mov > > I noticed an extra step. > rm -r src/main/webapp/WEB-INF/lib/ > > That seems

Re: [appfuse-user] WTP and multi-module Eclipse Project

2008-07-04 Thread stelios
Well at least it works fine with a basic project... stelios wrote: > > Hi, > > I've used this guide: http://appfuse.org/display/APF/Eclipse#Eclipse-wtp > http://appfuse.org/display/APF/Eclipse#Eclipse-wtp > > and it all works as I understand it should. > Is it

[appfuse-user] WTP and multi-module Eclipse Project

2008-07-03 Thread stelios
hen I edit some class in the core project I will have to do a mvn install for the Tomcat to pickup the change. Is it possible for it to do this automaticaly, to not build a jar for the core and just copy the class file or something similar? thanks stelios -- View this message in context:

Re: [appfuse-user] Login Error after modifying Appfuse Core Classes

2008-06-27 Thread stelios
Ignore this thread, I somehow manage to delete the UserDetails (implements UserDetails) from the User class... Its obviously fine now stelios wrote: > > Hi, > > I've slightly modified the User class, added a memeber. In addition I've > added an extra associati

[appfuse-user] Login Error after modifying Appfuse Core Classes

2008-06-27 Thread stelios
icationProvider.java:83) at org.springframework.security.providers.dao.AbstractUserDetailsAuthenticationProvider.authenticate(AbstractUserDetailsAuthenticationProvider.java:121) any ideas? thanks Stelios -- View this message in context: http://www.nabble.com/Login-Error-after-modifying-

Re: [appfuse-user] adding new column to user_role

2008-06-27 Thread stelios
I know its abit late, but did you manage to find a solution to this? thanks stelios vpacheco wrote: > > Hi, > > > > I'm using appfuse 1.9.x > > > > I want to add a new column to user_role table so that it now has these > columns (uid, user_ui

Re: [appfuse-user] appfuse:gen-model anomaly...

2008-06-18 Thread stelios
finally I got it working with Hibernate tools. I had some configuration errors. Probably thats why appfuse:gen-model didn't work. POJOs are generated fine now;) stelios wrote: > > well apparently the problem is the joined columns. The tables that fail > are those which have

Re: [appfuse-user] appfuse:gen-model anomaly...

2008-06-18 Thread stelios
well apparently the problem is the joined columns. The tables that fail are those which have relationships defined. Is there any known issue with that? stelios wrote: > > Hi, > > I've created a new Spring MVC Basic project. > Changed the DB in the pom.xml to an existi

[appfuse-user] appfuse:gen-model anomaly...

2008-06-18 Thread stelios
? I´ve read everything I could find on similar issues and still haven't found a solution, probably something obvious I'm missing? Could it be the database it self? Although the tables I add to the appfuse db are taken from the same script... thanks stelios -- View this message in context: h

[appfuse-user] Excluding certain pages from the default menu

2007-05-03 Thread Stelios Togias
Hi, I need to have some pages excluded from having the default appfuse menu. Actually not having anything added to them. Just do them manualy. I've seen that in menu-config.xml is where the menus are defined but not thats all I found. Any ideas? thanks stelios

Re: [appfuse-user] Custom Manager Problem

2007-04-19 Thread stelios
; > private PersonManager personManager; > > public void setPersonManager(PersonManager personManager) { > this.personManager = personManager; > } > > Matt > > On 4/12/07, Stelios Togias <[EMAIL PROTECTED]> wrote: >> Hi, >> >> I have chan

[appfuse-user] Custom Manager Problem

2007-04-12 Thread Stelios Togias
As well how is the setPersonManager called? does it have to match some specific name? Sorry for the long post... Thanks stelios