[JBoss-user] [JBoss Portal] - Re: Server Log

2006-04-19 Thread ScottDawson
The message comes from Hibernate code - the 
org.hibernate.jdbc.ConnectionManager class.  I'm running Portal 2.2.1RC3 with 
JBoss AS 4.0.4RC1 and it's become a DEBUG-level message, not INFO.

There's a post about this on the Hibernate forum but it's not very informative:
http://forums.hibernate.org/viewtopic.php?t=943262view=previoussid=67e6877b1bc0acc5710fe63ccd57f53b

I wonder if the message indicates a minor Hibernate configuration problem.

Regards,
Scott Dawson
Unisys


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3938168#3938168

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3938168


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Server Log

2006-04-19 Thread ScottDawson
Here's the Hibernate code (release 3.1.2) from 
org.hibernate.jdbc.ConnectionManager.  It looks like maybe the message is just 
informational because the aggressiveRelease method closes the JDBC Connection.


  | /**
  |  * To be called after execution of each JDBC statement.  Used to
  |  * conditionally release the JDBC connection aggressively if
  |  * the configured release mode indicates.
  |  */
  | public void afterStatement() {
  | if ( isAggressiveRelease() ) {
  | if ( batcher.hasOpenResources() ) {
  | log.debug( skipping aggresive-release due to open 
resources on batcher );
  | }
  | else if ( borrowedConnection != null ) {
  | log.debug( skipping aggresive-release due to borrowed 
connection );
  | }
  | else {
  | aggressiveRelease();
  | }
  | }
  | }
  | 

Regards,
Scott Dawson
Unisys


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3938180#3938180

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3938180


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Server Log

2006-04-18 Thread perfectionist
I am starting to see the same behavior on my application.  I am running 
4.0.3SP1.  I was hoping someone would have replied to your message since it 
would save me some time trying to figure out what is going on and if it is 
something I need to be concerned about.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3937989#3937989

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3937989


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Server Log

2006-04-18 Thread conkan
I do not think that your question is a JBoss Portal question. I think it is a 
JBoss Application Server (AS) question. Therefore, see JBoss AS forum.

The server has always given warnings and info statements when it starts. If you 
get no errors, then you are in good condition. If you are so concerned about 
JBoss AS server performance when it is running the JBoss Portal, then see the 
JBoss AS wiki pages and JBoss AS documents.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3937992#3937992

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3937992


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=110944bid=241720dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user