Hi all,

I am learning how to use Xdoclet with EJB.  I wrote a
simple sessionless bean without any package.  But the
remote interface was generated with a empty package
name like this: package ;.  And the deployment
descriptor has a package structure too:
         <home>.HelloBeanHome</home>
         <remote>.HelloBean</remote>

Do you know how to get rid of the package in the
generated interfaces?  I put
'prefixWithPackageStructure=false' in the build file
already.

<homeinterface destDir="${base.dir}" 
                prefixWithPackageStructure="false"/>
<remoteinterface destDir="${base.dir}" 
                prefixWithPackageStructure="false"/>
<deploymentdescriptor validateXML="true"
                prefixWithPackageStructure="false"      
destDir="${base.dir}\META-INF"/>


Thanks,
Katelyn


__________________________________
Do you Yahoo!?
Yahoo! Hotjobs: Enter the "Signing Bonus" Sweepstakes
http://hotjobs.sweepstakes.yahoo.com/signingbonus


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to