[JBoss-user] [JNDI/Naming/Network] - Re: JNP Specification

2006-03-26 Thread tokobayashi
woops. I've just found one doc in jboss-src/naming/src/doc/index.html. So, I can say this is the JNP spec JBoss using. That is what I want. If you teach me some more, that's nice. thank you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3932665#3932665 Reply

[JBoss-user] [JNDI/Naming/Network] - JNP Specification

2006-03-26 Thread tokobayashi
Where can I get JNP spec or some basic instructions? http://mail-archive.objectweb.org/jonas-team/2002-01/msg00063.html This page says about JNP ... Is this the same thing JBoss uses? hmm... but http://www.dreambean.com/ doesn't exist now. View the original post : http://www.jboss.com/index.html

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - row-locking per finder

2006-01-25 Thread tokobayashi
When I turned on row-locking, it affects all finder of the entity bean. Does Anyone know how to configure row-locking per finder ? If impossible, this is a feature request for performance/flexibility issue. JBoss 3.2.7 View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[JBoss-user] [The Lizzard's corner] - contribution or fork

2005-05-19 Thread tokobayashi
Hi, Assuming that I make some modifications to JBoss for my product, present the modified sources to JBossForum, and then these modifications are rejected to integrate to JBoss code base... but I want to keep developing JBoss based on these modifications. In such case, according to LGPL, I must

[JBoss-user] [News & Announcements] - Re: 4.0.1SP1 Release Available

2005-02-16 Thread tokobayashi
Hi, Would you discribe the characterization of "SP" ?? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866851#3866851 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866851

[JBoss-user] [Clustering/JBoss] - CoordGmsImpl and GMS error messages

2005-01-06 Thread tokobayashi
Hi, I set up 4-nodes cluster and tested an application with heavy load. Environment is JBoss4.0.0, JDK1.4.2, Redhat Enterprise AS3.0. Requests are load-balanced by Apache2(worker)+mod_jk2. During the test, some error-logs were found in each node. node1: 2005-01-05 18:04:33,295 ERROR [org.jgroups

[JBoss-user] [HTTPD, Servlets & JSP] - Re: InstanceAlreadyExistsException: jboss.web:name=JkRequest

2004-12-12 Thread tokobayashi
Thank you for your reply. I checked the Tomcat5.5 code. Then, the remaining problem is whether the InstanceAlreadyExistsException has any side effect. I've searched all JBoss/Tomcat codes for the String "RequestProcessor". And I found the MBean "*:type=RequestProcessor,*" is only used for a Sta

[JBoss-user] [HTTPD, Servlets & JSP] - Re: InstanceAlreadyExistsException: jboss.web:name=JkRequest

2004-12-10 Thread tokobayashi
org.apache.jk.common.HandlerRequest static int count = 0; | | private int decodeRequest( Msg msg, MsgContext ep, MessageBytes tmpMB ) | throws IOException | { | // FORWARD_REQUEST handler | Request req=(Request)ep.getRequest(); | if( req==

[JBoss-user] [HTTPD, Servlets & JSP] - InstanceAlreadyExistsException: jboss.web:name=JkRequest

2004-12-10 Thread tokobayashi
Hi, I'm testing a web-application in JBoss4.0.0 with heavy load. JBoss is connected to Apache2 by mod_jk2. Sometimes I encounter a following Exception. 2004-11-17 19:22:45,654 ERROR [org.apache.commons.modeler.Registry] Error registering jboss.web:name=JkRequest4,type=RequestProcessor,worker=jk

[JBoss-user] [Clustering/JBoss] - 4.0 and JBossCacheManager

2004-10-21 Thread tokobayashi
According to jbossweb-tomcat50.sar/META-INF/jboss-service.xml, JBoss 4.0 uses org.jboss.web.tomcat.tc5.session.JBossCacheManager for HttpSessionReplication. But, http://www.jboss.org/developers/projects/jboss/tc5-clustering.html This document says "Note that current implementation will be ported

[JBoss-user] [Clustering/JBoss] - Re: [ChannelSocket] connection timeout reached messages

2004-08-10 Thread tokobayashi
If you don't need a connectionTimeout, You can discard those messages by setting connectionTimeout to "0" in jbossweb-tomcat41.sar/META-INF/jboss-service.xml. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844637#3844637 Reply to the post : http://www.jboss.

[JBoss-user] [JCA/JBoss] - Re: JTA Implementation RoadMap

2004-08-08 Thread tokobayashi
OK, I've found a new Roadmap. http://jboss.org/wiki/attach?page=JBossRoadmap%2FJBoss4ProjectDevSchedule.html Transaction features are planned for JBoss 4.2! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844522#3844522 Reply to the post : http://www.jboss.o

[JBoss-user] [Management, JMX/JBoss] - web-console.war should be expanded?

2004-07-21 Thread tokobayashi
Hi, Due to a capability to shutdown JBoss instance, I should enable an authentication of web-console in production. To edit files(web.xml jboss-web.xml...) easily, expanded war is preferable. That's why jmx-console.war is expanded. am I right? View the original post : http://www.jboss.org/index

[JBoss-user] [JCA/JBoss] - JTA Implementation RoadMap

2004-06-20 Thread tokobayashi
Hi, Accroding to Admin docs, JBoss Default Transaction Manager has two limitations: "It does not do transactional logging, and is thus incapable of automated recovery after a server crash." "While it does support propagating transaction contexts with remote calls, it does not support propagati

[JBoss-user] [Advanced Documentation] - Books, not PDF docs

2004-06-15 Thread tokobayashi
I'm searching for books about JBoss internals. I've already subscribed AdminDevel docs(PDF). But does anyone know a suitable book for understanding JBoss internals? (containing class-diagrams, architecture-view, ...) http://www.amazon.com/exec/obidos/tg/detail/-/0672323478/qid=/sr=/ref=cm_lm_asin/

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Is it possible to delay delivery on a rollback?

2004-05-21 Thread tokobayashi
see http://sourceforge.net/tracker/index.php?func=detail&aid=744455&group_id=22866&atid=381174 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835784#3835784 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835784 -

[JBoss-user] [EJB/JBoss] - Re: ByValueInvokerInterceptor and java.naming.provider.url

2004-05-11 Thread tokobayashi
JBoss 3.2.2 JDK 1.4.1 Win2000 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834394#3834394 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834394 --- This SF.Net ema

[JBoss-user] [EJB/JBoss] - ByValueInvokerInterceptor and java.naming.provider.url

2004-05-09 Thread tokobayashi
Hi, I deploy EAR1(includes 1 EJB-JAR) and EAR2(includes 1 WAR).loader-repository is sepalated by using jboss-app.xml.EJB-JAR's jboss.xml is configured with ByValueInvokerInterceptor for "call-by-value". In EJBClient(=WAR), InitialContext is instantiated without any argument. When I put jndi.p