unsubcribe

2001-03-15 Thread Eyal Litman (Kamoon IL)
Title: unsubcribe unsubcribe

Re: Hypersonic website / docs

2001-03-15 Thread Jay Armstrong
Try http://sourceforge.net/projects/hsql/ The very bright guy who was doing HSQL development, Thomas Mueller, had to move on to other things. There's been some talk about trying to continue maintaining HSQL -- if you're interested, let me know. Jay Armstrong [EMAIL PROTECTED] At 02:38 PM

RE: Hypersonic website / docs

2001-03-15 Thread Chris Woods
I don't have any information for you about the Hypersonic site. I do, however, have a link to a great tool, if you don't mind using a swing-based java app. http://www.ideit.com/products/dbvis/ (Just checked, hypersonic website down from here too) -Original Message- From: [EMAIL

Bugvoting doesn't work...

2001-03-15 Thread Henrik Kniberg
I tried to vote for bug 260 (message-driven beans don't receive messages from topics), and got this: Use of uninitialized value at /home/httpd/html/bugzilla/doeditvotes.cgi line 37 (#1) (W) An undefined value was used as if it were already defined. It was interpreted as a "" or a 0, but maybe it

RE: Orion Team Needs New List Software

2001-03-15 Thread Julian Richardson
Someone desperately needs to replace the list software currently hosting the Orion-Interest mailing list. This is really getting out of hand. It's bad enough that everyone who posts gets messages like this from natch.se... but now they're echoing to the list

How to use CMP to find by custom types...

2001-03-15 Thread Alex Paransky
I am trying to implement Collection findByTarget(Target t) throws FinderException, RemoteException, method using Orion's CMP. My target is defined as follows: public class Target implements java.io.Serializable { private long id; private String for; ... public long getId() {return

RE: Inconsistent EJB JNDI Locations

2001-03-15 Thread Margulies, Adam
Title: RE: Inconsistent EJB JNDI Locations A related point? (I'm new to this and a bit confused) Purely as an academic exercise I tried to access my EJB from an external application. The Orion documentation on this is sparse to non-existant :( What ended up working for me is the

RE: Why is Hypersonic SQL still being integrated

2001-03-15 Thread Julian Richardson
I'm willing to take over maintenance/development on this. Are people interested in keeping it alive (I know I am)? Well I'm interested in it being kept alive for all the obvious reasons stated on the list - small, free, relatively fast (for small projects anyway by

RE: Problem in Executing the First Example given in the Orion taglib-tutorial Documentation !!

2001-03-15 Thread Arved Sandstrom
Hi, Jay I'm a "volunteer" on this list also, FWIW. I'm certainly a regular reader, and I know and appreciate who posts what and when. I am no longer directly associated with Orion here at work - we use it for development, but because it is too inexpensive we can't use it for production (no, I am

unsubcribe

2001-03-15 Thread Eyal Litman (Kamoon IL)
Title: unsubcribe unsubcribe

Exception occurs when client is first started after orion restart...

2001-03-15 Thread Alex Paransky
I start Orion 1.4.7 and then run my client. I get an exception. I run the client again, this time it works correctly. The client does not have any persistent state, so the "SAME" code and functions are executed every time. The following trace shows, the first time I run, and then the second

Common access method for homes...

2001-03-15 Thread Alex Paransky
I am trying to create a class than can be used to access the home of a particular bean. For example, if I have an EJB called UserEntity, I would create a special class called UserEntityHomeFinder which can be used to easily obtain a home: public class UserEntityHomeFinder { private static

Re: connection pooling

2001-03-15 Thread James Halloran
You need to include pooled-location="jdbc/OraclePooledDS" and look up "jdbc/OraclePooledDS" in the EJB or servlet. From: Ugur Karakaya [EMAIL PROTECTED] Reply-To: Orion-Interest [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Subject: connection pooling Date: Wed, 14 Mar 2001 22:13:57

RE: Problem in Executing the First Example given in the Orion taglib-tutorial Documentation !!

2001-03-15 Thread Jay Armstrong
Hi Arved, Good points. Perhaps all these mail issues are growing pains. What we need is more Orion humor. When you're up to your ears in alligators, it's tempting to kill ants with sledgehammers. How about that for a mixed metaphor? Also, I've seen the "too inexpensive" paradox with some

AW: Orion Team Needs New List Software

2001-03-15 Thread gerrystarr
un subcribe -Ursprngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von Mike Cannon-Brookes Gesendet: Donnerstag, 15. Mrz 2001 04:02 An: Orion-Interest Betreff: RE: Orion Team Needs New List Software For those interested, the mailing list software behind

Servlet Parameters

2001-03-15 Thread Chuck Butkus
I am having a problem with servlet parameters. My servlets gets parameters when I put Orion in debug mode and put it directly under the "/orion/default-web-app/WEB-INF/classes/" directory, but the parameters don't come through when I put it in a web application. Has anyone else seen this

Problems with JNDI lookups of ejb-ref-name defined in application-client.xml from a client application...

2001-03-15 Thread Alex Paransky
I have a client application which has META-INF with the following application-client.xml definition: application-client ejb-ref ejb-ref-nameejb/id/ejb-ref-name ejb-ref-typeSession/ejb-ref-type homecom.indnet.model.id.IdSessionHome/home remotecom.indnet.model.id.IdSession/remote

Removal of SBs from expiring HTTP sessions ...

2001-03-15 Thread Gerald Gutierrez
I posted this msg this morning, but I haven't seen it appear on the list yet. I'm reposting in case it was lost ... Session beans (SBs) must have their remove() methods called in order to "clean up" and return to an app server's object pool. I believe one common use of SBs is to create them

RE: Removal of SBs from expiring HTTP sessions ...

2001-03-15 Thread Mike Cannon-Brookes
Can't you just make the SB a HttpSessionBindingListener and implement valueUnbound() ? -mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Gerald Gutierrez Sent: Friday, March 16, 2001 9:33 AM To: Orion-Interest Subject: Removal of SBs from

offtopic: Path issues

2001-03-15 Thread SCOTT FARQUHAR
When I have multiple web applications running on the one server - I'm having problems referencing files in other directories. eg - I can't use "/images/anImage.gif" because that references the document root. I can use "%= request.getContextPath() %/images/anImage.gif" ,but that gets tedious.

RE: Removal of SBs from expiring HTTP sessions ...

2001-03-15 Thread Tim Endres
Does that actually work in the remote EJB model; I mean through the stubs? If not, the servlets using the sessions could just as easily listen and in turn inform the SB's. tim. Can't you just make the SB a HttpSessionBindingListener and implement valueUnbound() ? -mike -Original

Empty Cookies dont work in Orion 1.4.5

2001-03-15 Thread Jim Carroll
Cookies set as either empty or null as in the following: cookie1 = new Cookie("Name1",null); cookie2 = new Cookie("Name2",""); ... both fail in Orion 1.4.5. I'm not sure if this is fixed in 1.4.7 or not but it seemed serious enough to report on. Orion correctly SENDS the cookies to

RE: offtopic: Path issues

2001-03-15 Thread Mike Cannon-Brookes
Mr Farquhar, You must always use rcp (or %= request.getContextPath() %) in front of every path to make your web app fully portable. It may be tedious but there's no other way around it besides making every path relative (which is sometimes not possible with include files etc) In stylesheets and

RE: Removal of SBs from expiring HTTP sessions ...

2001-03-15 Thread Mike Cannon-Brookes
I can't see why this wouldn't work in the EJB model. I have other EJBs which implement interfaces such as this. -mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tim Endres Sent: Friday, March 16, 2001 11:19 AM To: Orion-Interest Subject: RE:

Re: Removal of SBs from expiring HTTP sessions ...

2001-03-15 Thread Rafael Alvarez
Hello Gerald, You can create an object that implements HttpSessionListener interface and override the valueUnbound method to call the remove method or whatever you need to to with the SB. Put it in the session, and when the session expires the valueUnbound method is invoked. Be sure to

Re: Empty Cookies dont work in Orion 1.4.5

2001-03-15 Thread Jim Carroll
Actually, they don't work in 1.4.7 either. This seems like a rather serious bug to me. - Original Message - From: [EMAIL PROTECTED] Date: Thursday, March 15, 2001 8:23 pm Subject: Empty Cookies dont work in Orion 1.4.5 Cookies set as either empty or null as in the following:

Removal of SBs from expiring HTTP sessions...

2001-03-15 Thread Greg Kwan
Session beans (SBs) must have their remove() methods called in order to "clean up" and return to an app server's object pool. I believe one common use of SBs is to create them and then bind them to HTTP sessions so that they can be reused by clients on subsequent requests.There's no

RE: offtopic: Path issues

2001-03-15 Thread Matt Krevs
I havent found a better way than the tedious %=request.getContextPath()% In your web.xml, you can specify other file extenstions that can get compiled into a servlet eg !-- lets the servlet container know that anything with a .css extension is to be compiled into a jsp --

No suitable driver exception

2001-03-15 Thread Gregory Kaestle
Having a problem accessing JDBC Connection through a datasource, and can't figure it out with orion. Any help would be greatly appreciated. Here are the details, and am using Oracle 8i. * classes12.zip located in the orion/lib dir. * Here is my datasources xml snippet. data-source

Can I use InterBase's DataSource instead of Orion's?

2001-03-15 Thread Gophern
In normal java application, I may use interbase.interclient.DataSource to access Interbase: interbase.interclient.DataSource ds = new interbase.interclient.DataSource (); ds.setServerName ("192.168.1.200"); ... ... thouth, the Orion's DataSource class does not fit my purpose, can/how

Please help me, How to get Orion's Environment Such as HostName, Port...???

2001-03-15 Thread Urey.u
Dear All, When Orion Server was started. Could you please tell me,how to get Orion's environment Such as HostName,Port,Running Pathand so on in my application class file , not applet, servlet or JSP file?. Regards yoursUrey

Re[2]: Removal of SBs from expiring HTTP sessions ...

2001-03-15 Thread Rafael Alvarez
Hello Mike, Thursday, March 15, 2001, 7:31:23 PM, you wrote: MCB Can't you just make the SB a HttpSessionBindingListener and implement MCB valueUnbound() ? Nope. For that to work you need your Remote interface to extend HttpSessionBindingListener, but it already extends EJBObject. There is a

RE: Re[2]: Removal of SBs from expiring HTTP sessions ...

2001-03-15 Thread Mike Cannon-Brookes
Remote interfaces are just interfaces. They can extend multiple other interfaces. So it's not real tedious at all? ;) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Rafael Alvarez Sent: Friday, March 16, 2001 1:55 PM To: Orion-Interest Subject:

Please help me, How to get Orion's Environment Such as HostName, Port...???

2001-03-15 Thread urey
Dear All, When Orion Server was started. Could you please tell me,how to get Orion's environment Such as HostName,Port,Running Pathand so on in my application class file , not applet, servlet or JSP file?. Regards yoursUrey

Re: Can I use InterBase's DataSource instead of Orion's?

2001-03-15 Thread Tim Endres
You should not be instantiating DataSource's directly. You should define the DataSource in Orion's configuration file, and then access the DataSource by name via your InitialContext. tim. In normal java application, I may use interbase.interclient.DataSource to access Interbase:

Custom UserManager.

2001-03-15 Thread Michael Gantz
Server : Orion-1.4.5 I've created a custom UserManager and referenced it in application.xml, I've taken out the principal tags in all the other files. Here is my problem: my custom user manager loads up and the init method gets called but that's it. The server never calls getUser on my user

Re[4]: Removal of SBs from expiring HTTP sessions ...

2001-03-15 Thread Rafael Alvarez
Hello Mike, I have to thank you. I wasn't sure of that, so I check it. I write something like: public interface test extends java.io.Serializable, javax.ejb.EJBObject { void dummy(); } And the compiler throwed and error (fastjavac from Forte CE 2.0). So I stated that it couldn't be

RE: No suitable driver exception

2001-03-15 Thread Michael J. Cannon
try classes111.zip...your 8i may not be patched to a level that accepts classes12 Sometimes works when nothing else does -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Gregory Kaestle Sent: Thursday, March 15, 2001 8:17 PM To: Orion-Interest

Re: No suitable driver exception

2001-03-15 Thread theis . meggerle
Try: DataSource ds = (DataSource)ctx.lookup("jdbc/OracleDS"); instead of DataSource ds = (DataSource)ctx.lookup("jdbc/OracleCoreDS"); regards /Theis.

RE: Custom UserManager.

2001-03-15 Thread Christian Billen
I don't know what type of User manager you made, but I had problems using EJBUserManager, I had to leave the principals.xml containing all my groups (not my users) and the link to it in orion-application.xml. I struggled for a while on this since it doesn't make sense as all my users are in the