Search:

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

Search: Search took 0.06 seconds.

  1. Two high quality solutions were provided on Stack...

    Two high quality solutions were provided on Stack Overflow here: http://stackoverflow.com/questions/2845649/how-to-externalize-web-xml-servlet-init-param-spring-delegatingfilterproxy-for-s
  2. How to externalize web.xml servlet init-param? (like DelegatingFilterProxy)

    I have a 3rd-party servlet that I cannot modify. It accepts an init-param that I would like to externalize (from web.xml).

    I can externalize a servlet filter init-param using...
  3. Replies
    5
    Views
    1,791

    Yea, good point. It doesn't prevent malicious...

    Yea, good point. It doesn't prevent malicious use, but it does seem to help slightly in preventing someone from calling it by accident or inappropriately. But, again you are correct in that...
  4. Replies
    5
    Views
    1,791

    Thanks for the information. This is a good...

    Thanks for the information. This is a good point.



    Not exactly, because in theory I can install a security manager that says to only allow "org.springframework.*" or whatever to perform the...
  5. Replies
    5
    Views
    1,791

    Injection accessibility

    Consider the following error message when using simple setter injection:



    java.lang.IllegalStateException: Could not access method: Class org.springframework.util.ReflectionUtils can not access...
  6. Any solutions on this? Where can I log bugs...

    Any solutions on this? Where can I log bugs against pitchfork? Pitchfork doesn't seem to have changed since January. Is it still maintained? Is there any overlap in functionality between...
  7. Pitchfork and self-referencing @EJB injection.

    If I have a service like the following, with a self referencing @EJB injection point,


    class FooServiceImpl implement FooService {

    @EJB
    private FooService local

    ...
  8. Replies
    0
    Views
    961

    Pitchfork 1.0M4 minor logging issue:

    org.springframework.jee.inject.Jsr250Metadata:274

    The message "Can't find JNDI location ..." is logged on the ERROR level. Should this not be a WARN at the very most since falling through to...
  9. Thank you very much, that works well.

    Thank you very much, that works well.
  10. Pitchfork and EJB3 CMT (via @TransactionAttribution)

    I am trying to use pitchfork for EJB3 testing (ie: JPA, @EntityManager injection, @EJB injection and CMT transactions on @TransactionAttribute boundaries, etc.). JPA and EJB injection works great. ...
Results 1 to 10 of 10