RE: orion 1.3.8 on linux - spawning multiple java processes

2001-10-02 Thread Justin Wood
You can change this by selecting green threads instead of native threads when you run your jvm. Check this out http://java.sun.com/products/jdk/1.1/packs/native-threads/README and then do a search on linux and green threads to get something more specific to Linux. Justin -Original

Newbie - what about EJB 2.0 with Orion?

2001-10-02 Thread Jacek Bialecki
Hello everybody. I'm trying to deploy "cmpcustomer" application downloaded from Sun. It's implementation of CMP 2.0 - it introduces local interfaces. While deploying I get a message: "unknown etitiy subtag: local-home". Does Orion support local interfaces? Or - more generally - what features of

RE: Problems with CMP/MySQL

2001-10-02 Thread Roozbeh Ghaffari
Dear Michael, I have set the schema attribute of my datasource to mysql.xml (which I have written myself). In this file I can only set datatype mappings. I can't tell Orion what are the literals for True or False. tnx, Roozbeh/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

MAPPING MORE THAN ONE WEB RESOURCE TO SECURITY ROLES

2001-10-02 Thread David Bonilla
I have protected my Application with declarative security and all works properly. When somebody try to access the Main Page, the Basic Authentification turn on. That´s good. I have also protected methods and mapped it with roles. Now... I want to protect a second web recourse, a .js

Q: Which jdbc JNDI location should I use for my CMP EJBs?

2001-10-02 Thread Lachezar Dobrev
Hello. I've been poundering on this question for quite some time, and even if I look stupid I have to ask it now. Sorry, if this seems dumb. data-sources.xml data-source class=com.evermind.sql.DriverManagerDataSource name=Hypersonic location=jdbc/HypersonicCoreDS

RE: MAPPING MORE THAN ONE WEB RESOURCE TO SECURITY ROLES

2001-10-02 Thread Hani Suleiman
Please cut out the caps from your subject lines, it's much like shouting, and people who get shouted might be less inclined to help! --- Original Message --- From: David Bonilla [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Date: 10/2/01 5:45:15 AM I have protected my Application with

Re: Newbie - what about EJB 2.0 with Orion?

2001-10-02 Thread Ray Harrison
Jacek - Orion has only partial support for EJB 2.0 based on an earlier PFD document. Local interfaces are not part of the Orion build just yet but will be in the coming months I am sure. Cheers Ray --- Jacek Bialecki [EMAIL PROTECTED] wrote: Hello everybody. I'm trying to deploy cmpcustomer

AW: Newbie - what about EJB 2.0 with Orion?

2001-10-02 Thread Toni Menzel
Hey Jacek, That's a good question! I'm still waiting for the answer , too! The current version 1.5.2. supports only EJB 2.0 Public Draft partially. There's nothing about the final draft out since august 17th! (ejb spec. 2.0) So: IS ANYBODY OUT THERE WHO KNOWS IT ?? hopefully, Toni Menzel $ cd

Re: Design strategy

2001-10-02 Thread George Mardale
Hello Owen, Thank you for your kind response. Yesterday, while waiting for a response on the Orion mailing list, we thought of a design somehow close to yours. We thought that using 3 different tables (ClassRoles, GroupRoles, UserRoles) was a good ideea. But today, we came up with a solution

NullPointerException and DataSource

2001-10-02 Thread Perry Hoekstra
Greet the sun all: I am trying to execute a Oracle query using a data source an I am receiving the following NullPointerException: testCreateAuditLog(com.ingenix.hisit.subrotrack.test.audit.ejb.AuditLogTest)java.lang.NullPointerException at

RE: Design strategy

2001-10-02 Thread Shields James
Owen You're design looks to handle the problem well. You can even adapt it slightly to get the database to help you with referential integrity. However, what you are doing is handling the inheritance manually. (This is not intended as a criticism.) EJB does not give you any support to do this.

Form-based login

2001-10-02 Thread Juha Paananen
Hi! In WebLogic 6, the j_security_check recognizes a parameter j_target_url. I don't think this is part of the J2EE spec, but a WebLogic feature instead. Do you know if there's an equivalent to this in Orion? At least, this j_target_url doesn't seem to work. I need this in a website where

When will Orion support IIOP ? What to use today ?

2001-10-02 Thread J.D. Bertron
Does anyone know when orion will support IIOP ? What can I use today to access Orion EJBs from a C++ app ? J.D.

Re: Design strategy

2001-10-02 Thread Daniel Lopez
Hi George, I don't know about EJB, as we don't use them, but having an extra table to represent an n-m relationship is a well stablished technique when designing relational databases. AFAIK there's no other way to do that while providing db-enforced consistency and avoiding redundancy. You

JSP Tags

2001-10-02 Thread Shah, Ritesh
Hi, I am having problem in passing argument to a Tag. I have created a Tag and it works fine. When I pass hardcoded argument to the Tag it works fine. But my JSP requries the data to come from a request which is dynamic with user input. So I have a problem passing JSP Variable data as input

RE: orion 1.3.8 on linux - and Memory leaks in general

2001-10-02 Thread Curt Smith
3)Leaks,leaks,leaks. Yes there are leaks in Orion. We've run into a very nasty one that no one seems to know why it happens. It's got to do with JMS. For some reason Property objects don't get cleaned up. As such, memory usage will keep on going. We are trying one way of dealing with

AW: Form-based login

2001-10-02 Thread Jan Heise
hi juha, regarding your last paragraph, i think this is the intention of the servlet-spec - and the only real usage. all other types of login should be done differently but not via j_security_check. jan -- Jan Heise / Tel: +49-163-4803237 / E-Mail: [EMAIL PROTECTED] -Ursprungliche

RE: Design strategy

2001-10-02 Thread Simon Evans
george, this design issue should not be dependant on orion or any application server. orion can help becuase it supports ejb 1.1 and partially ejb 2.0. so there are a few options, you could write custom entites to manage the relationships, use ejb 1.1 or ejb 2.0. doing an ejb 2.0

Finder query problem.

2001-10-02 Thread J.D. Bertron
Hi, I'm not sure what the problem is, since I am using a non-partial query to rteturn all 3 attributes of the bean. Is there a requirement that they be named the same ? This is the error I'm getting from the server: Auto-deploying kona-ejb.jar (Classes were updated)... Error compiling

RE: JSP Tags

2001-10-02 Thread Fyffe Carl
This is a known bug. Basically, the work around that I have found is to create a single String before passing the dynamic data to the tag. Given that your dynamic data is going into a String called file, if you try to do this: blah:blah path=/path/to/some/%=file% / It doesn't work. But if you

test

2001-10-02 Thread Kamal Kishore
test __ Do You Yahoo!? Listen to your Yahoo! Mail messages from any phone. http://phone.yahoo.com

Recieved Messages in Write/Only Mode???

2001-10-02 Thread Stephen Davidson
Greetings. I am using Orion 1.5.2 and Java 1.3.1. I am trying to send a MapMessage to a MessageDrivenBean. When the MDB receives the message, it throws an exception saying the message is in Write mode(see attached). Is there an issue with the Orion JMS functionality and Mapped Messages? This

RE: Q: Which jdbc JNDI location should I use for my CMP EJBs?

2001-10-02 Thread Dobromir Tzankov
In your case you need to use HypersonicDS in orion-ejb-jar.xml. Dobromir Lachezar Dobrev [EMAIL PROTECTED] wrote: Hello. I've been poundering on this question for quite some time, and even if I look stupid I have to ask it now. Sorry, if this seems dumb. data-sources.xml

RE: Design strategy

2001-10-02 Thread Alex Paransky
1) It seemed to me that a class was merely a container of N groups. From your example, it seems that group (chemistry professor) was just a sub-group of a group called (Professor). In other words: Professor | +-- Chemistry Professor I was not aware of other fields in the Class, and this was

Equivalent to Apache's mod_usertrack?

2001-10-02 Thread Larry Velez
Title: Equivalent to Apache's mod_usertrack? Hi all, I wanted to know if there is an equivalent to Apache's mod_usertrack for J2EE/Orion? I would hate to have to put Apache in front of Orion just for this but we are having issues trying to reflect a unique visitor in the weblogs.

RE: Equivalent to Apache's mod_usertrack?

2001-10-02 Thread The elephantwalker
Title: Equivalent to Apache's mod_usertrack? Larry, You can of course create a cookie, and put it into your client's machine. See the servlet spec and api...this is relatively easy to do with Orion and a filter. Regards, the elephantwalker www.elephantwalker.com -Original

recursive calling from servlets

2001-10-02 Thread EXT-Vaze, Vinay G
I have a servletA calling ServletB via an URL. If I click, I find that the doGet() method from ServletA gets called recursively. Is there a fix to this problem. -- Vinay Vaze M/S : 7H-80 Phone : (425)-865-2929 Email : [EMAIL PROTECTED]

RE: Problem implementing Custom User Management using SimpleUserManager

2001-10-02 Thread Jeff Schnitzer
I am also experiencing this - no matter what I try (and I'm pretty sure I've tried everything), I cannot get an application client user to log in using a custom user manager (either SimpleUserManager-derived or DataSourceUserManager). Note that the application client logs in just fine using

RE: Form-based login

2001-10-02 Thread The elephantwalker
resend...fourth time didn't catch ;. -Original Message- From: The elephantwalker [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 02, 2001 4:34 PM To: Orion-Interest Subject: RE: Form-based login resend...third time didn't catch ;(((. -Original Message- From: The

ejbLoad is getting called during a transaction

2001-10-02 Thread Alex Paransky
I have a piece of code that looks like this: debug(Before); for (int i = 0; i values.length; i++) programValueEntityHome.create(us, attribute, values[i]); debug(After); For some reason an ejbLoad is sneaking into the picture. As you can see from the following output, when Before prints

RE: Equivalent to Apache's mod_usertrack?

2001-10-02 Thread Mike Cannon-Brookes
Of course there is a far better way to do this. - turn on cookie based sessions (which are on by default) - you then have a jsessionid cookie given to all users, which tracks by session - therefore add $cookie:[jsessionid] into your format string of your access log Done! No filters, no custom

or-mapping - cmp fields - finder methods - a problem

2001-10-02 Thread Mayssam Sayyadian
hi, i've an entity bean named Test, in which i've put a cmp field named difficulty of a class tpye DifficultyLevel. I've definded difficulty in orion-ejb-jar.xml as fields cmp /field everything is fine when i create, remove, load, store, etc. to Test. BUT, when i try to use