None of the documentation included with jonas 2.2.4 seems to mention
how to use EJBs packaged in an EJB 1.1 ejb-jar file. Instead, the usage
for the `jonas.beans.descriptors' property is always shown to have a
comma-separated list of EJB1.1 deployment descriptors.
This is easily remedied. I burned an hour trying to figure it out, but,
thanks to the source, it was *only* an hour. ;^)
--
Mark R. Lindsey, [EMAIL PROTECTED], +1-229-241-7378x200
diff -Naur JONAS/doc/Deployer.html JONAS-new_docs/doc/Deployer.html
--- JONAS/doc/Deployer.html Wed Dec 20 11:02:33 2000
+++ JONAS-new_docs/doc/Deployer.html Wed Jan 10 20:51:30 2001
@@ -64,6 +64,8 @@
in the same way as in the previous example.</li>
<li>Run <b><tt>GenIC</tt></b> generation tool (classes generated by GenIC must
be seen via
the CLASSPATH environment variable).</li>
+ <li>Make sure the property <tt>jonas.beans.descriptors</tt> is set to
+<tt>ex-eb.jar</tt>
+ in the <i>jonas.properties</i> file.</li>
</ul>
</body>
diff -Naur JONAS/doc/Program.html JONAS-new_docs/doc/Program.html
--- JONAS/doc/Program.html Wed Dec 20 11:02:34 2000
+++ JONAS-new_docs/doc/Program.html Wed Jan 10 20:57:03 2001
@@ -1988,6 +1988,14 @@
jar cvf OpEB.jar sb/*.class META-INF/*.xml
</pre>
+ <p>Finally, set the property <em>jonas.beans.descriptors</em> to
+ the name of the ejb-jar file (OpEB.jar) in the <em>jonas.properties</em>
+ file:</p>
+
+ <pre>
+ jonas.beans.descriptors OpEB.jar
+ </pre>
+
<h2><a name="Configurin1">Configuring JDBC DataSources</a></h2>
<p>For both container-managed or bean-managed persistence, JOnAS makes use of
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".