Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    834

    Remote MBean Export

    Hi!

    Is there a way to export a spring managed bean to a remote JMX server? I'm using weblogic 10.3 and i tried several ways without success:

    First i tried to lookup MBeanServer reference via...
  2. Replies
    4
    Views
    863

    Yes, i totally missed the 'abstract' attribute!...

    Yes, i totally missed the 'abstract' attribute! Thanks again!
  3. Replies
    4
    Views
    863

    Yes, that might help! Thanks!

    Yes, that might help! Thanks!
  4. Replies
    4
    Views
    863

    avoiding duplicate configuration

    Hello!

    I find this useful but it's not possible:



    <bean class="my.dao.DAOImpl" id="UnconfiguredDAO" scope="prototype">
    <property name="attribute" value="1"/>
    </bean>
  5. Replies
    0
    Views
    751

    UnknownAdviceTypeException

    Hello, how can i integrate an interceptor extending org.springframework.web.servlet.handler.HandlerInterceptorAdapter ?

    In combination with...
  6. Replies
    4
    Views
    923

    I now think that you're right when you say that...

    I now think that you're right when you say that this approach is odd. I just read this article about spring and ant integration:
    ...
  7. Replies
    4
    Views
    923

    Integration with buildprocess

    Hello,
    is there a way of letting a build process use the application-context?

    For example i'd like to have my unit-tests pass before i perform additional build commands. Are there other...
  8. Replies
    2
    Views
    822

    Thanks, looks reasonable.

    Thanks, looks reasonable.
  9. Replies
    2
    Views
    822

    handling of multiple submit buttons

    Hello,

    during my evaluation of Spring Web Flow i haven't found a way of how SWF can handle forms with multiple submit buttons. I have only seen a transition named 'submit' but in my case this...
Results 1 to 9 of 9