[JBoss-user] User authentication info lost in clustered sessions

2004-04-20 Thread Chris Bonham
d both the principal and notes in ClusteredSession are transient which is where the information is stored for reauthentication via FormAuthenticator. Any ideas why the notes are not persisted unlike the session attributes? Has anyone else had this problem and how did you fix it? Thanks. -- Ch

Re: [JBoss-user] JBoss 3.2.3 problems running in Linux for z/Series

2004-01-15 Thread Chris Bonham
e and the machine stopped crashing. Your problem is probably completely different, but the Diagnosis docs helped me tremendously. -- Chris Bonham President/CEO Third Eye Consulting, Inc. [EMAIL PROTECTED] http://www.thirdeyeconsulting.com 317.823.3686 317.823.0353 (FAX) Quoting Poppe, Troy ([

[JBoss-user] SNMP Adaptor causing OutOfMemory errors?

2003-11-24 Thread Chris Bonham
OutOfMemory errors. -- Chris Bonham President/CEO Third Eye Consulting, Inc. [EMAIL PROTECTED] http://www.thirdeyeconsulting.com 317.823.3686 317.823.0353 (FAX) --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net

[JBoss-user] XMLLoginConfig doesn't clear JaasSecurityManager cache when redeployed

2003-11-12 Thread Chris Bonham
oded because there's no way to see all the configurations managed by the SecurityConfig. Is it acceptable to return all the configurations (from a security standpoint)? Thanks. -- Chris Bonham President/CEO Third Eye Consulting, Inc. [EMAIL PROTECTED] http://www.thirdeyeconsulting.co

Re: [JBoss-user] JBoss Presentation

2003-08-29 Thread Chris Bonham
Putting the zip file on SourceForge is fine by me; I imagine one of the JBoss admins would have to do it though. Also, please link to presentation in the FAQ forum if you'd like. Thanks. -- Chris Bonham President/CEO Third Eye Consulting, Inc. [EMAIL PROTECTED] http://www.thirdeyeconsultin

[JBoss-user] JBoss Presentation

2003-08-28 Thread Chris Bonham
I gave a presentation on JBoss and Web Services at the Indianapolis JUG (http://www.indyjug.net). The presentation can be downloaded from: http://www.thirdeyeconsulting.com/indyjug/jboss/ -- Chris Bonham President/CEO Third Eye Consulting, Inc. [EMAIL PROTECTED] http://www.thirdeyeconsulting.com

Re: [JBoss-user] Problems with message driven beans

2003-04-04 Thread Chris Bonham
David, Are you running in a UNIX environment? If so, you probably need to increase the number of open file descriptors like so (sockets are considered file descriptors): ulimit -n 8192 Good luck! -- Chris Bonham President/CEO Third Eye Consulting, Inc. [EMAIL PROTECTED] http

Re: [JBoss-user] Tomcat doesn't start under JBoss 3.2.0RC3?

2003-03-19 Thread Chris Bonham
d the "build bundle" command. Thanks. -- Chris Bonham President/CEO Third Eye Consulting, Inc. [EMAIL PROTECTED] http://www.thirdeyeconsulting.com 317.823.3686 317.823.0353 (FAX) Quoting Chris Bonham ([EMAIL PROTECTED]): > I'm in the process of upgrading our application from JBoss 3

[JBoss-user] Tomcat doesn't start under JBoss 3.2.0RC3?

2003-03-19 Thread Chris Bonham
der the JBoss catalina directory, but the root directory, C:\catalina. I also tried this with Tomcat 4.1.18 and received the same results. Is there a bug in the deployment process? Thanks. -- Chris Bonham President/CEO Third Eye Consulting, Inc. [EMAIL PROTECTED] http://www.thirdeyeconsulting.com

Re: [JBoss-user] code for "is user authenticated" in JBoss?

2003-03-04 Thread Chris Bonham
urity/JBossUserRealm.java Good luck! -- Chris Bonham President/CEO Third Eye Consulting, Inc. [EMAIL PROTECTED] http://www.thirdeyeconsulting.com 317.823.3686 317.823.0353 (FAX) Quoting Ken Yee ([EMAIL PROTECTED]): > > I'm still trying to figure out how to do autologin into JBoss > declarati

[JBoss-user] MDB Dependency and JMS Recovery

2003-03-03 Thread Chris Bonham
JDBC2 PersistenceManager). When JBoss starts up, the undelivered messages are sent, triggering the MDB, but the dependent SLSB is not yet ready! Is there a way to reorder this sequence of events or is it a bug? I've attached a stacktrace. Thanks. -- Chris Bonham President/CEO Third Eye Consulting, I

Re: [JBoss-user] jboss_3_1.dtd

2003-02-13 Thread Chris Bonham
va:221) at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:201) at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:76) at org.jboss.metadata.XmlFileLoader.getDocument(XmlFileLoader.java:260) ... 19 more Thanks. -- Chris Bonham President/CEO Third Eye Consulting, Inc. [EMA

Re: [JBoss-user] jboss_3_1.dtd

2003-02-12 Thread Chris Bonham
Sacha, Yes, the jboss_3_1.dtd does exist in the JBoss distribution, but XDoclet generates the public id to reference the jboss.org website and that URL doesn't exist. I could change XDoclet, but it would be nice to reference the URL instead. Thanks for all the great work! -- Chris B

[JBoss-user] jboss_3_1.dtd

2003-02-12 Thread Chris Bonham
cache mechanism that may force me to upgrade to JBoss 3.2.0 RC1? Thanks. -- Chris Bonham President/CEO Third Eye Consulting, Inc. [EMAIL PROTECTED] http://www.thirdeyeconsulting.com 317.823.3686 317.823.0353 (FAX) --- This sf.net ema

Re: [JBoss-user] Pre compiling JSP Pages

2002-12-20 Thread Chris Bonham
In Ant 1.5 there is an optional task JspC that uses the same Apache Jasper class. This is how we use it with Tomcat 4.0.6: And then we make sure they compile, etc. -- Chris Bonham President/CEO Third Eye Consulting, Inc. [EMAIL

Re: [JBoss-user] Jboss on WIN2000

2002-11-22 Thread Chris Bonham
x27;t think these settings are limiting the test, but I'll check to database again. Also, is the 240 user statistic from the ECPerf test an upper limit in JBoss given your configuration? Thanks. -- Chris Bonham President/CEO Third Eye Consulting, Inc. [EMAIL PROTECTED] http://www.thirdeyecons

Re: [JBoss-user] Jboss on WIN2000

2002-11-22 Thread Chris Bonham
o record some performance metrics using org.jboss.ejb.plugins.MetricsInterceptor. I know every application is different (and we could very well have bugs in ours), but in general, given a similar application and environment, how many concurrent users have others been able to scale to with JBoss?

Re: [JBoss-user] Open File limit under linux with BASH 2.05

2002-11-13 Thread Chris Bonham
[root@test root]# su jboss bash-2.05a$ ulimit -n 1024 bash-2.05a$ ulimit -n 8192 bash-2.05a$ ulimit -n 8192 -- Chris Bonham President/CEO Third Eye Consulting, Inc. [EMAIL PROTECTED] http://www.thirdeyeconsulting.com 317.823.3686 317.823.0353 (FAX) Quoting Jonathan Cowherd ([EMAIL PROTECTED

Re: [JBoss-user] Open File limit under linux with BASH 2.05

2002-11-13 Thread Chris Bonham
cally linked to this), every thread is also a process that shares the file descriptors and data with the child processes. That means you'll possibly see the same files under /proc/1000/fd and /proc/1001/fd given processes 1000 and 1001 are mapped to Java threads. -- Chris Bonham President/CEO

Re: [JBoss-user] Performance issue while adding to a EJB 2.0 relation - JBoss version: 3.0.2

2002-11-13 Thread Chris Bonham
FYI for those following this thread: I finally had time to create a simple testcase and file a bug report (637934). Thanks. -- Chris Bonham President/CEO Third Eye Consulting, Inc. [EMAIL PROTECTED] http://www.thirdeyeconsulting.com 317.823.3686 317.823.0353 (FAX) Quoting Dain Sundstrom

Re: [JBoss-user] Performance issue while adding to a EJB 2.0 relation - JBoss version: 3.0.2

2002-11-01 Thread Chris Bonham
mes out. I've attached code snippets below. Thanks. -- Chris Bonham President/CEO Third Eye Consulting, Inc. [EMAIL PROTECTED] http://www.thirdeyeconsulting.com 317.823.3686 317.823.0353 (FAX) SelectedBowComponentBean.java: /** * @ejb.interface-method * @ejb.relat

Re: [JBoss-user] jboss-all compilation

2002-10-04 Thread Chris Bonham
To retrieve new directories from CVS try this command: cvs update -d -- Chris Bonham President/CEO Third Eye Consulting, Inc. [EMAIL PROTECTED] http://www.thirdeyeconsulting.com 317.823.3686 317.823.0353 (FAX) Quoting David Jencks ([EMAIL PROTECTED]): > Maybe you updated an old checkout.

Re: [JBoss-user] Avoid creating elements

2002-10-04 Thread Chris Bonham
When looking up your EJB homes from JNDI, are you prefixing the name with java:comp/env/ ? When I did this, I had to have an for every EJB that referenced by that bean. Just use ejb/MySupermanEJB directly and you shouldn't need the tag. -- Chris Bonham President/CEO Third Eye Consulting