FORM based login ACTION

2000-09-19 Thread Guilherme Ceschiatti
Hi! I'm having problems in loging into my application. I'm using FORM based login, with a form with the ACTION="j_security_check". When I submit the form, Orion just replies: 404 Not Found Is it a bug? How do I fix it? []s Guilherme Ceschiatti [EMAIL PROTECTED]

RE: not about Orion, some JDBC questions...

2000-09-19 Thread Khan Kamran
Title: RE: not about Orion, some JDBC questions... Hi Robert, Actually these interfaces are implemented by the jdbc driver developers. for examples oracle gives you a thin driver so all the jdbc interfaces  are implemented by oracle . Kamran -Original Message- From: Robert Krueger [

clustering problem

2000-09-19 Thread chenbin
hello everyone: when i try to clustered two orion server ,i have some problem. three computers run's orion and loadbalancer also is: 1) nts 4 + sp6a ,IE 5.01 2)sun jdk1.3 + hotspot 2.0 server version, 3)orion version 1.3.3 and 1.3.5 4)in my lan have a proxyserver : winproxy version 3.0 r1i. when

Re: NULL/NOT NULL with autocreated tables

2000-09-19 Thread Porfiriev Sergey
The best way not to use tables autogeneration at all Make optimal schema, write table api beans for your schema, write application beans - Original Message - From: "KirkYarina" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Tuesday, September 19, 2000 12:33 PM Subject

RE: Need some ideas

2000-09-19 Thread Duffey, Kevin
I haven't heard of it done this way. My understanding is that you would have 1 (or more if clustering) front-end web server/servlet/jsp engine on the front tier. They would communicate with the middle-tier orion app servers for ejb stuff. There you would have one or more clustered for fail-over.

Need some ideas

2000-09-19 Thread BAC10000
Dear all Has anyone been able to set up 2 orion servers for EJB ? Server A has all modules, while Server B is just a client to it. I want to use Server B as servlet client to connect to Server A. Is it possible and efficient to set up a distributed system like this using orion servers ? How

RE: ATM example with PostgreSQL

2000-09-19 Thread Guilherme Ceschiatti
On Fri, 15 Sep 2000, Arved Sandstrom wrote: > Hi, Guiga Hi! Thanks for your attention. I used to had the "null problem" too, but I fix it changing null="null" to null="", as you said. Now, remains a error message saying: ERROR: parser error at or near ")" . Any hint to fix it? > What's the na

Wap & url rewriting

2000-09-19 Thread Sven van 't Veer
In the code below, Orion automatically rewrites the URL, creating a wrong link in the celphone. Is this rewriting default behaviour, and how can i undo this? <% if (checkBean.getContas() != null) { %> contas encerradas

RE: Deletes with Complex OR Mapping

2000-09-19 Thread BSmith
What about the case where you are replacing a child. Example: Adding to a collection or removing from a collection. -Original Message- From: Nick Newman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 19, 2000 2:10 PM To: Orion-Interest Subject: Re: Deletes with Complex OR Mapping H

RE: Online Orion Support

2000-09-19 Thread Joseph B. Ottinger
Um, www.orionsupport.com is not an official support channel. What's more, I'm in the process of rewriting the back end to make it easier to use for all and sundry. On Tue, 19 Sep 2000, Kevin Duffey wrote: > www.orionsupport.com > > What seems to be the problem? >

Re: Deletes with Complex OR Mapping

2000-09-19 Thread Nick Newman
Hi Bill, Inside the ejbRemove method (which is called automatically by the container) just ask it to remove the "child" beans. Nick At 01:24 PM 9/19/00 -0400, you wrote: >Is there a way to instruct the container to delete ejbs referenced from >parent ejbs that are being deleting (something like

Obscure JMSException

2000-09-19 Thread Vlad Petric
I get a: java.lang.NullPointerException at java.io.DataOutputStream.writeUTF(DataOutputStream.java:317) at com.evermind.server.jms.b5.(JAX) at com.evermind.server.jms.b0.start(JAX) at Subscriber.(Subscriber.java:33) at Subscriber.main(Subscriber.java:75) w

RE: Online Orion Support

2000-09-19 Thread Kevin Duffey
www.orionsupport.com   What seems to be the problem? -Original Message-From: Sanjay [mailto:[EMAIL PROTECTED]]Sent: Tuesday, September 19, 2000 2:11 AMTo: Orion-InterestSubject: Online Orion Support Hello there , Is there any online Orion support available? We hav

Deletes with Complex OR Mapping

2000-09-19 Thread BSmith
Is there a way to instruct the container to delete ejbs referenced from parent ejbs that are being deleting (something like a cascading delete) when using CMP? If not, What is the best way to do this, expecially if you are passing a value object passed in through a session bean (Details pattern @

RE: User/Group manager guide

2000-09-19 Thread Arved Sandstrom
Well, what I've tried is your suggestion from a few days ago to do exactly that. I have a number of roles, and to use one ("agents") as an example, I have "agents" specified as a group in principals.xml, and also mapped in orion-application.xml and the relevant orion-ejb-jar.xml, as well as appear

NULL/NOT NULL with autocreated tables

2000-09-19 Thread KirkYarina
I'm using orion-ejb-jar.xml to define many of the characteristics of our applications database table fields, and am unable to determine how I can specify NULL/NOT NULL constraints for these fields. I rtfm (such as it is) and looked at the orion-ejb-jar dtd, and couldn't find an answer. We

SSL Slow and precompiled JSPs?

2000-09-19 Thread Mike Fontenot
Has anyone else noticed that when you first start executing SSL protected code, displaying that first page takes a long time? I know that SSL requires server/client key generation/handshaking but I'm wondering if a server installation such as Orion (JSSE?) would benefit from hardware accelera

Re:

2000-09-19 Thread Nick Newman
Sorry James, I didn't realize that you were working with a remote client. I'm not the guy to be helping you with that... Nick At 07:34 PM 9/19/00 +1000, you wrote: >On Mon, 18 Sep 2000 08:54:01 -0600, you wrote: > >Hi Nick, > >Um...I cannot have it as the same app...this is what my system look

RE: User/Group manager guide

2000-09-19 Thread Nick Newman
Hi Arved, Can I suggest you try the following. In the ejb-jar.xml file that specifies the ejb security, specify the GROUP name instead of the ROLE name. (Even though that's the wrong thing to do.) Then delete the orion-ejb-jar.xml file (to get rid of the old references to the role name that are

Re: Doubts on finder methods & orion-ejb-ar.xml

2000-09-19 Thread Nick Newman
Hi Sven, The field names should be the "name", not the "persistence-name". So you should use "$1 = $_fantasia". You can check this by viewing the generated SQL after deployment. I'm not sure about the LIKE construction - but it sounds reasonable. Nick At 10:23 AM 9/19/00 -0300, you wrote: >I

Using JMS from an Applet

2000-09-19 Thread Andrew Panagos
Is it possible to use Orion's JMS implementation from an applet. I know Fiorano does have classes you can use. If not are there any plans to ? Are there any good messaging alternatives ? I have used TIBCO quite extensively and it is a good product but a bit on the expensive side. Thanks Andrew

SSL Help required Urgent

2000-09-19 Thread Sanjay
  I am facing a problem with Installing the Global certificate purchased from Verisign there is no proper help and the help available is not sufficient   I have installed the certificate on the server but when we get the site certificate alert messagebox it shows that the certificate is i

RE: User/Group manager guide

2000-09-19 Thread Arved Sandstrom
I'm looking forward to docs and examples myself. One thing that I've noticed, after copious experimentation with the DataSourceUserManager, is that the group <=> mapping is somewhat deficient. In other words, I have my users and groups tables set up, and I've made suitable mods and adjustments to

Doubts on finder methods & orion-ejb-ar.xml

2000-09-19 Thread Sven van 't Veer
I have a couple of doubts concerning the tag. specifically, I would like to implement a query like "select * from table where field LIKE '%value'" Considering I have: in my orion-ejb-jar.xml. and the docs tell me: I suppose (not really clear in the docs) that $1 is th

Re: not about Orion, some JDBC questions...

2000-09-19 Thread Sanjay
You just need to implement in your new interface and import into your class file i hope this should work - Original Message - From: "³¯§Ê¹Å" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Tuesday, September 19, 2000 12:19 PM Subject: not about Orion, some JDBC question

RE: session and authenthication management (fwd)

2000-09-19 Thread Magnus Rydin
Title: RE: session and authenthication management (fwd) Hi Truong. In the web.xml you specify what page to use as a login form and a aditional login error form. Then you just make sure that you protect the rest of your pages. As there is no action in the FORM tag on the login page, whatever UR

Running servlets/jsps with security restrictions

2000-09-19 Thread Vlad Petric
Is Orion able to run jsp pages/servlets in threads with security restrictions (different permission, maybe a different SecurityManager)? My idea was to somehow change the generated servlet code for a JSP and remove permissions at the beginning and put them back at the end Vlad

Re: not about Orion, some JDBC questions...

2000-09-19 Thread Robert Krueger
not trying to be an ***hole here but could you please post these questions to an appropriate forum (comp.lang.java.?) instead of one dedicated to issues regarding the use of orion application server. thanks, robert p.s.: doesn't really make a difference if you "warn" about that in the subjec

Re: Online Orion Support

2000-09-19 Thread Karl Avedal
Hello, Orion-interest is not an official support channel, it's for discussion among the orion user community. Regards, Karl Avedal "J.T. Wenting" wrote: > AFAIK this is it... > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of >

session and authenthication management (fwd)

2000-09-19 Thread Joseph B. Ottinger
More stuff sent to me and not the list. :) --- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.com/~joeo HOMES.COM Developer -- Forwarded message -- Date: Mon, 18 Sep 2000 19:50:05 +0200 From

RE: 413 Request Entity Too Large

2000-09-19 Thread J.T. Wenting
please turn of capslock... -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of SanjaySent: Tuesday, September 19, 2000 12:20To: Orion-InterestCc: [EMAIL PROTECTED]Subject: Re: 413 Request Entity Too Large ERROR DUE TO oRION BUG USE LATEST

Re: not about Orion, some JDBC questions...

2000-09-19 Thread Ishpal
Hi, The implementation of these interfaces is given by jdbc driver vendor. If you see the source code given by the vendor, u'll find classes instead of interfaces... Hope this helps (if i'm not wrong ) Bye, Ishpal ³¯§Ê¹Å wrote: > > Hello: > > 1. I view the source code of java.sql.* >foun

RE: Online Orion Support

2000-09-19 Thread J.T. Wenting
AFAIK this is it... -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of SanjaySent: Tuesday, September 19, 2000 11:11To: Orion-InterestSubject: Online Orion Support Hello there , Is there any online Orion support available? We have

not about Orion, some JDBC questions...

2000-09-19 Thread 陳廷嘉
Hello: 1. I view the source code of java.sql.* found Connection, ResultSet are Interface. I feel confuse where and how java implements those Interface really ? 2. I want extend functions of ResultSet like add new method, How should I do it ? Thanks in advance. bubble chen(2000/9/15 AM

RE: Accessin EJB from a stand alone client.

2000-09-19 Thread Peter Delahunty
create a file called jndi.properties and put it in your class path. the content of the the JNDI should look something like this. java.naming.factory.initial=com.evermind.server.ApplicationClientInitialCont extFactory java.naming.provider.url=ormi://localhost/MyApp java.naming.security.princ

Re: 413 Request Entity Too Large

2000-09-19 Thread Sanjay
ERROR DUE TO oRION BUG USE LATEST VERSION - Original Message - From: Mike Cannon-Brookes To: Orion-Interest Cc: [EMAIL PROTECTED] Sent: Tuesday, September 19, 2000 9:59 AM Subject: 413 Request Entity Too Large Sometimes I get this as the result of a

Re: Online Orion Support

2000-09-19 Thread Karl Avedal
Hello Sanjay, I am unable to find any support request from you (or any mail from you to the support@ address). To get support, follow the instructions you got when you bought the license (mail [EMAIL PROTECTED] with your customernumber in the subject). If you have already done so but the mails f

Re: Accessin EJB from a stand alone client.

2000-09-19 Thread Dave Smith
Try http://www.orionsupport.com/jndi-ejb.html   Martin Andersson wrote: Please give me som pointers. I'm stuck in my work due to this problem... I would like to know how to use a standalone client to access EJB in Orion. I have no problem using these beans from a JSP-page within Orion but tryin

RE: Accessin EJB from a stand alone client.

2000-09-19 Thread J.T. Wenting
see the demo-applications and stop using ugly background-colors...   J.T. Wenting[EMAIL PROTECTED]Murphy was wrong, things that can't go wrong will anyway -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Martin AnderssonSent: Tuesday, Sept

Online Orion Support

2000-09-19 Thread Sanjay
Hello there , Is there any online Orion support available? We have a licensed  verison of Orion but still i am unable to get support.   thank you Cheers    

Re:

2000-09-19 Thread James Ho
On Mon, 18 Sep 2000 08:54:01 -0600, you wrote: Hi Nick, Um...I cannot have it as the same app...this is what my system looks like... EACH supplier, will have a EJB deployed, which can be called from this 'virtual supplier'. So the EJBs are deployed at the supplier's side, wheras the servlet is

Re: 413 Request Entity Too Large

2000-09-19 Thread Magnus Stenman
For general instructions on how to find what you want but applied to this specific scenario: 1. Go to http://www.orionserver.com/ 2. Click "bugzilla". 3. Click "Query...". 4. Select all bug statuses (new, closed, etc). 4. Enter "Request Entity Too Large" in the description field. 5. Submit. 6. Cl

Accessin EJB from a stand alone client.

2000-09-19 Thread Martin Andersson
Please give me som pointers. I'm stuck in my work due to this problem...   I would like to know how to use a standalone client to access EJB in Orion. I have no problem using these beans from a JSP-page within Orion but trying to access them from outside Orion doesn't work. It has something

Re: CMP java.util.Date property on Postgres

2000-09-19 Thread Markus Holmberg
On Mon, Sep 18, 2000 at 07:31:56PM +, [EMAIL PROTECTED] wrote: > I have an entity bean that contains a java.util.Date property. Creating > works fine, but when I using a finder method, I get the following error: > > com.evermind.server.rmi.OrionRemoteException: Database error: Bad Timestamp

413 Request Entity Too Large

2000-09-19 Thread Mike Cannon-Brookes
Sometimes I get this as the result of a jsp page "413 Request Entity Too Large" Reloading seems to fix it - why does this occur? Is it an Orion bug or a malformed request? Surely the former if reloading fixes it? Network problem?   Mike   __

RE: User/Group manager guide

2000-09-19 Thread Michael Mok
Jason Thanks for the reply. I was confused with the word "already" and "being written". Regards, Michael Mok -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jason Rimmer Sent: Tuesday, 19 September 2000 14:45 To: Orion-Interest Subject: Re: User/Group