<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><HTML DIR=ltr><HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"></HEAD><BODY>
<DIV><FONT face='Arial' color=#000000 size=2>Hello,</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;When I run the testsuite, I get an "ejb not 
bound" error in the org.jboss.test.aop.test.</FONT><FONT face=Arial 
color=#000000 size=2>SimpleBeanUnitTestCase. "ejb" should be&nbsp;bound 
thanks&nbsp;xdoclet, which generates the necessary ejb-jar.xml. This is the way 
it was done in JBAS4. What about JBAS5?<BR>In 
org.jboss.test.aop.simpleejb.SimpleBean.java there are still tags which allow to 
generate the ejb-jar.xml file, but XDoclet isn't enabled. Is XDoclet history? 
How should this file be generated? maybe "no xml files" strategy thanks ejb3.0 
annotations? or should this file be generated manually?</FONT></DIV>
<DIV><FONT face=Arial color=#000000 size=2>My temporary solution for the 
SimpleBeanUnitTestCase test is as follows:<BR>a) Copy two xml files (attached to 
this e-mail) to jboss-head\testsuite\src\resources\aop\simpleejb\META-INF<BR>b) 
add two lines in 
jboss-head\testsuite\imports\sections\aop.xml<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;jar destfile="${build.lib}/simpleejb.sar"&gt;<BR>.<BR>.<BR>.</FONT></DIV>
<DIV><FONT face=Arial color=#000000 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;fileset 
dir="${build.resources}/aop/simpleejb"&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;include name="META-INF/jboss-service.xml"/&gt;<BR>&lt;!-- new lines 
--&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;include 
name="META-INF/jboss.xml"/&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;include name="META-INF/ejb-jar.xml"/&gt;<BR>&lt;!-- new lines end 
--&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
&lt;/fileset&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/jar&gt;</FONT><FONT 
face=Arial color=#000000 size=2></DIV>
<DIV><BR>Regards,<BR>&nbsp;Jaroslaw.</FONT></DIV></BODY></HTML>