rajareddya reddy

Ranch Hand
+ Follow
since Jul 23, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by rajareddya reddy

Hi ,
I am trying to update the jmx values in jconsole as in the below program.I am able to update jmx attribute's value of type -wrapper type or any object type.

But I am not able to update jmx values of type -primitive data types.

I am getting exception when i am trying to the jmx attribute value of type boolean .please note that it is not java.lang.Boolean.

Code


Error:
10 years ago
Hi,

If the attributes are not applicable to memory pool mbean, then why they are configured for the same mbean in jconsole. Any reason behind this?

10 years ago
Hi,

backing bean scope is session
10 years ago
JSF
When I am trying to access java.lang:type=MemoryPool,name=PS Survivor Space mbean, I am seeing its attributes -usage threshold,usage thresholdcount,usage thresholdExceeded has Unavailable as as value.

Using my code, just i am displaying the attribute information in the jsf. i am able to display all that attributes except the attributes having unavailable as value.There I am getting exceptions like -avax.management.RuntimeMBeanException: java.lang.UnsupportedOperationException: Usage threshold
10 years ago
Dear All,

When I am trying to display the jmx attributes using web application for java.lang:type=MemoryPool,name=PS Eden Space Mbean, I am getting the below exception.






Kindly help

Thanks,
Raja
10 years ago
Dear All,

What is the meaning of jmx attribute value - unavailable .I am facing problem when jmx attribute value is Unavailable.I am getting exceptions like javax.management.RuntimeMBeanException: java.lang.UnsupportedOperationException.

Can anybody help
10 years ago
Hi,
I am using jsf rich faces to dispay the page. Pagination is not working in the same page.Problem here is i am able to see the first page only for the pagination functionality.

Below is the part of the code from xhtml.


10 years ago
JSF
Dear Jai Kiran,

I am trying to use jboss eap 6.1 's log4j also.

Please help me what are the steps i need to follow.
10 years ago
Hi Tsang,

Thanks for your kind reply.

Module means here it is java package.
Dear All,

My requiremnt is LOg4j need to support enabling trace per module. Is it possible.
My application has 5 modules.I need to write code such that LOG LEVEL should be applied to only the specific modules.For example my application has A,B,C,D,E modules.
I need to enable DEBUG level for A,WARN for B,FATAL for C,INFO D at that same time.

Can ANYBODY help on this.
Dear All,

My requirement is I need to change the LOG level at RUNTIME WITHOUT restarting jboss eap 6.1 server.

Below code is working when I run as a standalone application. But the same code is NOT working in JBOSS.

Client code:



LoggerManager.java



Please help me on this.
10 years ago
Dear all,

I am new to json concept. My requirement is need to send selected data using checkboxes in the UI to the spring controller. In the below code remediate is the checkbox..

Kindly give me the hint how to send the selcted json data to the controller.




11 years ago
Dear Ulf Dittmer/Jayesh,

Thank you very much for your kind reply.



There are more than 40 methods(like rule_SelectInLoop and rule_CursorInLoop method calls) i need to call from validateWarnings method. That means i need to write 40 classes that implements Runnable class. Is there any way that i can implement the task executor functionality with less number of classes.

One more doubt is in validateWarnings method for the rule_SelectInLoop and rule_CursorInLoop method calls return type is LIST . i need to add all the LISTS that are return by these method calls.For this Taskexecutor functionality enough or i need to use callable functionality that returns future object.
11 years ago
Sir,

we have more methods like execute rule_SelectInLoop and rule_CursorInLoop .
we are uploading multiple files by checking rules(SelectInLoop,CursorInLoop etc..) check boxes in the UI. so here it is calling validateWarnings method and calling rule_SelectInLoop and rule_CursorInLoop methods inside for each file. problem here for each file it is calling the methods declared in the validateWarnings sequentially. it is taking lot of time. So we need to implement concurrency concept here.
11 years ago