Re: Support for JCA

2002-01-03 Thread Paolo Ramasso
ciao Marc i don't know orion but using oc4 2.0 yes. ciao Paolo Marc Rabil wrote: Does Orion support the JCA (Java Connector Architecture) 1.0 spec - i.e. can I deploy a .RAR file with a resource adapter in it? As always, any help will be greatly appreciated. Marc begin:vcard

Re: SV: explicit table-names in CMP

2001-10-05 Thread Paolo Ramasso
ciao you have to set the table-name in your orion-ejb-jar.xml entity-deployment name="AccountEJB" location="AccountEJB" wrapper="AccountEJBHome_EntityHomeWrapper58" table="AccountEJB" data-source="jdbc/OracleDS"> and in orion-application.xml say autocreate-tables false ciao Paolo Patrik

Re: FW: OC4J and Oracle 9i AS product version mappings

2001-09-17 Thread Paolo Ramasso
- From: Paolo Ramasso [mailto:[EMAIL PROTECTED]] Sent: Friday, September 14, 2001 3:22 PM To: [EMAIL PROTECTED] Subject: Re: OC4J and Oracle 9i AS product version mappings THIS MESSAGE ORIGINATED ON THE INTERNET - Please read the detailed disclaimer below

Re: How to call A EJB in OC4j from other Servers

2001-09-06 Thread Paolo Ramasso
ciao i used to access a remote ejb from a servlet. put the home and remote in the -cp java option java -cp .\orion.jar;.yourhomeremote com.evermind.server.ApplicationServer code like this. the servlet: import javax.servlet.*; import javax.servlet.http.*; import java.io.*; import

Re: How to call A EJB in OC4j from other Servers

2001-09-06 Thread Paolo Ramasso
ciao you hato do code somethibg like this: import addressbook.ejb.*; import javax.ejb.*; import java.rmi.*; import javax.rmi.PortableRemoteObject; import javax.naming.*; import java.util.*; import java.net.*; public class AddressBookClient extends java.lang.Object { public

Re: OracleAQ and Orion

2001-09-05 Thread Paolo Ramasso
ciao Antonio i know for sure that oc4j integration with ojms (oracle jms) is a planned feature in 9ias v2. ciao Paolo Antonio Cruz wrote: Does anyone know how to use Oracle Advanced Queueing with Orion (OC4J)? I've try to use access a queue in Oracle AQ using AQApi.jar but when i try to

Re: Reading Properties File

2001-08-27 Thread Paolo Ramasso
ciao Karl did you check the otn.oracle.com site search keywork oc4j or bc4j i know there are some docs about using bc4j with oc4j. ciao Paolo karl ng wrote: Dear all, The following jsp demostrates the problem I encountered when properties file is accessed. When ClassLoader is used, the

Re: Orion/AIX

2001-08-23 Thread Paolo Ramasso
ciao Klaus i've a customer using with success oc4j on AIX 4.3.2 , they had to patch the ibm jdk 1.3 but raally i don't know with patch level, however it working really fine now. ciao Paolo Klaus Thiele wrote: Hello, is anybody running Orion on AIX? with/without problems ? which AIX? 4.3.x?

Re: Deploying EJBs

2001-08-14 Thread Paolo Ramasso
ciao try with orionconsole.jar java -jar orionconsole.jar you can see what you have deployed ciao Paolo Tom Jordan wrote: Is there anyway to determine that a set of EJBs that are in an ear have been deployed onto that server. I just want to know if an ear that was suppose to autodeploy has

Re: Some questions on Orion

2001-07-14 Thread Paolo Ramasso
ciao just to clarify yes it is true orion is cheaper than 9ias but oc4j (orion) is a component of our application server, we have pl/sql, perl, form (developer), tools for application integration (worlflow, trasformation and messaging), business intelligence, intelligent web cache, all these

Re: Apache and Orion

2001-07-13 Thread Paolo Ramasso
ciao yes can divide your site urls in urls needing j2ee, these are proxyed by apache to oc4j (orion) and those asking for pl/sql code passing through using mod_pl/sql to the DB for execution (pure pl/sql code generating html code) or retrieval of the page skeleton from the DB and execution/ page

Re: Distributed Transactions

2001-06-21 Thread Paolo Ramasso
hi Atul as far as i know orion is not able to manage trasactions with multiple DB or multiple containers (till version 1.5.0). ciao Paolo Setlur, Atul (MED) wrote: Hello Everyone, Does Orion support distributed transactions i.e., the ability to update multiple databases from a single method

Re: UserTransaction

2001-06-16 Thread Paolo Ramasso
hi Devid you have to prepare 3 files: 1) a .jar file containig the ejbs classes and the .xml descriptor (under Meta-inf) 2) a .war file containig your jsps, static files, and the web.xml file (under web-inf) 3) a .ear file containing the ejb .jar file the .war file and the application.xml file

basic security auth fails.

2001-06-07 Thread paolo ramasso
hi guys i was trying the Orion security Primer (site www.jollem.com) i'm quite sure to have done all the Setting up access restrictionscorrectly here is the principals.xml (included in the addressbook.ear META-INF) , the orion-application.xml file (included in the addressbook.ear META-INF) ,