Orion Client jar files for remote application client

2002-05-14 Thread Pedro Garcia Lopez
Hi all, Unlike many other application servers like jboss, Orion does not officially provide a list of jar files required to run remote Java Application clients. This enforces developers to include a lot of files found in the Orion root directory. Are there any plans to provide a minimum set of

RE: Orion Client jar files for remote application client

2002-05-14 Thread The elephantwalker
PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Pedro Garcia Lopez Sent: Tuesday, May 14, 2002 1:13 PM To: Orion-Interest Subject: Orion Client jar files for remote application client Hi all, Unlike many other application servers like jboss, Orion does not officially provide a list of jar files

RE: URGENT: Big issues with CMP 2.x and application-client !!!!

2002-05-01 Thread Gavin Spurling
] [mailto:[EMAIL PROTECTED]] On Behalf Of Vincent Faidherbe Sent: 30 April 2002 15:12 To: Orion-Interest Subject: URGENT: Big issues with CMP 2.x and application-client Hello, I'm running Orion on a SuSe Linux 7.0 with a Sun JDK 1.3.1_03. I've encountered two problems : 1. When using CMP 2.x

RE: URGENT: Big issues with CMP 2.x and application-client !!!!

2002-05-01 Thread Ray Harrison
PROTECTED]] On Behalf Of VincentFaidherbeSent: 30 April 2002 15:12To: Orion-InterestSubject: URGENT: Big issues with CMP 2.x and application-client Hello,I'm running Orion on a SuSe Linux 7.0 with a Sun JDK 1.3.1_03. I've encountered two problems :1. When using CMP 2.x entity bean, Orion adds an

URGENT: Big issues with CMP 2.x and application-client !!!!

2002-04-30 Thread Vincent Faidherbe
Hello, I'm running Orion on a SuSe Linux 7.0 with a Sun JDK 1.3.1_03. I've encountered two problems : 1. When using CMP 2.x entity bean, Orion adds an underscore to the name of some fields for the persitence-name and consequently, the generated SQL doesn't work ... Example :

Auto-reply: URGENT: Big issues with CMP 2.x and application-client !!!!

2002-04-30 Thread LUIGI.SAETTA
Hi I'll be out of office and unable to read e-mail till 6 of May, because I'm on vacation ---BeginMessage--- Hello, I'm running Orion on a SuSe Linux 7.0 with a Sun JDK 1.3.1_03. I've encountered two problems : 1. When using CMP 2.x entity bean, Orion adds an underscore to the name

How can I reload (stop/start) an application-client with startup=true property set?

2002-03-11 Thread Alex Paransky
I have an application client which starts up when server is started. This client is a timer which causes certain session to execute every 30 seconds or so. The problem occurs when I redeploy my application by dropping a new .EAR file. While the application is re-deployed, the old client

Re: How can I reload (stop/start) an application-client withstartup=true property set? (New E-mail Address)

2002-03-11 Thread Ganasen Gounden
Please be informed that I no long reside in South Africa, but in Canada. Please forwad all future e-mail to me at [EMAIL PROTECTED] Sorry for the inconvenience. Have a Great Day

Re: How can I reload (stop/start) an application-client with startup=true property set? (New E-mail Address)

2002-03-11 Thread Stephen Davidson
Ganasen went to the website a few hours ago to unsubscribe himself. So why the listserv is still trying to send him messages is not a good thing. -Steve Ganasen Gounden wrote: Please be informed that I no long reside in South Africa, but in Canada. Please forwad all future e-mail to me at

Orion doesn't pass stack traces from server to application client?

2002-02-28 Thread Geoff Soutter
Hi there, I just noticed that the application client that I wrote for Orion is printing stack traces like so: javaxejbDuplicateKeyException: Entity already exists at comevermind_dnEXCEPTION_ORIGINATES_FROM_THE_REMOTE_SERVER(:1446) at comevermind_dninvokeMethod(:1369

Re(2): Application client log in

2002-02-08 Thread Remy . Boucher
of discussion about this in the archives and e.g. on the Elephantwalkers site, as well as orionsupport and I think Atlassian. -Original Message- From: Randahl Fink Isaksen [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 07, 2002 8:22 AM To: Orion-Interest Subject: Application client log

RE: Re(2): Application client log in

2002-02-08 Thread SAURUGGER,PETER (A-PaloAlto,ex2)
, which is called by my Orion-specific bean-Implementation. --peter -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, February 08, 2002 7:17 AM To: Orion-Interest Subject: Re(2): Application client log in Hi, Thanks for this interesting code

Application client log in

2002-02-07 Thread Randahl Fink Isaksen
We are currently implementing a Java Swing client, and I am wondering how to write the log in system. When not using http or form based log in (HTML) and when you wish to let the client log in from a GUI interface (Swing), which part of Orion is then used to hand over the username and

RE: Application client log in

2002-02-07 Thread peter_saurugger
ception.getMessage()); } There is a lot of discussion about this in the archives and e.g. on the Elephantwalkers site, as well as orionsupport and I think Atlassian. -Original Message-From: Randahl Fink Isaksen [mailto:[EMAIL PROTECTED]]Sent: Thursday, February 07, 2002 8:22 AMTo:

Re: Application Client JMS

2002-01-30 Thread Jochen Kressin
Hi, no, it is an application client, i.e. a normal Java - Applikation. I´d like to write a small Swing - app which monitors the messaging. I´m using Orion´s JMS. I want the application to look up an existing Topic on the server via JNDI and post / receive messages to / from this Topic. thanks

Application Client JMS

2002-01-29 Thread Jochen Kressin
Hi, i have some problems writing an application client that uses JMS. I have created a SessionBean which publishes messages and a MDB which receives the messages. This works fine. I now want to write a client application that can participate in messaging. The client connects to the server

Re: Application Client JMS

2002-01-29 Thread Manoj Sadangi
Hi Jochen , The MessageMonitor class you have written , is it a servlet? r u using Orion's JMS? thanks, manoj. Jochen Kressin wrote: Hi, i have some problems writing an application client that uses JMS. I have created a SessionBean which publishes messages and a MDB which

RE: Anyone got old orionsupport sample application client / scheduler?

2002-01-11 Thread SAURUGGER,PETER (A-PaloAlto,ex2)
Use the UK mirror: http://uk.orionsupport.com/articles/appclient.html -Original Message- From: Geoff Soutter [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 10, 2002 9:34 PM To: Orion-Interest Subject: Anyone got old orionsupport sample application client / scheduler? You can see

Anyone got old orionsupport sample application client / scheduler?

2002-01-10 Thread Geoff Soutter
You can see it described in googles cache http://www.google.com/search?q=cache:4nkQslt9AjsC:www.orionsupport.com/a rticles/appclient.html+orion+application+clienthl=en If anyone has the source jar file, I'd really appreciate a copy! Cheers Geoff

Re[2]: Using JDBC resource from application client

2001-12-30 Thread Peng Yong
supposed to access my datasource from an application client in J2EE/Orion? I have the following files setup with the correct values (I believe): * $orion/config/data-sources.xml (using class=com.evermind.sql.ConnectionDataSource and Sybase driver com.sybase.jdbc2.jdbc.SybDriver) * application

Application Client JNDI

2001-12-06 Thread Gordon Reynolds
I'm trying to reach my EJB's through an application client (for JUnit testing). I can't seem to find a combination of userid and password that will gain me access to them. When the ORMI login dialog box appears, everything I enter fails as an 'invalid userid/password'. Where exactly

Re: Application Client JNDI

2001-12-06 Thread Shyam Ellur
From: Gordon Reynolds To: Orion-Interest Sent: Friday, December 07, 2001 5:18 AM Subject: Application Client JNDI I'm trying to reach my EJB's through an application client (for JUnit testing). I can't seem to find a combination of userid and password that will gain

Can't get Orion Application Client demo to work

2001-12-04 Thread Alistair McLean
I'm having problems with Application clients and JNDI. First of all, I can't run the news-app demo provided with orion. I can install it no problem and the web app appears to be fine. When I try the application client I get: C:\Java\orion\demo\news-appjava -Djava.naming.factory.initial

RE: Using JDBC resource from application client

2001-12-03 Thread Romen Law
- Original Message: - ello, I have seen the same question asked a few times in the mail archive, but no answers. Now I am faced with the same question. Am I supposed to access my datasource from an application client in J2EE/Orion? I have the following files

Using JDBC resource from application client

2001-11-26 Thread Romen Law
ello, I have seen the same question asked a few times in the mail archive, but no answers. Now I am faced with the same question. Am I supposed to access my datasource from an application client in J2EE/Orion? I have the following files setup with the correct values (I believe): * $orion

FW: Using JDBC resource from application client

2001-11-26 Thread The elephantwalker
didn't take the first time...resend -Original Message- From: The elephantwalker [mailto:[EMAIL PROTECTED]] Sent: Monday, November 26, 2001 3:57 PM To: Orion-Interest Subject: RE: Using JDBC resource from application client Romen, In you application-client.xml file, you will need

How to call EJB from outside application client

2001-11-15 Thread sun
Hi, I am not able to call EJB from outside application client, though I am able to call EJB from same applicationSo, What I have to configure and which xml files I need to change.Is application-client.xml,How to change If you can send me sample xml (Configuration) files, that would

Application Client

2001-10-23 Thread Edward de Jongh
Title: Application Client Hi could someone please point me in the right direction re installing a client. I have already deployed a session bean, which I would now like to test from my testClient. Should the client be deployed/built by ant at the same time? If you know of any tutorials please

javax.naming.NamingException: Error reading application-client descriptor: No EJBHome found at...

2001-10-15 Thread James
As the title,could anyone give me some advice? Thanks.

RE: Application CLient JNDI properties

2001-08-14 Thread Scott Hamilton, (m)+61-404-280 238
what I get is: Communication error: Can't find Serial Context Provider What am I doing wrong? Have you specified orion.jar in your classpath???

RE: Application CLient JNDI properties

2001-08-14 Thread SAURUGGER,PETER (A-PaloAlto,ex2)
Yes, ejb.jar, jndi.jar and orion.jar are all added to the classpath. -Original Message- From: Scott Hamilton, (m)+61-404-280 238 [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 14, 2001 3:57 PM To: Orion-Interest Subject: RE: Application CLient JNDI properties what I get

Problems getting an Application-Client to use a datasource in Orion

2001-08-13 Thread Owen Fellows
I have an orion server using a datasource. I want to connect to this datasource from outside the application but I'm having problems. I have created this program. import java.util.*; import java.sql.*; import javax.naming.*; import com.evermind.sql.*; public class TestConnect { public

Application CLient JNDI properties

2001-08-13 Thread SAURUGGER,PETER (A-PaloAlto,ex2)
Title: RE: SessionContext.getEJBObject() I am trying to start a swing client app which communicates with an ejb. Works fine if I use the console or applicationlauncher.jar Now I am trying to run the client directly from java, i.e. java my.Client

Uploading class file from application client

2001-03-08 Thread Vidur Dhanda
Hello, This is not an Orion specific question, but since I'm using Orion 1.4.7 I thought I'd try here. Is it possible to upload a class file from an application client? I want users to be able to implement a serializable interface, say X, and upload it to the server. The server will manage

Re: Uploading class file from application client

2001-03-08 Thread SCOTT FARQUHAR
here. Is it possible to upload a class file from an application client? I want users to be able to implement a serializable interface, say X, and upload it to the server. The server will manage the interface and other users should be able to use that interface. I can model this as an Entity

Re: Application Client Security

2001-02-19 Thread Peter Pontbriand
Arved - or anybody - have you found a solution to this problem? Our application uses DataSourceUserManager and accessing it from servlets works reasonable well so far. However, when accessing it from an application-client any credentials not declared in the principals.xml file are rejected. Even

RE: Application Client Security

2001-02-19 Thread Arved Sandstrom
] [mailto:[EMAIL PROTECTED]]On Behalf Of Peter Pontbriand Sent: Monday, February 19, 2001 1:39 PM To: Orion-Interest Subject: Re: Application Client Security Arved - or anybody - have you found a solution to this problem? Our application uses DataSourceUserManager and accessing it from servlets works

Fwd: Error Reading application-client descriptor...

2001-01-19 Thread Globetrot Communications
--- Globetrot Communications [EMAIL PROTECTED] wrote: Date: Thu, 18 Jan 2001 15:33:57 -0800 (PST) From: Globetrot Communications [EMAIL PROTECTED] Subject: Error Reading application-client descriptor... To: [EMAIL PROTECTED] I am running Orion on Linux. The 'Product' application runs o.k when I use

Error Reading application-client descriptor...

2001-01-18 Thread Globetrot Communications
I am running Orion on Linux. The 'Product' application runs o.k when I use the hypersonic database. But I get the following error when trying to use postgreSQL: "Error reading application-client descriptor. Error looking up EJBHome. Disconnected.. Unknown command 7" The data-source

RE: Error Reading application-client descriptor...

2001-01-18 Thread Mike Cannon-Brookes
description. -mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Globetrot Communications Sent: Friday, January 19, 2001 10:34 AM To: Orion-Interest Subject: Error Reading application-client descriptor... I am running Orion on Linux. The '

Application Client startup synchronization

2001-01-09 Thread John D'Ausilio
After playing for a few hours, I figured out how to have an Application Client class start up with the server .. but it seems that the server fires off the client before it has finished starting itself up! Anyone deal with this yet? Is there a safe way to detect from the client when the server

SV: Application Client startup synchronization

2001-01-09 Thread Magnus Rydin
Title: SV: Application Client startup synchronization John, is this a test app? i.e. not confidential code? If so, could you please include it for replication of error? WR -Ursprungligt meddelande- Från: John D'Ausilio [mailto:[EMAIL PROTECTED]] Skickat: den 9 januari 2001 06:18

RE: Application Client startup synchronization

2001-01-09 Thread Mike Fontenot
of Magnum. This seemed to do the trick. Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of John D'Ausilio Sent: Tuesday, January 09, 2001 7:18 AM To: Orion-Interest Subject: Application Client startup synchronization After playing for a few hours, I

Re: Comunicating between EJBs and Application Client

2000-12-22 Thread Daniel Degtyarev
erstand me. Daniel Degtyarev. - Original Message - From: "Christopher Bartling" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Thursday, December 21, 2000 6:11 PM Subject: Comunicating between EJBs and Application Client I've have what I hope is a real

Re: Comunicating between EJBs and Application Client

2000-12-22 Thread Daniel Degtyarev
[EMAIL PROTECTED] Sent: Friday, December 22, 2000 11:33 AM Subject: Re: Comunicating between EJBs and Application Client Hi! You need to specify reference to EJB, that you using from another EJB in ejb-jar.xml: Something like this: session display-nameMySession1/display-name

Comunicating between EJBs and Application Client

2000-12-21 Thread Christopher Bartling
I've have what I hope is a really easy question to answer. I have a number of Session beans deployed to Orion (1.4.4 level), and everything works great when communicating from an application client (JSPs and servlets running Apache Tomcat) to the Orion server. Now I want to add some EJB to EJB

Re: application client and EJB: TX was null

2000-12-05 Thread Dario Dorigo
Dario Dorigo wrote: Hi, I'm testing Orion 1.3.8 with another EJB based application developed with weblogic. After a bit of pain I was able to connect to the ejb and to call the ejbs. But when I try to get the data from the ejb I've found what was the problem: in the ejb-jar.xml of the

application client and EJB: TX was null

2000-12-04 Thread Dario Dorigo
Hi, I'm testing Orion 1.3.8 with another EJB based application developed with weblogic. After a bit of pain I was able to connect to the ejb and to call the ejbs. But when I try to get the data from the ejb (the method signature is: public String [] getListOfModules(); ) I got this

Re: Application client.

2000-11-14 Thread Tim_Clarke
PROTECTED] cc: (bcc: Tim Clarke/Globebyte Limited UK) Subject Applicat

Re: Application client.

2000-11-14 Thread Dan DiCesare
You will need sever things: 1) Create an application-clien.xml file that defines the ejb's needed for your application. For example if foo was an ejb deployed as fooejb, your application-client file should read: application-client display-nameMyApplication/display-name

Problem with application-client descriptor

2000-10-18 Thread Frédéric Jordan
XSLTransClientCommunication error: Error reading application-client descriptor: No EJBHome found at MyXSLTrans as specified by ejb-ref MyXSLTrans What's append ? Can any one help me ? tanks a lot Fred [EMAIL PROTECTED]

NamingException: Error-reading application-client descriptor

2000-08-30 Thread Krishnan Raghunathan
JNDI. I gave the following: in Orion-application-client: ejb-ref-mapping name="SessionClient" location="SessionClient" / (sessionclient is the ejb-jars ejb-name) in orion-ejb-jar: session-deployment name="SessionClient" location="SessionClient" wrapper="

Application-client xml not used for name resolution...

2000-03-27 Thread Alex Paransky
I created and deployed an ejb using ejb-jar.xml. I created an application-client.xml. However, no matter what name I use in ejb-ref-name tag, I am unable to bind to it. I am able to bind directly to the name given in the ejb-jar.xml. For example if ejb-jar.xml contains:

hot to use JMS from a stand alone application client

2000-03-14 Thread Philippe Renon
actory and the above mentionned jms topic through JNDI from within EJBs. But all my efforts to access those same things from a stand alone application client have failed. Here is the jndi.properties file used by my client: java.naming.factory.initial=com.evermind.server.ApplicationClientIn