[appfuse-user] simple tapestry beginner question

2009-10-15 Thread Marc Siramy
Hello, I don't understand in which file and at which level the file ' tapestry.applcation ' is called . I just can see that if I rename this file, I obtain this kind of exception: WARN - RequestExceptionReporterImpl.reportRequestException(45) | Unable to process client request: Page 'Home' not fo

[appfuse-user] Re: Issue when installing basic Tapestry archetype

2009-10-07 Thread Marc Siramy
I worked around the issue by adding 'http://howardlewisship.com/repository' repository in my pom.xml. -- Marc 2009/10/7 Marc Siramy > Hello, > > I have the following issue when installing the basic Tapestry archetype: > $ mvn -e install > + Error stacktraces are tur

[appfuse-user] Issue when installing basic Tapestry archetype

2009-10-07 Thread Marc Siramy
Hello, I have the following issue when installing the basic Tapestry archetype: $ mvn -e install + Error stacktraces are turned on. [INFO] Scanning for projects... [INFO] [INFO] Building AppFuse Tapestry Application [INFO]

Re: [appfuse-user] Database related issue

2009-10-01 Thread Marc Siramy
Try 'mvn jetty:run -Dmaven.test.skip=true' instead of “mvn jetty:run” . To use postgre, I think you have to use 'mvn -P postgresql' (see pom.xml part also) 2009/10/1 owais > I am using appfuse (struts 2 basic). I am starting the application by > “mvn jetty:run”. Everything is working fine, but

Re: [appfuse-user] How to redeploy the war without stop the jetty run by mvn

2009-02-05 Thread Marc Siramy
Hi, you can debug and develop, in theory, with Eclipse, Jetty and Maven without redeploying. Follow this link for example : http://docs.codehaus.org/display/JETTY/Debugging+with+the+Maven+Jetty+Plugin+inside+Eclipse (or search "+remote +debugging +eclipse +maven in google also). Hope that helps.

Re: [appfuse-user] what did I miss in Using Hibernate tutorial ?

2009-01-18 Thread Marc Siramy
That works really well. Thank you! Marc 2009/1/18 tonylu880042 > > Hi, > You should also add the class mapping in > src/test/resources/hibernate.cfg.xml. > tony > > > Marc_13 wrote: > > > > Hello, > > > > I have the following errors when running *'mvn test -Dtest=PersonDaoTest > > -Dsurefire.u

[appfuse-user] what did I miss in Using Hibernate tutorial ?

2009-01-17 Thread Marc Siramy
Hello, I have the following errors when running *'mvn test -Dtest=PersonDaoTest -Dsurefire.useFile=false' *, while following the Hibernate tutorial: testFindPersonByLastName(org.appfuse.dao.PersonDaoTest) Time elapsed: 6.478 sec <<< ERROR! java.lang.IndexOutOfBoundsException: Remember that ordi

Re: [appfuse-user] m2eclipse AppFuse Archetype

2008-11-25 Thread Marc Siramy
gt; the >> > results here. >> > I think I'm gonna let the script to generate Eclipse Project running >> as I >> > fininsh my job. >> > Matt, shouldn't it be a idea to add in AppFuse's Documentation the >&

Re: [appfuse-user] m2eclipse AppFuse Archetype

2008-11-21 Thread Marc Siramy
Hello, did you configured maven proxy settings ? (please see http://maven.apache.org/guides/mini/guide-proxies.html ). That's necessary for using maven from command line when you are behind a proxy. Marc 2008/11/21 Derlon Aliendres <[EMAIL PROTECTED]> > Oh, yeah! Sorry, Matt. I really get c

Re: [appfuse-user] Integrating with Eclipse

2008-10-23 Thread Marc Siramy
sorry, I meant " mvn eclipse:clean eclipse:m2eclipse " . 2008/10/23 Marc Siramy <[EMAIL PROTECTED]>: > did you try 'mvn clean eclipse:m2eclipse' before opening your project > into eclipse ? > > -- > Marc > > 2008/10/11 Cody Burleson <[EMAIL P

Re: [appfuse-user] Integrating with Eclipse

2008-10-23 Thread Marc Siramy
did you try 'mvn clean eclipse:m2eclipse' before opening your project into eclipse ? -- Marc 2008/10/11 Cody Burleson <[EMAIL PROTECTED]>: > Yes, I've seen that. I've installed m2eclipse and I've got the project in my > workspace. It runs fine when doing the mvn jetty:run-war, but here is an > ex

[appfuse-user] Jetty scanTargetPattern and reloading messages.properties

2008-09-24 Thread Marc Siramy
Hello, to me Jetty philosophy is to enable faster development by changing code and visualising modifications without restarting the webapp., especially with its 'scan target' feature. By default, Jetty scan the 'src/main/webapp' folder in appfuse-light. I want also that it takes care of changes in

Re: [appfuse-user] good jsp editor

2008-09-09 Thread Marc Siramy
You can use also Eclipse for J2EE developer, which is built with Eclipse 3.3 and Web Tools (WTP ) 2.0 ( http://www.eclipse.org/downloads/moreinfo/jee.php ) . Marc 2008/9/8 Philip Ba

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

Re: [appfuse-user] Spring context initialization failed while launching appfuse-light-struts-hibernate on linux

2008-08-25 Thread Marc Siramy
en preserved. Check > your META-INF and WEB-INF directories and make sure they are all upper-case. > Also check all the application-* files and make sure case is correct (I > think they are all lower case, but worth checking.) > > Mike > > 2008/8/25 Marc Siramy <[EMAIL PROTECTED]

Re: [appfuse-user] I18N Problem

2008-08-25 Thread Marc Siramy
You need the following line at the top of your jsps: <%@ page language="java" pageEncoding="utf-8" contentType="text/html;charset=utf-8" %> . .. and .. you can see here if you didn't miss a step (it helped mysel recently): http://blogs.warwick.ac.uk/kieranshaw/entry/utf-8_internationalisation_with

[appfuse-user] Spring context initialization failed while launching appfuse-light-struts-hibernate on linux

2008-08-25 Thread Marc Siramy
Hello, when I run appfuse-light-struts-hibernate-1-8-2 with jetty:run on linux (the same version works fine on windows) I have the following error: 2008-08-25 12:20:38.235::INFO: Logging to STDERR via org.mortbay.log.StdErrLog [INFO] Context path = / [INFO] Tmp directory = determined at runtime

Re: [appfuse-user] org.mortbay.jetty mvn:inplace on the fly code modification

2008-08-19 Thread Marc Siramy
On maxpermsize, this topic may help: http://www.nabble.com/Load-jetty-with-options-tt14311606s2369.html#a14311606. Marc 2008/8/19 krishgy <[EMAIL PROTECTED]> > > It seems like Jetty doing some operation in the background but it fails due > to MaxPermSize. > > I am new to java world. Can you tel

Re: [appfuse-user] struts validation in appfuse-light-struts-hibernate-1.8.2

2008-08-19 Thread Marc Siramy
IL PROTECTED]> > How are you running your application? Are you creating a war and > deploying to it or using jetty:run? If you use the latter, you should > see the output in your console. > > Matt > > On Mon, Aug 18, 2008 at 4:17 AM, Marc Siramy <[EMAIL PROTECTED]> >

[appfuse-user] struts validation in appfuse-light-struts-hibernate-1.8.2

2008-08-18 Thread Marc Siramy
After turning the validate from 'false' to 'true' in '/user' struts action , I obtain a blank page with following message when selecting 'Users' in the menu: "An Error has occurred in this application. Please check your log files for further information." But I can't see any log files for Jetty (on

Re: [appfuse-user] [AppFuse 1.9.4] Problem converting Form's String[] to POJO's List

2008-07-31 Thread Marc Siramy
Your groupesBo is String[] type, not List. Try sth like: List listeGroupBo = null; public void setGroupesBo(String[] groupesBo) { listeGroupBo = new ArrayList(); for(int i = 0; i < groupesBo.length; i++){ listeGroupBo.add(groupeBo[i]); } } 2008/7/31 ePierre <[EMAIL PROTECTED]> > > I'm ha

Re: [appfuse-user] Good Java Web Hosts

2008-07-25 Thread Marc Siramy
Hello all, just to give another link : http://myjavaserver.com . Unfortunately, it's momentally impossible to create a account on it. 2008/7/25 Karl Laird <[EMAIL PROTECTED]>: > I have found eatJ to be pretty good - although I do hit issues with the > user name needing to be the same as my data

Re: [appfuse-user] appfuse-light-struts-hibernate - ERROR - ValidatorPlugIn.init(171) | Connection timed out: connect

2008-07-18 Thread Marc Siramy
t connection for validation. > > Matt > > On Fri, Jul 18, 2008 at 7:30 AM, Marc Siramy <[EMAIL PROTECTED]> > wrote: > > Hello, > > I'm trying to run appfuse-light-struts-hibernate (1.8.2 version). > > I have the following error when running it under jetty:

[appfuse-user] appfuse-light-struts-hibernate - ERROR - ValidatorPlugIn.init(171) | Connection timed out: connect

2008-07-18 Thread Marc Siramy
Hello, I'm trying to run appfuse-light-struts-hibernate (1.8.2 version). I have the following error when running it under jetty: " ERROR - ValidatorPlugIn.init(171) | Connection timed out: connect ". I suppose error is due to the fact that my proxy not enable my application to retrieve struts vali

Re: [appfuse-user] BeanDefinitionStoreException: Unexpected exception parsing XML ... applicationContext-service.xml

2008-04-16 Thread Marc Siramy
Hi, I've been installed appfuse - struts basic archetype version - this afternoon on 2 differents machines (both on windows). On one, appfuse run fine, and on the other, I had an error which looks quite similar (failling loading Spring context). Both machines have JDK 6.0 and same maven version in

Re: [appfuse-user] log4j - Please initialize the log4j system properly.

2008-02-04 Thread Marc Siramy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, your question doesn't really concerns Appfuse, so maybe you'd better look at http://logging.apache.org/log4j/1.2/manual.html (for starting with log4j) or at http://displaytag.sourceforge.net/11/tut_basic.html if you want to learn display-tags. And

Re: [appfuse-user] log4j - Please initialize the log4j system properly.

2008-02-02 Thread Marc Siramy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Take a look at: http://www.codeczar.com/projects/components/logweb/ or just do the same as in com.yourproject.sample.dao.hibernate.GenericDaoHibernate and modify eventually log4j configuration in yourProject/src/main/resources/log4j.xml for configurat

Re: [appfuse-user] Canoo WebTest error while doing Canoo WebTest (appfuse 1.9.4)

2008-01-10 Thread Marc Siramy
I'm using Appfuse 1.9.4 Marc 2008/1/10, Matt Raible <[EMAIL PROTECTED]>: > > What version of AppFuse are you using? > On Jan 9, 2008, at 4:45 PM, Marc Siramy wrote: > > No, that doesn't work. I tried both french and english locales with > editPerson action. >

Re: [appfuse-user] Canoo WebTest error while doing Canoo WebTest (appfuse 1.9.4)

2008-01-09 Thread Marc Siramy
URL - can you successfully view the Person Detail form? > Matt > > On Jan 9, 2008, at 12:35 PM, Marc Siramy wrote: > > Hello, > > I obtain this error when doing Canoo WebTest (running ant test-canoo > -Dtestcase=PersonTests ) > in the appfuse tutorial: > test-canoo:

[appfuse-user] Canoo WebTest error while doing Canoo WebTest (appfuse 1.9.4)

2008-01-09 Thread Marc Siramy
Hello, I obtain this error when doing Canoo WebTest (running ant test-canoo -Dtestcase=PersonTests ) in the appfuse tutorial: test-canoo: [delete] Deleting: /home/marc/workspace/appfuse/build/test/data/web- tests-result.xml [echo] Testing with locale 'fr' EditPerson: BUILD FAILED /home/m

[appfuse-user] [mvn install problem] test error while installing tapestry archetype

2007-11-26 Thread Marc Siramy
Hello, just while installing tapestry archetype (with 'mvn install' ), I obtain the following error: [INFO] Executing tasks [delete] Deleting: /home/marc/workspace/AppfuseTapestry/web/target/webtest-data/web- tests-result.xml [echo] Testing 'AppfuseTapestry-webapp-1.0-SNAPSHOT' with locale

Re: [appfuse-user] Setting Tapestry Modular archetype for Eclipse failed

2007-11-26 Thread Marc Siramy
how could i've missed this Thank you! Marc 2007/11/26, Michael Horwitz <[EMAIL PROTECTED]>: > > You need to run mvn install before running mvn eclipse:eclipse. > > Mike > > > On 11/25/07, Marc Siramy <[EMAIL PROTECTED]> wrote: > > > > As suggest

[appfuse-user] Setting Tapestry Modular archetype for Eclipse failed

2007-11-25 Thread Marc Siramy
As suggested in the tutorial, I created the tapestry archetype with the following command: mvn archetype:create -DarchetypeGroupId=org.appfuse .archetypes - DarchetypeArtifactId=appfuse-modular-tapestry -DremoteRepositories= http://static.appfuse .org/releases -DarchetypeVersion=2.0 -DgroupId= com

Re: [appfuse-user] J2EE fundumentals

2007-10-01 Thread Marc Siramy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Personnally, I've started with http://jbossatwork.com/ . That gives good bases to work with JBoss, J2EE 1.4 , EJB 2.1 and so on . The book describes precisely the application structure. Hope that's help Marc meisam4910 a écrit : > thank you and im f

Re: [appfuse-user] mysql connection

2007-05-07 Thread Marc Siramy
Pierre-Henry, could you verify if your file /etc/my.cnf or /etc/sysconfig/mysql.conf or sth like that contains something like this : # Don't listen on a TCP/IP port at all. This can be a security enhancement, # if all processes that need to connect to mysqld run on the same host. # All interacti

Re: [appfuse-user] Using Eclipse debugger?

2007-01-24 Thread Marc Siramy
2007/1/24, theNuge <[EMAIL PROTECTED]>: I'm using the latest version of Appfuse and the latest release of Eclipse WTP (all in one 1.5.2). Eclipse WTP lets you set up dynamic webapp projects and run/debug them within eclipse on whatever appserver you want. I was hoping to use this same setup wi