Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    11
    Views
    1,855

    I have to concur with the other two folks that...

    I have to concur with the other two folks that moving what you want into Java would be a much better solution than attempting to "bend" the Spring XML to do what you want. An addition to the reasons...
  2. Replies
    11
    Views
    1,855

    You could use a custom BeanFactoryPostProcessor...

    You could use a custom BeanFactoryPostProcessor that looked into a properties file and manipulated the application context's bean definitions as you wanted.
  3. Thread: Is Spring slow?

    by phayte
    Replies
    11
    Views
    4,305

    I've implemented Spring in a bunch of different...

    I've implemented Spring in a bunch of different projects at this point and I totally agree that you would have to try to make it perform badly or have a serious misunderstanding of what you're doing...
  4. Replies
    1
    Views
    623

    AbstractStringPayloadEndpoint-ish?

    I was wondering if (possibly I had missed it in the API - I'm good like that) if there is an endpoint that just pulls the incoming message payload as a String and wraps the outgoing response String. ...
  5. Replies
    0
    Views
    647

    Spring 2.0 and WebSphere 5.1

    I'm having a bear of a time getting Spring to initialize a root WebApplicationContext in WebSphere 5.1 with a Struts 1.2 web application. I intend on having the root web app context configure...
  6. Replies
    2
    Views
    1,739

    Ignored XML validation warning

    I'm trying to setup unit tests that need to use beans mapped in several applicationContext*.xml files. While they work like a champ when bringing up the application normally within the test I get:
    ...
  7. Replies
    1
    Views
    3,507

    Configuring OpenJMS

    I'm trying to setup OpenJMS through Spring and I'm having a problem. When trying to get a connection I get


    INFO [org.springframework.beans.factory.support.DefaultListableBeanFactory] - Creating...
  8. Thread: Unit Testing

    by phayte
    Replies
    1
    Views
    894

    Unit Testing

    I'm working on a project in which we're testing with jUnit Hibernate DAOs through Ant. The problem we're running into is that each TestCase starts up its own copy of the application context. Has...
  9. Replies
    4
    Views
    3,183

    Hibernate

    Just a heads up, but you'll get the spew of the prepared statements that Hibernate is generating when it crunches up your mapping files - not straight SQL. You'll have to do a little editing before...
  10. Replies
    1
    Views
    1,366

    Generating MD5 Encoded Passwords

    I've run into a little problem or confusion on my part that's giving me fits. I've hooked up Acegi Security System for Spring into a Spring J2EE application running within Tomcat 5.5.7. I can...
  11. You should check out Hibernate's documentation...

    You should check out Hibernate's documentation for the <version> tag. Basically, Hibernate supports a version number or timestamp for its versioning and will manage the <version> values for you.
    ...
  12. Thanks for the feedback! I agree that...

    Thanks for the feedback! I agree that Hibernate's second-level cache won't be able to be used at all in this case. But, since we have a mostly read-write domain model I'm not too sure we'd gain too...
  13. Replies
    3
    Views
    804

    It seems that chapter 12 is a work in progress...

    It seems that chapter 12 is a work in progress (section 12.7 Using Themes merely states "Dummy paragraph" :D ). I agree that reading it is a bit rough.
  14. Multiple Database Access with Spring & Hibernate

    We have a situation on the project I'm working on in which we need to use multiple schemas to contain the same domain model information. I've come up with the following idea for a solution and...
  15. Replies
    3
    Views
    1,523

    Themes

    "Pro Spring" by Rob Harrop has a bit on themes too.
  16. Replies
    3
    Views
    1,420

    Injecting constants as properties

    We have a large set of classes on our projects that currently have a private final static long[] containing a set of constants. These constants are security levels a user needs to access the...
  17. Replies
    2
    Views
    1,252

    I can certainly understand why developers might...

    I can certainly understand why developers might not want to disclose the fact that they're using Acegi Security in their projects. I suspect the same would be true with us too.

    While reviewing...
  18. Replies
    2
    Views
    1,252

    Acegi users or security accreditation

    I was wondering who some of Acegi's major users (i.e. what companies are using it) are or if Acegi has passed any security accreditations?
  19. Replies
    2
    Views
    2,979

    Actually I was calling a JavaScript submit on a...

    Actually I was calling a JavaScript submit on a submit button! D'oh! Thank you for the most excellent suggestion!

    Chris
  20. Replies
    2
    Views
    2,979

    SimpleFormController Double Submit

    Hello all!

    I've got a form with a set of 6 textboxes and 1 checkbox that works likes a champ except...

    When submitting the form to the SimpleFormController that it belongs to the onSubmit is...
Results 1 to 20 of 20