PDA

View Full Version : Spring Services (Remoting)


oz_ko
10-25-2006, 04:48 AM
Hi all,

I downloaded the nightly build of spring 1.1 for the Services and Remoting features. In the example application (Calculator) the services parser is
Spring.Services. ServicesConfigParser which doesn’t exist in the nightly builds.

I've also had a look at the CVS repository but it doesn't seem to exist yet?

Any idea on when it will be available?

Also, does anyone know the current state of Remoting? ie is it ready for production use or still experimental?

I'm currently trying to replace ServicesConfigParser with RemotingParser so I'll let anyone interested know how it goes.

Thanks
Oz

oz_ko
10-25-2006, 06:18 AM
I replaced ServicesConfigParser with

<parser namespace="http://www.springframework.net/remoting"
type="Spring.Remoting.RemotingConfigParser, Spring.Services"
schemaLocation="assembly://Spring.Services/Spring.Remoting/spring-remoting.xsd" />


All seems ok now
Oz

Bruno Baia
10-26-2006, 12:05 AM
Hi,

That's it !
I fixed this 2/3 days ago, but we got some pb with our continuous integration server.
A new nightly build (http://www.springframework.net/downloads/nightly/) (Spring.NET-20061024-2206.zip) with the fix is avalaible now.


- Bruno