I created my own resource types for my publication; CAP and CACI. The CAP resource type is composed of CACI resource types. I created a publish usecase for CAP that works and a publish usecase for CACI which works. However whenever I change the publish usecase for CAP to invoke the publish usecase for CACI, I am having problems. No error messages are being generated anywhere that I can find. However, the sitetree.xml file isn't being updated for the live area. I can see my document in the live area when I check the content directory, so the document is being copied. And the workflow is being updated. It's just the sitetree.xml that doesn't change. Does anyone know any difference from me calling the usecase from the lenya menu and using the following code:
invoker = (UsecaseInvoker) this.manager.lookup(UsecaseInvoker.ROLE); Map params = new HashMap(); invoker.invoke(caciDocument.getCanonicalWebappURL(), PUBLISH_CACI_USECASE, params); Thanks, Phillip --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
