Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    458

    @PreUpdate not working

    Hi,

    I'm using Spring Data JPA 1.2.0.RELEASE with Hibernate 3.6.6 as the JPA provider.

    I have an entity with @PreUpdate and @PrePersist on a method :



    @Entity
    @Table(name = "procedure")
  2. Replies
    2
    Views
    271

    Thanks a lot Gary !

    Thanks a lot Gary !
  3. Replies
    2
    Views
    271

    Request-reply confusion

    Hi,

    I'm quite new to RabbitMQ (and AMQP).
    I'm trying to implement a rather simple communication between two processes, they exchange data in JSON format.
    I'm using convertSendAndReceive() for...
  4. Well, the sources of Bluebell haven't changed for...

    Well, the sources of Bluebell haven't changed for a while (see http://code.google.com/p/bluebell/source/list). Unfortunately there's no official project endorsed by SpringSource so it's up to you to...
  5. See https://github.com/ndeverge/Valkyrie-RCP

    See https://github.com/ndeverge/Valkyrie-RCP
  6. Replies
    8
    Views
    8,546

    It really seems that the development of Spring-SE...

    It really seems that the development of Spring-SE JCR is dead by now : see https://jira.springsource.org/browse/SEJCR-21, no activity since two years.
    Is somebody comfortable with the code, and has...
  7. Replies
    3
    Views
    2,376

    Have you tried what's described in the...

    Have you tried what's described in the documentation ?
  8. Thread: Road Map?

    by bdusauso
    Replies
    10
    Views
    6,092

    AFAIK, the latest commit is : r38 |...

    AFAIK, the latest commit is :


    r38 | s.incandela | 2009-05-25 16:49:58 +0200 (Mon, 25 May 2009) | 1 line


    It's way too long ago since nobody has done some commit on this project.
    If help is...
  9. Replies
    2
    Views
    2,860

    Node type registration and namespaces

    Hi,

    I'm getting some troubles registering node types (in CND format) when they belong to certain namespaces.



    Exception in thread "main"...
  10. Replies
    3
    Views
    1,734

    Ooops ... sorry, I had to RTFM further ..

    Ooops ... sorry, I had to RTFM further ..
  11. Replies
    3
    Views
    1,734

    FactoryBean and prototype

    Hi,

    I'm trying to launch a scheduled job that exports some data into files.
    The file name represents the date at which the job has been launched (classical stuff) : 2007-08-06-12-30 for example....
  12. Replies
    5
    Views
    1,903

    It was simply an idea... I'm sure I'm not the one...

    It was simply an idea... I'm sure I'm not the one who thought about it.
    At first glance it didn't seem to be so hard to do, but you're right dejanp, I haven't thought about the problems you raised....
  13. Replies
    5
    Views
    1,903

    Well, properties like l10n for web frameworks,...

    Well, properties like l10n for web frameworks, for example. Or jobs related properties, like file paths.

    There are many cases where it would be fancy.

    I was thinking about selecting which...
  14. Replies
    5
    Views
    1,903

    Properties dynamic reload

    Hi,

    I'd like to know if there are facilities in Spring right now - or planned ones - for automatic reload of modified properties file.

    I think it would be a great - at least for me :) -...
  15. Well, it may be a solution. I'll investigate it...

    Well, it may be a solution. I'll investigate it further.

    Thanks.
  16. Manually launch Quartz jobs within ContextLoaderListener

    Hi,

    I have two ContextLoaderListener, the first is from Spring's API, the other is home made.

    I'd like to launch some Quartz jobs using Spring. They're already in the application context file....
  17. Replies
    1
    Views
    1,610

    Velocity and the VM_global_library.vm file

    Hi,

    I'm using Spring with Velocity facilities.
    I'm only using the latter for email templating, not for web pages.

    When I launch my app, Spring/Velocity complains :



    It seems this special...
Results 1 to 17 of 17