Hello,
I would guess that there is something like
<? xml...
instead of <?xml (no space) at line 1. The old version was a bit slack on the
xml. This new version will help you find config-errors much easier (by reporting
them sooner).
To fix things like this you can usually start orion with the follwing line:
java -Dxml.validate=true -Dxml.rewrite=true -jar orion.jar
That will give the server the right to change the xml files to a correct syntax.
Regards,
Karl Avedal
Mike Fontenot wrote:
> The last version to work with my app was orion 9.1q. When I first started
> using 9.1q I get the following error when trying to communicate with a EJB
> from a client:
>
> Communication error: ejb-ref-type tag is missing from ejb-ref tag
> 'ProductCatalogEJBApplicationS
> tartupBean'
>
> Adding a line in the application-client.xml like:
> <ejb-ref-type>Session</ejb-ref-type> for all
> my current beans fixed this.
>
> Now, using 9.2 I get this error when starting the server:
>
> Error loading package at file:/F:/PolygonJava/, Error parsing
> META-INF/ejb-jar.xml in F:\Polygon
> Java: Fatal error at line 1 offset 3: Processing instruction name expected.