Search:

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

Search: Search took 0.01 seconds.

  1. How can you add auditing to Association tables using Spring Data JPA??

    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...
  2. Tricky problem: Reading a File as a ClassPathResource on Tomcat (w/unexploded wars)

    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.]...
  3. Thanks. I saw that, but didn't know which...

    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...
  4. Where is the source code for SX Spring JCR extension 1.0 and beyond?

    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.
    ...
  5. Oliver - Can QUser be checked in to the tests? [It breaks the build]

    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...
  6. Configuring an @Repository for 2 separate instances with 2 separate Entity Managers??

    [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...
  7. Has multi-store support been discussed? [Not cross-store]

    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...
  8. Trying to extend the Spring Data JPA Examples

    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...
  9. Similar issue here - how to do using SimpleJDBCTemplate or similar?

    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...
  10. Replies
    1
    Views
    888

    Direct Support for Google Guava APIs?

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

    Issue with "converter" tag?

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

    Issue with "converter" tag?

    Hi,

    There may be an issue with the new "converter" tag that was suggested in Mark Fisher's recent blog posting here:...
  13. Can a Selector pull a message only based on a MessageId/CorrelationId?

    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...
  14. Can a SI flow pull specific JMS message from a queue based on correlation/message id?

    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...
  15. Replies
    8
    Views
    1,933

    Wonderful, where is it??

    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...
  16. Replies
    8
    Views
    1,933

    Any chance of.....

    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...
  17. Replies
    0
    Views
    511

    Test cases for Oracle Exceptions??

    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...
  18. Changing the JMS listening logic to support an active and passive instance of a flow

    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...
  19. MailAPI - MimeMessageHelper and multipart copying

    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...
  20. Close. In this case the contents of the password...

    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...
  21. Simplest way to suck in a property value from a file??

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