Re: [appfuse-user] Multiple Database Settings in Pom?

2008-02-01 Thread Michael Horwitz
On 1/31/08, John Vance <[EMAIL PROTECTED]> wrote: > > > How do you declare more than one set of database configurations for > dbunit-maven-plugin? Does pom.xml support multiple instances of > dbunit-maven-plugin, or does dbunit-maven-plugin support multiple > configurations? pom.xml supports mul

Re: [appfuse-user] Multiple Database Settings in Pom?

2008-02-01 Thread Michael Horwitz
On 2/1/08, Michael Horwitz <[EMAIL PROTECTED]> wrote: > > > > On 1/31/08, John Vance <[EMAIL PROTECTED]> wrote: > > > > > > How do you declare more than one set of database configurations for > > dbunit-maven-plugin? Does pom.xml support multiple instances of > > dbunit-maven-plugin, or does dbuni

[appfuse-user] problem with servlet to open file.

2008-02-01 Thread ujjala
We do not want to open file directly from context. For which we write a servlet to open file. code is. /* * Created on Jan 31, 2008 * * To change the template for this generated file go to * Window>Preferences>Java>Code Generation>Code and Comments */ package org.appfuse.supportclasses; im

[appfuse-user] How to include with ?

2008-02-01 Thread Jesfre
Hi all... I'm trying to include an innerForm.jsp into my purchaseForm.jsp just like this... javascript:validateLot() /images/d

Re: [appfuse-user] Sysdeo Tomcat Maven Plugin

2008-02-01 Thread Menglun
I followed the setup instructions in "http://mojo.codehaus.org/sysdeo-tomcat-maven-plugin/usage.html";, but when I start tomcat from eclipse, my application is not deployed . Do I need to put a context in tomcat server.xml file? What is .tomcatplugin file? Is the file used by Sysdeo? Thanks Mengl

Re: Re: [appfuse-user] compile error when after executing full-source goal - how maven calculate the dependency ?

2008-02-01 Thread chinofish
the problem is still there :( i tried to changed pom.xml which was modified by full-source goal, and add some lines: org.springframework spring-core ${spring.version} org.springframework spring-beans

[appfuse-user] Many To Many or One to Many Sample Application

2008-02-01 Thread TechGhost
The person Tutorial is great Is there any feature plan to release a PDF or a Video or a Tutorial on a sample Many To Many or One To Many Application like for example a Invoice application using Customer/Product/Shipping/Price ...? -- View this message in context: http://www.nabble.com/Many-

Re: [appfuse-user] Many To Many or One to Many Sample Application

2008-02-01 Thread Matt Raible
This may help: http://www.capehenrytech.com/wordpress/?p=14 Matt On Feb 1, 2008, at 2:56 PM, TechGhost wrote: The person Tutorial is great Is there any feature plan to release a PDF or a Video or a Tutorial on a sample Many To Many or One To Many Application like for example a Invoice

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

2008-02-01 Thread eveeve
Hello, I am having the same sort of error and I search over the internet. I am suppose to create an init() method in my servlet. Could somebody tell me if the following method is OK: public void init(ServletConfig config){ try{ super.init(config) Properties props = new Properties(); props.lo