My bad - You are absolutly right
Type: Posts; User: hermod; Keyword(s):
My bad - You are absolutly right
Your right - The JMS channel (Publish/Subscribe) is at the end of the flow. I did add inn a subscriber, and then auto-start="true" worked. Before adding in a subscriber I had to start it up after the...
I am experiencing the same problem in 2.1. I have a jms-channel at the end of my intergration and In order to not get the above described error I need to set auto-startup="false" and start it from...
Figured it out and now it is running. Had to change the following:
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-jms</artifactId>...
After uncommenting that, I got "Failed to load class "org.slf4j.impl.StaticLoggerBinder"."
Added in slf4j-log4j12 as a dependency - Error disapears - Next problem:
Exception in thread "main"...
I was running this as a Spring project in Eclipse. I tried it again in a AspectJ project and then it worked
The odd ting this is that if I remove the pertypewithin declaration (@Aspect("pertypewithin(*..*)") then it does not complain, but does not do what it's supposed to do either
Do you have a public getter/setter for the boolean value? If not, then you would need to set is as public
Hi
I am running this in Eclipse with the AspectJ plugin, so it is load time weaving.
Hi
I am trying to convert a trackingaspect .aj version into a Java5 annotated version. But there must be somthing that I am not getting right because it does di what it is supposed to do.
the...
Hi
Looks like there might be an issue there, yes. I am also Mavenizing it, to it seems there where some leftovers in WEB-INF/lib. I will clean and retry.
Hermdo
Hi
I am trying to upgrade to 1.2.8 but I am running into an issue with versions here. When running my application I get:
java.lang.NoSuchMethodError:...