Re: Where is Orion's copy of ejb-jar dtd?

2000-12-04 Thread Yves Bossel
I got it work :) The short hint: check that every method you invoke exists and your JSP syntax. The long story == 1. I started using Orion and built an application that simply sniffes the user name and roles using an EJB named SecuritySniffer. 2. On deployment, I got an error

Re: Where is Orion's copy of ejb-jar dtd?

2000-11-20 Thread Rodolphe Godreul
Unfortunately, i get exactely the same error with the sample example atm.ear . All of those aplications run fine with Sun's j2ee. And the support is not responding so i'll go for an other application server. rodolphe ?xml version="1.0"? !DOCTYPE ejb-jar PUBLIC '-//Sun Microsystems,

Re: Where is Orion's copy of ejb-jar dtd?

2000-11-17 Thread Claudio Miranda
Rodolphe Godreul wrote: ?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 display-nameHelloWorld Bean jar/display-name descriptionA simple HelloWorld/description this

Re: Where is Orion's copy of ejb-jar dtd?

2000-11-15 Thread Rodolphe Godreul
Hi all ! I am just beginning to evaluate orion for our needs but i get stuck with the same error : Error loading package at file:[]/helloworld-ejb.jar, Error parsing META-INF/ejb-jar.xml in [...]/helloworld-ejb.jar: Fatal error at line 377: Character conversion error: "Unconvertible UTF-8

Re: Where is Orion's copy of ejb-jar dtd?

2000-11-08 Thread Robert Krueger
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

Re: Where is Orion's copy of ejb-jar dtd?

2000-11-08 Thread Dave Ford
I've just moved a bit closer to a solution. I found in the docs that I can specify (as a command line argumnet "which" xml parser to use: java -Dxml.parser=xerces -jar orion.jar -validateXML or java -Dxml.parser=javax.xml -jar orion.jar -validateXML Upon using the xerces parser, I got a new

Re: Where is Orion's copy of ejb-jar dtd?

2000-11-08 Thread Dave Ford
could it be that you have some kind of invisible control character in there? Thanks Rober. I don't think that's it though. I got the same error with the Orion provided "news" ejb. I think It's trying to validate against the 2.0 DTD. Dave Ford Smart Soft - The Java Training Company

Where is Orion's copy of ejb-jar dtd?

2000-11-07 Thread Dave Ford
The reason I ask is that I think it' screwed up. When I try to run an app with -validateXML turned on i get: Error loading package at file:/C:/@web/ClassNotes/EjbJmsJndi/@StudentEjbApp/, Error parsing META-INF /ejb-jar.xml in C:\@web\ClassNotes\EjbJmsJndi\@StudentEjbApp: Fatal error at line 377:

Re: Where is Orion's copy of ejb-jar dtd?

2000-11-07 Thread Robert Krueger
it's in orion.jar in the META-INF dir but it's just the official sun version as far as I know. your errors don't indicate that it's a dtd problem. the first looks like you use non-7bit-ascii characters and didn't declare the correct encoding in your xml (just a guess). robert At 08:00

Re: Where is Orion's copy of ejb-jar dtd?

2000-11-07 Thread Dave Ford
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"