Can't find DataSource in ejb-jar.xml file???

2000-11-25 Thread Kevin Duffey
Hello all, What the heck does it mean when I deploy an EJB .jar file and it says: Auto-deploying ss.jar (ejb-jar.xml had been touched since the previous deployment)... Error compiling file:/C:/ss/ss.jar: No DataSource found at jdbc/HypersonicDS My datasource is an Interbase one and I have it

RE: Can't find DataSource in ejb-jar.xml file???

2000-11-25 Thread Victor A. Salaman
Hi Buck: Orion picks the first datasource in the data-sources.xml file, unless you tell it explicitly which data-source to use in META-INF/orion-application.xml . either make your datasource be the first one the file, or read the docs for (META-INF/orion-application.xml) so you can configure

Re: Anyone using Orion in production? [long]

2000-11-25 Thread Joseph B. Ottinger
On Fri, 24 Nov 2000, Gerald Gutierrez wrote: I've run into so many weird and absurd problems in Orion; all it would've taken for me to solve the problem and submit a patch would be a grep in the source tree. Alas, I cannot do this and I am stuck with an application server that has many

Re: Orion In Prodution

2000-11-25 Thread Sven van 't Veer
"Juan Lorandi (Chile)" wrote: There's a list of Overwhelming Orion Powered Sites, hosted by Jason Rimmer at http://orion.irth.net/OOPS/oopslist.jsp where you can add your site(s) to the list... everyday I moderate the list so that new entries appear on the official list... Today

Re: pop3.jar again

2000-11-25 Thread Christian Sell
regarding the manifest.mf variant, my advice was to ADD pop3.jar to the jars already mentioned. Mail.jar should already be there, as it comes with orion. I have this setup running all the time. Then, there was a code-based suggestion by someone else that looks promising to me, because it

Hai Help please

2000-11-25 Thread waheed rahman
Hai This is waheed from Dubai I need some help in SSL. How to install install CA root using principals.xml certificate-issuer tag please guide me to some extend i have following certificates 1.Common Name: GTE CyberTrust Root 2.Common Name: Comtrust Root CA 3.Common Name: Comtrust

Hai everybody

2000-11-25 Thread waheed rahuman
Hai This is waheed from Dubai I need some help in SSL. How to install install CA root using principals.xml certificate-issuer tag please guide me to some extend i have following certificates 1.Common Name: GTE CyberTrust Root 2.Common Name: Comtrust Root CA 3.Common Name: Comtrust

Anyone debugging Orion applications in JBuilder (no jdpa)

2000-11-25 Thread Sven van 't Veer
I'm trying to debug my ejb apps in orion. I get Orion to run inside JBuilder no sweat. However it tries to locate the config directory relative to my project.jpr file and not relative to the orion base directory. Any ideas?? sven --

URGENT!! jms

2000-11-25 Thread Savotchkin Egor
Hi all! how can I specify for a message-driven-bean to which topic to listen to? Seems that messagelogger ejb only wants to listen to jms/demoTopic... there is no message-driven-bean-deployment tag explanation in orion-ejb-jar.xml :-(( regards, Savotchkin Egor SoftPro company

Anyone debugging Orion applications in JBuilder (no jdpa) !!!! SOLVED

2000-11-25 Thread Sven van 't Veer
Sven van 't Veer wrote: I'm trying to debug my ejb apps in orion. I get Orion to run inside JBuilder no sweat. However it tries to locate the config directory relative to my project.jpr file and not relative to the orion base directory. Any ideas?? ok I forgot the

un-Subscribe

2000-11-25 Thread Alex Imbastari

RE: Can`t deploy Orion-Primer

2000-11-25 Thread Martin Lilienthal
Hi, I checked the application.xml file again with notepad. Here is the content: module ejborion-primer-ejb.jar/ejb /module module web web-uriorion-primer-web.war/web-uri context-root/orion-primer/context-root /web /module - Martin -

orion 1.4.0

2000-11-25 Thread John Miller
being new to orion I am unsure as to whether or not to install orion1.4.0 on a unix box. Should I use 1.3.8? Is 1.4 stable enough to use? Any advice would be appreciated. Thanks, Johnny

Re: orion 1.4.0

2000-11-25 Thread Robert Krueger
At 17:09 25.11.00 , you wrote: being new to orion I am unsure as to whether or not to install orion1.4.0 on a unix box. Should I use 1.3.8? Is 1.4 stable enough to use? Any advice would be appreciated. IMHO not much difference in terms of stability. we have one production system running on

RE: Anyone using Orion in production? [long]

2000-11-25 Thread Kevin Duffey
Interesting Rob. I completely agree with you. I think the Orion team is trying to stay ahead of the big boys by implementing Servlet 2.3 and EJB 2.0, if not any other vendor other than WebLogic. I am curious about one thing. There are supposedly lots of people paying licenses for Orion, including

RE: URGENT!! jms

2000-11-25 Thread Arved Sandstrom
This is spec stuff, so it wouldn't be in orion-ejb-jar.xml, it's in ejb-jar.xml. It's been a while since I did this, but I just looked at the ejb-jar.xml for a message-driven bean that works, and it's resource-ref tags, one for the topic and one for the connection factory. Hope this helps.

RE: Can't find DataSource in ejb-jar.xml file???

2000-11-25 Thread Kevin Duffey
Hey Salaman! Hmm..that makes sense except for one thing..using a DataSource should be vendor independent shouldn't it? Or is that a vendor specific setting? I thought J2EE was all about making a complete app including database free ties, so you can deploy into any app server. If thats the case,

Using CocoBase with Orion

2000-11-25 Thread Martin Lilienthal
Hi, is it possible to use Cocobase O/R mapping (www.thoughtinc.com) with orion? Has somebody made experiences with it? regards Martin Lilienthal

Re: Anyone debugging Orion applications in JBuilder (no jdpa)

2000-11-25 Thread Michael Rimov
At 11:52 AM 11/25/2000 -0200, you wrote: I'm trying to debug my ejb apps in orion. I get Orion to run inside JBuilder no sweat. However it tries to locate the config directory relative to my project.jpr file and not relative to the orion base directory. Set the project working directory to the

RE: Anyone using Orion in production? [long]

2000-11-25 Thread Robert Krueger
At 10:35 25.11.00 , you wrote: Interesting Rob. I completely agree with you. I think the Orion team is snip/ I agree 100% with what you say (except for the 5k$ thing;-)) and I see I'm not the only one having these thoughts. formiddable opponent of WebLogic. I do agree though..stop the EJB

RE: Group/role-mapping problem with own User implementation

2000-11-25 Thread Arved Sandstrom
Hi, Kai You say that you are authenticating. This is cool, but authentication means only that you are verifying that the given username/password pair exists. In order to actually identify the user to the server, and in the proper role, you want to use the login() method of RoleManager. Arved

RE: URGENT!! jms

2000-11-25 Thread Arved Sandstrom
Hi, Igor I haven't really examined that aspect. I suspect, however, that the messages are going out to all the MDBs, and so if you've declared all the appropriate resource-refs in any given MDB, you've got access to the messages. Easy enough to find this out. In our use of JMS we have only had

RE: JavaBeans and JSP

2000-11-25 Thread Juan Lorandi (Chile)
try jsp:setProperty name="dsb" property="DataSourceJdbcDriver" value="oracle.jdbc.driver.OracleDriver"/ or else jsp:setProperty name="dsb" property="dataSourceJdbcDriver" value="oracle.jdbc.driver.OracleDriver"/ JP -Original Message- From: Robert S. Sfeir [mailto:[EMAIL PROTECTED]]

Re: Anyone using Orion in production? [long]

2000-11-25 Thread Christian Sell
Evermind's position, as stated on the FAQ, is that they would be SUED by Sun if they made their source code public. What?! What is the rationale behind this conclusion??? Talk to Sun. J2EE licensing prevents an open source J2EE implementation (although a "compatible" implementation of

Re: Anyone using Orion in production? [long]

2000-11-25 Thread Christian Sell
Robert, thanks for your openness. Very insightful. - Original Message - From: "Robert Krueger" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Saturday, November 25, 2000 1:40 PM Subject: RE: Anyone using Orion in production? [long] At 17:36 24.11.00 , you wrote: You

RE: Can't find DataSource in ejb-jar.xml file???

2000-11-25 Thread Jarek Skreta
Hi there, I think I had a similar case when switched from Hypersonic to Oracle. I changed the data-sources.xml file but Orion was still trying to use Hypersonic. I think that the information about the data source is in some way taken ultimately from the orion-ejb-jar.xml file which is derived at

RE: Can't find DataSource in ejb-jar.xml file???

2000-11-25 Thread Kevin Duffey
Thanks. What I did was delete the /orion/application-deployment folder of my app..which seems to work as far as trying to use Interbase. The problem I get now is below..any ideas? Auto-creating table: create table com_ss_ejb_login_LoginEntityEJB (loginName VAR CHAR(255) not null primary key,

Can't find DataSource at java:comp/env/jdbc/NameOfDataSourceDS..??

2000-11-25 Thread Kevin Duffey
Hi all, Strange things abrew. I have my Interbase datasource set up as list below. I thought the way inside of an EJB to find a DataSource would be: Context context = null; try { context = new InitialContext(); interbase.interclient.DataSource ds = (interbase.interclient.Datasource)