Re: clustering + ssl together

2001-06-27 Thread Greg Matthews
ew, using your example, i have tried the equivalent of https://localhost/mysecuresite/login which should have gone to port 443. in the effort to look under orion's covers. i've seen a -Djavax.net.debug=all flag mentioned in a previous post by tomas anderson (27.6.01), and gave it a try but

Orion beginer's question

2001-06-27 Thread uenko Ivan
Hi all, I did lot of j2se programming, but a bit new in j2ee. I'm quite common with servlets, but tryed only a few ejb and jndi tasks but in j2ee-ri, where datasources are preconfigured to cloudscape. Please can enybody help me to connect cloudscape, which is quite friendly to me (at least has

Re: SV: Anyone using TogetherSoft TCC with Orion?

2001-06-27 Thread Oisin Kim
Just FYI got htis from Together supportmight concern some of you! Oisin --cut-- There are issues with Together and jdk1.3.1 running on RH7.1. To do this you will need to edit the java wrapper script and add the following lines to the top of the script: LD_ASSUME_KERNEL=2.2.5;export

Re: Cookies larger than 20k

2001-06-27 Thread Joseph B. Ottinger
On Tue, 26 Jun 2001, Orion Developers wrote: We're having problems passing cookies greater then 20k in size. We get a http: 413 error, and the servlets seem to truncate over that limit. There's some seriously debatable value in using cookies over 20k in size. I'd really suggest you

Re: Orion beginer's question

2001-06-27 Thread g vasantha kumar
hi first , hsql has been hand-changed and now source forge takes care of it.u better get it at sourceforge.net.it's good for all demos that come with orion. to get a feel for ejb, try running the petstore demo from java.sun.com on a j2ee server and u'd really appreciate it.and with cloudscape

Re: Prob in Deploying CMP EJB on to orion

2001-06-27 Thread Ray Harrison
State your abstract-schema-nameSomeAppropriateName/abstract-schema-name for your entity EJBscheck out the ejb 2.0 latest-latest spec --- struts orion [EMAIL PROTECTED] wrote: Hi we got the following error while deploying the CMP EJB with the name 'Test20Cmp' available at

url forbidden

2001-06-27 Thread Karri Niemelä
I'm trying to deploy a simple web application to orion (made with sun's j2ee tool) It goes in fine and all the binding etcetc works, but then I get 403 url forbidden error ,when trying to look at that url. The web application is just made out of one servlet (simple helloworld thingy) is this A)

Urgent: SSL - BigIP - Apache - Orion : Page Not Found

2001-06-27 Thread Ozzie-Mailing Lists
The problem is that we receivean intermittent"Page Not Found" error on IE 5.5 and greater when using BigIP with SSL and Orion as the server. If we click the refresh button on the browser, the page actually renders correctly. The SSL is being done by the BigIP and not Orion. Has anyone ran

RE: Orion beginer's question

2001-06-27 Thread Lou Farho
data-source class="com.evermind.sql.DriverManagerDataSource" name="Cloudscape" location="jdbc/CloudscapeCoreDS" xa-location="jdbc/xa/CloudscapeXADS"

RE: Max-tx-retries...

2001-06-27 Thread Lou Farho
You should search the mail archive and www.orionsupport.com first to look for answers. This has been cover. Orion will always generate a new orion-ejb-jar.xml what you need to do is make a copy in your source tree somewhere. Make your mods. Then add the file to your ejb jar. Orion will look

Re: Orion beginer's question

2001-06-27 Thread Sergei Batiuk
Hi Ivan, I connect to cloudscape using rmi-jdbc bridge. To get started you need to do the following: 1. Setup datasources.xml 2. Put RmiJdbc.jar to the %ORION-DIR%/lib folder 3. Use cloudscape connection by obtaining the javax.sql.DataSource from JNDI. 1. Put into the datasources.xml the

RE: Orion beginer's question

2001-06-27 Thread Michael J. Cannon
RE: First, hsql has been hand-changed and now SourceForge is taking care of it... Link is http://hsqldb.sourceforge.net or http://www.hsqldb.org Now, the above observation by Mr. Kumar is not entirely true. The author of hsql/HypersonicSQL, Thomas Mueller, was maintaining his code at

HELP on MessageDrivenBeans

2001-06-27 Thread Eugen Bulboaca
Could anybody please describe once and for all ALL the steps required in deploying an MDB under Orion ?! It's not normal, you write the code in 5 minutes and you styruggle one day or more to do the deployment :(( ! Here's what I have tried - with no success in having the bean to react : 1.

RE: HELP on MessageDrivenBeans

2001-06-27 Thread elephantwalker
Eugen, Take a look at the atm example. It uses a jms ejb. You will have to unpack the ear to get to the bean, but its there. Atm is in the demo directory. Regards, the elephantwalker .ps did you uncomment the jms-config tag in server.xml? -Original Message- From: [EMAIL PROTECTED]

MDB in orion 1.5.2

2001-06-27 Thread Tim Pouyer
hey all, I have been trying to get mdb to work in orion1.5.2 I have sucessfully created and deployed my bean and have set up the orion specific orion-ejb-jar.xml file to look at my 'jms/IncomingTopic' topic and 'jms/PrimaryTCF' topicConnectionFactory from my jms.xml file. I put a couple

RE: test

2001-06-27 Thread elephantwalker
Kevin, I have noticed this also. I have also noticed that email which is plain-text is more likely to be posted than html email. Regards, the elephantwalker -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of kevin1 Sent: Wednesday, June 27, 2001 11:09

RE: HELP on MessageDrivenBeans

2001-06-27 Thread Eugen Bulboaca
I did look at the ATM example. That's the thing : in ATM the message driven bean does not declare ANY topic or connection factory. Only the publishing session bean declares them. Now, how do they make the connection between the MDB and the topic/topicConnectionFactory declared by the publisher ?

-deploy -parent name not setting parent attribute on application element

2001-06-27 Thread Trujillo, Kris
I have noticed that when running java -jar admin.jar serverinfo -deploy -parent parentname -file ... does not set the parent attribute on the application element in the server.xml. This causes JNDI lookups to beans in the parent from the child to fail after the server has been restarted. Has

RE: MDB in orion 1.5.2

2001-06-27 Thread elephantwalker
Look at bug 512. Your orion-ejb-jar.xml is being overwritten by orion because of a double-deploy issue with some ejb's. Look at the orion-ejb-jar.xml in the deployment directory, make sure it is the one you put in the ejb.jar. This doesn't seem to be a problem with version 1.5.1 and earlier.

Re: Cookies larger than 20k

2001-06-27 Thread mascolino . mr
This page from Netscape: http://home.netscape.com/newsref/std/cookie_spec.html states that you shouldn't expect clients or severs to deal with cookies over 4k in size. It even suggests that cookies longer than that should be truncated. Not sure if there is a relevant RFC that supercede this

Re: clustering + ssl together

2001-06-27 Thread Greg Matthews
nice one. since the purpose of the work we've both been doing is to get a clustered SSL setup going, would it be worth adding something to the bug report? i.e. which asks karl and magnus very nicely to see if they can create a clustered SSL setup? greg - Original Message - From:

Re: MDB in orion 1.5.2

2001-06-27 Thread Tim Pouyer
ok, finaly got my mdb working, it took me ten minutes to write and a whole day to deploy. You gotta love j2ee. So here is my little tidbit of knowledge for all of you that are currently feeling what was my frustration about an hour ago. Steps to deploy message driven been in orion1.5.2

Configuring Orion to use CocoBase

2001-06-27 Thread Evan Jehu
Hi All, I hope this is not a really stupid question but has anyone used CocoBase with Orion as I am having some trouble configuring and using it. I know it is not one of the CocoBase supported servers but I have created the CocoDeploy.jar file (including license.properties) and added it to

How to bind entityBean's cmp-field attribute with DataBase table' field?

2001-06-27 Thread jacker54
Hi, I am transfer my application from weblogic to orion platform. I encounter some problem with entityBean. How can I bind entityBean's cmp-field attribute with DataBase table' field. my ejb_jar.xml is

Test

2001-06-27 Thread Orion
Test -- Aaron Scott-Boddendijk +64 7 838 3371 VOICE +64 7 838 3372 FAX e-Mail: [EMAIL PROTECTED]

RE: MDB in orion 1.5.2

2001-06-27 Thread Mike Cannon-Brookes
Tim, Do you mind if we take this document and put it up on OrionSupport.com ? We'll gladly attribute you / your company as the author. Cheers, Mike Mike Cannon-Brookes - Founder, Core DeveloperOpenSymphony - http://www.opensymphony.com"The Open Source J2EE Component Project" Latest