Hi,
Is there any way of easily adding auditing to association tables? (e.g. many-to-many, many-to-one, one-to-many mapping tables)
The only way that I can think of to do this is to turn the...
Type: Posts; User: RGFanta; Keyword(s):
Hi,
Is there any way of easily adding auditing to association tables? (e.g. many-to-many, many-to-one, one-to-many mapping tables)
The only way that I can think of to do this is to turn the...
Hi,
Question:
Is there an easy way to read a File from somewhere on the classpath using java.net.URL? [ClassPathReource does not seem to work well when the wars/jars are not exploded by Tomcat.]...
Thanks.
I saw that, but didn't know which release "se-jcr - Revision 48" corresponded to, whether what was in there was stable, etc.
If 1.0 of SX is stable, it would be great to have a release...
From the Jira Roadmap (https://jira.springsource.org/browse/SEJCR), it looks like version 1.0 of SX JCR is out.
However, I can't seem to find either a Git or SVN repository with the code.
...
org.springframework.data.jpa.domain.sample.QUser seems to be missing from the trunk, but the tests in QueryDslJpaRepositoryTests.java and QueryDslRepositorySupportTests.java use it.
Might it be...
[Container/JPA related question]
Hi,
Is there an easy way to wire a repository (annotated with @Repository) to allow 2 separate instances with 2 separate Entity Managers (for use with 2...
Hi,
Has any thought been given to multi-store support within Spring Data (or core Spring)?
e.g. You could specify >1 persistence stores for your repository and have options like: synchronously...
Hi,
I'm trying to do something similar to what's in the Spring Data JPA examples in the SimpleUserRepositorySample.
Whether I extend the spring-data-jpa-example project or add the config to...
Hi,
We're having a similar issue:
[Database: Oracle 11gr2. App Server: Tomcat. Connection Pooling: DBCP 1.3]
What's the best way of passing arrays to Oracle stored procedures (or...
Hi,
Is there any direct support planned for the use of Google Guava APIs? Being able to use Google Collections for application configuration might be a good help.
Link: ...
It shows up as a "Problem" when using STS 2.5.1
Proper validation would help to make sure that the configuration is correct when I actually use it in a runtime.
[Namespace conflict between...
Hi,
There may be an issue with the new "converter" tag that was suggested in Mark Fisher's recent blog posting here:...
Probably, if a MessageSelector can pull only a specific message with a given Message Id/Correlation Id from a JMS/MQ queue.
Since the latter is in the header, I take it that I'd have to either use...
Hi,
The JMS Channel Adapters and Gateways are pretty well done within Spring Integration, and meet well with the needs of message-event-driven models.
We also have a need here for a flow to be...
I'm using Spring Tool Suite 2.5RC1, but can't find any tools the tools you mention.
Did I miss something, or can you kindly provide a quick pointer to get me started on how to do this for an...
Hi,
Thanks, Oleg.
Any chance of
1) ... those graphics being available somewhere (in some image format, or ideally in Visio format)?
2) ... making workflow visualizations like that part of...
Hi,
Are there test cases that the Spring project (or others) could share that would through the Oracle SQLExceptions *exactly* as the Oracle JDBC driver would?
I have some aspects that I'd like...
Hi,
We have a need to have two identical Spring Integration instances listening to a JMS queue (with MQ Series being the JMS provider), with only one being active at a time.
That is, one is...
Hi,
We have a problem whereby we're trying to largely forward (with some modifications) a multi-part Mime message with some slight changes.
I'd love to use the wonderfully written Spring Mail...
Close. In this case the contents of the password file are not a property. [Since other non-Java applications may also use it.]
e.g. /some/full/path/myOneLineFileContainingPassword.txt would...
Hi,
Novice configuration question...
One safe way of configuring properties for things like database or mail server access is to specify the password using a password file (i.e. a one line file...