Hi all, I am trying to use phoenix to bundle three apps and offer them to the external world. One is a web app, another a class to execute certain commands and both depend on the xml-xindice server. I created the app. config, assembly and environment xml files. In the com.mypackage, I have the class say Myclass and I have defined an empty interface to be configured as a service. This interface is currently not doing anything. Now, when I didn't have the interface and just defined the class as a block, phoenix reads the Myclass.xinfo file and runs. But If I add the MyInterface to it and try to define it as a service (in the Myclass.xinfo) file, phoenix says Can't find the com.myPackage.MyInterface.xinfo file and aborts. What am I missing here? Should the service definition be in some other place (not .xinfo file) I tried to have anothr .xinfo file for the Interface, but Still the same error. Can anyone help?
Thanks, Saurabh --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
