Hi
 
i would like to deploy my application with Orion and i tried to  use the orion-tag for generating the orion-ejb-jar.xml file, so this is my entry in the ANT build-file for do this:
 
 <orion destdir="${ejb.gen.dir}/META-INF" />
 
but when i try to ececute ANT i get the following error:
 
[ejbdoclet] Running <orion/>
[ejbdoclet] 0 [main] ERROR TemplateEngine.invokeMethod  - Invoking method failed: xdoclet.tagshandler.MergeTagsHandler.merge, line=3 of template file: file:/D:/Development/qz/qz-ejb/xdoclet/modules/orion/ejb/resources/orion-cmp-mapping.xdt
[ejbdoclet] java.lang.reflect.InvocationTargetException:
[ejbdoclet] java.lang.StackOverflowError
[ejbdoclet]  at java.lang.Class.getMethod(Class.java:882)
[ejbdoclet]  at org.apache.commons.logging.LogFactory.getContextClassLoader(LogFactory.java:456)
 
can somebody help me resolving this problem ???
 
thanks

Reply via email to