Re: Werent current caller

2002-04-08 Thread Lachezar Dobrev
Hello. By the message, I would assume (correct me), that you have a parent/child relation. I may _guess_, that you are trying to use the parent to set something in the child (like the parent ID). If this is the case, you might _need_ to set the parent to be reentrant=true. That helped me.

BMP - max-instances - orion 1.5.4

2002-04-08 Thread Gautier Koscielny
Hello, We have an application where we are loading a consequent number of beans (BMP) from the database. To avoid opening to many connections to the database, we have set two bmp entities specification in the orion-ejb-jar.xml like this : enterprise-beans entity-deployment

How can I make orion stop caching my EBs?

2002-04-08 Thread Cristian Donciulescu
Hello, I have an application that uses some EBs. The underlying data on which the EBs are mapped is modified by an external application. Orion caches the entity beans, so I don't see the DB modifications immediately in the beans. How can I make orion stop caching my EBs? Thanks, Cristian

RE: Werent current caller

2002-04-08 Thread Jeff Lowcock
Thanks for the hint, I'll give this a go. You must be intuitive as this parent child setting is what I'm trying to do, although I've also tried extracting the parent ID on the client side and then setting (via create) the parent key in the chils record as it's being created and this also

Problem to deploy a application in a war file.

2002-04-08 Thread Javier.Fernandez
Hi everyone I am new in Orion Server, When i make a manual deploy of war, i add to application.xml web-module id=atlassian path=../application-deployments/atlassian.war / then web-app application=default name=atlassian root=/admin / well, if i put frostis.cf.jcyl.es:7780/admin

Re: How can I make orion stop caching my EBs?

2002-04-08 Thread Sergey G. Aslanov
Hi Orion-Interest Use attribute exclusive-write-access=false in orion-ejb-jar.xml for your EB. Monday, April 08, 2002, 2:35:52 PM, you wrote: CD Hello, CD I have an application that uses some EBs. The underlying data on which the EBs are mapped is modified by an external application. CD

[no subject]

2002-04-08 Thread Manli Chan
Hi everybody, Could anyone tell me why I would get the 403 directory not allowed to be written error when I tried to run the addressbook example in the Orion CMP primer tutorial? I appreciate your help. __ Do You Yahoo!? Yahoo! Tax Center -

Re: How can I make orion stop caching my EBs?

2002-04-08 Thread Lachezar Dobrev
Answer: orion-ejb-jar.xml entity-deployment . exclusive-write-access=false ... Lachezar - Original Message - From: Cristian Donciulescu To: Orion-Interest Sent: Monday, April 08, 2002 12:35 PM Subject: How can I make orion stop caching my EBs? Hello, I have an

orion example news app

2002-04-08 Thread @Basebeans.com
Subject: orion example news app From: alt.cybercafes [EMAIL PROTECTED] === Just setup orion example news app and was wondering what the default username and password login into the application.?

SV: Taglib + jsp:include + sendRedirect does not work?

2002-04-08 Thread Anders Callertun
First complete the tag library and then use jsp:include. But that will not do what I want. I want the parsed, compiled and included file be sent as a mail, so it must be in the body of the sendMail-tag. /Anders Callertun Net Entertainment AB

RE: Problem to deploy a application in a war file.

2002-04-08 Thread Linda Lott
try changing default.jsp to index.jsp, or change the config file where you specify the initial page. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTED] Sent: Monday, April 08, 2002 7:12 AM To: Orion-Interest Subject: Problem to deploy a

Re: [orion-interest]CMP/BMP and standard JDBC, speed is of essence

2002-04-08 Thread Simon Stewart
On Sun, Apr 07, 2002 at 01:11:37PM -0700, Jeff Schnitzer wrote: Irrespective of who may be a smarter developer, I can guarantee you that I know a *lot* more about *my* specific business logic than Karl or Magnus. Furthermore, Karl and Magnus are for the most part just implementing a

RE:

2002-04-08 Thread Linda Lott
HI, I have been trying to run this example too with the same error...seems like the users are not set up correctly or something because it isn't allowing anyone in. I wish I knew the problem too! If you come up with something, let us all know! Thanks -Original Message- From: [EMAIL

RE: Taglib + jsp:include + sendRedirect does not work?

2002-04-08 Thread peter_saurugger
the jsp:include action page has access to the JspWriter object only (i.e. serves content), which gets thrown away /throws exception when you do a sendRedirect [you are telling the server not to serve any content, instead go to a different page; technically, sendRedirect causes the server to send

[no subject]

2002-04-08 Thread Cristina Perma
Hi , I have a problem with InterBase and Orion. When I am trying to make a connection to a database, I receive : interbase.interclient.CommunicationException: [interclient] Communication error: A socket exception occurred while trying to establish a socket connection to server

ClassCastException while doing REMOTE ejb lookup from a web module

2002-04-08 Thread kkvarfordt
Hi, I am getting a ClassCastException when I try to narrow a lookup on a remote stateless session bean from a jsp page. My configuration is orion 1.5.4 with an application for the remote stateless session bean and an application for the web module. For testing purposes, I am running under

Re: Problem to deploy a application in a war file.

2002-04-08 Thread Scott Farquhar
[EMAIL PROTECTED] wrote: P.D. do you know any comercial or free tools to admin Orion server? Whilst not a full administration suite, we provide tools that make working with Orion easier. http://www.atlassian.com/software/tools/ Cheers, Scott -- Scott Farquhar :: [EMAIL PROTECTED]

Re: ClassCastException while doing REMOTE ejb lookup from a web module

2002-04-08 Thread Scott Farquhar
Most often this is caused by having a two different compiled versions of your class. Ensure that you have only one copy of the class available to your web-application. If you are using web ejb in the same container, then you can access the classes from the ejb layer in your web app. This

RE: ClassCastException while doing REMOTE ejb lookup from a web module

2002-04-08 Thread Dillon, Ryan
Hi, I had a similar problem, and found the post you mentioned. I followed up with Ashok but apparently he is an OC4J developer and i dont think it has been fixed in Orion :( Regards Ryan -Original Message- From: [EMAIL PROTECTED] To: Orion-Interest Sent: 9/04/2002 7:35 AM Subject: