I'm using module package names, and I can't seem to get them to work for the interface attribute of a service-point. Should they work?
For instance I use package="com.foo" and interface="bar.MyClass" This seems to work fine when constructing an instance in a builder, but not for the interface. The interface does work when I don't use partial package names, like the following: package="com.foo.bar" interface="MyClass" Richard --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
