Re: xml,xsl in orion

2000-11-01 Thread Johan Fredriksson
It depends on what you want to achieve with this. The easiest thing is to edit   mime.types   and change the    text/xml   xml ent cat sty   to   text/html   xml ent cat sty    or move the xml entry to an existing text/html   This will force internet explorer to display

Re: DriverManagerConnectionPoolConnection not closed, check your code!

2000-11-22 Thread Johan Fredriksson
The error is not in the xml file but the source code. Had the error a couple of times; solved it by using a Connection conn = null; Statement stmt = null; ResultSet rs = null; try { conn = ... stmt = conn.CreateStatement(); <- don't remember if this is correct. rs = stmt.execute();

Re: restarting orion-server

2000-12-08 Thread Johan Fredriksson
I found this script working extremely well on 1.3.8 and earlier #! /bin/sh case $1 in start) ( echo 'Starting orion' cd /opt/orion cp /opt/orion/orion.stdout /opt/orion.stdout.old cp /opt/orio

Connection already closed

2000-12-11 Thread Johan Fredriksson
ess from the application. The connection should not be closed already, but maybe it is not inited yet?   regards       Johan Fredriksson

Re: restarting orion-server

2000-12-12 Thread Johan Fredriksson
Someone mentioned earlier that orion doesn't stop if you have started some threads on your own, that still are running, make sure to check that they don't defunct. - Original Message - From: "Marcus Lankenau" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Tuesday, D

Re: load-on-startup

2001-01-05 Thread Johan Fredriksson
If I'm not completely mistaken is the load order for servlets. Meaning if load-on-startup is 1, that is the first servlet to load, 2 second to load. to load - being loaded by Orion. //Johan - Original Message - From: "Neal Kaiser" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROT

Re: JSP vs Servlet MVC - CMV

2001-01-05 Thread Johan Fredriksson
I've seen the abbreviation MVC on a lot of places, but shouldn't it be CMV for Controller / Model / View where Controller receives a request, handles it using model and displays it using view? Not important to me, just wondered... =) //Johan - Original Message - From: "Fyffe Carl

Re: ResultSet Caching

2001-01-08 Thread Johan Fredriksson
from a servlet, just use : <%=MyText.getOptions()%> Simple... Ok, this was a cachereflection written a monday morning, tired and overworked. So please excuse my lack of imagination and spelling skills. It would be interesting to start a thread regarding cache methods! regards Johan Fre

Re: orion on unix

2001-01-08 Thread Johan Fredriksson
Easy workaround: Start orion as root. Use ormi to restart it. (basically java -jar admincontrol.jar ipaddr I think) - Original Message - From: "Heng Chee, Lee - SG" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Sunday, January 07, 2001 9:54 AM Subject: orion on unix

Re: Are these Orion bugs?

2001-01-08 Thread Johan Fredriksson
Don't know if this will help you... I'm using the com.oreilly.something.blabla to upload files. To get the parameters on the next page I use: (well, its a servlet... ) MultipartRequest multi = new MultipartRequest(request, "."); String target = multi.getParameter("target"); if (target.equa

update version

2001-01-08 Thread Johan Fredriksson
this once. I did update. But not to latest stable version but to the latest build. Which is not so very stable, always.   So unless the autoupdate.jar hasn't changed, don't use it unless you want the latest build.   regards,         Johan Fredriksson

DriverManagerConnectionPoolConnection not closed...

2001-01-12 Thread Johan Fredriksson
adful  mistake.   regards       Johan Fredriksson

Re: DriverManagerConnectionPoolConnection not closed...

2001-01-14 Thread Johan Fredriksson
t closed... > I believe that this is a bug in Orion. > > -Dan > > > Johan Fredriksson wrote: > > > Is there a way to debug the DriverManagerConnectionPoolConnection so I > > can detect where it happens? I know that a few places where I used the > > try { conn

How to create an ear file from a running orioninstance?

2001-01-15 Thread Johan Fredriksson
nering does not seem to work ( or I haven't found a button called that... )   Zipping all the files and unpacking it on the server works, but it seems unprofessional. :)   Appreciate any comments/suggestions bat-files... Yes running orion on a Windows NT machine. And Solaris. Works great.

Re: Orion shutdown problem

2001-01-19 Thread Johan Fredriksson
Yes, very much so. - Original Message - From: Dominic Hanlan To: Orion-Interest Sent: Friday, January 19, 2001 1:12 PM Subject: Re: Orion shutdown problem Is the list alive

Re: OrionCMTConnection not closed, check your code!

2001-01-19 Thread Johan Fredriksson
The tip though about using -Djdbc.connection.debug=true, never works for me... Anyone tried it successfully? Johan - Original Message - From: "Robert Krueger" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Friday, January 19, 2001 11:14 AM Subject: Re: OrionCMTConnect

Re: has anyone achieved to configure DB Connection Pool w/ DB2 ?

2001-01-19 Thread Johan Fredriksson
temporarily and see if that helps. regards Johan Fredriksson - Original Message - From: "Elhadi barkat" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Friday, January 19, 2001 11:26 AM Subject: has anyone achieved to configure DB

Re: Getting back to the previous jsp

2001-01-19 Thread Johan Fredriksson
If you're not using a lot of framesets and do not need to support all browser try using a javascript, like < a href="javascript: history.back(-1);">Back I didn't quite understand your question, but I hope the answer will help you. regards Johan Fredriksson - O

Re: Orion web server vs. apache or IIS

2001-01-30 Thread Johan Fredriksson
xcept the file ending. Theyre compiled anyways so it should be fast enough... regards Johan Fredriksson - Original Message - From: <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Monday, January 29, 2001 7:40 PM Subject: Orion web server vs.

Re: server goes down after upgrade from 1.3.8 to 1.4.5

2001-01-31 Thread Johan Fredriksson
something like that. Or you can try running with a config file where you have specified outstreams. regards Johan Fredriksson - Original Message - From: "Nilesh Patel" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Wednesday, January

Re: Servlet loading twice if init() not finished?

2001-01-31 Thread Johan Fredriksson
First of all your orion startup servlet only needs the service method. And then it should be x ( see web.xml) where x is an appropiate nr. This will force orion to load it before it is fully inited. regards Johan ( my servlet that loads up data from database takes between 15 sek - 240 sek

Re: R: Why is Netscape slower with Orion?

2001-02-11 Thread Johan Fredriksson
ve to endure all of N's flaws. regards Johan Fredriksson - Original Message - From: "Eric Hodges" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Friday, February 09, 2001 11:31 PM Subject: Re: R: Why is Netscape slower with Orion?

Re: multi language support

2001-02-12 Thread Johan Fredriksson
It is probably because the shell that runs orion does not support greek characters... Try that... Or test run it using a Windows server. If it still does not work, I'm out of ideas. We had a similar problem, displaying swedish characters on a webpage, and the problem was the shell running did no

Error page

2001-02-12 Thread Johan Fredriksson
a hint on where to look for the error.   thanks,       Johan Fredriksson     Dalai Lama wisdom   10. Remember that silence is sometimes the best answer.

Re: Installing application.

2001-02-12 Thread Johan Fredriksson
Try using relative paths instead. - Original Message - From: [EMAIL PROTECTED] To: Orion-Interest Sent: Monday, February 12, 2001 5:51 PM Subject: Installing application. Hi:   I have been trying to install an application using orion and I am having a terr

Re: Why xsl:include seems to try to find files in /Orion folder a nd not web-app root? ALMOST GOT IT!

2001-02-14 Thread Johan Fredriksson
use relative paths... File f = new File(); creates a pointer to orion directory. Therefore use relative paths from there. - Original Message - From: "Christian Sell" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Wednesday, February 14, 2001 9:11 AM Subject: Re: Why xs

Re: RE: Any news from Orion yet??

2001-02-14 Thread Johan Fredriksson
You'd better, they're rather heavy. =) - Original Message - From: "Jeff Schnitzer" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Wednesday, February 14, 2001 12:10 PM Subject: RE: RE: Any news from Orion yet?? > >Dude, do you really think a Swedish company with a

Re: MIME-types [off topic]

2001-02-15 Thread Johan Fredriksson
Don't know if it works, but test setting the content type to application/xml or something,...? - Original Message - From: "Konstantin Polyzois" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Thursday, February 15, 2001 10:34 AM Subject: MIME-types [off topic] > This

Re: Last posting

2001-02-15 Thread Johan Fredriksson
If you don't get your answer within 2-3 days, people don't know the answer. If that is the case, try to get in contact with Magnus Rydin or someone else in the Orion team. I know it is very difficult to get in touch with them, and I guess time zone differences are making it worse, but if you do yo

Re: Deploy question...

2001-02-15 Thread Johan Fredriksson
I doubt I'm doing the deploy stuff correctly and professional way, but it works perfectly... Answer to B: unzip downloaded file from orionserver.com ( latest stable). Copy tools.jar to orion directory. Enter config directory, edit data-sources.xml to use your database, make sure to copy driver f

Re: jdbc:leaked connection

2001-02-16 Thread Johan Fredriksson
the debug does not seem to work, I agree!   But it is usually an error in the code causing this message.   Make sure that the connection.close(); is in the finally statement (alone, no stmt.close(); or rs.close(), just connection.close() ) and you'd probably get rid of the errormessage...

Re: Where are the perfumes bubble bath beads

2001-02-19 Thread Johan Fredriksson
Hmmm, as for WebsPhear ( really liked that one:) ) and IBM support they don't give you support if you're not $1.000.000.000 company. Well, sometimes they do but only if you get ugly with them on phones and harass them enough. They don't care about small businesses... At least that is the case in S

Re: Applet AccessDeniedException

2001-02-19 Thread Johan Fredriksson
It sounds like it has to do with applet security not ejb specific. - Original Message - From: "John McManus" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Friday, February 16, 2001 11:36 PM Subject: Applet AccessDeniedException > I saw a posting about this with not

Re: Is it just me?

2001-02-19 Thread Johan Fredriksson
I'm going to be a little more drastic... I'll probably set up a rule to discard all messages from POSTMASTER. Johan - Original Message - From: "Arved Sandstrom" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Saturday, February 17, 2001 12:39 AM Subject: RE: Is it just

Re: Unsent Message Returned to Sender

2001-02-19 Thread Johan Fredriksson
I must say that bounces not should be sent to the list but to the /dev/null or for some stupid reason to a log file. - Original Message - From: "Bernhard Broo" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Saturday, February 17, 2001 1:39 PM Subject: AW: Unsent Messag

Re: Is there anyone there ?

2001-02-19 Thread Johan Fredriksson
use the web based form at the orion site. - Original Message - From: Andy Dwelly To: Orion-Interest Sent: Saturday, February 17, 2001 4:48 PM Subject: Is there anyone there ? I've made several unsucessful attempts to get off this list, by sending requests to:

Re: Error Page

2001-02-22 Thread Johan Fredriksson
I've gotten the error-page to work quite well, but not for the 404 error on a .jsp page...   Everytime when I try to do a garbled http-request I end up with an octet-stream/application response.   500 internal server works fine with the errorpage.   404 on badly formed urls works, unless it e

Re: EJB 2.0 again, again, please.

2001-03-06 Thread Johan Fredriksson
I'm probably way out of my league when I saying this.   java.lang.Integer is a lot bigger than an int. An Integer object could easily handle a SQLBIG_INT, and therefore you should use int instead of Integer for this type of operation.   Cannot stress enough the fact that I'm probably on ver

access log

2001-03-13 Thread Johan Fredriksson
vance       Johan Fredriksson

Re: Using the mailing list

2001-03-14 Thread Johan Fredriksson
The emailadress you are sending to IS correct. I think netch has been contacted before, and probably should be contacted again regarding this error. regards Johan - Original Message - From: "Sergei Batiuk" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Tuesday, Mar

Re: Paged search results

2001-03-27 Thread Johan Fredriksson
My first thought is that a cache should not be stored in a session, since that would only be available in that session and "cannot" be shared... Better to store a searchresult in the application object ( if the result is static and is the same for all users). If the searchresult is specific to a c

Errorpage

2001-03-29 Thread Johan Fredriksson
has to be larger than 512b, it is currently (1 626 bytes).   Please help me!     Johan Fredriksson

Re: Errorpage

2001-03-29 Thread Johan Fredriksson
tml resource, I get a blank page. > > > > See http://www.batborsen.com/bb/se/imtolame.html > > > > And if I force a nullpointerexception in a servlet > > > > http://www.batborsen.com/bb/servlet/Search1? > > > > (this causes a nullpointer don't forget question mark!) > > > > I get the file download dialog. > > > > Someone mentioned the file has to be larger than 512b, it is currently (1 626 bytes). > > > > Please help me! > > > > > > Johan Fredriksson > > > >

Re: SV: load-on-startup is not working

2001-03-30 Thread Johan Fredriksson
I've got it working perfectly, my servlet caches alot in the database at startup time, before Orion gets initialized... in default-web-site.xml and in web.xml BBStartUp BBStartUp servlets.BBStartUpServlet 1 - Original Message - From: "Jason Smith" <[EMAIL PROTECTED]> To:

Re: Please help me figure out this....

2001-04-01 Thread Johan Fredriksson
Yes, you should not use return (name=="abc" && passwd=="123 "); but return (name.equals("abc") && passwd.equals("123")); This will probably fix your problem. Johan - Original Message - From: "Roland Dong" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Sunday, Apri

Re: Localhost and IP Yield Different Pages

2001-04-01 Thread Johan Fredriksson
For development I should say it is not a good idea to reset your browsers cache since all your users wont.   Better to set it to automatic and make sure to use all sorts of meta tags and use the response tag to clear cache.      response.setHeader("Cache-Control","no-store"); //HTTP 1.1   res

Re: Friendly error messages from Microsoft get in the way (was Er ror pages defined in web.xml not found / activated)

2001-04-03 Thread Johan Fredriksson
Are you sure? I set my browser to show friendly http error messages and went to a page which does not exist. And I get the errorpage as defined in my web.xml Visit this page to test : http://www.batborsen.com/bb/se/this_page_does_not_exist.html the errorpage tag in web.xml looks like this

Shared session

2001-04-03 Thread Johan Fredriksson
ossible or impossible? Can I create a "parent" application which handles the sessions and how do I configure it?   And for sharing code, I'd like to have a single point of distribution, is there a way to tell in the web.xml where the classes dir is?   Thanks in advance       Johan Fredriksson

Re: Internal Server Error

2001-04-03 Thread Johan Fredriksson
I use this command line for starting orion on a windows machine java -jar -Djdbc.connection.debug=true orion.jar 1> \orionlog\systemout.txt 2> \orionlog\systemerr.txt Johan - Original Message - From: "Toth [@HOTMAIL], Adam (E-mail)" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTEC

Re: WE NEED NEWS! We need to know Orion is alive & well!

2001-04-10 Thread Johan Fredriksson
Since I had a problem with the mailserver at our new location this mail got sent a little late, yesterday refers to April 5. Johan - Original Message - From: "Johan Fredriksson" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Monday, Ap

Re: Virtual Hosts - root directory setting.

2001-04-10 Thread Johan Fredriksson
hmmm, sounds like you missed something in your application xml   snip         my-web.war   /          snip   see context-root, I copy pasted from somewhere on orionserver.com documentation this morning...   Hope this helps.     Johan - Original Message - From: Dominic

war and ear

2001-04-11 Thread Johan Fredriksson
I got the script working to build an ear file. Now I'd like to use the   D:\orion>java -jar admin.jar ormi://192.168.1.123/ admin utv -deploy -file d:\orion\deployment\aller.ear -deploymentName aller > deploy.txt   command line to deploy the updated application but I get   D:\orion>more d

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

2001-04-11 Thread Johan Fredriksson
I'm using virtual hosts in my development to make sure that all links are correctly set, that is I can access the same app in two ways, either via   appname.localhost   or   localhost/appname   .   The problem is that I'm not sure how to figure out on a jsp page which entry point was used, an

Re: request.getParameter() not working under solaris?

2001-04-11 Thread Johan Fredriksson
The problem is that the instance running orion has to have correct tables installed. I had the same problem when loading data from the database ( swedish language ). They got messed up on the way. So the resolution in my case was to make sure that the shell running orion supported swedish chars.

Re: Management Console...

2001-04-11 Thread Johan Fredriksson
- Original Message - From: "Chaya Ramanujam" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Wednesday, April 11, 2001 4:58 PM Subject: Management Console... > Hi, > > I am new to Orion. I am using the Management Console to deploy an EJB > archive and a WAR file. >

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

2001-04-11 Thread Johan Fredriksson
stURI().indexOf(request.getServletPath()));   Which will return the mapping to the root of your application.     Johan     - Original Message - From: Johan Fredriksson To: Orion-Interest Sent: Wednesday, April 11, 2001 4:59 PM Subject: Application mapping - how do I kn

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

2001-04-17 Thread Johan Fredriksson
, April 11, 2001 5:30 PM Subject: Re: Application mapping - how do I know it from within the app? > pageContext.getServletContext().getContextPath() > > On Wed, 11 Apr 2001, Johan Fredriksson wrote: > > > I'm using virtual hosts in my development to make sure that all links

Re: Including jar files in my web app ?

2001-04-17 Thread Johan Fredriksson
Title: SV: Including jar files in my web app ? I suppose you tried with orion/lib directory?   It might not be what you want to do but it might help you try out the jar file and let development go on while testing the other issue.   What about referencing your classpath   as   ./appname/app-w

Re: Re: ORION RISE FROM THE DEAD!

2001-04-17 Thread Johan Fredriksson
As I mentioned before in a previous posting, the Orion team will continue their work on the Orion product, partners will do the support. Support will in the future be the "milking cow" ( don't know if that one translates well into english, where you get the money...), and there you have the busin

Re: Is this the Orion Team?

2001-04-17 Thread Johan Fredriksson
Yes - Original Message - From: "Kemp Randy" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Tuesday, April 17, 2001 2:32 AM Subject: Is this the Orion Team? > Some digging though the.serverside.com, at the link > http://www2.theserverside.com/reviews/thread.jsp?thread

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

2001-04-18 Thread Johan Fredriksson
All this is in the API, my suggestion was hastily written but should > have pointed you in the right direction... > > On Tue, 17 Apr 2001, Johan Fredriksson wrote: > > > Nope, when doing just that I get... > > > > > > 500 Internal Server Error > &

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-19 Thread Johan Fredriksson
And Micro$oft programmers are from...? I suppose that the country they're from produce the shittiest code of em all :) Johan - Original Message - From: "Joseph B. Ottinger" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Wednesday, April 18, 2001 4:20 PM Subject: Re: A

Re: Orion as a service on Windows NT 4

2001-04-19 Thread Johan Fredriksson
I suppose I can copy paste the message... It's about using jnt on win2k, but I guess the same thing would apply to nt4... Hope it helps Johan! >>Thanks..This worked. >>Rajeev -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 18, 2001 4:08

JSP tags

2001-04-20 Thread Johan Fredriksson
I'm trying to do a login check from within a tag. Checking the session for a userid and then checking the required permits to that page.   If it is a match my doEndTag returns EVAL_PAGE, if required permission is missing, SKIP_PAGE is returned.   This works, ie the user gets a blank page when

Re: JSP tags

2001-04-23 Thread Johan Fredriksson
ect: RE: JSP tags > Johan, > > Guess you could throw the exception using a scripting element in the page. > > <% > if (yourBean.isNotAccessible()) { > throw new NoAccessException(""); > } > %> > > FE > > On Friday, April 20, 2001 4:2

Re: .zip files and solaris

2001-04-23 Thread Johan Fredriksson
Yes there is, but I'm not sure of the name of it... I used to zip the app in the prev project I was working on, and gunzipped it on the production server running solaris. Regrettably I cannot remember the version of gunzip, but I'll try to find out during the day. Johan - Original Messag

Re: .zip files and solaris

2001-04-23 Thread Johan Fredriksson
On the other hand it works the other way around... Use jar to compress and ftp that, jar to uncompress... It's really not the filesize that is a problem, but the amount of files. - Original Message - From: "Angshuman Dasgupta" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> S

Re: What is a relavent question?

2001-04-23 Thread Johan Fredriksson
I agree with you that if you know the answer please respond. No question is too dumb. Sometimes I ask question about how to solve a certain thing for instance using a tag-lib and throwing exceptions. This is not an Orion question but an Interest question. Unless this is if (Orion && Interest) I

Re: JSP server configuration

2001-04-23 Thread Johan Fredriksson
Thats a matter of your isp to map the jsp/servlet to another directory not accessible from http://websiteurl/. There are probably two apps running on the same server, whereas your .jsp files should be run under http://websiteurl:8080/ and your other content under the "standard" server. Use a ind

Taglibs - a newbie question

2001-04-26 Thread Johan Fredriksson
I'm new to taglibs, and so far it really seems like a great idea. But I cannot get the collaborating tags to work the way I want them to.   I want to create a html file like this   <%@ taglib uri="mytags" prefix="mt" %>           Datum 2001-01-01   I

Re: Orion or Me

2001-04-26 Thread Johan Fredriksson
touch web.xml to pick up changes. - Original Message - From: "Hani Suleiman" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Wednesday, April 25, 2001 9:28 PM Subject: Re: Orion or Me > Orion will pick up modified servlets classes, not ANY modified class in > /classes

Re: Orion performance meassures ?

2001-04-26 Thread Johan Fredriksson
Yes there are some statistics... java -jar orionconsole.jar - Original Message - From: "Tony Fonager" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Wednesday, April 25, 2001 11:19 PM Subject: Orion performance meassures ? > We are experimenting with Orion as an alt

Re: 1.4.8

2001-04-26 Thread Johan Fredriksson
java -jar autoupdate.jar - Original Message - From: "Charlie Ma" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Wednesday, April 25, 2001 9:19 PM Subject: RE: 1.4.8 > It seems that everyone on this list is using at least 1.4.7, whereas I > cannot find anything more re

Re: Orion on AIX

2001-04-26 Thread Johan Fredriksson
You might experience problems with the driver for the db2 database, otherwise it should be fine. The orionteam knows how to solve that problem though,. Johan - Original Message - From: "denis despinoy" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Wednesday, April 2

Re: Taglibs - a newbie question

2001-04-26 Thread Johan Fredriksson
I solved it... - Original Message - From: Johan Fredriksson To: Orion-Interest Sent: Thursday, April 26, 2001 11:22 AM Subject: Taglibs - a newbie question I'm new to taglibs, and so far it really seems like a great idea. But I cannot get the collabor

Re: remote shutdown of orion 1.4.8

2001-04-26 Thread Johan Fredriksson
I upgraded from 1.4.7 to 1.4.8 and for me it works... D:\orion>java -jar admin.jar ormi://localhost/ admin pwd -shutdown Error: com.evermind.server.rmi.OrionRemoteException: Disconnected: Server shutdo wn D:\orion>java -jar orion.jar -version Orion/1.4.8 (build 10374) ( at the same time... stdo

Re: Orion support company

2001-04-26 Thread Johan Fredriksson
I don't really think this kind of threads belong here, since there are too many that do not have english as their native language. Sarkasms and irony type of humor is not easily translated in writing. Especially not from a foreign language. So if your really really really have to write these kin

freetds.org

2001-04-26 Thread Johan Fredriksson
Has anyone got their driver to work with ms sql server 7?   I just get an error message all the time :   java.sql.SQLException: The database driver (com.internetcds.jdbc.tds.Driver@ff3afe9f) returned refusing to connect to the URL jdbc:freetds:sqlserver://192.168.1.123/    at com.evermi

Re: jsp:setProperty tag

2001-04-26 Thread Johan Fredriksson
I should go with int instead of Integer. Or even better with a String representing a number on the jsp page and in the setter method do a   Integer.parseInt(number); //to get what I need.   This way I do not have to trust javascripts and stuff to do the checking, if a numberformatexception

Re: Orion support company

2001-04-26 Thread Johan Fredriksson
Well, you started it!! http://www.geocities.com/connorbd/varaq/ Enjoy! Johan - Original Message - From: "Thomas Pridham" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Thursday, April 26, 2001 3:12 PM Subject: RE: Orion support company > What truly happened is that

Re: orion not replicating session state - relatively urgent

2001-04-26 Thread Johan Fredriksson
And all the stuff you shove up the session are Serializable? Doublecheck that. If they are Serializable, your problem sounds like a bug. Johan - Original Message - From: "Mike N. Christoff" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Thursday, April 26, 2001 10:25

Re: freetds.org

2001-04-26 Thread Johan Fredriksson
he > documentation because most things are not implemented yet). Finally, I had > to stop using it. > Currently, I use two drivers and they both work flawlessly for my apps: > one from http://www.inetsoftware.de and the other from > http://www.j-netdirect.com. Though they cost mo

Re: freetds.org

2001-04-26 Thread Johan Fredriksson
sly. Just > stay away from the jdbc-odbc driver and you should be fine. > > Hani > > On Thu, 26 Apr 2001, Johan Fredriksson wrote: > > > Has anyone got their driver to work with ms sql server 7? > > > > I just get an error message all the time : > > > &

Re: 1.4.8

2001-04-27 Thread Johan Fredriksson
Very beta. Until they decide that it is stable. And then it is upgraded to stable. Johan - Original Message - From: "Michael Jara" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Thursday, April 26, 2001 6:18 PM Subject: Re: 1.4.8 > My question would then be, why isn'

Re: Orion performance meassures ?

2001-04-27 Thread Johan Fredriksson
based on Memory usage, Average hits, load, etc. thanx, Larry (Running Orion on NT) -Original Message- From: Johan Fredriksson [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 26, 2001 4:59 AM To: Orion-Interest Subject: Re: Orion performance meassures ? Yes there are some

In 1.4.8

2001-04-27 Thread Johan Fredriksson
I get this errormessage when starting orion :   A nonfatal internal JIT (3.10.107(x)) error 'Relocation error: NULL relocation target' has occurred in :  'org/apache/crimson/parser/Parser2.maybeComment (Z)Z': Interpreting method.  Please report this error in detail to http://java.sun.com/cgi

Re: install issues

2001-05-02 Thread Johan Fredriksson
We use : UnZip 5.32 of 3 November 1997, by Info-ZIP. Maintained by Greg Roelofs. Send bug reports to the authors at [EMAIL PROTECTED]; see README for details. which works fine. - Original Message - From: "elephantwalker" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent

Re: broken default web app - not found

2001-05-03 Thread Johan Fredriksson
That is because your application.xml is not found. Should be C:\orion\applications\pussycat\META-INF\application.xml - Original Message - From: "joey sark" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Thursday, May 03, 2001 7:21 AM Subject: Re: broken default web a

Re: Interests sake

2001-05-03 Thread Johan Fredriksson
Development on win2k and production on Solaris. Johan - Original Message - From: "Adam Cassar" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Thursday, May 03, 2001 7:53 AM Subject: Interests sake > > Hi all, > > For interests sake, what OS is everyone on the list

www.orionsupport.com / JMS

2001-05-03 Thread Johan Fredriksson
Is it down or is my dns screwed up?   Non-authoritative answer:Name:    orionsupport.comAddress:  64.31.131.243   I'm looking for a jms-tutorial ( for orion ), NE1 know where to find one?     Johan

Re: www.orionsupport.com / JMS

2001-05-04 Thread Johan Fredriksson
I know how the dns works, but we are experiencing problems with our dns, just wanted to make sure that I didn't hold an old record to orionsupport.com. Thank you Fredrik! That is what I will be doing soon. Johan - Original Message - From: "KirkYarina" <[EMAIL PROTECTED]> To: "Orion-Int

Re: broken default web app - not found

2001-05-04 Thread Johan Fredriksson
xplanation/primer of the above. AFTER I grasp this, i'm less > likely to ask dumb config questions or make things worse. > > thanks to anyone who can point me in the right direction. > > j > > "Johan Fredriksson" <[EMAIL PROTECTED]> wrote: > > That is becaus

Re: Newbie Question.

2001-05-04 Thread Johan Fredriksson
Which is located in orion/application-deployments///orion-web.xml   Johan - Original Message - From: Earl Marwil To: Orion-Interest Sent: Thursday, May 03, 2001 6:27 PM Subject: Re: Newbie Question. One possible cause is that directory browsing is disabled by d

Re: Howto on MessageDriven Beans

2001-05-04 Thread Johan Fredriksson
I was sent this url for messageDrivenBeans http://www.sys-con.com/java/archives/0601/westra/index.html - Original Message - From: "Frank Eggink" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Friday, May 04, 2001 8:11 AM Subject: RE: Howto on MessageDriven Beans >

Re: Using admin.jar

2001-05-07 Thread Johan Fredriksson
java -jar orion.jar -install lets you set the username and password, which can be found in principals.xml. Johan - Original Message - From: "Adrian Yau" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Saturday, May 05, 2001 12:58 AM Subject: Using admin.jar > I'm br

jsp:useBean with a runtime attribute

2001-05-07 Thread Johan Fredriksson
I'm tired of writing admin interfaces and thought I'd be able to do something like this to speed up development      <%  Field[] fields = Image.class.getDeclaredFields();    for (int i = 0; i < fields.length ; i++){%><% }  %>     which results in   Property '<%=fields[i].getName()%>'

Re: Running 2 Orions on the Same Machine

2001-05-07 Thread Johan Fredriksson
make sure the rmi part of orion uses different ports in the two instances... See http://www.orionserver.com/docs/rmi.xml.html - Original Message - From: "B. Dawkins" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Monday, May 07, 2001 8:30 AM Subject: Running 2 Orion

Re: Updateing to 1.4.8

2001-05-07 Thread Johan Fredriksson
Ok, I'll correct you The document is found at http://www.orionsupport.com/articles/update.html and you're supposed to type java -jar autoupdate.jar Johan - Original Message - From: "Kemp Randy-W18971" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Monday, May 07,

problems with iterating tag

2001-05-09 Thread Johan Fredriksson
I wrote a small tag that represents an faq             the GetFAQTag is of type BodySupportTag.   the execution goes like this   getFAQTag::init()     pointer = 0; getFAQTag::doStartTag()     pointer++        ( to load the first QA object in pageScope, only called once. )   ..quest

  1   2   >