Skip to Content.
Sympa Menu

notify-dpml - svn commit: r1302 - development/main/magic/bootstrap/src/main/net/dpml/magic/bootstrap

notify-dpml AT lists.ibiblio.org

Subject: DPML Notify

List archive

Chronological Thread  
  • From: mcconnell AT netcompartner.com
  • To: notify-dpml AT lists.ibiblio.org
  • Subject: svn commit: r1302 - development/main/magic/bootstrap/src/main/net/dpml/magic/bootstrap
  • Date: Mon, 27 Dec 2004 00:44:46 +0100

Author: mcconnell
Date: Mon Dec 27 00:44:46 2004
New Revision: 1302

Modified:

development/main/magic/bootstrap/src/main/net/dpml/magic/bootstrap/TransitComponentHelper.java
Log:
bring the parent test in earlier

Modified:
development/main/magic/bootstrap/src/main/net/dpml/magic/bootstrap/TransitComponentHelper.java
==============================================================================
---
development/main/magic/bootstrap/src/main/net/dpml/magic/bootstrap/TransitComponentHelper.java
(original)
+++
development/main/magic/bootstrap/src/main/net/dpml/magic/bootstrap/TransitComponentHelper.java
Mon Dec 27 00:44:46 2004
@@ -200,6 +200,21 @@
return object;
}

+ if( null != m_parent )
+ {
+ object = m_parent.createComponent( name );
+ if( null != object )
+ {
+ return object;
+ }
+ }
+
+ //
+ // from here we need to validate - code has been worked over more
than a
+ // few time ans I would not recommend it for flight control scenarios
+ // just yet
+ //
+
int k = name.lastIndexOf( ":" );
if( k > 0 )
{



  • svn commit: r1302 - development/main/magic/bootstrap/src/main/net/dpml/magic/bootstrap, mcconnell, 12/26/2004

Archive powered by MHonArc 2.6.24.

Top of Page