Re: [appfuse-user] Problem in wiring manager and dao-hibernate

2008-02-12 Thread adriel manalansan
Thanks Matt! On Mon, 2008-02-11 at 12:21 -0700, Matt Raible wrote: > If you load up the Spring context files using a > ClassPathXmlApplicationContext, you should be able to access all your > beans. > > Matt > > On Feb 11, 2008, at 4:49 AM, adriel manalansan wrote: > > > Hello to everyone, >

Re: [appfuse-user] search - integrate compass (lucene) and appfuse

2008-02-12 Thread WL
Hi, Thanks much, in providing the details for the smooth configuration.But I found some issues while executing application, below are the statements given in the consolewhile accessing "search" or "reindex" ERROR [RequestProcessor] Invalid path was requested /reindex ERROR [RequestProcessor

Re: [appfuse-user] Appfuse 2.01 + Struts + modified core classes -> password confusion

2008-02-12 Thread Rob Hills
Hi David, J. David Mendoza wrote: What I did was: 1. Extend the UserAction 2. In the saveUser, i check if the password is less then 40 chars and if it is I change the user's version to null (make Appfuse think this is a new user) Doesn't work for every encryption method but it does for the s

Re: [appfuse-user] compile error when after executing full-source goal - how maven calculate the dependency ?

2008-02-12 Thread kagan
Matt: He is using version 2.0.1 and that's depicted in his command line with artifactId. I have the same annoying problem too.. -- View this message in context: http://www.nabble.com/compile-error-when-after-executing-full-source-goalhow-maven-calculate-the-dependency---tp15059810s2369p154

Re: [appfuse-user] Struts2 and jsCalendar

2008-02-12 Thread Matt Raible
Do you see any sort of JavaScript error in your console (on Firefox)? Matt On 2/12/08, Ron Anderson <[EMAIL PROTECTED]> wrote: > > I'm using the instructions from Matt on adding jsCalendar to Appfuse 2.0 / > Struts 2 and it isn't working. The instructions are below. > > I understand how the id i

[appfuse-user] Struts2 and jsCalendar

2008-02-12 Thread Ron Anderson
I'm using the instructions from Matt on adding jsCalendar to Appfuse 2.0 / Struts 2 and it isn't working. The instructions are below. I understand how the id is determined for the inputField but where does the button id come from? It must have something to do with the textfield title="date" a

Re: [appfuse-user] Réf. : Re: [ap pfuse-user] Flex + Appfuse How To

2008-02-12 Thread Fred Forester
I am using the ant build with full source. the mxml files are in src/main/webapp/mxml/ you need a filter for that directory. src/main/webapp/WEB-INF/web.xml staticFilter com.davita.acreporting.webapp.filter.StaticFilter includes /scripts/dojo/*,/dwr/*

[appfuse-user] setup-db question

2008-02-12 Thread Ding, Qin
How do I use setup-db to create the table with the hibernate UserType in xdoclet attribute? I create a UserType and use it in xdoclet like this @hibernate.property column="my_column" type="org.appfuse.util.MyUserType" When I run setup-db, "org.appfuse.util.MyUserType" is unable to be resolved

Re: [appfuse-user] Appfuse 2.01 + Struts + modified core classes -> password confusion

2008-02-12 Thread J. David Mendoza
Rob... What I did was: 1. Extend the UserAction 2. In the saveUser, i check if the password is less then 40 chars and if it is I change the user's version to null (make Appfuse think this is a new user) Doesn't work for every encryption method but it does for the sha... On Feb 12, 2008, a

Re: [appfuse-user] full-source error 2.0.1 jsf

2008-02-12 Thread kace
this worked for me c:/Docume~1/kace/.m2/repository change it to reflect your location Regards, ..kace -- View this message in context: http://www.nabble.com/full-source-error-2.0.1-jsf-tp15421975s2369p15438109.html Sent from the AppFuse - User mailing list archive at Nabble.com. -

Re: [appfuse-user] full-source error 2.0.1 jsf

2008-02-12 Thread kace
Thanks Matt, worked liked a charm. Regards, ..kace -- View this message in context: http://www.nabble.com/full-source-error-2.0.1-jsf-tp15421975s2369p15436596.html Sent from the AppFuse - User mailing list archive at Nabble.com. --

Re: [appfuse-user] full-source error 2.0.1 jsf

2008-02-12 Thread mpinheiro
How settings.xml file got? mine didnt work. thanks, mpinheiro kace wrote: > > Thanks Matt, worked liked a charm. > > Regards, > > ..kace > -- View this message in context: http://www.nabble.com/full-source-error-2.0.1-jsf-tp15421975s2369p15437771.html Sent from the AppFuse - User mailin

Re: [appfuse-user] full-source error 2.0.1 jsf

2008-02-12 Thread mpinheiro
thanks a lot, worked!! kace wrote: > > this worked for me > > c:/Docume~1/kace/.m2/repository > > change it to reflect your location > > Regards, > > ..kace > -- View this message in context: http://www.nabble.com/full-source-error-2.0.1-jsf-tp15421975s2369p15438712.html Sent from the

RE: [appfuse-user] OpenSessionInViewFilter and Hibernate cascades

2008-02-12 Thread Tobias Vogel
It's in the same package as any other manager, which is a subpackage of a "service"-package. Because it's working for all other managers in the package, I guess it's working "normally". Kind regards, Tobias > -Original Message- > From: Matt Raible [mailto:[EMAIL PROTECTED] > Sent: Tuesda

Re: [appfuse-user] full-source error 2.0.1 jsf

2008-02-12 Thread Matt Raible
I believe if you use the normal path, in Documents and Settings, and use the shorter DOS path (with a ~), it will work. Matt On 2/12/08, kace <[EMAIL PROTECTED]> wrote: > > no luck... :( > > ..kace > -- > View this message in context: > http://www.nabble.com/full-source-error-2.0.1-jsf-tp1542197

Re: [appfuse-user] Appfuse 2.01 + Struts + modified core classes -> password confusion

2008-02-12 Thread Matt Raible
On 2/12/08, Rob Hills <[EMAIL PROTECTED]> wrote: > Hi All, > > Not sure if Matt missed this one, or if he's been too busy to reply, but I > wondered if anyone else knows the answer to the question below... > > On 11 Feb 2008 at 18:37, Rob Hills wrote: > > > In your UserDaoHibernate class, you have

Re: [appfuse-user] OpenSessionInViewFilter and Hibernate cascades

2008-02-12 Thread Matt Raible
Is your Manager interface in a "service" package? If so, it should work. If it doesn't, adding @Transactional sounds like an easy workaround. Matt On 2/12/08, Tobias Vogel <[EMAIL PROTECTED]> wrote: > Hi list, > > I'm fiddling around with the lazyLoadingFilter (OpenSessionInViewFilter) > in AppFu

Re: [appfuse-user] full-source error 2.0.1 jsf

2008-02-12 Thread Michael Horwitz
On 2/12/08, kace <[EMAIL PROTECTED]> wrote: > > > The relevent settings section looks like > C:\Tools\.m2\repository You may want to try / instead of \: C:/Tools/.m2/repository Mike and yeah I have overridenn it in $MAVEN_HOME > > any ideas? > > > Regards, > > ..kace > > -

Re: [appfuse-user] Problems with mvn appfuse:full-source

2008-02-12 Thread mpinheiro
I solved this problem changing >\.m2\org\hibernate\jtidy\r8-20060801\ jtidy-r8-20060801.pom file. Theres 2 licences tags and i removed the inner ones: … Java HTML Tidy License http://svn.so

[appfuse-user] Réf. : Re: [appfuse-user] Flex + Appfuse How To

2008-02-12 Thread benoit . moraillon
Thanks Fred,Could you send me your pom.xml ?Where do you put mxml files, as3 files ? Thanks.    - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [appfuse-user] full-source error 2.0.1 jsf

2008-02-12 Thread kace
The relevent settings section looks like C:\Tools\.m2\repository and yeah I have overridenn it in $MAVEN_HOME any ideas? Regards, ..kace --- settings.xml --- C:\Tools\.m2\repository

[appfuse-user] OpenSessionInViewFilter and Hibernate cascades

2008-02-12 Thread Tobias Vogel
Hi list, I'm fiddling around with the lazyLoadingFilter (OpenSessionInViewFilter) in AppFuse 2.x a little. The base AppFuse files already contain the right aop-config, to mark any manager as transactional, so basically no problem. If I enable the lazyLoadingFilter for my webapp and call the save

Re: [appfuse-user] Appfuse 2.01 + Struts + modified core classes -> password confusion

2008-02-12 Thread Rob Hills
Hi All, Not sure if Matt missed this one, or if he's been too busy to reply, but I wondered if anyone else knows the answer to the question below... On 11 Feb 2008 at 18:37, Rob Hills wrote: > In your UserDaoHibernate class, you have a getUserPassword method which I > notice manages to get the

RE: [appfuse-user] Appfuse 2.01 + extended persistence context

2008-02-12 Thread Christophe Thiebaud
So the issue is close. Entities instance are stored in the httpSession and re-used (detached/re-attached) from one request to another. No change to appfuse standard configuration, except that I implemented also the lazyLoadingFilter (commented out by default in web.xml). Thanks Matt for the help.

Re: [appfuse-user] full-source error 2.0.1 jsf

2008-02-12 Thread kace
no luck... :( ..kace -- View this message in context: http://www.nabble.com/full-source-error-2.0.1-jsf-tp15421975s2369p15434023.html Sent from the AppFuse - User mailing list archive at Nabble.com. - To unsubscribe, e-mail:

Re: [appfuse-user] Appfuse 2.01 + Struts + modified core classes -> password confusion

2008-02-12 Thread Rob Hills
Hi Matt, Many thanks for the reply. On 12 Feb 2008 at 7:57, Matt Raible wrote: > On 2/12/08, Rob Hills <[EMAIL PROTECTED]> wrote: > > > > On 11 Feb 2008 at 18:37, Rob Hills wrote: > > > In your UserDaoHibernate class, you have a getUserPassword method which I > > > notice manages to get the user