History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: UP-1979
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Eric Dalquist
Reporter: Eric Dalquist
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
uPortal

JMX portal DataSource exposes too many fields

Created: 28/Mar/08 11:30 AM   Updated: 18/Apr/08 10:52 AM
Component/s: None
Affects Version/s: 3.0.0-RC2, 3.0.0-RC3
Fix Version/s: 3.0.0

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
The Spring JMX config exposing the uPortal pooled DataSource exposes too many methods, some of the get* calls actually affect the performance of the pool which should not happen.

 All   Comments   Work Log   Change History      Sort Order:
Eric Dalquist [04/Apr/08 03:24 PM]
Added org.springframework.jmx.export.assembler.MethodExclusionMBeanInfoAssembler to exclude JavaBean looking methods that actually perform operations.