Search:

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

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Consolidated Help (got a few requests for help)

    I'm unable to provide much code that I'd worked on but I can help a bit (if I can remember why everything works as it should).

    There's several things you need for the setup to work.

    1) A chain...
  2. The code that returns a report is not my code. ...

    The code that returns a report is not my code. It is code from one of the base classes in the JasperReportsView hierarchy. I'm not suggesting you change any of your Controller code. It would all...
  3. I looked into it and made a suggestion, leaving...

    I looked into it and made a suggestion, leaving it up to you to verify the validity of it. I gave supporting evidence that it *MAY* work. I don't have time to test the hypothesis also.
  4. Replies
    0
    Views
    443

    Fault tolerant navigation

    This is a fairly general question. I have a web app where one page is dependent upon the actions taken in another. So I have a Map that is session-scoped that can contain generic data that one...
  5. Thread: JMX on Tomcat

    by pbdavey
    Replies
    2
    Views
    3,447

    Got a PM asking about this thread. Here's my...

    Got a PM asking about this thread. Here's my follow up:

    The documentation doesn't mean quite what I thought. There is other required configuration but not as extensively as raw JMX/MBean. My...
  6. AbstractJasperReportsView

    I looked briefly into this, and this is what I found. AbstractJasperReportsView uses a call of


    protected JasperReport loadReport() {
    String url = getUrl();
    if (url == null) {
    return...
  7. Replies
    15
    Views
    4,523

    Thanks for the follow ups! I'll try in the...

    Thanks for the follow ups!

    I'll try in the next couple of days to rebuild, ensuring that build time has the right jars and then that run time has the right jars. I think they were correct before...
  8. Replies
    15
    Views
    4,523

    @Jason FYI...jsvc was setup very similarly to...

    @Jason
    FYI...jsvc was setup very similarly to how catalina.sh was setup. For Tomcat5.sh, I exported several env vars in my bash script, CATALINA_HOME/BASE, JAVA_OPTS, CATALINA_OPTS, etc the exact...
  9. Replies
    15
    Views
    4,523

    So AMS seems to be running fine. I can see a lot...

    So AMS seems to be running fine. I can see a lot of internals to my Spring app in AMS...looks good. Except for one minor detail, the app doesn't appear to be producing statistics. Via jconsole, I...
  10. Replies
    15
    Views
    4,523

    Thank you, "starting tomcat in any unique way" is...

    Thank you, "starting tomcat in any unique way" is what got me. I'm using jsvc to start Tomcat at runlevel 3. So now I'll look through docs again and post any other issues. I fixed up catalina.sh...
  11. Replies
    15
    Views
    4,523

    The text is embedded in bold -

    The text is embedded in bold -
  12. Replies
    15
    Views
    4,523

    Looking into AMS...have problem...

    So I've downloaded and installed the AMS server and agent. In development, I was able to start my application with the instrumented jars. I was also able to deploy to Tomcat this application and...
  13. Replies
    15
    Views
    4,523

    Please Recommend Monitoring/Management Tools

    I work at a small shop, and we've been discussing general user help desk type support. As a result we're looking more into monitoring sessions and their states. Along with internal metrics of the...
  14. Replies
    1
    Views
    1,114

    @annotation with parameters

    I'm just have trouble getting this advice applied. If I don't care about the annotation's value, I can get it to work, but if I'm trying to use both the parameter and the annotation value it doesn't...
  15. Replies
    1
    Views
    651

    Huh...

    This apparently is something with Firebug. Page source shows properly, it seems to be the Net tab in Firebug...strange. So nothing to do with Spring MVC I guess.
  16. Replies
    1
    Views
    651

    Duplicate HTML Generated on View Redirect

    I'm using a jstl view resolver, and I tend to use redirects in the success views. I've noticed a very odd behavior on the redirect. The html that is generated is duplicated.

    So in Firebug, the...
  17. Replies
    4
    Views
    1,035

    You know...I'm not entirely sure, I was hoping...

    You know...I'm not entirely sure, I was hoping there would be some configuration to it (if it existed). Perhaps it would show n mbeans for n sessions. Or perhaps some aggregate would be possible,...
  18. Replies
    4
    Views
    1,035

    I would assume using something such as the...

    I would assume using something such as the IdentityNamingStrategy would allow dynamic naming to differentiate the same class beans from one another.
  19. Replies
    4
    Views
    1,035

    JMX for proxied beans

    I started a thread under management but haven't gotten any responses...hopefully opening up to a related topic will get me some responses.

    http://forum.springframework.org/showthread.php?t=65098
  20. Replies
    0
    Views
    2,632

    Scoped Proxy MBeans

    Just wondering how people handle session-scoped Mbeans. I get typical scope exceptions when I annotate beans marked as scope session. I understand what the exception means, I just don't understand...
  21. Thread: JMX on Tomcat

    by pbdavey
    Replies
    2
    Views
    3,447

    For clarification: When I explicitly list the...

    For clarification:
    When I explicitly list the beans property, of course, it works.


    <property name="beans">
    <map>
    <entry key="bean:name=User" value-ref="user" />
    </map>...
  22. Thread: JMX on Tomcat

    by pbdavey
    Replies
    2
    Views
    3,447

    JMX on Tomcat

    Using JConsole to monitor Tomcat...works fine. But I can't seen any of my beans (maybe I don't know where to look). I'd like, at first anyway, to see all my Spring beans, which I thought was the...
  23. Solved

    It has to do w/ load vs get, this thread was useful:

    http://forum.hibernate.org/viewtopic.php?p=2387456
  24. Not sure if you're monitoring thread but...

    I didn't see this anywhere in your configuration, but have you attempted using OpenSessionInViewFilter/OpenSessionInViewInterceptor? Typically people use the Filter version, but I've seen the...
  25. Hibernate DAO using Dynamic Maps (updates outside @Transactional)

    So I have a service that retrieves a record from a DAO layer object whose method is @Transactional(readOnly=true). OUTSIDE the annotated method, I set a particular property (which refers to another...
Results 1 to 25 of 48
Page 1 of 2 1 2