I was successfully able to reproduce this. Removing the following bean
definition in core/src/main/resources/applicationContext-service.xml
seems to fix the problem:
<!-- Fix bug in Spring 2.0.6: http://issues.appfuse.org/browse/APF-887 -->
<bean
class="org.springframework.transaction.aspectj.AnnotationTransactionAspect"
factory-method="aspectOf" dependency-check="none" lazy-init="false">
<property name="transactionManager" ref="transactionManager"/>
</bean>
If this works for you, can you please enter an issue for this in JIRA?
http://issues.appfuse.org/browse/APF
Thanks!
Matt
On 12/7/07, yuke <[EMAIL PROTECTED]> wrote:
>
>
> thanks matt,
> i dont have another version of spring in my classpath on my environment
> variable.
> this is value of my CLASSPATH=.;C:\Program
> Files\Java\jre1.5.0\lib\ext\QTJava.zip
> i was remove another version of ant path, but it's still wont work :(
>
> Yuke
>
>
>
> Do you have another version of Spring in your classpath? That's what
> it looks like is happening.
>
> Matt
>
> --
> View this message in context:
> http://www.nabble.com/failed-after-mvn-appfuse%3Afull-source-tf4955813s2369.html#a14208127
> Sent from the AppFuse - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]