[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Read-Mostly entities with CMR

2006-04-03 Thread plutus
Hi, we want to use SimpleReadWriteEjbLock, too. Do you TODAY have solutions or experiences with the problems you had? Best regards, Marcel View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3934518#3934518 Reply to the post :

[JBoss-user] [Beginners Corner] - Re: How to shutdown the 2nd instance of JBoss.

2006-03-23 Thread plutus
Hi, with 3.2.5 I am successfully using: bin/shutdown.sh -S -s jnp://localhost:1099 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3932149#3932149 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3932149

[JBoss-user] [Management, JMX/JBoss] - How to access secured JMX connection in JBoss from client? H

2006-03-16 Thread plutus
Hi, I am using JBoss 3.2.5 and I secured JMX access (jmx-invoker-adaptor-server.jar/META-INF/jboss-service.xml): !-- Uncomment to require authenticated users -- Problem: Now I get no more access to JBoss

[JBoss-user] [Management, JMX/JBoss] - Re: deploy mbean from code on runtime?

2006-03-16 Thread plutus
Hi, have a look here: JSR-03 JavaTM Management http://jcp.org/aboutJava/communityprocess/final/jsr003/index3.html download jmx_1.2_spec.pdf page 122 Registration of MBeans or here: http://java.sun.com/j2se/1.5.0/docs/api/javax/management/MBeanServer.html ObjectInstance registerMBean(Object

[JBoss-user] [Management, JMX/JBoss] - Re: Problem in EJB Calling an MBean

2006-03-16 Thread plutus
hi, hint to scotts post: look here: http://java.sun.com/j2se/1.5.0/docs/api/javax/management/MBeanServer.html especially: use queryMBeans(null, null) to get all installed mbeans hth, marcel View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3930741#3930741

[JBoss-user] [Management, JMX/JBoss] - Re: gui console

2006-03-16 Thread plutus
hi, javax/management/BadStringOperationException is part of core jmx since java 5: http://java.sun.com/j2se/1.5.0/docs/api/javax/management/BadStringOperationException.html I am getting the same exception. I use java 1.4, I wonder why I get this exception... View the original post :

[JBoss-user] [Management, JMX/JBoss] - Re: gui console

2006-03-16 Thread plutus
got it you have to add jboss-jmx.jar to your classpath! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3930754#3930754 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3930754

[JBoss-user] [Management, JMX/JBoss] - Re: How to access secured JMX connection in JBoss from clien

2006-03-16 Thread plutus
Hm, with following piece of code it works. But why? could anyone please give me a link to a section where this is documented? props.put(Context.INITIAL_CONTEXT_FACTORY, org.jnp.interfaces.NamingContextFactory); props.put(Context.PROVIDER_URL, url);

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

2006-03-15 Thread plutus
Hi, we have _exactly_ the same problem. To our server there are ~100 clients connected and these deadlocks make us crazy and our customers very angry. After the appearance of deadlock detections the whole server blocks and only 'kill -9' helps :-(. This is so bad. Please support this thread,

[JBoss-user] [EJB/JBoss] - Re: role/request-based transaction timeouts?

2005-12-27 Thread plutus
Thank you very much. But HOW can I SET the transaction timeout for the current transaction in my interceptor? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3914468#3914468 Reply to the post :

[JBoss-user] [EJB/JBoss] - Re: role/request-based transaction timeouts?

2005-12-08 Thread plutus
Very good! Thanks for your reply! It was very very helpful. I just didn't see it in the DTD :-( ... BUT we really need role based timeouts on method level. How can I ensure that method X called by user A times out after T1 ms and method X called by user B times out after T2 ms? Please

[JBoss-user] [EJB/JBoss] - Re: role/request-based transaction timeouts?

2005-12-08 Thread plutus
addition: of course we're using CMT! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3911388#3911388 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3911388 --- This SF.net

[JBoss-user] [Management, JMX/JBoss] - tx manager: is it possible to rollback running transactions?

2005-11-07 Thread plutus
Hi, - is it possible to list all running transactions? - is it possible to rollback running transactions in the transaction manager with jmx? Best regards, Marcel View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3905725#3905725 Reply to the post :

[JBoss-user] [EJB/JBoss] - role/request-based transaction timeouts?

2005-11-03 Thread plutus
Hello developers, how can I realize different transaction timeouts for different ejb requests? In our case we want that ejb calls from principal with role A times out after 15 seconds and calls from principal with role B after 900 seconds. Is this in any way possible? Thanks very much! marcel

[JBoss-user] [EJB/JBoss] - Re: role/request-based transaction timeouts?

2005-11-03 Thread plutus
FYI: we are using jboss 3.2.x View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3905355#3905355 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3905355 --- SF.Net email is

[JBoss-user] [Management, JMX/JBoss] - How to establish secure JMX connection to JBoss?

2005-05-20 Thread plutus
Is it possible to encrypt the MBeanServerConnection to the JBoss? Thanks, Marcel View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3878521#3878521 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3878521

[JBoss-user] [Management, JMX/JBoss] - Re: RMIConnectorImpl: gone from 4?

2005-04-28 Thread plutus
adrian, is your code available anywhere in the net? I need exactly that behaviour. My notifications are also handled on the server but they should be handled on the client side. Please make your code public. Or even better... post it in the JMX FAQ Wiki... thx Marcel View the original post :

[JBoss-user] [Security JAAS/JBoss] - Re: Access MySQL as user root

2005-04-20 Thread plutus
Sorry, doesn't really help. I don't want that other useres can access my root datasource. I just want to make a root sql session _on demand_! Isn't this possible in an elegant way? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3874582#3874582 Reply to the

[JBoss-user] [Security JAAS/JBoss] - Access MySQL as user root

2005-04-19 Thread plutus
Hi, I write an MBean DatabaseStatus that I'd like to manage with my JMX client. I wrote the following method: public List showSlaveStatus(String rootPassword) throws BusinessException; and I would like to make a mysql-connection to my DB as user root. What are the steps I have to follow? I

[JBoss-user] [Performance Tuning] - Re: JBoss 3.2.3 memory leak in application, no idea what to

2004-05-05 Thread plutus
Hi community, as you can see in my first post there are very much byte and char arrays. I went into the detail and determined that most of the objects were instantiated in JSSE classes. Indeed we use encrypted communication between our web start swing clients and our jboss server: using ssl: