[jboss-user] [Installation, Configuration & DEPLOYMENT] - How to Upgrade Tomcat?

2008-10-08 Thread java123
I am running JBoss 4.2.2 and want to upgrade to current Tomcat v6.0.13 to latest availabel version 6.0.18 where some of the memory leak issues are addressed. Are there any document to how this upgrade can be done? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - How to upgrade to latest version of Tomcat?

2008-10-08 Thread java123
I am running JBoss 4.2.2 and want to upgrade to current Tomcat v6.0.13 to latest availabel version 6.0.18 where some of the memory leak issues are addressed. Are there any document to how this upgrade can be done? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - JvmRouteValve java.lang.StringIndexOutOfBoundsException!!!!

2008-03-05 Thread java123
Following is the stack trace that we get when we make request for the same page on different environments: [05-03-2008 11:33:39.483] [4130090] [org.apache.catalina.connector.CoyoteAdapter] [ERROR] [ajp-0.0.0.0-18249-1] An exception or error occurred in the contai ner during the request processi

[jboss-user] [JBossCache] - Upgrading to JBossCache 2.0 question?

2008-01-16 Thread java123
1.4 allowed retrieving objects with a Fqn only. Which returned the map contained within the Node. This API does not exist in new version. How can I get the all the objects for given Node? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4120460#4120460 Reply to

[jboss-user] [Security & JAAS/JBoss] - Re: Basic auth apache fronting JBoss!

2008-01-08 Thread java123
After doing some extra digging this is what I found out. JBossSecurityMgrRealm created a roleMap keyed by principal(SimplePrincipal) . When user only get authenticated bu JBoss, request does not contain principle therefore authenticate method is called in JBossSecurityMgrRealm. Here SimplePrin

[jboss-user] [Security & JAAS/JBoss] - Basic auth apache fronting JBoss!

2008-01-08 Thread java123
Our webapp is deployed in JBoss which is fronted by apache web server. I have configured Basic authorization in my webapp and JBoss. When I do try to access the protected pages from http://localhost:8080/protected/testpage.jsp I get promoted to enter user name and password. Once everything is en

[jboss-user] [Management, JMX/JBoss] - Deploying JBoss scheduler as part of my webapp. Not a sepera

2007-03-27 Thread java123
I currently have a seperate sar file that configures to schedule some tasks. Problem is everytime I add new scheduling tasks, I need to add additional supporting classes to sar file. There are also other issues with classcastexception which I won't go into. Is it possible to deploy my sar file a

[jboss-user] [JCA/JBoss] - Connection closed problem after DB restart.

2007-02-22 Thread java123
It looks like JBoss datasource does not handle DB restarts well. We are getting Connection closed errors after the DB restarts. Is there a way for datasource to handle DB restarts? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4020608#4020608 Reply to the p

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Newbee question about ORM?

2007-02-14 Thread java123
I am trying to represent following SQL in HQL but getting exception about ON keyword for the LEFT JOIN is not being recognized. My xml configurations are straight mapping to each table. It seems like I have to create some type of relationship within the xml configuration and remove the ON clause

[jboss-user] [Management, JMX/JBoss] - Re: Problem with notification filter?

2006-10-26 Thread java123
I found out what was happening. I should have mentioned that my ViewserverJMXNotificationHandler extends from ListenerServiceMBeanSupport which in the the init method subscribed to Mbean registeration type | private void init() |{ | // just pickup a unique object | this.my

[jboss-user] [Management, JMX/JBoss] - Re: Problem with notification filter?

2006-10-25 Thread java123
Thank you for the prompt replies. Unfortunalty removing the mbean from the subscription does not stop the messages from coming in. Is this something by defeault all MBeans register to? this is what I removed: | | | |

[jboss-user] [Management, JMX/JBoss] - Re: Problem with notification filter?

2006-10-25 Thread java123
Then what is the difference between: | | | | | and: | | | If they are the same the how would I filter out a specific

[jboss-user] [Management, JMX/JBoss] - Re: Problem with notification filter?

2006-10-25 Thread java123
But still getting the notifications Isn't that supposed to filter the notifications? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980708#3980708 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980708 _

[jboss-user] [Management, JMX/JBoss] - Re: Problem with notification filter?

2006-10-25 Thread java123
I have corrected the spelling mistake and still getting notifications from JMImplementation:type=MBeanServerDelegate with type = JMX.mbean.registered. I also tried with filter: | | | Here is the config: | | |

[jboss-user] [Management, JMX/JBoss] - Problem with notification filter?

2006-10-24 Thread java123
I have a listener bean that subscribes to some of the monitoring beans. I am trying to filter notification coming from "JMImplementation:type=MBeanServerDelegate" with type "JMX.mbean.registered" and "JMX.mbean.unregistered". I have added mbean to my subscription list with filter attributes but

[jboss-user] [Management, JMX/JBoss] - Problem with notification filter?

2006-10-24 Thread java123
I have a listener bean that subscribes to some of the monitoring beans. I am trying to filter notification coming from "JMImplementation:type=MBeanServerDelegate" with type "JMX.mbean.registered" and "JMX.mbean.unregistered". I have added mbean to my subscription list with filter attributes but

[jboss-user] [Management, JMX/JBoss] - AlarmTable

2006-10-23 Thread java123
How can I subcscribe to JBoss AlarmTable update notification? The reason behind is that i want to run my custom MBean to listen AlarmTable updates and handle them appropiatly then remove them from the table. Is that possible? Second question I have is to override how log4j writes to AlarmTable b

[jboss-user] [JBossCache] - Is it possible to run TreeCache in standalone application?

2006-10-06 Thread java123
Is it possible to run Treecache in standalone application? If so is it possible to run it in clustered mode where multiple instances of this application can be clustered? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976609#3976609 Reply to the post : http

[jboss-user] [JBossCache] - Can someone explain how to use maxElement attribute in LRU P

2006-08-31 Thread java123
I have been using JbossCache 1.3 and it does not handle setting max number of elemnts per regions. I see that JIRA JBCACHE-77 fixes this problem but does not explain if I need to use maxElemt attribute or still use maxNodes attribute. I have tried both and was unsuccessfull. Please show me an ex

[jboss-user] [JBossCache] - Re: maxNodes for LRUPolicy is not respected!!!!!!!

2006-08-31 Thread java123
I saw that jira 77 supposed to fix this issue but I have tested this with 1.4 and still able to add more elements to a region. Do I have to change my configuration? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968757#3968757 Reply to the post : http://www

[jboss-user] [JBossCache] - Re: maxNodes in region question

2006-08-31 Thread java123
"[EMAIL PROTECTED]" wrote : Yes, JBCACHE-77 will fix it - right now only nodes are considered and not the data within the nodes. | | If this is fixed does it require different configuration? Because I have tested this with my existing config with LRUPolich and maxNones set to 2. Unfortunalt

[jboss-user] [JBossCache] - maxNodes for LRUPolic is not repected!!!!!!!

2006-08-31 Thread java123
I am setting LRU Eviction policy with miltiple regions but it seems like maxNodes settings are not respected. I read the following xml and use setEvictionPolicyConfig(Element a_config) so set policy. Region /reportDefinition/extraInfo is setup to live 30sec and have max node of 2 but when I du

[jboss-user] [JBossCache] - maxNodes for LRUPolicy is not respected!!!!!!!

2006-08-31 Thread java123
I am setting LRU Eviction policy with miltiple regions but it seems like maxNodes settings are not respected. I read the following xml and use setEvictionPolicyConfig(Element a_config) so set policy. Region /reportDefinition/extraInfo is setup to live 30sec and have max node of 2 but when I du