[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: high performance (low level) jdbc access routines

2005-10-14 Thread dkuehner
> I think that your solution maybe the use of stored procedures... Thank you - its being considered. The only problem is that this is a commercial app and our clients can use any relational db they want. As most of them use oracle or sql server, we may just go wuith stored procedures anway.

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: high performance (low level) jdbc access routines

2005-10-14 Thread dkuehner
One of my next steps was to upgrade to the latest of everything (java, jboss, etc.) I'll also look for more recent jdbc drivers. Does "type 4" imply better performance or is there somewhere where I can get faster drivers? I've used the oracle odbc drivers (and ensured that they were the right

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - high performance (low level) jdbc access routines

2005-10-13 Thread dkuehner
Does anyone know of any low level jdbc access routines? I am hoping that java.sql is an object layer sitting above a lower level - but still OS independent - layer. My need is to be able to do high speed data access. I'm looking for something 2 orders of magnitude faster than what is available

[JBoss-user] [EJB/JBoss] - inserting an already existing bean - not my db insert

2004-11-15 Thread dkuehner
I have a problem with random "inserting an already existing bean" errors at a client - about every month or so. the error occurs on a line where i am not doing any data inserts of my own. The error happens on the home.create() Object ref2 = ctx.lookup("ejb/DestinationGroupS

[JBoss-user] [HTTPD, Servlets & JSP] - Re: access to request socket object

2004-10-02 Thread dkuehner
That is unfortunate. I'm trying to determine in code if my process thread has been disconected from the client browser - ie the user has initiated a second action so the first action no longer has a chance of returning a response. I'd like to be able to kill that first thread so it doesn't c

[JBoss-user] [HTTPD, Servlets & JSP] - access to request socket object

2004-10-01 Thread dkuehner
Does anyone know how to access the socket in the request object? It seems to be hidden so it can't be accessed as request.getSocket() or anything. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850123#3850123 Reply to the post : http://www.jboss.org/index

[JBoss-user] [HTTPD, Servlets & JSP] - threads hang around even after user selects a new action

2004-09-30 Thread dkuehner
I have a problem. First I select a link on a page that calls a servlet to create a new page of data, but before the new page appears, I select a different link to call another servlet to go to another page. At this point the new servlet takes control of the browser connection and the previo

[JBoss-user] [Beginners Corner] - where to go for information

2004-09-30 Thread dkuehner
I'd like to know where I can go for information to answer a problem I have with tomcat (jboss-3.0.4_tomcat-4.1.12) and how it deals with threads. I've looked in the HTTPD, Servlets & JSP forum and even posted a few questions, but there are very few replies. Does anyone know if there is a forum

[JBoss-user] [HTTPD, Servlets & JSP] - Help with - Read of HTTP Request POST parameters failed: rea

2004-09-28 Thread dkuehner
i'm getting a lot of messages as below. Does anyone know what this is all about? my environment is jboss-3.0.4_tomcat-4.1.12 j2sdkee1.3.1 j2sdk1.4.1_01 jakarta-struts-1.1-b2 oracle 8 2004-09-22 16:42:08,309 ERROR [org.jboss.web.localhost.Engine] StandardWrapperValve[action]: Servlet.service()

[JBoss-user] [HTTPD, Servlets & JSP] - Help with - Software caused connection abort: socket write e

2004-09-28 Thread dkuehner
Im getting a lot of errors as below. Does anyone know what this is all about? my environment is jboss-3.0.4_tomcat-4.1.12 j2sdkee1.3.1 j2sdk1.4.1_01 jakarta-struts-1.1-b2 oracle 8 2004-09-14 18:59:33,197 ERROR [org.jboss.web.localhost.Engine] StandardWrapperValve[default]: Servlet.service() fo

[JBoss-user] [HTTPD, Servlets & JSP] - Read timed out happening often

2004-09-28 Thread dkuehner
i'm getting a lot of messages as below. Does anyone know what this is all about? my environment is jboss-3.0.4_tomcat-4.1.12 j2sdkee1.3.1 j2sdk1.4.1_01 jakarta-struts-1.1-b2 oracle 8 2004-09-27 07:57:04,131 ERROR [org.jboss.web.localhost.Engine] HttpProcessor[80][16] process.invoke java.lang.R

[JBoss-user] [HTTPD, Servlets & JSP] - help with "MAPPING configuration error for request URI"

2004-09-28 Thread dkuehner
I have a problem with a client (observant people will notice several of these messages from me this morning - just had a meltdown at a client site yesterday) The problem is that I am getting a lot of random messages as follows: INFO [org.jboss.web.localhost.Engine] StandardHost[localhost]: MAPP

[JBoss-user] [HTTPD, Servlets & JSP] - help with out of memory errors

2004-09-28 Thread dkuehner
I have a client who is having a lot of out of memory errors. This is happening when they try to access a page with a lot of data. The database select brings back about 30 megs of data and puts it into a beancollection that contains about 5000 beans (each of which contains beancollections of an

[JBoss-user] [Security & JAAS/JBoss] - single sign on with non jboss portal

2004-07-14 Thread dkuehner
Hi I have an application that uses jboss/tomcat app/web server. I want to be able to deploy this inside other portal applications. Now it gets complicated because I don't have control over the other portals. I have several clients and they have implemented different login / security mechanis