[appfuse-user] How to configure separater log4j.xml for testing and for application?

2008-03-10 Thread tnsilver
I'm running appfuse2.0-m5 (full source) - ever since full source my test/resources/log4j.xml seems to have no effect and it seems only from main/resources/log4j.xml is picked up. How is it possible to use two separate log4j.xml files (for testing)? What configuration in the pom is responsible for

[appfuse-user] Overriding applicationContext-service.xml aop configurations

2008-01-23 Thread tnsilver
My colleagues and I chose appfuse2 (struts) as the framework for a commercial project. As development proceeded we had to introduce another layer above the managers in the 'service' package. We named it 'provider' and each of our provider classes encapsulates business logic via one or more manager

[appfuse-user] Custom Struts Interceptor does not behave as expected

2007-10-14 Thread tnsilver
Running Appfuse 2.0-m5 struts basic I tried to use the ValueList framework to implement a default search page. My ValueListAction uses an Interceptor which is defined in struts.xml. The problem is I have a very hard time getting the interceptor to do anything - and when it finally does something -

Re: [appfuse-user] canoo web test failed with "Cannot find function findFirstElement"

2007-10-01 Thread tnsilver
I had the same thing for a very silly reason. I followed the tutorials and placed the in my personForm.jsp before the section. When I noticed this, I moved it to right after the closing . Still, the same problem. Then I realized that the 'personForm' is not a good identifier because the form it

[appfuse-user] Modifying core classes and resolving dependencies in 2.0-M5-Struts

2007-10-01 Thread tnsilver
For a variety of reason my colleagues and I had to change core classes. We needed to adjust the whole AppFuse security framework to use ACL and not GrantedAuthority (roles). For this we had to modify some core classes (e.g. in appfuse-data-common as described in http://www.appfuse.org/display/APF/

Re: [appfuse-user] Integration Test fails due to 'proxy' authentication problem

2007-09-25 Thread tnsilver
407.html > > Did you try the Ant settings (upgrading to 1.7) described in the bug > reference you sent earlier? > > Matt > > On 9/24/07, tnsilver <[EMAIL PROTECTED]> wrote: >> >> I am bypassing 'localhost' for wherever I could find a proxy set

Re: [appfuse-user] Integration Test fails due to 'proxy' authentication problem

2007-09-24 Thread tnsilver
ion error as before. This configuration look right to you? mraible wrote: > > On 9/23/07, tnsilver <[EMAIL PROTECTED]> wrote: >> >> I have done some research and tests of my own. It seems this is a real >> show >> stopper. First of all I have tried to integrate Ant'

Re: [appfuse-user] Integration Test fails due to 'proxy' authentication problem

2007-09-24 Thread tnsilver
erage reports - try the maven-cobertura-plugin. It should > already be in your pom.xml. There's an Emma plugin in Mojo's JIRA, but > I haven't tried it and don't believe it has a release. > > Hope this helps, > > Matt > > > > > On 9/23/0

Re: [appfuse-user] Integration Test fails due to 'proxy' authentication problem

2007-09-23 Thread tnsilver
ontact the WebTest mailing list: > > http://webtest.canoo.com > > http://lists.canoo.com/mailman/listinfo/webtest/ > > Matt > > On 9/23/07, tnsilver <[EMAIL PROTECTED]> wrote: >> >> I have almost got appfuse2-m5 (struts) working and all tutorials finished >> an

[appfuse-user] Integration Test fails due to 'proxy' authentication problem

2007-09-23 Thread tnsilver
I have almost got appfuse2-m5 (struts) working and all tutorials finished and tested. Most of my problems originate from the fact that my Appfuse evaluation is done at work behind a proxy. I have managed to configured a central repository for my team mates and me, configured proxy settings for MyE

Re: [appfuse-user] Is hibernate.reveng.xml ignored by AMP? How to control reverse eng?

2007-09-19 Thread tnsilver
not a directory" so I played around more with the first configurations. Still, even after running "mvn resources:testResources" there is no sign of the file being read or influencing the process. Is there anything I did wrong? mraible wrote: > > On 9/19/07, tnsilver <[EMAIL PRO

[appfuse-user] Is hibernate.reveng.xml ignored by AMP? How to control reverse eng?

2007-09-19 Thread tnsilver
I'm using Appfuse 2.0-rc1 Struts 2 Basic against Oracle 9. I am using appfuse-maven-plugin version 2.0. When I run appfuse:gen-model it seems to me the tool is fetching records from Oracle's ALL_TABLES data dictionary. It finally fails on a 'Duplicate class name' because my ALL_TABLES contains dup

Re: [appfuse-user] Appfuse2 appfuse-basic-struts on MyEclipse: How Can I modify org.appfuse.dao.BaseDaoTestCase

2007-09-18 Thread tnsilver
upid me placed it in the src/main/java module and not the src/test/java module. Now it all works fine. Once again. Thanks. mraible wrote: > > I would change the package name to a different one than org.appfuse.dao > and > then subclass your new class in your project. > >

[appfuse-user] Appfuse2 appfuse-basic-struts on MyEclipse: How Can I modify org.appfuse.dao.BaseDaoTestCase

2007-09-18 Thread tnsilver
I created modifications to org.appfuse.dao.BaseDaoTestCase (Replaced org.springframework.beans.BeanUtils with org.apache.commons.beanutils.BeanUtils and fixed the 'populate' issue based on http://www.mail-archive.com/users@appfuse.dev.java.net/msg04233.html) so I can use a properties file in my t