On Wednesday 14 January 2004 17:03, korosh afshar wrote:
> What am I doing wrong? I know I am still somewhat vague about the
> composite block and component declrations.

The BlockX would need to declare the Block1's interface classes as a resource, 
because otherwise those classes will not be "visible for loading" to classes 
loaded by the BlockX classloader.

Now, what is "interface classes";

1. All the interfaces used to expose the service.
2. All value object classes used in method arguments and return values.
3. All exception classes.

If you have not done SoII (Separation of Interface and Implementation) now is 
a good time to think "Ahhhh... this is clever!".


I hope this clarifies some...

Niclas

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to