Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    6
    Views
    9,243

    Instantiate objects!

    Spring configuration is only half part of the solution.
    You have also to instantiate the objects defined into the configuration.

    Example:



    <beans>
    <bean id="mbeanServer"...
  2. Replies
    2
    Views
    2,232

    Why are Attributes also Operations

    Why are all attributes also exposed as Operations as well? Is that a JMX requirement or spring? I am using MetaDataAssembler(using 1.5 Annotations )

    It doesnt appear that the standard mbeans...
  3. Replies
    1
    Views
    1,651

    CompositeData and TabularData support?

    Is there any plans to add support for defining information for open mbeans? It looks like only model mbeans are used.

    Im ok with just model mbeans for now since I can just use CompositeData for...
  4. Replies
    1
    Views
    1,927

    using jmx autodetect with prototypes

    I would like to use the autodetect feature of the exporter with some prototypes (non-singletons). Is that possible? It appears that it only detects singletons.
  5. help..

    I do not know how to stop this.
  6. How can I browse mbeans exported by spring in a console app

    I have add mbeanserver to my app like this

    <bean id="mbeanServer" class="org.springframework.jmx.support.MBeanServerFactoryBean"/>

    <bean id="exporter"...
  7. Replies
    0
    Views
    1,930

    Exposing Remote Objects as MBean

    Hi,
    I am woring how it's possible in Spring, to expose a remote object as MBEan, inside a MBean server, which is in a different machine than the MBean itself.
    I read the example in MX4J...
  8. Hi Rob, Thanks for the offer! I'll make you a...

    Hi Rob,

    Thanks for the offer! I'll make you a deal: I'll tell you what I've done in exchange for asking a question or two. ;>

    I created the Timer bean and an "do something" bean that I...
  9. Replies
    9
    Views
    2,970

    thanks... I found the source of...

    thanks...

    I found the source of net.sf.hibernate.jmx.HibernateService
    and I create similir your code.

    But, How can I find the JNDI name correct?

    thanks again
  10. Replies
    9
    Views
    2,970

    Hi, I´m learning about Spring with JBoss.......

    Hi,

    I´m learning about Spring with JBoss....
    I´m searching for examples of Jboss and spring integration.
    I need expose the ApplicationContext through of MBean
    to use in the application server....
  11. Replies
    6
    Views
    9,243

    JConsole & MBeanServerFactoryBean

    So, why does the JConsole not show the Mbean when we use the MBeanServerFactoryBean to our configuration as shown in 18.2.1 of the JMX document. Java 1.5 VM has MBeanServer 1 :...
  12. How to set up a JMX timer service via Spring?

    I've combed the web and see no mention of this. With the JMX API, you'd extend the Timer class (javax.management.timer.Timer), set the timer period, register the timer bean with the MBean server, set...
  13. Replies
    6
    Views
    9,243

    Sorry, I try to get a stand alone server with jdk...

    Sorry, I try to get a stand alone server with jdk 1.5.
  14. Replies
    6
    Views
    9,243

    Full example of JMX in spring

    Hi,

    Can anyone tell me what else I need to do apart from the description from
    http://www.springframework.org/docs/reference/jmx.html, as I cannot see my bean in jconsole, although the program...
  15. JMX error when deploying Petclinic on Tomcat 4.1.23

    Hi,

    I am trying to deploy the Petclinic sample on Tomcat and am getting the error below. I checked that the JMX class should be on Tomcat's classpath. Any idea on what needs to be configured?
    ...
  16. Replies
    7
    Views
    2,545

    Logging?

    Seems ok to me (fellow Spring newbie tho) - have you tried looking in your logs to see if the SpringappController logs ok? Unloaded/cleaned/recompiled/installed your webapp?
  17. Replies
    7
    Views
    2,545

    Correct config?

    I got this working yesterday with Tomcat. Have you copied the whole of the updated springapp-servlet.xml? What URL are you using - have you tried not specifying hello.htm (since index.jsp will get...
  18. Replies
    17
    Views
    9,477

    Terrific! And I have posted the first request... ...

    Terrific! And I have posted the first request... :wink:
  19. SessionThemeResolver doesn't resolve on the first request

    I have a ThemeChangeInterceptor on my handlerMapping that changes the session THEME_SESSION_ATTRIBUTE_NAME if a request param is present. On the very first request of a new session, the...
Results 1 to 19 of 19