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
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:
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
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
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
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.
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.
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: <[
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
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:[
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
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
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
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
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,
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
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
17 matches
Mail list logo