R: Orion EJB container and SSL

2002-04-09 Thread Montebove Luciano
I don't know how to do this. It could be possible, but there isn't documentation yet. As an alternative you could use SOAP. For example with GLUE you can use SSL to connect from a Java client to your EJB. Have a look at this articles:

R: Soap with Axis ?

2002-03-19 Thread Montebove Luciano
work! Thanks for the response, Ed - Original Message - From: Montebove Luciano [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Tuesday, March 12, 2002 10:13 AM Subject: R: Soap with Axis ? Why use an alpha-3 code (axis) when you can have a fast production quality soap

R: Soap with Axis ?

2002-03-12 Thread Montebove Luciano
Why use an alpha-3 code (axis) when you can have a fast production quality soap implementation like GLUE for free? http://www.themindelectric.com/products/glue/glue.html http://www.themindelectric.com/products/glue/releases/GLUE-2.0.1/docs/glue/g uide/hosting/orion.html Don't be confused from

Problem using Oracle SDO Java API in an EJB

2001-11-22 Thread Montebove Luciano
Hi, I' m trying to use the Oracle SDO Java API in an EJB with container managed transactions without success. The problem raise with the following code: InitialContext ctx=new InitialContext(); DataSource ds=(DataSource)ctx.lookup(jdbc/sitdemo); Conn=ds.getConnection(); sdo =

RE: Orion on Linux, Follow-up Question

2001-10-11 Thread Montebove Luciano
Hi Jimbo, You can find some responses here http://www.orionsupport.com/articles/unixprocess.html Luciano -Original Message- From: Jimbo Jones [mailto:[EMAIL PROTECTED]] Sent: giovedì 11 ottobre 2001 15.34 To: Orion-Interest Subject: Orion on Linux, Follow-up Question My previous

RE: webserver proxy plugin + i/o question

2001-09-12 Thread Montebove Luciano
Hi, You can use Apache as a reverse proxy (see this article http://www.orionsupport.com/articles/apachefrontend.html on orionsupport) In the future AJP13 could be provided. Hope this help Luciano -Original Message- From: Lucio Piccoli [mailto:[EMAIL PROTECTED]] Sent: mercoledì 12

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

2001-09-07 Thread Montebove Luciano
HI Paolo, For invoking an EJB in an Orion server from a servlet/Jsp in a different Orion instance you don't need at all to code nothing (jndi properties) in your servlet/JSP. Simply: 1)You have to add your ejb server in rmi.xml of the invoker Orion. An example: server host=yourEJBHost

RE: OracleAQ and Orion

2001-09-06 Thread Montebove Luciano
I don't know Oracle Advanced Queueing, but I had a similar problem integrating SonicMQ and Orion. I solved it following the architecture described in this paper from Sonic Software http://www.sonicsoftware.com/white_papers/appserver.pdf that describe the integration of SOnicMQ and Weblogic, but

RE: IIS Orion AJP13

2001-09-06 Thread Montebove Luciano
The official response I received from K. Avedal (June 2001) about the AJP13 support: Hello, It was found to be broken and was deactivated until it's fixed. It seems the deactivation somehow didn't end up in changes.txt, sorry about that. Regards, Karl Avedal -Original Message- From:

URGENT: serious clustering bug?

2001-08-16 Thread Montebove Luciano
I'm doing some tests on the http clustering feature of Orion. Following the getting started documentation I was able to setup an island with two OC4J servers and a loadbalancer. For testing I used the SessionServlet who increase (any time you call it) an Integer variable in the HttpSession

RE: URGENT: serious clustering bug?

2001-08-16 Thread Montebove Luciano
: Montebove Luciano [mailto:[EMAIL PROTECTED]] Sent: giovedì 16 agosto 2001 10.22 To: Orion-Interest Subject: URGENT: serious clustering bug? I'm doing some tests on the http clustering feature of Orion. Following the getting started documentation I was able to setup an island with two OC4J servers

RE: SOAP interface for ejb beans

2001-07-18 Thread Montebove Luciano
If I understand your question you should give a look to GLUE. It permits to invoke a Stateless Session Bean as a web service. You can download a beta for free. http://www.themindelectric.com/products/glue/glue.html Hope this help Luciano -Original Message- From: Jon Ward

RE: Has anyone yet figured out how to use TopLink with Orion?

2001-07-17 Thread Montebove Luciano
I asked to Webgain on May and they said there is no plan to integrate with Orion (and JBoss). I evaluated the TopLink for Java but wasn't able to integrate it with Orion. If you can't use the CMP offered by Orion for any good reason (portability?) I can recommend VisualBSF from ObjectMatter. It

RE: Orion on AIX

2001-04-26 Thread Montebove Luciano
Some problems (orion doesn't respond) with AIX 4.3.3 and jdk 1.3.0 (with JIT compiler enabled). With jdk 1.2.2 works fine. Luciano -Original Message- From: denis despinoy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 25, 2001 9:01 PM To: Orion-Interest Subject: Orion on AIX

RE: JMS samples NPE

2001-02-22 Thread Montebove Luciano
JMS samples work fine for me. The only problem is the messagelogger application with 1.4.7 where a message driven bean can't receive messages from a topic (bug #260). -Original Message- From: Edoardo Comar [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 22, 2001 10:37 AM To:

RE: Accessing Orion-EJB-Server on one machine from Orion-web-server on another?

2001-01-30 Thread Montebove Luciano
What is the best way to configure two installations of Orion, on different machines, so web-server on one can access the EJB-Server on the other? Can this be done through only the configuration files? You have to add your ejb server in rmi.xml. An example: server host="yourEJBHost"

R: EJB 2.0 support in orion 1.4.5

2001-01-24 Thread Montebove Luciano
Inserted yesterday in bugzilla as bug #260 Luciano -Messaggio originale- Da: Stanislav Bernatsky [mailto:[EMAIL PROTECTED]] Inviato: mercoledÍ 24 gennaio 2001 11.03 A: Orion-Interest Oggetto: EJB 2.0 support in orion 1.4.5 Hello. It seems that MessageDrivenBeans don't work in orion

integrating orion-swiftmq howto (was R: JMS)

2001-01-23 Thread Montebove Luciano
Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Montebove Luciano Sent: Friday, January 19, 2001 3:31 AM To: Orion-Interest Cc: [EMAIL PROTECTED] Subject: R: JMS I have just started a study for integrating swiftMQ and sonicMQ with Orion. Up to now I tried only

R: JMS

2001-01-18 Thread Montebove Luciano
I have just started a study for integrating swiftMQ and sonicMQ with Orion. Up to now I tried only to send messages from servlet/JSP but both the products provide some form of bridging with other JMS servers, so this way could be possible to use Message Driven EJB. More information in a few

R: How to configure Orion to use Oracle

2001-01-17 Thread Montebove Luciano
Hi, Put your oracle jdbc driver (something like classes12_01.zip) in orion/lib Luciano -Messaggio originale- Da: Danut Prisacaru [mailto:[EMAIL PROTECTED]] Inviato: mercoled 17 gennaio 2001 16.06 A: Orion-Interest Oggetto: How to configure Orion to use Oracle I am trying to use

R: Different JMS and Orion Message Bean

2000-12-15 Thread Montebove Luciano
Hi Andrew, I am interested in this topic too. My company has choosed SonicMQ as JMS server but I can't find a direct way to call a message bean in Orion (the only way seems to be using, the SonicMQ provided, JMS bridge to make the two JMS services talk each other). If you solve the problem

R: Off topic: development tools

2000-12-11 Thread Montebove Luciano
My preferred combination of tools for Orion include: Structure Builder from WebGain (for EJB design) + Kawa Professional from Allaire(as IDE for editing and debugging). Luciano -Messaggio originale- Da: Jarek Skreta [mailto:[EMAIL PROTECTED]] Inviato: lunedì 11 dicembre

Help: Accessing EJBs in different applications

2000-12-08 Thread Montebove Luciano
Hi all, I want access, from the web part of an application, EJBs deployed in a different application. Which is the correct way to do this. Have I to define a special ejb-link in web.xml or what? Thanks ¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤øø Luciano Montebove - Software Architect

R: Has anyone ever solved the ClassCastException problem?

2000-12-08 Thread Montebove Luciano
Hi Dag, . My code is the orion-primer example (http://www.jollem.com/orion-primer/) that works inside one machine but fails between two machines. It works on two different machines. It works also using resin or others servlet engine for the web side. The orion-primer is a ear with a web

R: Running beans on separate box from webserver

2000-12-06 Thread Montebove Luciano
Hi John, I'm trying to set Orion up to run my jsp pages on one box and my beans on another box. Where does the jndi.properties file go so that my default InitialContext correctly points to the other box? I'm deploying to a directory instead of a .war file. I've tried putting under my web-root

R: Few Important Questions

2000-12-05 Thread Montebove Luciano
Just got few imporant questions for you folks : . 2. Is the Orion version obtained with license any different from the one available for dowload on their site ? I mean to say is there an limitation like only 2 concurrent users can access it on a non-licensed version ? No, it's the full

R: Calling EJB in Orion from Resin -Problem,

2000-11-22 Thread Montebove Luciano
Substitute Object boundObject = context.lookup("java:comp/env/ejb/HelloHome"); with Object boundObject = context.lookup("java:comp/env/ejb/Hello"); Luciano -Messaggio originale- Da: Santosh Kumar [mailto:[EMAIL PROTECTED]] Inviato: mercoledì 22 novembre 2000

R: Help: struts on Orion 1.4.0

2000-11-10 Thread Montebove Luciano
Hi all, Solved. The problem was generated putting struts.jar in orion/lib. Luciano -Messaggio originale- Da: Montebove Luciano [mailto:[EMAIL PROTECTED]] Inviato: giovedì 9 novembre 2000 16.57 A: Orion-Interest Oggetto: Help: struts on Orion 1.4.0 Hi all, I followed

R: Multiple Orion Servers

2000-11-09 Thread Montebove Luciano
From doc/rmi.xml.html: " .. server host="the.remote.server.com" password="123" port="23791" username="admin" / Specifies a remote (point to point) RMI-server to communicate with. host - Hostname of the remote server. password - The password to log in with. port - Port of the remote

Help: struts on Orion 1.4.0

2000-11-09 Thread Montebove Luciano
Hi all, I followed the instructions in the struts INSTALL file for installing struts on Orion Aplication Server (1.4.0 on JDK 1.3.0 and 1.2.2) but I get the following exception in the browser: javax.servlet.jsp.JspException: Missing resources attribute org.apache.struts.action.MESSAGE

Orion on IBM AIX 4.3.3

2000-10-30 Thread Montebove Luciano
Hello, has anyone running the Orion Server on IBM AIX 4.3.3 ? I tryed with IBM JDK 1.3.0 but I have a strange problem: Orion seems to start but when I try to connect from a browser I remain hang up forevere waiting for a response. Any hint? Thanks Luciano

R: transport-guarantee

2000-10-16 Thread Montebove Luciano
transport-guarantee means only that you can't call that component if you aren't in a secure (SSL) connection. Hope this help. Luciano -Messaggio originale- Da: Savotchkin Egor [mailto:[EMAIL PROTECTED]] Inviato: lunedi 16 ottobre 2000 15.57 A: Orion-Interest Oggetto:

R: Really basic problem with user authentication

2000-10-10 Thread Montebove Luciano
Have you defined roles in application.xml? Luciano -Messaggio originale- Da: Ben Z. Tels [mailto:[EMAIL PROTECTED]] Inviato: lunedì 9 ottobre 2000 21.28 A: Orion-Interest Oggetto: Really basic problem with user authentication L.S. I am having the following problem with principals on

R: Client certificate authentication

2000-10-09 Thread Montebove Luciano
that in the WEB.XML we need to map the "users" Role: security-role description/description role-nameusers/role-name /security-role I hope this help you. Esteban Lopez -Original Message----- From: Montebove Luciano [SMTP:[EMAIL PROTECTED]] Sent:

R: Client certificate authentication

2000-10-09 Thread Montebove Luciano
Navigator. -Original Message----- From: Montebove Luciano [SMTP:[EMAIL PROTECTED]] Sent: Monday, October 09, 2000 5:16 AM To: Orion-Interest Subject: R: Client certificate authentication Hi Esteban, I already put the lines you added to your web.xml file (as the user if I use BASIC auth

R: Client certificate authentication

2000-10-03 Thread Montebove Luciano
I can help you partially. I had the same 403 Forbidden problem and I'm waiting for a response from official support (5 days). For the Cert ID use the sample page ssl-user-registration.jsp in demo SSL. It will show the cert id you are looking for. If you solve the 403 problem tell me.

Integrating Resin and Orion mini how-to

2000-10-03 Thread Montebove Luciano
To use Resin as an EJB client with Orion follow these steps: 1)Under Orion do nothing :) 2)In Resin add orion.jar, ejb.jar, mail.jar (from orion) in your app WEB-INF/classes dir 3)In Resin in your app web.xml add these lines: classpath id='WEB-INF/classes/orion.jar'/ classpath

R: Help with EBJ client

2000-09-25 Thread Montebove Luciano
Try this: 1)Change the class of initial context factory to com.evermind.server.ApplicationClientInitialContextFactory 2)change Object objref = initial.lookup("java:comp/Test2"); to Object objref = initial.lookup("("java:comp/env/ejb/Test2"); Hope this help Luciano -Messaggio

R: LDAP

2000-09-22 Thread Montebove Luciano
You can open a socket on any port you want. Where is the problem? Luciano -Messaggio originale- Da: David Sierra Fernandez [mailto:[EMAIL PROTECTED]] Inviato: venerdì 22 settembre 2000 11.56 A: Orion-Interest Cc: Juan Angel Lorenzo del Castillo Oggetto: LDAP Hi all, I know

R: Oracle-Driver not found

2000-07-21 Thread Montebove Luciano
Hi, 1)Put the oracle driver file (classes12.zip or something similar) in orion/lib 2)Run java -jar orion.jar It's all Luciano -Messaggio originale- Da: Andreas Reckmann [mailto:[EMAIL PROTECTED]] Inviato: venerdì 21 luglio 2000 15.02 A: Orion-Interest Oggetto: Oracle-Driver not

R: Cocoon with Orion?

2000-06-12 Thread Montebove Luciano
Orion 1.0.3 works with Cocoon 1.7.4 for static XML files but I wasn't able to have it work with .xsp files. My configuration steps were the following: 1)commented out the Orion xsl servlet chaining from global-web-application.xml 2)commented out the Orion xsl servlet definition from

R:

2000-05-25 Thread Montebove Luciano
Steve, 1)Add more than one data-source in data-sources.xml 2)reference them in orion-ejb-jar.xml: entity-deployment name="Bean" location="Bean" wrapper="EntityHomeWrapper40" table="Bean" data-source="jdbc/NameOfYourDatasource" this way every Bean can use a different data source Hope this

strong cryptography (128 bit ) in orion server

2000-05-18 Thread Montebove Luciano
Hi all, Does anyone know a way to have strong cryptography SSL in orion server outside US and Canada (I'm in Italy)? Thanks Luciano

Enhydra/XMLC 3.0.1 works with Orion

2000-05-04 Thread Montebove Luciano
Applying some patches to the xerces version (1.0.3) included in orion is possible to use the Enhydra/XMLC 3.0.1 compiler. For people who don't know it, XMLC is an elegant solution (better than JSP on my opinion) to separate HTML/XML from java code. If you are interested I can send you details on

Servlet/JSP and EJBs on different machines

2000-04-17 Thread Montebove Luciano
Hi, I was able to use an EJB on a remote machine from a client application without any problem setting the right properties into a jndi.properties file as follows: java.naming.factory.initial=com.evermind.server.ApplicationClientInitialCont extFactory