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")
Type: Posts; User: bdusauso; Keyword(s):
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")
Thanks a lot Gary !
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...
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...
See https://github.com/ndeverge/Valkyrie-RCP
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...
Have you tried what's described in the documentation ?
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...
Hi,
I'm getting some troubles registering node types (in CND format) when they belong to certain namespaces.
Exception in thread "main"...
Ooops ... sorry, I had to RTFM further ..
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....
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....
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...
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 :) -...
Well, it may be a solution. I'll investigate it further.
Thanks.
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....
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...