RE: [JBoss-user] NoSuchMethodError when trying to access EJB from tomcat

2001-07-31 Thread Ernest Chen
Title: RE: [JBoss-user] NoSuchMethodError when trying to access EJB from tomcat We have encountered this kind of problem before, chances are you still have your old jar files somewhere causing conflicts, make sure you don't have old jar files anywhere in your jboss/lib or jboss/lib/ext directo

RE: [JBoss-user] Entity Bean Clustering

2001-07-26 Thread Ernest Chen
Title: Entity Bean Clustering My desired setup is to minimize database hits, option 'C' would hit the database each time makes the site not scalable, I want to take advantage of jBoss' caching.   Thanks!   Ernest -Original Message-From: Bill Burke [mailto:[EMAIL PROTECTED]]Sent:

[JBoss-user] Entity Bean Clustering

2001-07-26 Thread Ernest Chen
Title: Entity Bean Clustering Since jBoss does not have Clustering capability for Entity Beans, I'd like to find a way to run jBoss on multiple servers and load balanced.  One additional server will host administration tools for updating objects.  However, since each jBoss instance have isolat

[JBoss-user] cookie value difference in Tomcat vs Jetty

2001-07-24 Thread Ernest Chen
Title: cookie value difference in Tomcat vs Jetty This is not a jBoss specific question.  I have impelmented a Servlet setting a specific cookie          region=.us.ny In tomcat the original text is preserved, in Jetty cookie value is automatically encoded, result:     reg

RE: [JBoss-user] Internationalization

2001-07-24 Thread Ernest Chen
Not sure if this will help you, when you startup jBoss, you might want to specify the encoding scheme in run.sh or run.bat   java -server $JAXP -Xms256m -Xmx1024m -classpath $JBOSS_CLASSPATH -Dfile.encoding=8859_1 org.jboss.Main $@   Add the encoding part like the following, although not su

[JBoss-user] LOCKING-WAITING (CTX)

2001-07-13 Thread Ernest Chen
Title: LOCKING-WAITING (CTX) Hi, When I perform jUnit testing with 200 threads on my BMP, there is numerous LOCKING-WAITING, what do I need to change in order to avoid all these locking issues?  All I'm doing is to retrieve the EJB by primary key and retrieve it's fields, there is no write.

[JBoss-user] optimal JVM setting for running jBoss on Solaris

2001-06-19 Thread Ernest Chen
This might not be a jBoss question.   I'm interested to perform some load testing for an upcoming personalization project using jBoss.  What we have is a Sun Enterprise 4500 machine with 6 CPU and 4 GB memory, our database is running Oracle on another SUN 4500 with equivalent configuration.

RE: [JBoss-user] distributed security with JAAS

2001-06-13 Thread Ernest Chen
not. What's the code snipet your trying to use in a servlet to set the anonymous user that is not working? Most likely the problem is classpath setup so show what exceptions are being generated. - Original Message - From: "Ernest Chen" <[EMAIL PROTECTED]> To: <[

[JBoss-user] distributed security with JAAS

2001-06-13 Thread Ernest Chen
Title: RE: [JBoss-user] manual Hi,   Hopefully someone can help me. I have successfully deployed a web based admin tools in JBOSS-2.2.2_Tomcat-3.2.2 using Jaas based security.  My own UserLoginModule worked like a charm.  However other web applications and admin tools need to access the same

RE: [JBoss-user] CMP and BLOBs

2001-05-22 Thread Ernest Chen
Title: RE: [JBoss-user] CMP and BLOBs I used BLOB field to store text, CMP works fine with the following mapping in jaws.xml ^M    body^M    body^M    JAVA_OBJECT^M    BLOB^M ^M -Original Message- From: Darius Davidavicius [mailto:[

[JBoss-user] apache doesn't invoke mod_jk after jboss restart

2001-05-10 Thread Ernest Chen
Title: apache doesn't invoke mod_jk after jboss restart Not sure if I'm posting to the right place.  Basically I have the following setup: Apache > mod_jk > Tomcat 3.2.1 + jBoss 2.2.1 Each time I shut down jboss and bring it up again, Apache doesn't recognize the connection anymore, my pag

[JBoss-user] Integrating Apache+Tomcat+jBoss, can't see jBoss web apps

2001-05-01 Thread Ernest Chen
Title: Integrating Apache+Tomcat+jBoss, can't see jBoss web apps I was able to get Apache to Serve Tomcat applications with the following configuration in my httpd.conf, however applications deployed through jBoss are not visible to Apache since the .war file is placed in jBoss deployment dire

RE: [JBoss-user] Unable to load a ResultSet column into a variable of type 'int'

2001-03-21 Thread Ernest Chen
d work. B.Vogel - Original Message ----- From: Ernest Chen To: '[EMAIL PROTECTED]' Sent: Wednesday, March 21, 2001 1:18 AM Subject: [JBoss-user] Unable to load a ResultSet column into a variable of type 'int' Not su

RE: [JBoss-user] JAAS Based Security in JBoss

2001-03-21 Thread Ernest Chen
Title: RE: [JBoss-user] JAAS Based Security in JBoss Your client should always use /client/auth.conf, the other one is to configure the SecurityManager Container.  Again if you run Tomcat in standalone everything works fine. standardjboss.xml --         Standard S

RE: [JBoss-user] JAAS Based Security in JBoss

2001-03-21 Thread Ernest Chen
I had the same problem with Tomcat embeded in Jboss 2.1, authentication works but authorization fails with jaas/other configuration.  However if you run Tomcat as a separate process it works fine.  -Original Message-From: thierry birre [mailto:[EMAIL PROTECTED]]Sent: Wednesday,

[JBoss-user] Unable to load a ResultSet column into a variable of type 'int'

2001-03-20 Thread Ernest Chen
Title: Unable to load a ResultSet column into a variable of type 'int' Not sure why I get this exception, below is my table definition, jaws mapping and exception I received from my CMP entityBean, thanks for helping out.  E SQL> desc star.articles;  Name    Null?    T

RE: [JBoss-user] DB to XML Project Exist?

2001-03-19 Thread Ernest Chen
Title: RE: [JBoss-user] DB to XML Project Exist? IBM has one in their alpha works site you can download, not sure about license terms or whether that's what you looking for. http://alphaworks.ibm.com/aw.nsf/techmain/87B9AB3EA35529058825682400709778?OpenDocument -Original Message- F