<!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> 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 bound
thanks 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>
<jar destfile="${build.lib}/simpleejb.sar"><BR>.<BR>.<BR>.</FONT></DIV>
<DIV><FONT face=Arial color=#000000
size=2> <fileset
dir="${build.resources}/aop/simpleejb"><BR>
<include name="META-INF/jboss-service.xml"/><BR><!-- new lines
--><BR>
<include
name="META-INF/jboss.xml"/><BR>
<include name="META-INF/ejb-jar.xml"/><BR><!-- new lines end
-->
<BR>
</fileset><BR> </jar></FONT><FONT
face=Arial color=#000000 size=2></DIV>
<DIV><BR>Regards,<BR> Jaroslaw.</FONT></DIV></BODY></HTML>