Search:

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

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    1,263

    Trying to set a long value from properties

    So I am trying to make an embedded ActiveMQ broker definition set its memory values from a properties file like so:


    <amq:broker useJmx="false" persistent="false">
    <amq:memoryManager>
    ...
  2. So now I have no errors and I startup fine but it...

    So now I have no errors and I startup fine but it doesn't log anything. I have done some extensive Googling to no avail. Here is my log4j.xml declaration:


    <appender name="performanceFile"...
  3. Sometimes you just need a second set of eyes :) ...

    Sometimes you just need a second set of eyes :)

    Thanks.
  4. PerformanceMonitorInterceptor and TransactionProxy

    I have a pretty standard transaction proxy definition for a bunch of DAO classes. Here is my bean def in which I try to make the performance monitor interceptor a preInterceptor as the javadocs...
  5. Replies
    3
    Views
    1,162

    I believe I am having this same issue. Does...

    I believe I am having this same issue.

    Does anyone know if your Struts actions can forward to a tile definition when using DelegatingActionProxy?
  6. Replies
    3
    Views
    1,087

    Thanks for the reply. I re-evaluated and ended...

    Thanks for the reply. I re-evaluated and ended up spliting my handling into a Spring AOP MethodBeforeAdvice and MethodAfterAdvice, which gave me access to the target.

    Thanks again,
    Xavier
  7. Replies
    3
    Views
    1,087

    Invoking a different method on proxy target

    I am trying to implement an interceptor where I sometimes need to call a different method on the proxy target. I currently implement only the AOP Alliance MethodInterceptor interface which obviously...
  8. Thanks for the info. I have a working version...

    Thanks for the info. I have a working version now that is using a DB.

    cheers,
    -Xavier
  9. I have the same question. Where should I...

    I have the same question. Where should I initialize my filter definition source map? Any help on this would be great.

    Thanks,

    -Xavier
  10. Implementing URI Interception that can change during runtime

    Has anyone tried implementing URI interception that can change at runtime? Basically I have a UI that allows configuration of who can access what URIs. This can change at any give point in time. ...
  11. Just to follow up. My issue was that I was...

    Just to follow up. My issue was that I was declaring a form inside of a form. So the nested form tags seemed to be causing the problem.

    Cheers,

    -Xavier
  12. SimpleFormController onSubmit not getting called

    Currently when hitting the submit button on my form, I only get a blank page with the correct url and submit string. But the submission never hits the SimpleFormController's onSubmit method so that...
  13. Replies
    2
    Views
    1,355

    I am having the same issue on this using: ...

    I am having the same issue on this using:


    <bean id="messageSource" class="org.springframework.context.support.ReloadableResourceBundleMessageSource">
    <property name="basename"...
  14. Replies
    6
    Views
    1,215

    Nevermind. I have solved my problem. For anyone...

    Nevermind. I have solved my problem. For anyone else having similar trouble with this kind of setup just do Debug As -> Debug. Under JUnit you should have a class specific test there. I changed...
  15. Replies
    6
    Views
    1,215

    I also get the same error but I am trying to set...

    I also get the same error but I am trying to set up Eclipse to run my JUnit tests in debug mode. Does anyone know of a tutorial that can explain this online or could you explain in this thread? My...
  16. Replies
    9
    Views
    1,957

    Bill, Thanks for your reply. I just wanted to...

    Bill,

    Thanks for your reply. I just wanted to get your feedback on whether this is roughly what you are talking about. Am I using BatchSqlUpdate correctly? Also in the second example would...
  17. Replies
    9
    Views
    1,957

    You can run stored procedures as a batch using...

    You can run stored procedures as a batch using CallableStatement. I am curretly trying to figure out if I can do this using BatchSqlUpdate.

    Here is an example:
    Connection conn = null;...
  18. Just to follow up for anyone that might be having...

    Just to follow up for anyone that might be having the same problem. This is a known issue and can be watched on both XBean and Spring tracking:
    ...
  19. Problems with method signature Spring 2.0-M3+ActiveMQ 4.0-M4

    I am currently trying to use the ActiveMQ embedded broker with Spring Framework 2.0-M2. I had an issue with the signature of a different class as you can see here:
    ...
  20. I am having a similar problem but moving the the...

    I am having a similar problem but moving the the "dataSource" bean into data access classes doesn't fix the problem for me. Any ideas?

    Here is the error:...
  21. I upgraded to Oracle 10.1.0.4 and the new driver...

    I upgraded to Oracle 10.1.0.4 and the new driver solved my problem. Thanks!
  22. Spring JDBC Stored Procedure execute() - Endless Looping

    I am currently writing a Spring JDBC object that is getting stuck in an endless loop inside of JdbcTemplate's extractReturnedResultSets method.

    For background, JdbcBaseDao extends Spring's...
  23. Replies
    2
    Views
    1,806

    costin, Thanks a bunch. This is caused when...

    costin,

    Thanks a bunch. This is caused when your ojdbc14.jar does not match the version of the native oracle libraries. Here is an article I found on IBM's site that explains that:
    ...
  24. Replies
    2
    Views
    1,806

    Tomcat + JNDI DataSource + Spring

    I can't promise that this is a Spring error but I am having trouble accessing a Tomcat JNDI data source using Spring JDBC. Can anyone help me out here?

    Stack Trace...
  25. ** SOLUTION ** The problem for me at least was...

    ** SOLUTION **
    The problem for me at least was that I was referring to org.springframework.orm.hibernate.* instead of using org.springframework.orm.hibernate3.* in my application context.

    Hope...
Results 1 to 25 of 27
Page 1 of 2 1 2