Thanks.  I ended up figuring that out about 2 minutes
before getting your email... Sorry for the lame
question.


--- ozeebee <[EMAIL PROTECTED]> wrote:

> 
> Hi
> 
> Simply put the ejbspec attribute of the ejbdoclet
> element to either "2.0"
> for J2EE 1.3 or "2.1" for 1.4 :
> 
>       <ejbdoclet destdir="${xdoclet.generatedSources}"
> ejbspec="2.0">
>               <fileset dir="${basedir}/src/main/java">
>                       <include name="**/ejb/*Bean.java"/>
>               </fileset>
>               <deploymentdescriptor
> destDir="${xdoclet.generatedDD}"/>
>               <weblogic version="${weblogic.version}"
> destDir="${xdoclet.generatedDD}"
> createtables="Disabled"/>
>               <remoteinterface />
>               <homeinterface />
>               <localinterface />
>               <localhomeinterface />
>               <session destDir="${xdoclet.generatedSources}"/>
>       </ejbdoclet>
> 
> hope this helps
> Ozb.
> 
> --
> View this message in context:
>
http://www.nabble.com/Maven-%2B-J2EE-%2B-XDoclet-Question.-t1501123.html#a4071010
> Sent from the Maven - Users forum at Nabble.com.
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to