[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: How to prevent ApplicationDeadlockException with READ-ON

2006-06-19 Thread vickyk
"ereze" wrote : I have the same problem: methods marked with read-only but still lots of deadlocks which obviously make our customer mad. | I am not sure but the read only will be used in the optimization technique for the 2P-Protocol ..It will not help in deadlock situation . Regards Vicky

[JBoss-user] [Microcontainer] - How do I get the POJO ?

2006-03-01 Thread vickyk
Actually I have deployed the POJO in the Jboss4.0.3 and I can verify this thorugh the jmx-console . How would I get the access the methods of the POJO in the jsp/servlet ? How do I get the POJO instance in the applicatiion code ? Regards Vicky View the original post : http://www.jboss.com/inde

[JBoss-user] [Management, JMX/JBoss] - Re: How to restart JBoss server by MBean

2005-12-04 Thread vickyk
You can't do that , but I am not able to understand why do you want this feature . When you shut down the Jboss the MBean Server is shut down itself , so you have lost the control . Regards Vicky View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3910582#3910582

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Cookie Issue with latest JBoss/TC Bundle

2005-12-01 Thread vickyk
Does this happens only with the cookies values which are having spaces or for all ? Vicky View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3910182#3910182 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3910182 -

[JBoss-user] [Management, JMX/JBoss] - Re: Synchronous stop

2005-10-14 Thread vickyk
I dont think there is any method to do so and it also does not make the logical sense also . Why don't you use the jmx-console to invoke the shutdown and then verify the same is done by refreshing the page . However I will investigate and see if there can be a way to do that , I got to check my

[JBoss-user] [Management, JMX/JBoss] - Re: Synchronous stop

2005-10-14 Thread vickyk
What do you mean by synchronous shutdown , can you explain this ? Regards Vicky View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3901145#3901145 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3901145 -

[JBoss-user] [Management, JMX/JBoss] - Re: Getting an

2005-10-04 Thread vickyk
| getAttribute | Object getAttribute(ObjectName name, | String attribute) | throws MBeanException, |AttributeNotFoundException, |InstanceNotFoundException, |Ref

[JBoss-user] [Management, JMX/JBoss] - Re: Getting an

2005-10-04 Thread vickyk
try using public Object invoke(ObjectName name, String operationName, Object[] params, String[] signature) throws InstanceNotFoundException, MBeanException, ReflectionException, IOException; Vicky View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3898919#

[JBoss-user] [Management, JMX/JBoss] - Re: Getting an

2005-10-04 Thread vickyk
Why is there space in "jboss.mq.destination :name=THRequest" , remove that and check the results ? Vicky View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3898911#3898911 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=38989

[JBoss-user] [EJB/JBoss] - Re: How to force immediate commit of an entity bean to the p

2005-08-30 Thread vickyk
Hi , I have been able to run the sample examples very well with the Jboss for the commit options A, B and C . I have downloaded the sample examples from the Orielley Workbook . How did you checked if the ejbStore() is called or not , did you put any log statement ? Regards Vicky View the origi

[JBoss-user] [EJB/JBoss] - Re: How to force immediate commit of an entity bean to the p

2005-08-23 Thread vickyk
"bgrieder" wrote : Hi, | | Thanks for your reply. | I thought about that too and tried to implement a container configuration (details below) with option D and optiond-refresh-rate set at 30 (seconds). | | I have been watching ejbStore on the entity bean, but nothing happened |

[JBoss-user] [EJB/JBoss] - Re: user control of invoking ejbstroe() method

2005-08-23 Thread vickyk
Well you got to see the commit options , I think I have replied to your post earlier . You can't control the call to the ejbStore in the deployment descriptor but can be configured in the container configuration file . You can search standardjboss.xml for the anonymous wrote : | |

[JBoss-user] [EJB/JBoss] - Re: How to force immediate commit of an entity bean to the p

2005-08-23 Thread vickyk
Can you check the Commit Options in the EJB specs for the details , the Jboss does support additional commit option D? Regards Vicky View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891196#3891196 Reply to the post : http://www.jboss.org/index.html?module=bb&o

[JBoss-user] [Management, JMX/JBoss] - ServiceController related Implementation Queries ?

2005-06-06 Thread vickyk
private void register(ServiceContext ctx, Collection depends) throws Exception |{ | if (!installedServices.contains(ctx)) | installedServices.add(ctx); | | if (depends != null) | { | log.debug("adding depends in ServiceController.register: " +