Re: [appfuse-user] DWR (AJAX) and Session timeout renew, how? - URGENT

2009-01-12 Thread Attila
Nobody knows? Attila wrote: > > Hi, > > I've a big problem with DWR and http session. My Appfuse is 2.0.2 > JSF/Hibernate with a lot of DWR calls. > > After the http session is expired (I've set it to one -1- minute to test), > when I made a DWR call, all of my beans are null (because of ses

Re: [appfuse-user] Integarting JSF with Struts Framework..

2009-01-12 Thread jithesh
Thanks Matt.. I will work on it... Regards, Jithesh mraible wrote: > > It doesn't ship with Dojo, but you should be able to add it easily. > > http://dojotoolkit.org > > Matt > > On Jan 12, 2009, at 4:20 AM, jithesh wrote: > >> >> Thanks Matt, >> >> Does the appfuse (1.9.4) supports

Re: [appfuse-user] JUnit: testUpdateUser: saveUser didn't throw EntityExistsException

2009-01-12 Thread rahul somasunderam
I got the same using postgresql with JPA. I replaced save (user) to saveUser(user) And it went fine from there. mraible wrote: > > On Wed, Dec 3, 2008 at 8:38 AM, mwaynewalter > wrote: >> >> Folks, >> >> I get this error, "saveUser didn't throw EntityExistsException" in the >> UserDaoTest meth

Re: [appfuse-user] How to turn off CLEAN_INSERT in strutsbasic

2009-01-12 Thread Floggin Molly
Hi It still erases the data I put into the DB, when jetty is restarted. I have the following values for db-properties: org.dbunit.dataset.datatype.DefaultDataTypeFactory CLEAN_INSERT org.hibernate.dialect.MySQL5InnoDBDialect mysql mysql-connector-java 5.0

Re: [appfuse-user] How to turn off CLEAN_INSERT in strutsbasic

2009-01-12 Thread Matt Raible
Try changing this: test-compile test-compile operation test test operation To this:

Re: [appfuse-user] How to turn off CLEAN_INSERT in strutsbasic

2009-01-12 Thread Floggin Molly
Hi...sorry, I should be more precise. I mean..my problem is that when I start the jetty, the default data is loaded into the database...and the data I have added the last time the jetty was running..is deleted. So..each time I restart the database..the DB is restored to default datahow can I

Re: [appfuse-user] Server-side validation doesn't work in AppLight 1.8.2 Spring+Hibernate+Acegi flavor.

2009-01-12 Thread Matt Raible
This is a known issue that has been fixed in the next release. http://issues.appfuse.org/browse/EQX-204 Matt On Mon, Jan 12, 2009 at 3:54 AM, Irshad Buchh wrote: > > Hi, > We tried the demo after disabling javascript, it seems that the server-side > validation is not working. Has it been left

Re: [appfuse-user] Re: Ehcache doesnt actually kick in

2009-01-12 Thread Matt Raible
You might want to make sure your class is configured properly in ehcache.xml in src/main/resources. Matt On Mon, Jan 12, 2009 at 3:23 AM, Kannan Ekanath wrote: > Apparently, I put break points in the get and put methods of the > org.hibernate.cache.EhCache and I see that the put method is being

Re: [appfuse-user] How to turn off CLEAN_INSERT in strutsbasic

2009-01-12 Thread Matt Raible
Change the property at the bottom of your pom.xml. Matt On Mon, Jan 12, 2009 at 9:04 AM, Floggin Molly < frank.rene.soren...@hotmail.com> wrote: > > following is the dbunit data in pom.xml. But where should I turn off the > default data CLEAN_INSERT? (Thanks for you help :-)): > > >

Re: [appfuse-user] How to turn off CLEAN_INSERT in strutsbasic

2009-01-12 Thread Floggin Molly
following is the dbunit data in pom.xml. But where should I turn off the default data CLEAN_INSERT? (Thanks for you help :-)): org.codehaus.mojo dbunit-maven-plugin 1.0-beta-1 ${dbunit.dataTypeFactoryName}

Re: [appfuse-user] How to turn off CLEAN_INSERT in strutsbasic

2009-01-12 Thread Matt Raible
You should be able to modify your pom.xml and the dbunit plugin's configuration. This might cause Canoo WebTests to fail. Matt On Jan 12, 2009, at 7:57 AM, Floggin Molly > wrote: How to turn off CLEAN_INSERT in strutsbasic each time you redeploy with mvn jetty:run-war Br Frank -- View

Re: [appfuse-user] Integarting JSF with Struts Framework..

2009-01-12 Thread Matt Raible
It doesn't ship with Dojo, but you should be able to add it easily. http://dojotoolkit.org Matt On Jan 12, 2009, at 4:20 AM, jithesh wrote: Thanks Matt, Does the appfuse (1.9.4) supports Dojo? Kindly provide some information to incorporate this tool with appfuse.. Warm regards, Jithe

Re: [appfuse-user] Changing struts default package namespace

2009-01-12 Thread Jeremy Anderson
Thanks Matt, totally missed that one. Jeremy On Sun, Jan 11, 2009 at 10:46 PM, Matt Raible wrote: > src/main/webapp/WEB-INF/menu-config.xml. > Matt > > > On Sun, Jan 11, 2009 at 6:55 PM, Jeremy Anderson < > jeremy.d.ander...@gmail.com> wrote: > >> I have a need to change the namespace for the de

[appfuse-user] How to turn off CLEAN_INSERT in strutsbasic

2009-01-12 Thread Floggin Molly
How to turn off CLEAN_INSERT in strutsbasic each time you redeploy with mvn jetty:run-war Br Frank -- View this message in context: http://www.nabble.com/How-to-turn-off-CLEAN_INSERT-in-strutsbasic-tp21416003s2369p21416003.html Sent from the AppFuse - User mailing list archive at Nabble.com.

Re: [appfuse-user] Integarting JSF with Struts Framework..

2009-01-12 Thread jithesh
Thanks Matt, Does the appfuse (1.9.4) supports Dojo? Kindly provide some information to incorporate this tool with appfuse.. Warm regards, Jithesh mraible wrote: > > I believe you can use an Ajax framework to get many of the nice > widgets/components that JSF offers. Have you thought a

[appfuse-user] Server-side validation doesn't work in AppLight 1.8.2 Spring+Hibernate+Acegi flavor.

2009-01-12 Thread Irshad Buchh
Hi, We tried the demo after disabling javascript, it seems that the server-side validation is not working. Has it been left out in the Spring MVC Controller? Can someone help us out, as we are looking at a possible application based on applight. http://demo2.appfuse.org/appfuse-light-security/ -

[appfuse-user] Re: Ehcache doesnt actually kick in

2009-01-12 Thread Kannan Ekanath
Apparently, I put break points in the get and put methods of the org.hibernate.cache.EhCache and I see that the put method is being called by the NonstrictReadWriteCache.put method but the NonstrictReadWriteCache.get and EhCache.get methods are never getting called at all? My controller is querying

[appfuse-user] Ehcache doesnt actually kick in

2009-01-12 Thread Kannan Ekanath
Hi Guys,Appfuse version 2.x Before I start my first question, thanks for building such a nice framework. Before Appfuse, one had to assemble security, persistence, mvc, cache etc brick by brick and frameworks like these are going to make J2EE compete with Rails :) (that boasts of letting user crea