Hello Mike, 

Thank you for your reply. It took some time for me to understand the maven
to use as build tool. Now, I could able to change the Appfuse application in
eclipse and then use maven(mvn install) to generate my war file. And then, I
can use hot deploy from eclipse.

And do you have any trick for tomcat to reduce my deployment cycles like
jetty where I need not redeploy my war file to see my jsp changes? 

Thank you Mike and have a nice day.

Best Regards,
Ajay.


Mike Horwitz wrote:
> 
> The file applicationContext-resources.xml contains a set of placeholder
> properties that Maven replaces with values that it reads from the top
> level
> pom.xml file in your project. If you want to build your project using
> Eclipse you are more than likely going to have to manually replace the
> placeholders in with the values applicationContext-resources.xml as per
> your
> top level pom.xml file.
> 
> Mike
> 
> On 1/16/08, Casanova <[EMAIL PROTECTED]> wrote:
>>
>>
>> Hello All,
>>
>> Iam trying to load the appfuse project into Eclipse(Jobss tools). The
>> folder
>> structure of the project is
>>
>> Project Name
>>      +Javasource
>>         -com.app..
>>         -com.app..
>>         +resources
>>           -all the resources files
>>      +Java web libraies
>>      +Jre(Jdk 1.5..)
>>      +Apache Tomcat v 6
>>      +ant
>>      +webcontent
>>        -All the jsp files
>>        -web.xml
>> In my web.xml file, I made sure that contextConfigLocation points to
>> classpath:resources/applicationContext-resources.xml.
>> And in applicationContext-resources.xml I changed it to
>> classpath:resources\jdbc.properties. Now, Iam still having problem
>> parsing
>> jdbc.properties. I did my homework by searching in google and found that
>> this is problem with automatic build but still could not find how I can
>> get
>> rid this. Its almost 2 nights. So, i request to please help me to get rid
>> of
>> this problem.
>>
>> Error: : Error registering bean with name 'dataSource' defined in class
>> path
>> resource [resources/applicationContext-resources.xml]: Circular
>> placeholder
>> reference 'jdbc.driverClassName' in property definitions
>>
>> Thanks in Advance.
>>
>> Best Regards,
>> Ajay
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Circular-placeholder-reference-%27jdbc.driverClassName%27-tp14882226s2369p14882226.html
>> Sent from the AppFuse - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Circular-placeholder-reference-%27jdbc.driverClassName%27-tp14882226s2369p14919509.html
Sent from the AppFuse - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to