At 18:15 07.11.00 , you wrote:
><<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:

could it be that you have some kind of invisible control character in 
there? usually this results in weird failure modes. other than that i have 
no clue what it could be.

robert

><?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
>

(-) Robert Krüger
(-) SIGNAL 7 Gesellschaft für Informationstechnologie mbH
(-) Brüder-Knauß-Str. 79 - 64285 Darmstadt,
(-) Tel: 06151 665401, Fax: 06151 665373
(-) [EMAIL PROTECTED], www.signal7.de


Reply via email to