Re: [appfuse-user] Ehcache providers and CacheManagers in a modular project

2008-01-02 Thread Richard Brewster
wever, due to the dynamic nature of our application, page caching may not be appropriate. Thanks, Richard Brewster mraible wrote: > > On 11/30/07, Richard Brewster <[EMAIL PROTECTED]> wrote: >> >> I am using AppFuse 2.0 and looking at ehcache. It seems that out of the &g

[appfuse-user] Ehcache providers and CacheManagers in a modular project

2007-11-30 Thread Richard Brewster
by default?) The main thing is to separate the cashes used by Hibernate and by the web module. I'd appreciate any comments. Thanks, Richard Brewster -- View this message in context: http://www.nabble.com/Ehcache-providers-and-CacheManagers-in-a-modular-project-tf4914320s2369.html#a140

Re: [appfuse-user] AttributeOverrides does not work with Oracle 10g

2007-10-01 Thread Richard Brewster
Never mind... It started working all of a sudden. Sorry for the bandwidth, Richard Richard Brewster wrote: > > I created an Embeddable class with one field: > > @Embeddable > public class SimpleDate extends BaseObject implements Serializable { > > private Grego

[appfuse-user] AttributeOverrides does not work with Oracle 10g

2007-10-01 Thread Richard Brewster
I created an Embeddable class with one field: @Embeddable public class SimpleDate extends BaseObject implements Serializable { private GregorianCalendar calendar; @Column() public GregorianCalendar getCalendar() { return calendar; } Lots of domain logic here... } Then

Re: [appfuse-user] Cobertura reporting 0% coverage

2007-09-26 Thread Richard Brewster
lp: >> >> http://tinyurl.com/2n2mrz >> >> Matt >> >> On 9/21/07, Richard Brewster <[EMAIL PROTECTED]> wrote: >>> >>> Using AppFuse 2.0-RC1 modular struts 2 archetype. But this problem >>> occurs in >>> previous arc

Re: [appfuse-user] Custom checkstyles and Maven test classpath

2007-09-21 Thread Richard Brewster
> > maven-checkstyle-plugin > > > https://appfuse.dev.java.net/checkstyle.xml > > > > Matt > > On 9/21/07, Richard Brewster <[EMAIL PROTECTED]> wrote: >> >>

[appfuse-user] Custom checkstyles and Maven test classpath

2007-09-21 Thread Richard Brewster
know where to put it! I tried the test/resources directory, but that didn't work. A bigger issue is how can I easily tell what classpath Maven is using for a given goal. Thanks, Richard Brewster -- View this message in context: http://www.nabble.com/Custom-checkstyles-and-Maven-test

Re: [appfuse-user] Cobertura reporting 0% coverage

2007-09-21 Thread Richard Brewster
wrote: > > The Corbertura plugin for Maven has been notoriously buggy. Make sure > you have 2.0 specified for it to work properly. > > With some googling, I found this - maybe it will help: > > http://tinyurl.com/2n2mrz > > Matt > > On 9/21/07, Richard B

[appfuse-user] Cobertura reporting 0% coverage

2007-09-21 Thread Richard Brewster
should I do? Thanks, Richard Brewster -- View this message in context: http://www.nabble.com/Cobertura-reporting-0--coverage-tf4496724s2369.html#a12823394 Sent from the AppFuse - User mailing list archive at Nabble.com. - To

Re: [appfuse-user] appfuse:full-source works on modular projects on Appfuse2.0 RC1?

2007-09-05 Thread Richard Brewster
3 > 1.0.2 > 1.7.0 > 3.2 > 1.2.2 > 1.1.1 > 1.3.2 > 1.1.1 > 2.0.1 > 1.3.0 > > 3.3.0.ga > 3.2.5.ga > 1.4 > 1.1.2 > 1.2.13 > 2.3 >

[appfuse-user] Why are base test classes under the src/main/java tree?

2007-09-05 Thread Richard Brewster
After running mvn appfuse:full-source, there are some base test classes in the src tree. BaseDaoTestCase, BaseManagerTestCase, for example. These are extended by classes in the test tree. I used IntelliJ to refactor these to the test tree and all is still well. Why were they put into the src t

Re: [appfuse-user] appfuse:full-source works on modular projects on Appfuse2.0 RC1?

2007-09-05 Thread Richard Brewster
some line ending issues > or something like that. Is that true? > > I'm on OS X. > > Matt > > On 9/5/07, Richard Brewster <[EMAIL PROTECTED]> wrote: >> >> Hi. I created the modular-struts archetype project for RC1. That built >> and >> ran OK.

Re: [appfuse-user] appfuse:full-source works on modular projects on Appfuse2.0 RC1?

2007-09-05 Thread Richard Brewster
Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=net.sf.ehcache -DartifactId=ehcache \ -Dversion=${ehcache.version} -Dpackaging=jar -Dfile=/path/to/file \ -Durl=[url] -DrepositoryId=[id] Is this a bug? -Richard Brewster