Doesn't seem to be the case, my ejb tags are getting picked up as well.....
here is my error....

does anyone else have any ideas?

gen.ejb:
[ejbdoclet] Generating EJB deployment descriptor (ejb-jar.xml).
[ejbdoclet] Generating weblogic-ejb-jar.xml.
[ejbdoclet] Generating Local Home interface for
'com.fsb.module.loanservices.predatorylending.ejb.PCIFacadeBean'.
[ejbdoclet] Generating Local interface for
'com.fsb.module.loanservices.predatorylending.ejb.PCIFacadeBean'.
[ejbdoclet] Generating Session class for
'com.fsb.module.loanservices.predatorylending.ejb.PCIFacadeBean'.
[ejbdoclet] java.lang.NullPointerException
[ejbdoclet]     at
xdoclet.modules.apache.axis.ejb.AxisDeploySubTask.engineStarted(AxisDeploySubTask.java:103)
[ejbdoclet]     at
xdoclet.TemplateSubTask.startEngine(TemplateSubTask.java:556)
[ejbdoclet]     at
xdoclet.TemplateSubTask.startProcessForAll(TemplateSubTask.java:617)
[ejbdoclet]     at
xdoclet.TemplateSubTask.startProcess(TemplateSubTask.java:598)
[ejbdoclet]     at xdoclet.XmlSubTask.startProcess(XmlSubTask.java:201)
[ejbdoclet]     at
xdoclet.TemplateSubTask.execute(TemplateSubTask.java:487)
[ejbdoclet]     at xdoclet.XDocletMain.start(XDocletMain.java:48)
[ejbdoclet]     at xdoclet.DocletTask.start(DocletTask.java:468)
[ejbdoclet]     at xjavadoc.ant.XJavadocTask.execute(XJavadocTask.java:105)
[ejbdoclet]     at
org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
[ejbdoclet]     at org.apache.tools.ant.Task.perform(Task.java:364)
[ejbdoclet]     at org.apache.tools.ant.Target.execute(Target.java:341)
[ejbdoclet]     at
org.apache.tools.ant.Target.performTasks(Target.java:369)
[ejbdoclet]     at
org.apache.tools.ant.Project.executeTarget(Project.java:1214)
[ejbdoclet]     at
org.apache.tools.ant.Project.executeTargets(Project.java:1062)
[ejbdoclet]     at org.apache.tools.ant.Main.runBuild(Main.java:673)
[ejbdoclet]     at org.apache.tools.ant.Main.startAnt(Main.java:188)
[ejbdoclet]     at
org.apache.tools.ant.launch.Launcher.run(Launcher.java:196)
[ejbdoclet]     at
org.apache.tools.ant.launch.Launcher.main(Launcher.java:55)

BUILD FAILED
C:\eclipse\workspace\Mortrac\build.xml:184: Unexpected error


Xdoclet snipit;
 * @ejb.bean name="PCIFacade" type="Stateless" view-type="local"
 *
local-jndi-name="com.fsb.module.loanservices.predatorylending.ejb.PCIFacadeHome"
 * @ejb.interface
local-class="com.fsb.module.loanservices.predatorylending.ejb.PCIFacade"
 * @ejb.home
local-class="com.fsb.module.loanservices.predatorylending.ejb.PCIFacadeHome"
 * @ejb.transaction type="Required"
 * @weblogic.enable-call-by-reference True
 * @axis.service name="PCIFacade" provider="java:EJB" scope="Application"

Michael Medwith
Flagstar Bank
Mortrac 4 - Development Team
248.312.5959


                                                                           
             Adrian Perez                                                  
             Jorge                                                         
             <[EMAIL PROTECTED]                                          To 
             >                         [email protected]             
                                                                        cc 
             03/09/2005 01:43                                              
             PM                                                    Subject 
                                       Re: Axis Xdoclet Error              
                                                                           
             Please respond to                                             
             [EMAIL PROTECTED]                                             
                  he.org                                                   
                                                                           
                                                                           




Hi Michael,

  Please, check out your documentation comment for the class starts with
"/**" and not with just "/*".  It is a common mistake and maybe that's
why xdoclet can't find axis:service tag (the cause of
NullPointerException, I believe).

  Cheers,

Adrian P.J.




This e-mail may contain data that is confidential, proprietary or "non-public
personal information," as that term is defined in the Gramm-Leach-Bliley Act
(collectively, "Confidential Information"). The Confidential Information is
disclosed conditioned upon your agreement that you will treat it
confidentially and in accordance with applicable law, ensure that such data
isn't used or disclosed except for the limited purpose for which it's being
provided and will notify and cooperate with us regarding any requested or
unauthorized disclosure or use of any Confidential Information. By accepting
and reviewing the Confidential Information you agree to indemnify us against
any losses or expenses, including attorney's fees that we may incur as a
result of any unauthorized use or disclosure of this data due to your acts or
omissions. If a party other than the intended recipient receives this e-mail,
you are requested to instantly notify us of the erroneous delivery and return
to us all data so delivered.

Reply via email to