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
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
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
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
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
>
> maven-checkstyle-plugin
>
>
> https://appfuse.dev.java.net/checkstyle.xml
>
>
>
> Matt
>
> On 9/21/07, Richard Brewster <[EMAIL PROTECTED]> wrote:
>>
>>
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
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
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
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
>
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
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.
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
13 matches
Mail list logo