Hi,
I am new to xDoclet so there is your for warning. when running
ejbdoclet on my app I get the flowing error. The process still
finishes and generates some of the files but I am trying to find out
what this error means and don't know where to look.

this repeats several times but I can't tell what Bean this is from etc...

This app has been build with xDoclet (through eclipse) before, by
others, and is in production. So I believe that the tags in the source
are fine but trying to get this stuff out of various IDE specific
methods of using xdoclet and into an ant file directly. (the previous
developers never made an ant file to build the app or xdoclet they
just exported ear project)


[ejbdoclet] 10:15:08,284 ERROR [findGetterMethod] Method getVerbose not found.
[ejbdoclet] 10:15:08,284 ERROR [findGetterMethod] Method getForce not found.
[ejbdoclet] 10:15:08,284 ERROR [findGetterMethod] Method
getPackageNames not found.
[ejbdoclet] 10:15:08,284 ERROR [findGetterMethod] Method
isPackageNames not found.
[ejbdoclet] 10:15:08,284 ERROR
[fillConfigParamsHashMapUsingReflectionFor] Getter method not found.
[ejbdoclet] 10:15:08,284 ERROR [findGetterMethod] Method
getExcludePackageNames not found.
[ejbdoclet] 10:15:08,300 ERROR [findGetterMethod] Method
isExcludePackageNames not found.
[ejbdoclet] 10:15:08,300 ERROR
[fillConfigParamsHashMapUsingReflectionFor] Getter method not found.
[ejbdoclet] 10:15:08,300 ERROR [findGetterMethod] Method
getIgnoredtags not found.
[ejbdoclet] 10:15:08,300 ERROR [findGetterMethod] Method isIgnoredtags
not found.
[ejbdoclet] 10:15:08,300 ERROR
[fillConfigParamsHashMapUsingReflectionFor] Getter method not found.
[ejbdoclet] 10:15:08,300 ERROR [findGetterMethod] Method
getDocencoding not found.
[ejbdoclet] 10:15:08,300 ERROR [findGetterMethod] Method isDocencoding
not found.
[ejbdoclet] 10:15:08,300 ERROR
[fillConfigParamsHashMapUsingReflectionFor] Getter method not found.
[ejbdoclet] 10:15:08,300 ERROR [findGetterMethod] Method getEncoding not found.
[ejbdoclet] 10:15:08,300 ERROR [findGetterMethod] Method isEncoding not found.
[ejbdoclet] 10:15:08,300 ERROR
[fillConfigParamsHashMapUsingReflectionFor] Getter method not found.
[ejbdoclet] 10:15:08,300 ERROR [findGetterMethod] Method getValidating
not found.
[ejbdoclet] 10:15:08,300 ERROR [findGetterMethod] Method isValidating not found.
[ejbdoclet] 10:15:08,300 ERROR
[fillConfigParamsHashMapUsingReflectionFor] Getter method not found.
[ejbdoclet] 10:15:08,316 ERROR [findGetterMethod] Method getPattern not found.
[ejbdoclet] 10:15:08,316 ERROR [findGetterMethod] Method isPattern not found.
[ejbdoclet] 10:15:08,316 ERROR
[fillConfigParamsHashMapUsingReflectionFor] Getter method not found.
[ejbdoclet] 10:15:08,316 ERROR [findGetterMethod] Method
getPackageSubstitutionInheritanceSupported not found.
[ejbdoclet] 10:15:08,316 ERROR [findGetterMethod] Method
getPrefixWithPackageStructure not found.
[ejbdoclet] 10:15:08,316 ERROR
[fillConfigParamsHashMapUsingReflectionFor] InvocationTargetException
[ejbdoclet] java.lang.reflect.InvocationTargetException
[ejbdoclet]     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[ejbdoclet]     at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[ejbdoclet]     at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[ejbdoclet]     at java.lang.reflect.Method.invoke(Method.java:597)
[ejbdoclet]     at
xdoclet.ConfigParamIntrospector.fillConfigParamsHashMapUsingReflectionFor(ConfigParamIntrospector.java:187)
[ejbdoclet]     at
xdoclet.ConfigParamIntrospector.fillConfigParamsFor(ConfigParamIntrospector.java:113)
[ejbdoclet]     at xdoclet.DocletTask.getConfigParams(DocletTask.java:449)
[ejbdoclet]     at xdoclet.DocletTask.createContext(DocletTask.java:622)
[ejbdoclet]     at xdoclet.DocletTask.validateSubTasks(DocletTask.java:524)
[ejbdoclet]     at xdoclet.DocletTask.validateOptions(DocletTask.java:498)
[ejbdoclet]     at
xdoclet.modules.ejb.EjbDocletTask.validateOptions(EjbDocletTask.java:81)
[ejbdoclet]     at xjavadoc.ant.XJavadocTask.execute(XJavadocTask.java:89)
[ejbdoclet]     at
org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
[ejbdoclet]     at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
[ejbdoclet]     at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[ejbdoclet]     at java.lang.reflect.Method.invoke(Method.java:597)
[ejbdoclet]     at
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
[ejbdoclet]     at org.apache.tools.ant.Task.perform(Task.java:348)
[ejbdoclet]     at org.apache.tools.ant.Target.execute(Target.java:357)
[ejbdoclet]     at org.apache.tools.ant.Target.performTasks(Target.java:385)
[ejbdoclet]     at
org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
[ejbdoclet]     at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
[ejbdoclet]     at
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
[ejbdoclet]     at 
org.apache.tools.ant.Project.executeTargets(Project.java:1189)
[ejbdoclet]     at org.apache.tools.ant.Main.runBuild(Main.java:758)
[ejbdoclet]     at org.apache.tools.ant.Main.startAnt(Main.java:217)
[ejbdoclet]     at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
[ejbdoclet]     at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
[ejbdoclet] Caused by: java.lang.IllegalStateException: Engine is null?!
[ejbdoclet]     at xdoclet.TemplateSubTask.getEngine(TemplateSubTask.java:173)
[ejbdoclet]     ... 28 more

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
xdoclet-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to