Re: Application mapping - how do I know it from within the app?

2001-04-18 Thread Johan Fredriksson
My point is that the method IS included in servlet 2.3, but Orion seems to be running servlet 2.2 where the method does not exist... Correct me if I'm wrong or tell me how to update orion to run servlet 2.3 spec. Johan - Original Message - From: "Hani Suleiman" [EMAIL PROTECTED] To:

Re: findBy referencing another entity reference

2001-04-18 Thread Eddie
Adam, Thanks, this looks nice. However I have the problem that I want to use "GROUP BY" in my statements which is a kind of a problem as the "defined finder" methods requires that exact the same parameters are returned which isn't true in case of "GROUP BY" (the Sum() returns something that

Re: Application mapping - how do I know it from within the app?

2001-04-18 Thread Hani Suleiman
You're wrong. Orion has implemented the 2.3 PFD spec several months ago. On Wed, 18 Apr 2001, Johan Fredriksson wrote: My point is that the method IS included in servlet 2.3, but Orion seems to be running servlet 2.2 where the method does not exist... Correct me if I'm wrong or tell me how

JNDI Problem with J2EE components

2001-04-18 Thread Armin Michel
I am trying to use an J2EE component as a client. Everything works just fine - as long as I run the client on the same machine as the server. When I try to run the client on another machine using: java -classpath $CLASSPATH \ com.evermind.client.applicationlauncher.ApplicationLauncher \

Re: JNDI Problem with J2EE components

2001-04-18 Thread Armin Michel
I have already solved that problem. There was an error in the jndi properties. My fault, sorry. Greetings Armin

JMS from remote client

2001-04-18 Thread Armin Michel
When I try to do a topicConnection.start(); I get the following error: .javax.jms.JMSException: Unable to connect to JMSServer (ATTILA/127.0.0.1:9127) The obvious problem is that the JMSServer isn't located at the specified address. Where do I have to change which properties to

Re: OrionSupport - if you care about the 'Orion community', read it! WAS RE: productive comment.

2001-04-18 Thread Joseph B. Ottinger
Bill, send it to me ([EMAIL PROTECTED]), Joe Walnes ([EMAIL PROTECTED]), or Mike, and we'll see about integrating it. One of the things that got lost when we translated orionsupport to its current look and feel was the "how to submit your own stuff" article, which is something I'd not realised.

Re: JMS from remote client

2001-04-18 Thread Armin Michel
Again, I could fix the problem by myself. The solution ist to change the jms.xml jms-server host="IP" port="PORT" ... ... Greetings Armin Michel On Wednesday 18 April 2001 14:44, Armin Michel wrote: When I try to do a topicConnection.start(); I get the following error:

RE: JMS from remote client

2001-04-18 Thread Jason Smith
When I try to do a topicConnection.start(); I get the following error: .javax.jms.JMSException: Unable to connect to JMSServer (ATTILA/127.0.0.1:9127) The obvious problem is that the JMSServer isn't located at the specified address. Where do I have to change which properties to

Re: The translated Swedish interview

2001-04-18 Thread Johan Fredriksson
haha, thats really funny reading... =) Direct translations are always funny... They say swedish is one of the most difficult languages one can learn. I do not agree... =) for those who don't get all the words I'll try to translate them for you. - Original Message - From: "Kemp Randy"

Re: A Swedish Idea

2001-04-18 Thread Hani Suleiman
Why?!?! I have an idea, why don't IBM and BEA team up and release...logicsphere! After all, they're both US companies... On Wed, 18 Apr 2001, Kemp Randy-W18971 wrote: Now this may be a dumb idea, and I am just thinking up brainstorms to promote Orion, but it occurred to me that both Mysql

Re: A Swedish Idea

2001-04-18 Thread Joseph B. Ottinger
Personally, I'm becoming more and more convinced that not only is Sweden full of lousy programmers, but they're all lousy in congruent ways just to make the rest of the world's jobs harder. I say we all start using Bavarian products, if only because Bavarian names seem to have a better

Refreshing non-ear/war java classes

2001-04-18 Thread Matt MacGillivray1
Title: Refreshing non-ear/war java classes Is there a way to force orion to refresh it's cached classes? My setup doesn't include any ear/war files, and currently, after recompiling classes, I am forced to restart orion. I've tried touching a few of the files in the orion/config directory,

Re: A Swedish Idea

2001-04-18 Thread Robert Krueger
am I the only one on this list considering this useless discussion spam? karl and magnus are grownups making their own decisions and you don't actually believe repeating stuff that has been discussed on this list over and over again, inspires them? please contribute to getting the technical

Re: Refreshing non-ear/war java classes

2001-04-18 Thread Hani Suleiman
Orion will pick up modified EJB's and servlets, but not classes that they reference. So just recompiling those other classes will not cause a reload. You can however trigger that reload by touching config/application.xml, orion-web.xml, or ejb-jar.xml (depending on where your class actually

Strange join by Orion ??

2001-04-18 Thread Eddie
Hellu, It's me again, busy "playing" around with the finder methods (on Orion 1.4.7). I made a finder methods that performs a join in my Home interface. When I use it through a JSP page, I receive the cartesian product, whereas with me sql client I don't, that is I do get the correct result with

RE: A Swedish Idea

2001-04-18 Thread Kemp Randy-W18971
I'm from the USA, near Chicago, Il. What countries lead in quality of code? I would like to know. No matter what country the product is produced in, you might find software engineers from the USA, England, India, etc., all working on the same software product. Open source efforts like Enhydra,

RE: A Swedish Idea

2001-04-18 Thread Hani Suleiman
Which makes your post of suggesting they team up with other equally Swedish folks even more bizarre... I think we should all stick to what we do best...being competent Orion users. When I get paid to worry about Orion's future and business plan, and who they choose to deal with, parner with,

Re: A Swedish Idea

2001-04-18 Thread Joseph B. Ottinger
On Wed, Apr 18, 2001 at 11:54:02AM -0400, Kemp Randy-W18971 wrote: I'm from the USA, near Chicago, Il. What countries lead in quality of code? I would like to know. No matter what country the product is produced in, The best country in terms of code/quality ratio is Cameroon. you might find

RE: A Swedish Idea

2001-04-18 Thread Kemp Randy-W18971
I said it may be a dumb idea. -Original Message- From: Hani Suleiman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 18, 2001 9:18 AM To: Orion-Interest Subject: Re: A Swedish Idea Why?!?! I have an idea, why don't IBM and BEA team up and release...logicsphere! After all, they're

JSP Tags in an XSL Template?

2001-04-18 Thread Dave Ford
Is there anyway to embed jsp tags in an xsl template? For example: xsl:template match="module" link xsl:attribute name="href" %= request.getContextPath()%/StyleSheets/style.css/xsl:attribute xsl:attribute name="rel"stylesheet/xsl:attribute /link /xsl:template If not, is there a

How do you adjust session expiration?

2001-04-18 Thread Keith Kwiatek
Hello, I hava a JSP application that seems to time out after 10 or 15 minutes I tried to edit the web.xml file with the timeout tag set to a large number, but it gave me really strange results -the bottom line is that I can't seem to keep the session open Anyone have some wisdom they

recent posts and ssl

2001-04-18 Thread Lawrence Fry
Group, Calm down everybody. We all have the same interests here...we use orion, a great j2ee server, and we use the latest j2ee technologies. Nobody believes that national origin has anything to do with anything, except where we pay our taxes. There may have been a post by somebody, who

Re: productive comment.

2001-04-18 Thread Magnus Stenman
Hello, just wanted to thank you for your valuable and constructive post. We're basically thinking along the very same lines, and have taken actions accordingly. We have been working with a few people on them setting up both standalone support companies and also along with the "pool" idea -

ssl and recent posts

2001-04-18 Thread elephantwalker
Group, Calm down everybody. We all have the same interests here...we use orion, a great j2ee server, and we use the latest j2ee technologies. Nobody believes that national origin has anything to do with anything, except where we pay our taxes. There may have been a post by somebody, who

env-entry problem

2001-04-18 Thread Michael Jara
I beleive that there is a bug in orion 1.4.5, using env-entries of type java.lang.Long. Here is a snippet of my ejb-jar.xml file: env-entry env-entry-nameminHistoryDurationMsec/env-entry-name env-entry-typejava.lang.Long/env-entry-type env-entry-value6/env-entry-value/env-entry This

Re: A Swedish Idea

2001-04-18 Thread Joseph B. Ottinger
On Wed, Apr 18, 2001 at 06:34:09PM +0100, William Jones wrote: Would some people please just grow up. I agree! (Wait, am I included?) If you don't want to use Orion then that is your decision. Vote with your feet and leave this group to those who have valid issues to discuss. (Oh and best

RE: A Swedish Idea

2001-04-18 Thread Michael A Third
I think everyone needs to cool down and realize that Joseph's comment was sarcastic. I realize the sarcasm may not be easy to pick up on if English isn't your native language, but we don't need to resort to personal attacks. Michael -Original Message-From: [EMAIL PROTECTED]

RE: A Swedish Idea

2001-04-18 Thread Michael J. Cannon
Not to mention that the thingy (I won't call it a database) that he uses for the 'real stuff' come with the curse of the 'Oracle Marketing Ghoul' the famous shifting license, and numerous other scary things. 8-(;^b I DO believe that MySQL (through mmSQL, as well as the Berkeley stuff) supports

RE: A Swedish Idea

2001-04-18 Thread Hani Suleiman
On Wed, 18 Apr 2001, Jay Armstrong wrote: But, let's say it doesn't support transactions. What's wrong with starting a dialog? Why bother? So the people who bleat about mySQL all the time are happier? Frankly I'd rather the Orion team concentrate on functionality and J2EE

RE: A Swedish Idea

2001-04-18 Thread Jay Armstrong
I would guess that it would be MySQL making the majority (all?) of the changes to support J2EE platforms, not just Orion. To Orion, it's just another storage mechanism. As for "why bother?". Well, that's what "open" software is all about. Open minds, open discussions, open ideas, etc, etc.

Re: PostgresJDBC Driver w/ Orion under load

2001-04-18 Thread Adam Cassar
What version's r u using? We use postgres + orion here with no problems. What do you classify as 'heavy load'? Is it testing or real life load? On 19 Apr 2001 10:27:02 +1000, Mike Cannon-Brookes wrote: Has anyone used Postgres + JDBC + Orion under heavy load? We're having a problem on one

RE: A Swedish Idea

2001-04-18 Thread Michael J. Cannon
hmmm...autoupdate...Magnus, Carl? what do we need to include in hsqldb to prevent this? (Credit to you Stan and whoever else contributes)... dedmike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Stan Ng Sent: Wednesday, April 18, 2001 3:00 PM

RE: A Swedish Idea

2001-04-18 Thread Neville Burnell
the autoupdate delivering an old hsql.jar *was* a problem - but now since the hsqldb package name has changed, the hsql.jar is not used and I just ignore it. -Original Message- From: Michael J. Cannon [mailto:[EMAIL PROTECTED]] Sent: Thursday, 19 April 2001 12:29 PM To: Orion-Interest

RE: PostgresJDBC Driver w/ Orion under load

2001-04-18 Thread Mike Cannon-Brookes
I'm using Postgres 7.1rc3 with 'the most recent Orion build' ;) I'm going to upgrade both overnight to see if it makes any difference, but I think what I really need is a tool to see: a) the threads Orion is running and what method they're stuck in (JPDA should do this) b) the current

RE: JSP Tags in an XSL Template?

2001-04-18 Thread Joe Latty
You can use the jsp tags. If change the extension from *.xsl to *.jsp and then use the jsp as you would an xsl e.g. %@ page language="java" import="com.stuff.yourStuff, com.stuff.yourSchema" errorPage="error.jsp" % xsl:stylesheet xmlns:xsl="http://www.w3.org/TR/WD-xsl" xsl:template match="/"