jms behavior

2000-10-02 Thread Luis M Bernardo
hello, I've had some trouble understanding how the orion implementation of jms works. first of all, and as some other people pointed out, we cannot specify a topic connection factory in the jms.xml file but instead we have to rely on the default one (named I think theTopicConnectionFactory,

jsp.reuse.tags

2000-10-02 Thread Luis M Bernardo
hello, can someone explain what's wrong with the pet store taglibs that we need to use the switch -Djsp.reuse.tags=false when running the orion port of that demo. thanx. luis

Re: jsp.reuse.tags

2000-10-03 Thread Luis M Bernardo
RI it worked fine, but it did not work in containers doing this optimization. For this reason we provided a property for Orion to turn off the tag instance reuse optimization. Regards, Karl Avedal Luis M Bernardo wrote: hello, can someone explain what's wrong with the pet store t

Re: jsp.reuse.tags

2000-10-03 Thread Luis M Bernardo
That's my turn to follow up too. I tried what I described and it didn't work... Luis On Tue, 3 Oct 2000, Luis M Bernardo wrote: OK, I think I understand what's going on. I don't know whether you are familiar with the java pet store taglibs, but they are only used in two files

RE: New 2 Orion.

2000-10-09 Thread Luis M Bernardo
On Sat, 7 Oct 2000, Nathan Phelps wrote: 1.) You can cleanly shut Orion down using the following command: java -jar admin.jar ormi://yourservername admin youradminpw -shutdown Or, you can use the Orion console by right-clicking on the Server and choosing Shutdown from the Context-sensitive

RE: The New Java Pet Store

2000-10-17 Thread Luis M Bernardo
it's -Djsp.reuse.tags=false maybe that's what you meant On Mon, 16 Oct 2000, Ray Harrison wrote: I thought so too, but -Djsp.tags.reuse=false produces the same error. --- Mike Cannon-Brookes [EMAIL PROTECTED] wrote: I'm thinking it's probably the same bug as in the first pet store,

Re: EJB-EJB relationship example

2000-10-17 Thread Luis M Bernardo
I don't remember whether the atm example uses jms but orion comes with jms. comment out the jms entry in the server.xml file. On Mon, 16 Oct 2000, Truong Di Ly wrote: Hi, has someone a short example with EJB2 which use EJB-EJB relationship. The atm example doesn't run because i don't have

calling native code from ejb

2000-10-25 Thread Luis M Bernardo
hello, I have no experience calling native code from java applications but I managed to write my first stateless seesion bean that uses a java class that calls native methods. when use a client to invoke a method in the bean I get the following error: C:\orionjava

RE: calling native code from ejb

2000-10-26 Thread Luis M Bernardo
y..I don't know much else about it. -Original Message- From: Luis M Bernardo [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 25, 2000 2:56 PM To: Orion-Interest Subject: calling native code from ejb hello, I have no experience calling native code