Re: [appfuse-user] Modular JSF/JPA, web tests not working

2007-05-17 Thread Matt Raible
Make sure you run "mvn clean" after making your changes. Also, make sure you're using the jpaconfiguration instead of annotationconfiguration in the hibernate3 plugin. Matt On 5/17/07, Andreas <[EMAIL PROTECTED]> wrote: Hi all After following the instructions for JPA "Setup your project to u

Re: [appfuse-user] BindingResult

2007-05-17 Thread Sanjiv Jivan
Have you set the commandName for uk.co.arjit.travelbeen.webapp.controller.UrlFormController to "url"? It seems like you're using a Spring bind tag in urls.jsp that expects a command name of "url". Hard to tell with the details posted. On 5/17/07, Aled Rhys Jones <[EMAIL PROTECTED]> wrote: Than

Re: [appfuse-user] execute junit tests in eclipse

2007-05-17 Thread Matt Raible
If you run "mvn package" in your project and refresh it in Eclipse, you should be able to run your JUnit tests. Matt On 5/17/07, Will Berger <[EMAIL PROTECTED]> wrote: I am having the same problem, when I reference sessionFactory in my dao definition in the applicationContext.xml the junit te

Re: [appfuse-user] execute junit tests in eclipse

2007-05-17 Thread Will Berger
I am having the same problem, when I reference sessionFactory in my dao definition in the applicationContext.xml the junit tests fail. Anyone know why this is the case? Will wnqq wrote: > > Have anyone successfully executed junit tests in eclipse? > > My environment: > * Appfuse v2.0M4 + st

[appfuse-user] Modular JSF/JPA, web tests not working

2007-05-17 Thread Andreas
Hi all After following the instructions for JPA "Setup your project to use JPA" I succeed installing the core module using: mvn -e clean install (this creates the tables and populates them with data, though it is still looking for hibernate.cfg.xml) [INFO] [hibernate3:hbm2ddl {execution:

Re: [appfuse-user] a few struts2.x tag don't work within appfuse2.0M4

2007-05-17 Thread GBSGBSGBS
Ömer Başar, thank u first, i can see it now but, there is still a small question i wanna ask u 2 - Exclude pattern in decorators.xml /resources/* /scripts/dojo/* i'v commented out "/scripts/dojo/* "(in another way, i skiped this step) , only so can i see the date

Re: [appfuse-user] Debugging an Appfuse application via Eclipse?

2007-05-17 Thread pcberg
mraible wrote: > > export MAVEN_OPTS="-Xdebug -Xnoagent -Djava.compiler=NONE > -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005" > Cool, that works! I tried what the FAQ said here: http://appfuse.org/display/APF/FAQ#FAQ-jettydebug but that would give me the below stack trace. Odd

Re: [appfuse-user] BindingResult

2007-05-17 Thread Aled Rhys Jones
Thanks for the reply. Still not sure what I'm doing wrong, as its very similar to the tutorial example. urls.jsp (list of urls) contains e.g the following: url="/urlForm.html" paramId="id" paramProperty="id" titleKey="url.id"/> I have a UrlFormController that is the same as the exampl

Re: [appfuse-user] Schema text failed: Could not parse mapping document

2007-05-17 Thread Nathan Anderson
Hello Adriel, Okay from what you posted I can see that you are using a 1.x version of AppFuse. It may be helpful if you can be more specific and let us know what version your app is based on. It appears that there is a problem with your Image.hbm.xml file, but unfortunately I'm not familiar

[appfuse-user] Re: Appfuse Spring Jasper dynamic compilication of JRXML file is failing in Weblogic 8.1 SP5

2007-05-17 Thread Gilberto C Andrade
SJ wrote: > I have followed the tutorial > http://raibledesigns.com/wiki/Wiki.jsp?page=AppFuseJasperReports to use > jasper reports with Spring. My application works fine in tomcat. But when it > is deployed in Weblogic 8.1 SP5, I receive the following error message when > Spring is loaded. > > I

Re: [appfuse-user] Appfuse Spring Jasper dynamic compilication of JRXML file is failing in Weblogic 8.1 SP5

2007-05-17 Thread gilbertoca
SJ wrote: > > I have followed the tutorial > > http://raibledesigns.com/wiki/Wiki.jsp?page=AppFuseJasperReports to use > > jasper reports with Spring. My application works fine in tomcat. But > when it > > is deployed in Weblogic 8.1 SP5, I receive the following error message > when > > Spring is

Re: [appfuse-user] sitemesh and decorator exclude tag not working

2007-05-17 Thread Will Berger
Yes. That worked as long as I didn"t include any request parameters. I definantly need to pass in some paramters. mraible wrote: > > Have you tried the following? > > /attributePicker.html* > > On 5/16/07, Will Berger <[EMAIL PROTECTED]> wrote: >> >> oops. >> >> My decorators.xml file look

[appfuse-user] Filtering files

2007-05-17 Thread jithesh
hai, I am using appfuse 1.9.2 . while uploading operation when a user clicks on Browse button i need to display only PDF files present in that recent folder. How it can be made possible.. Please help me on this issue. rgards jithesh -- View this message in context: http://www.nabb