<<the first looks like you use non-7bit-ascii characters and didn't
declare the correct encoding in your xml (just a guess).>>
I don't think that's it. Here is the dd:
<?xml version="1.0"?>
<!DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise
JavaBeans 1.1//EN" "http://java.sun.com/j2ee/dtds/ejb-jar_1_1.dtd">
<ejb-jar>
<enterprise-beans>
<session>
<ejb-name>ejb/Math</ejb-name>
<home>math.MathHome</home>
<remote>math.Math</remote>
<ejb-class>math.MathBean</ejb-class>
<session-type>Stateless</session-type>
<transaction-type>Container</transaction-type>
</session>
</enterprise-beans>
</ejb-jar>
Any ideas? I'm stumped!
Dave Ford
Smart Soft - The Java Training Company
http://www.SmartSoftTraining.com