RE: [appfuse-user] Junit Test Cases failing within eclipse.

2008-02-25 Thread Abdul Khaliq Gaffar
Matt, Any suggestions/recommendations here??? -Original Message- From: Abdul Khaliq Gaffar [mailto:[EMAIL PROTECTED] Sent: 26 February 2008 08:20 To: users@appfuse.dev.java.net Subject: RE: [appfuse-user] Junit Test Cases failing within eclipse. I am still facing the same issue "org.

Re: [appfuse-user] Display tag link problem

2008-02-25 Thread Sanath
Thnx mike... This worked... thnx Mike Horwitz wrote: > > On 22/02/2008, Sanath <[EMAIL PROTECTED]> wrote: >> >> >> I have a displaytag that needs to have 3 columns and I have applied a URL >> attribute to the first column of the display tag. Other 2 columns doesn't >> have a url attribute.

RE: [appfuse-user] Junit Test Cases failing within eclipse.

2008-02-25 Thread Abdul Khaliq Gaffar
I am still facing the same issue "org.springframework.beans.factory.BeanDefinitionStoreException: Error registering bean with name 'dataSource' defined in class path resource [applicationContext-resources.xml]: Circular placeholder reference 'jdbc.driverClassName' in property definitions" Is the

Re: [appfuse-user] Junit Test Cases failing within eclipse.

2008-02-25 Thread Matt Raible
This happens when Eclipse copies applicationContext-resources.xml from src/main/resources w/o filtering its properties. You might try running "mvn resources:resources" from the command line and then refresh in your IDE and try your test again. Matt On Feb 25, 2008, at 8:06 PM, Abdul Khaliq

RE: [appfuse-user] Junit Test Cases failing within eclipse.

2008-02-25 Thread Abdul Khaliq Gaffar
I had used mvn eclipse:eclipse to build my classpath .I am using appfuse v 2.0.6 . Yes , I have spring-core 2.0.5 set in my class path , but this was set by mvn eclipse plugin,but now I had manually edited my class path to point to 2.5 .I am still facing some other issue now .Here trace log for you

Re: [appfuse-user] Junit Test Cases failing within eclipse.

2008-02-25 Thread Matt Raible
I believe this is caused by an old version of Spring in your classpath. Matt On Feb 24, 2008, at 8:24 PM, Abdul Khaliq Gaffar wrote: Matt, Here is the Error Trace of junit test case.I guess I am not using the right version or am I missing something in the classpath .It would be great if you c

RE: [appfuse-user] Junit Test Cases failing within eclipse.

2008-02-25 Thread Abdul Khaliq Gaffar
Any Response for the below mentioned problem would be highly appreciated. Thanks, Khaliq -Original Message- From: Abdul Khaliq Gaffar [mailto:[EMAIL PROTECTED] Sent: 25 February 2008 08:24 To: users@appfuse.dev.java.net Subject: RE: [appfuse-user] Junit Test Cases failing within eclips

Re: [appfuse-user] Cargo deployment question

2008-02-25 Thread Matt Raible
If you package a context.xml file in your WAR's META-INF directory, Tomcat will take care of deploying it to $CATALINA_HOME/conf/Catalina/ localhost. As far as deploying to a custom webapps directory, I don't know if that's possible. You could try asking on the Cargo mailing list or searchin

Re: [appfuse-user] Circular placeholder reference 'jdbc.driverClassName'

2008-02-25 Thread Matt Raible
On Feb 21, 2008, at 6:52 PM, paulie wrote: Sorry for my ignorance, but I still have a couple of questions. Things are running fine with running Maven from the command line. I executed 'mvn clean' and then 'mvn'. From this point, I was able to execute 'mvn jetty:run-war' without any proble

Re: [appfuse-user] multiple decorators

2008-02-25 Thread tibi
i don't have a catch all at the moment (because of the order) tibi Dale Newfield wrote: > tibi wrote: >> ok any help would be great > > In decorator pattern matching, order matters. I think it'll use the > first pattern that matches, so make sure your catch-all is listed > *after* the special ca

Re: [appfuse-user] hi

2008-02-25 Thread khalid el hayani
tanks i resolve the problem - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [appfuse-user] jsp parts

2008-02-25 Thread Dale Newfield
Michael Horwitz wrote: On 22/02/2008, *tibi* <[EMAIL PROTECTED] > wrote: yes thougth about that... if thats the prefferd way of doing such a thing is can use that. i'm used to tiles but this will work to AppFuse uses SiteMesh as the replacement for tiles:

Re: [appfuse-user] hi

2008-02-25 Thread Michael Horwitz
You need to make sure that your JAVA_HOME environment variable points to the install directory of a JDK and not a JRE. This should solve your problem. Mike. On 25/02/2008, khalid el hayani <[EMAIL PROTECTED]> wrote: > > Hi > i am new in appFuse and i start to read the QuickStart guide but when >

[appfuse-user] hi

2008-02-25 Thread khalid el hayani
Hi i am new in appFuse and i start to read the QuickStart guide but when i run mvn to download JARs, Tomcat.. i get this problem: [INFO] [ERROR] BUILD ERROR [INFO] -