Re: how to use servlet-mapping

2000-11-27 Thread Claudio Miranda
the url-pattern tag dictates the browser vision of your resources, look at the correct code below. -- Claudio Miranda ___ SUN Certified Programmer for JAVA 2 Edmund Cheung wrote: Hi, If I have more than one servlet defined in the web.xml file, how

Re: JNDI to EJB

2000-11-17 Thread Claudio Miranda
"Lee, Se Hee" wrote: I've compiled and jar it the ejb-jar.xml in the META-INF. Then, I jar it up with the application.xml and create the ear file. I also modified the server.xml and etc as noted in the orion primer sample. When orion server starts, it picks up the ejb and deploys it w/o

Re: Turning off Auto-create Tables

2000-11-17 Thread Claudio Miranda
or point it at the right DB? to turn off creating table in deployment, open ORION_HOME/config/application.xml, add the attribute on orion-application tag, as is orion-application autocreate-tables="false" and go on -- Claudio Miranda SUN Certified Programmer for JAVA 2 b

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

2000-11-17 Thread Claudio Miranda
rise-beans -- Claudio Miranda SUN Certified Programmer for JAVA 2 begin:vcard n:Miranda;Claudio x-mozilla-html:FALSE org:EverSystems;Research Developmet - Internet New Tech adr:;;;Sao Paulo;SP;;Brazil version:2.1 email;internet:[EMAIL PROTECTED] title:SUN Certified Programmer for JAVA 2 fn:Claud

Re: orion server works with jdk 1.3???

2000-11-14 Thread Claudio Miranda
Goto registry, HKEY_LOCAL_MACHINE/Software/Javasoft/{JavaDevelopmentKit, JavaRuntimeEnvironment}, choice and change. Claudio Miranda Robert Krueger wrote: At 09:16 14.11.00 , you wrote: hi, I used to work with orion server with jdk 1.2.2. Recently I installed jdk 1.3

RMI Client in web-app

2000-11-13 Thread Claudio Miranda
se to list. very thanks 4 all Claudio Miranda

Re: Classpath : Orion On Linux

2000-09-28 Thread Claudio Miranda
What exactly do you want to do?, loading forName method. Claudio Mr Shailesh Joshi wrote: Hi All I have installed Orion 1.3.8 on Linux server. I have deployed beans and running clients successfully. The problem is the server can't get the Driver in Class.forName(" ");

Putting Orion to work just with a .ear

2000-09-28 Thread Claudio Miranda
, but don't want orion to explode then. Would you suggest? very thanks 4 all; Claudio Miranda

Re: Simple steps to deploy a stateless session Bean.

2000-09-22 Thread Claudio Miranda
You can follow the steps in orion-primer [www.jollem.com] very useful Claudio Miranda Harley Rana wrote: Hi i am having alot of trouble just deploying anything. I would really appreciate if someone could give the step by step way to deploy a sime stateless session bean. note i

Re: container transactions not working...

2000-09-22 Thread Claudio Miranda
bc/myXADS" / ^^ ^^ your hardcoded nameyour jndi-name as in data-sources.xml as specified in ejb-jar.xml and for your transactions, do all the transactions running in the same transaction (examples can be found in j2ee dev guide from sun) hope this help. Claudio Miranda

Re: cloudscape database

2000-09-20 Thread Claudio Miranda
Nirav Dani wrote: hi, I am using cloudscape database, where do i need to change/mention about it instead of HSQL default? You just need to put the jdbc driver in $ORION_HOME/lib, and change the $ORION_HOME/config/data-sources.xml. Claudio Miranda

Re: Reloading servlets, XSLT, AS/400 ?

2000-09-20 Thread Claudio Miranda
Robert Krueger wrote: At 10:59 20.09.00 , you wrote: 3. Has anyone tried to run Orion on AS/400 ? no idea I think that whenever exists a jvm required by a product (this case Orion) this platform will support this product. I don't known if as/400 has a jvm required by

Changing data outside orion doesn't reflect in orion calls.

2000-09-18 Thread Claudio Miranda
(outside of orion), this changes doesn't reflects in entity beans, only when I restart orio, the changes is OK in beans. I anyone knows about this, any information will be very usefull. very thanks 4 all Claudio Miranda