Search:

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

Search: Search took 0.03 seconds.

  1. Cannot register non aspect: org$springframework$beans$factory$aspectj$Annotati onBea

    Anyone have any idea about this:

    Problem with @Configurable
    Using Tomcat 5.5
    Spring 2.0 RC4
    JDK 1.5

    I had @Configurable working but now it is not loading up my web app. I get the error below...
  2. Replies
    1
    Views
    677

    Should be @Configurable not working

    Sorry the was sleepy when i wrote this. Should be @Configurable not @Configured :)
  3. Replies
    1
    Views
    677

    @Configured Now broken

    Hi

    I have been in between working on a new version of a software system that now uses the very powerful @Configurable annotation. I have had this working for weeks now and have a reasonable...
  4. Replies
    6
    Views
    1,192

    Calling the wrong method

    You are calling the reject method. This is for setting global error which is what you might want. However if you just want to set an error on a single field use rejectValue.
    ...
  5. A solution

    Hi Rod

    Many thanks for taking time to answer. I found a solution last week but does not quite do everything i wanted. After reading your post it seems like i took the approach you recommended...
  6. How to do same as @Configurable in spring xml config and Java 1.4

    Hi All

    I have been playing around with the @Configurable mechanism in spring 2.0 and it is amazing...

    I am currently working on a project where we need to slowly migrate a large system from an...
  7. Replies
    1
    Views
    714

    How to do this !!!

    Hi all

    I want to build an app that can share the persistance layer with multiple web apps.

    If i was using ejb (i don't want to, i want to use hibernate) i could have an ejb persistance...
  8. Replies
    2
    Views
    1,444

    Many thanks

    Hi Juergen

    Many thanks... i was hoping it worked just like the JDBCTemplate. Any plans to make the docs in spring a wiki... So that the community can add extra helpful info ?
  9. Replies
    2
    Views
    1,444

    Is JmsTemplate102 Thread Safe

    Hi

    Can i have a JmsTemplate102 instance variable that is used in a servlet... Or to say it another way is JmsTemplate102 thread safe like a datasource.

    or should i do:

    jt = new...
Results 1 to 9 of 9