Re: [appfuse-user] Help!!! Testing if message is received in the newsletter and question.

2008-08-28 Thread Matt Raible
I don't believe this question has anything to do with AppFuse does it? On Wed, Aug 27, 2008 at 10:35 PM, Carlos Ortiz <[EMAIL PROTECTED]> wrote: > For the one hand. Well, I wonder if message is received. > Another hand. > I need to know if in Eclipse Web Tools and using a Tomcat Server, I can > cr

Re: [appfuse-user] Out Of Memory When Listing Entity With 300K Rows

2008-08-28 Thread Joey122
I m happy to send the code but the snapshot here is: // public String list() { // ExtendedPaginatedList paginatedList = paginateListFactory // .getPaginatedListFromRequest(getRequest()); // this.manager.getAllRecordsPage(TimeEntry.clas

Re: [appfuse-user] Out Of Memory When Listing Entity With 300K Rows

2008-08-28 Thread Joey122
Thanks for the suggestion - I ve been trying for the last couple of days to get this running without any joy I m afraid :( The link below describes how to incorporate it using Spring MVC whereas I m using BasicStruts2 I ve changed my Action class and applicationContext file and now have a NullP

[appfuse-user] Client side validation

2008-08-28 Thread Alf Solbakken
First off, thx for a great product and lively community. I'm having issues getting the client side validation to work in my spring basic appfuse 2.0.2 app. I've been trying to get it working for some time now but I must be blind. Here goes: (Code not complete, only added what I think is releva

[appfuse-user] Enabling SSL 3.0

2008-08-28 Thread jithesh
Hi all, I have been working in appfuse for almost 1 year and build a small webapplication which is hosted in wasce 2.0.0.1. The app is mainly compatible to IE7. Now I found that the app is supported only to TLS, not SSL 3.0. How can I enable SSl 3.0. Excuse me if this qu

[appfuse-user] ClassCastException in findByNamedQuery

2008-08-28 Thread Miguel Romero
hi appfusers, i have declared the next entity [code] @Entity @Table(name="VA01") @NamedQueries ({ @NamedQuery( name = "findMetadataHeader", query = "select distinct 0 as id, ordencolumna, nombrecolumna, 0 as mvalorcolumna, 0 as orden, 0 as idi18, 0 as idperiodo, 0 as idestruct

Re: [appfuse-user] can only set expectations on mock objects

2008-08-28 Thread angela leo
I also tried uncommenting it.but it is not working.BEfore that at first When I tried to run mvn test -Dtest=PersonDaoTest I got the following error Running org.appfuse.tutorial.dao.PersonDaoTest [personTestProject] INFO [main] PersonDaoTest.loadContextLocations(210) | Loading context for locations

Re: [appfuse-user] hai..I also tried

2008-08-28 Thread angela leo
I also tried uncommenting it.but it is not working.BEfore that at first When I tried to run mvn test -Dtest=PersonDaoTest I got the following error Running org.appfuse.tutorial.dao.PersonDaoTest [personTestProject] INFO [main] PersonDaoTest.loadContextLocations(210) | Loading context for location

Re: [appfuse-user] hai..I tried svn

2008-08-28 Thread Marc Siramy
That works for me after uncommenting the following section of the pom: central http://repo1.maven.org/maven2 appfuse http://static.appfuse.org/repository appfuse http

[appfuse-user] hai..I tried svn

2008-08-28 Thread angela leo
svn checkout http://appfuse-demos.googlecode.com/svn. I run svn checkout http://appfuse-demos.googlecode.com/svn and that version is working. Thanks Angela. But my test is not working.All the test codes are same as in check out version..is it any problem related to pom.xml mraible wrote: > > Y