Hi,
my company purchased a perpetual license for tc Server Spring Edition 2.6 earlier this year, along with a 1yr support contract.
Now we'd like to use the Instrumented Spring jars in...
Type: Posts; User: dan.baumann; Keyword(s):
Hi,
my company purchased a perpetual license for tc Server Spring Edition 2.6 earlier this year, along with a 1yr support contract.
Now we'd like to use the Instrumented Spring jars in...
I'd like to implement a custom shortcut annotation (as described in the documentation), that passes a parameter ("seconds") to a "parent" annotation ("@Transactional").
//...
Thanks for the clarification, Andy.
So if I want to track the ExecutionsPerSecond of all my application's @Controller beans in Hyperic (or any of the other Spring Framework metrics), I need to...
I'm evaluating tc server Spring Edition in combination with vFabric Hyperic.
According to this knowledge base article Spring Insight Operations is the recommended migration path from the...
Hi,
I'm happily using Spring-WS 2.0.2 along with Commons HttpClient 3.0.1 on Apache Tomcat 6.0.33. However, Tomcat's memory leak prevention and detection feature logs the following when my...
Thanks Artem, that did the trick.
I was sure I had tried that before, but it seems I was mistaken.
I'd like to implement a content based router that uses a default output channel if the expression value doesn't match any of the mappings. Here's my bean definition:
<int:router...
I just had a look at the orcl namespace in the JDBC Extensions for Oracle, and it seems to always create beans of type oracle.jdbc.pool.OracleDataSource, which is part of Oracle's Implicit Connection...
The underlying problem was a misconfiguration of the application context. One XML context file was included in 2 other XML context files. This did not immediately create problems for beans with...
I'm using a JMS listener container to call a method on a singleton service-type bean. Since I configured the concurrency to be 1, I expected the service not to be called by several threads in...
I'm using WebServiceTemplate and need to basically log all communication between my app and a remote webservice.
A ClientInterceptor works fine if the webservice call is successful or returns a...
A service I'm calling with WebServiceTemplate returns a response with PDF attachments.
This works as expected, but when I log the response payload, the binary attachments also get logged, which...
No, they're not dead.
You could try posting a new question, and describe your problem in detail, e.g. how to reproduce it, and what you've already tried to resolve it.
Same here, basically. If you ever find out why this is so, please let me know.
I used a single metric only ("Counter size"), and it looks like this.
Just to be clear: The setup described above did actually work for me, it's just that the servlet container hosting my custom metric did not show up in the austodiscovery panel.
I'm evaluating the Oracle Universal Connection Pool (UCP) [1] included with their 11.2 JDBC driver, but cannot get the labeling [2] functionality to work properly (which I'd like to use to minimize...
@ManagedMetric in Spring 3.0 makes it very easy to make custom metrics available to Hyperic 4.2.
Now I'd like to do the same for an existing application based on Spring 2.5, where @ManagedMetric...
It turns out my setup was basically correct (as documented here).
The Linux server showed up in Hyperic's Auto-Discovery panel, but the tomcat containing my application with the new metric was not...
I'm successfully running Hyperic Open Source 4.2.0.7 to monitor a webapp running on Apache Tomcat 6.0.16.
I have exported a custom component of my webapp to JMX as described here, and it shows up...
Thanks, Steffen.
Hi,
One of my views contains a dijit.form.FilteringSelect, which gets its data through a dojo.data.ItemFileReadStore.
I have implemented a Spring MVC controller that provides JSON data for the...
It seems I fixed the problem by copying the tomcat installation from a different STS installation to my STS directory.
Hi,
I'm trying to install Tomcat 6 into STS 2.3.2.RELEASE via the SpringSource Dashboard Configuration screen.
Clicking the "Install Apache Tomcat v6.0" button brings up a dialog asking "No...
Thanks for your input!
I ended up with a copy of o.s.w.config.FlowExecutorFactoryBean (and accompanying FlowElementAttribute), where I replaced the hardcoded FlowExecutorImpl with my custom...