|
From: <pe...@us...> - 2003-10-27 23:49:01
|
Update of /cvsroot/neuclear/neuclear-bet
In directory sc8-pr-cvs1:/tmp/cvs-serv20480
Modified Files:
project.xml
Log Message:
Configuration should now work again. There current snapshots of NanoContainer are changing to rapidly and do not seem to
have a working XMLRegistration system. So I have created a snapshot of NanoContainer from before they started doing major changes.
If you use the Configuration class directly, the interface has changed to a getComponent which takes the class as well as a context name.
This context name is the name minus the (.xml) extension of the configuration file. eg context "neuclear-pay" loads the configuration
from "neuclear-pay.xml" using the class loader.
Working on getting PaymentReceiverTest working. To do that we need somesort of Signing Pico Component. I have taken the old
SignerStore interface and redesigned it a bit. Now you pass it the name that needs to sign it and a byte array. It then returns the
signed version. This allows all matters of different models and we dont need to worry about PrivateKeys floating around.
Index: project.xml
===================================================================
RCS file: /cvsroot/neuclear/neuclear-bet/project.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** project.xml 25 Oct 2003 00:38:20 -0000 1.4
--- project.xml 27 Oct 2003 23:48:17 -0000 1.5
***************
*** 87,95 ****
<dependency>
<id>picocontainer</id>
! <version>1.0-beta-2</version>
</dependency>
<dependency>
<id>nanocontainer</id>
! <version>1.0-alpha-1-SNAPSHOT</version>
</dependency>
<dependency>
--- 87,95 ----
<dependency>
<id>picocontainer</id>
! <version>1.0-beta-1</version>
</dependency>
<dependency>
<id>nanocontainer</id>
! <version>1.0-alpha-PRESPLIT-1</version>
</dependency>
<dependency>
|