Search:

Type: Posts; User: hermod; Keyword(s):

Search: Search took 0.03 seconds.

  1. My bad - You are absolutly right

    My bad - You are absolutly right
  2. Your right - The JMS channel (Publish/Subscribe)...

    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...
  3. Still a problem in 2.1

    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...
  4. Figured it out and now it is running. Had to...

    Figured it out and now it is running. Had to change the following:

    <dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-jms</artifactId>...
  5. Which led to the next problem(s)...

    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"...
  6. Replies
    5
    Views
    990

    I was running this as a Spring project in...

    I was running this as a Spring project in Eclipse. I tried it again in a AspectJ project and then it worked
  7. Replies
    5
    Views
    990

    The odd ting this is that if I remove the...

    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
  8. Replies
    11
    Views
    2,104

    Do you have a public getter/setter for the...

    Do you have a public getter/setter for the boolean value? If not, then you would need to set is as public
  9. Replies
    5
    Views
    990

    Hi I am running this in Eclipse with the...

    Hi

    I am running this in Eclipse with the AspectJ plugin, so it is load time weaving.
  10. Replies
    5
    Views
    990

    Using annotations

    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...
  11. Replies
    2
    Views
    821

    Spring and Hibernate

    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
  12. Replies
    2
    Views
    821

    Hibernate and Spring integration

    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:...
Results 1 to 12 of 12