Skip to Content.
Sympa Menu

notify-dpml - r1265 - trunk/main/station/server/src/main/net/dpml/station/server

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell at BerliOS <mcconnell AT mail.berlios.de>
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: r1265 - trunk/main/station/server/src/main/net/dpml/station/server
  • Date: Fri, 24 Mar 2006 19:46:31 +0100

Author: mcconnell
Date: 2006-03-24 19:46:27 +0100 (Fri, 24 Mar 2006)
New Revision: 1265

Modified:

trunk/main/station/server/src/main/net/dpml/station/server/RemoteApplication.java
Log:
markup issue related to log message aggregation

Modified:
trunk/main/station/server/src/main/net/dpml/station/server/RemoteApplication.java
===================================================================
---
trunk/main/station/server/src/main/net/dpml/station/server/RemoteApplication.java
2006-03-24 08:15:19 UTC (rev 1264)
+++
trunk/main/station/server/src/main/net/dpml/station/server/RemoteApplication.java
2006-03-24 18:46:27 UTC (rev 1265)
@@ -329,10 +329,19 @@
Properties properties = m_descriptor.getSystemProperties();
properties.setProperty( "dpml.subprocess", "true" );
properties.setProperty( "dpml.station.partition", "depot.station." +
m_id );
+
+ //
+ // BIG ISSUE: if the following is enabled we hit errors that seem to
be
+ // related to the fact the the logging handler is using logging (via
+ // RMI before the log handler is established. In effect we need to
rethink
+ // the general model for log message aggregation.
+ //
//if( "true".equals( System.getProperty( "dpml.debug" ) ) )
//{
// properties.setProperty( "dpml.debug", "true" );
//}
+ //
+
if( null == properties.getProperty( "java.util.logging.config.class"
) )
{
properties.setProperty(




  • r1265 - trunk/main/station/server/src/main/net/dpml/station/server, mcconnell at BerliOS, 03/24/2006

Archive powered by MHonArc 2.6.24.

Top of Page