Re: JNDI Properties? Why EJB can't find another EJB..

2000-10-31 Thread Robert Krueger
why don't you post a minimalistic example with your ejb-jar.xml and orion-ejb-jar.xml. It must be something no_offensereally stupid/no_offense as we've never had those problems in more than a year of intensive orion use. robert At 12:25 30.10.00 , you wrote: Strange thing..I posted this a

Re: Now how do I explain this? One entity bean, multiple data sources perhaps...

2000-10-31 Thread Robert Krueger
At 17:09 31.10.00 , you wrote: Hiya, Ok. Built Entity bean. Deployed in jar. After some fiddling that is. My situation is this; I have four environments. A "dev", "test", "stage" and snip/ in short: what you really want is not possible. you cannot dynamically associate a cmp entity with a

Re: Variable for defining finder query?

2000-10-31 Thread Anders Bengtsson
public static final String findByOwner_query="full: select "+ "Page.key, Page.document, Page.title, Page.description, Page.author, "+ "Page.stylesheet, Page.hits, Page.url, Page.content from Page "+ "where Page_Children.document=$1 and Page_Children.key=$2 "+ "order by

SV: JNDI Properties? Why EJB can't find another EJB..

2000-10-31 Thread Klaus . Myrseth
A possible problem is that you have forgot to add ejb-refs for the beans you wish to use from your bean on your bean in the deployment descriptor (ejb-jar.xml) in the bean jar file. Then you will get problems like this... Klaus -Opprinnelig melding-Fra: Duffey, Kevin

Orion-specific descriptors authentication API

2000-10-31 Thread Gerald Gutierrez
I have some questions regarding these Orion-specific deployment descriptors that I can't seem to find much information on. It would be great if someone can give me some pointers. In doing CMP entity beans, somewhere one must bind the bean to a data source. Apparently this is in

RE: error logs - where are they?

2000-10-31 Thread John Miller
Jim, Thanks for the suggestion but I don't think that is the problem. I do sometimes get compilation errors displayed in my browser, but not always. Is there no Orion logging facility for things like this? Johnny -Original Message- From: Jim Archer [mailto:[EMAIL PROTECTED]] Sent:

Problems with update

2000-10-31 Thread Knut Tønnes Svanes
Hi! I have a simple J2EE application running on Orion. In short I have a entity-bean wrapping a table in a data base, and a session-bean reading from this entity bean. On "top" i have a JSP-page connecting to the session-bean and presenting the contents of a field in the database. So far, so

RE: Problems with update

2000-10-31 Thread Patrik Andersson
Title: RE: Problems with update Hi, How do you expect orion to know about manual updates in the database? I'm actually not sure myself if this does in fact work, but it sounds like an impossible task to solve unless orion regularly polls the database for updated values. regards, Patrik

Erm.. To clarify the need for four environments...

2000-10-31 Thread Kimberley Scott
Hiya, Thanks to the replies. Ta Christophe and Robert! There seems to be some confusion as to why there are four environments in my last post regarding the datasources. To short-circuit any more "Why the hell are you doing it that way?" questions, I will provide a little bit of background. I

RE: HIGH PRIORITY:Contact Information??????

2000-10-31 Thread Russ White
IMHO If they have not been getting back to you... Deploy now. License later. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of J Davis Sent: Monday, October 30, 2000 7:58 PM To: Orion-Interest Subject: HIGH PRIORITY:Contact Information??

RE: Erm.. To clarify the need for four environments...

2000-10-31 Thread Russ White
Kimberley, for what it's worth... career-council Sounds like it's time for a strategic career move. Stick with J2EE. I've been where you are, and left. /career-council Just my 2c. I can't imagine going back to com/asp/m$. Good luck. Russ -Original Message- From: [EMAIL PROTECTED]

RE: error logs - where are they?

2000-10-31 Thread Jim Archer
John, I don't know for sure. If you didn't find anything in the Orion logs, did you look in the application specific logs, under Orion/application-deployments/myapp ??? Other than that, I have nothing more to suggest. Sorry. Jim --On Tuesday, October 31, 2000 9:44 AM + John Miller

Running multiple application instances with Orion

2000-10-31 Thread Kurt Hoyt
I've put together a how-to on running the same J2EE application, but with each instance using a different data source, using Orion. It would be nice if there was a simpler way to do this (particularly in associating data sources with applications, which causes the bulk of the work). If the

RE: HIGH PRIORITY:Contact Information??????

2000-10-31 Thread J Davis
Actaully we did that, about 5 times with no reply. That is what was most annoying Thanx to everyone else for the other e-mail addresses -Original Message- From: Kemp Randy-W18971 [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 31, 2000 7:36 AM To: Orion-Interest Subject:

Re: HIGH PRIORITY:Contact Information??????

2000-10-31 Thread Jesse D. Sightler
:) After the half-dozen or so emails on this topic... should someone write a FAQ on how to give Orion Developers gobs of money? J Davis wrote: Actaully we did that, about 5 times with no reply. That is what was most annoying Thanx to everyone else for the other e-mail addresses

Re: Running multiple application instances with Orion

2000-10-31 Thread Robert Krueger
checkout my mail from earlier today regarding datasource aliases. that makes things a little easier (i.e. only one change in the deployment of the app instead of several in all the entity beans and other resource-ref mappings). regards, robert At 08:07 31.10.00 , you wrote: I've put

Orion JBuilder 4 Enterprise

2000-10-31 Thread Joshua Goodall
I've just started testing JBuilder 4 Enterprise Edition. One of the nice things about it is the integration with the (included) Inprise Application Server. The OpenTools IDE includes hooks for integration with pretty much any application server, especially for EJB deployment. So, before I start

Re: Running multiple application instances with Orion

2000-10-31 Thread Joe Walnes
Kurt, Thank you for this article - it has been published on OrionSupport. A comment I have, is that instead of specifying a data-source for *every* entity-deployment in orion-ejb-jar.xml, you can specify a default-data-source in orion-application.xml which will automatically be used by every

RE: Orion JBuilder 4 Enterprise

2000-10-31 Thread Russ White
josh, I am already using JBuilder4E with Orion. And deployment is a breeze. Just point Orion to the ejb-grp.jar that JBuilder creates and your are golden. Also, the EJB 2.0 support in JBuilder seams to be working fine. Just deployed a series of entity beans with 1..1, 1..*, *..1 OR dependent

Question about jndi and Datasources

2000-10-31 Thread Rafael Alvarez
Hi! Is there a way to use orion as my connection manager, using jndi to perform a lookup for a Datasource, from an stand-alone app (not a client-app). I set up the following properties: java.naming.factory.initial=com.evermind.server.ApplicationClientInitialContextFactory

how to access remote ejb object

2000-10-31 Thread ahfei
hi,guys There have two servers.I want to access ejb object in server1 from server2. Can anybody tell me hwo to do it? Thanks in advance. ahfei [EMAIL PROTECTED]

Orion w/ postgresql

2000-10-31 Thread Seung Bang
Hi all, I've been trying to start the orion server with postgresql but I can't get it working. What I did is as follows: 1. Copied 'postgresql.jar' driver to '/usr/local/orion/lib' directory. 2. Modified '/usr/local/orion/config/data-sources.xml' -- The modified 'data-sources.xml'

RE: Orion w/ postgresql

2000-10-31 Thread Mike Cannon-Brookes
The first error is due to using an old postgres JDBC driver - get the latest source from CVS and compile it yourself (not too tricky to do, I figured it out!) That might clear up the second problem as well, I think it will. Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: Orion w/ postgresql

2000-10-31 Thread Storm Linux User
Hi, You have to hack the config/database-schemas/postgresql.xml changing the null="null" to null="". This works fine. []s Guilherme Ceschiatti [EMAIL PROTECTED] On Tue, Oct 31, 2000 at 06:11:49PM -0800, Seung Bang wrote: Hi all, I've been trying to start the orion server with postgresql

JPS1.1 is sucessfully installed on Orion

2000-10-31 Thread ureyurey
Dear, Harrison Thank you very much my warmhearted friend. I am very happy to see JPS1.1 is sucessfully installed on Orion after I followed you instruction step by step. Thanks again. yoursUrey www.easipath.com[EMAIL PROTECTED] Ps. The message you sent to me is very

xml,xsl in orion

2000-10-31 Thread Terence Kwan
I am trying out the examples/xsl/data.xml demo. However, the browser think the returned stream is xml instead of html. How can I set the return stream type to html for xml file? So thebrowser will display the result in html instead of xml. Basically, I want to do the following:

RE: accessing javamail provider

2000-10-31 Thread Terence Kwan
See enclosed mail -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Christian Sell Sent: Monday, October 30, 2000 5:04 PM To: Orion-Interest Subject: accessing javamail provider Hello, I've posted this before on orion-interest:

[Fwd: Orion Server java:comp/env?]

2000-10-31 Thread Shlomo
Here is the code for your question : import java.rmi.RemoteException; import javax.ejb.*; import javax.naming.*; import javax.rmi.PortableRemoteObject; import Simple.*;// This import is from the server !! import SimpleHome.*; import java.util.Hashtable; import java.util.*; public class

JavaBean - setter methods NOT being called!

2000-10-31 Thread Lars Borup Jensen
Hi! Anyoneever experienced a setXX method NOT being called on a JavaBean when using Orion = 1.3.8. Well, I have more than once.. When I write a JavaBean (or kinda) and put it in the WEB-INF/classes directory and I have a simple JSP page with the jsp:useBean and jsp:setProperty property="*"