How to beat Oracle Web Server!!

1999-10-15 Thread kduffey
Hi, Among other questions, there really is one BIG problem with my company using Orion. I have to convince the main engineer here that Orion is the best way to go over Oracle. We use the Oracle database here, and he is set on using Oracle App Server. Our CEO wont go with my decision over his,

documentation/ejb benchmarks

1999-10-16 Thread Robert Krueger
Hi, 2 questions: When will the final documentation of your product be available on your website? Have you performed any ejb benchmarks comparing orion with other servers (weblogic, ejipt)? robert -- (-) Robert Krüger (-) SIGNAL 7 Gesellschaft für Informationstechnologie mbH (-)

Re: EJB, Servlets

1999-10-17 Thread Robert Krueger
Kevin Duffey wrote: Hi. I am curious, what is all the hype about EJB for anyways? From what I have heard on the #Java channel and articles, EJB is a very young and immature implementation still, and isnt very useful. What exactly does it do for our web site? Is it something I should be

Bean managed Entity-EJB error!

1999-10-17 Thread Jonas Larsson
Does anyone know why i get the following error when trying to use a bean managed entity bean? Auto-deploying file:/D:/www/orion/ejb/Comunity/... EntityBeanWrapper0.java:90: Undefined variable or class name: set set.close(); ^

RE: ORION SERVER vs. APACHE BENCHMARK

1999-10-13 Thread Neville Burnell
CCd to [EMAIL PROTECTED] -Original Message- From: Neal Kaiser [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 13 October 1999 10:58 PM To: [EMAIL PROTECTED] Subject: Re: ORION SERVER vs. APACHE BENCHMARK All this talk about Orion's benchmarks definitely makes it attactive. I didn't notice

Re: EJB, Servlets

1999-10-18 Thread Elias Martenson
Den 17 Okt 1999 skrev [EMAIL PROTECTED]: Kevin Duffey wrote: Hi. I am curious, what is all the hype about EJB for anyways? From what I have heard on the #Java channel and articles, EJB is a very young and immature implementation still, and isnt very useful. What exactly does it do

How to debug JSPs

1999-10-18 Thread Andrew Liles
In my experience of using other JSP engines there are two types of error one gets during development: a) compilation b) run-time In general you debug these by examining the System.out for the server. Occasionally inspection of the interim .java file that is created is helpful. I cannot

Re: documentation/ejb benchmarks

1999-10-18 Thread Abraham Kang
Try reading the JSP 1.1 Spec and download the associated examples. You will probably have to read everything a couple of times like I did, but it finally clicked. Sincerely, Abraham Samuele Brignoli wrote: Do someone know where I can find documentation about custom tags ( and maybe some

Re: Orion CF

1999-10-18 Thread Karl Avedal
Hello Matt, Matt Walter wrote: I know with the advance of JSP, it might be asked, "why bother with Cold Fusion". Well, that's what the majority of our corporate apps are written in...and that's thousands. So, things need to be able to coexist and installing multiple web servers is not an

Orion 0.7.6b

1999-10-19 Thread Michael Azzi
Hi, Has anybody tried running Orion version 0.7.6b on a win 98 machine? Well, I tried, and it does not seem to be working. The server starts up fine, but I can't view any of the jsp examples that come with it. I followed the same steps as with version 0.7.5b which was working fine for me. Were

RE: Bug in EJB and JSP implementation!

1999-10-20 Thread Magnus Stenman
Hi, sorry for the delayed/missing response, the last few days have been kind of hectic (lots of mail). We are working on improving the situation. (response follows below) - Original Message - From: Jonas Larsson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 20, 1999

SSL w/ Orion

1999-10-21 Thread Neal Kaiser
Can someone please post an example on getting SSL to work w/ Orion?

jsp:forward problem

1999-10-21 Thread Tore Amundsen
Hello, I have a problem regarding use of JSP forward. I want to forward a request to another JSP page, but only static page references works. I want to supply an variable as the forward page. This works fine: jsp:forward page="index.jsp" /

Re: Custom finder methods!

1999-10-21 Thread Karl Avedal
Hello Jonas, Jonas Larsson wrote: How do I create a custom finder method in a CPM EJB with Orionserver? Is that possible yet? Example: Collection findByName( String Name ) /* Returns all ejb:s where NAME=Name */ Yes, it is possible. This is how you do it: 1. Define the finder in the Home

JSP/servlets

1999-10-22 Thread Kevin Duffey
Hi, I seem to be stuck on getting my jsp pages to call a servlet, at least in the way of using parameters. The syntax I am using is: jsp:include page="/servlet/package.servlet_name?param1=value2param2=value2param3=value 3" The problem is, one of my params is an http:// url. I thought to pass

error-page directive

1999-10-25 Thread Neal Kaiser
What is wrong with this syntax? error-page error-code404/error-code locationhttp://localhost/index.html/location /error-page A 404 error does not do the redirect. Just gives the 404 error. Thanks, Neal

Orion Stops serving HTML

1999-10-26 Thread Neal Kaiser
Every night Orion stops serving HTML and I need to restart it. You connect to the server fine, but then it just hangs. Is this a know problem? Is there a fix?

Re: servleet setup

1999-10-26 Thread qwang
Hi, I am interested in Orion server, but I don't know if the application server can run on Windows95/98. Anybody knows that? Thank you. Qingxian Wang Magnus Stenman wrote: A couple of fresh user's questions. I was able to address my packaged servlet placing it into "servlet"

SV: Shutting Down Orion

1999-10-27 Thread Magnus Stenman
Okie, there sure seemed to be ample interest in this matter (lots of replies), we've added a shutdown tool (shutdown.jar) to the 0.7.9 distro, be sure to activate RMI and change the admin password prior to usage though. Have a nice day! :) /Magnus Stenman, the Orion team ctrl-c will result in

Throwing an Exception to abort page execution

1999-10-27 Thread Neal Kaiser
I have a bean, which can RequestDispatcher.forward() to an ErrorHandler.jsp file. Since this is a bean, even though I put a return statement after the forward(), the control will still go back to the servlet/jsp file (it just exits from the bean method, not the service() method)... Anyway, I was

Keep Generated

1999-10-28 Thread Sharath_Komarla
Hi, I am Using 0.7.9 on Nt I want to see the generated servlet code for a jsp. How do I do this? Is there a flag I can set to tell the server to leave the code around Thanks Sharath Komarla

Expect

1999-10-29 Thread Ahmed Moustafa
Hello, How are you? Does Orion work with Expect? Your help will be appreciated very much ... I'm looking forward to hearing from you ... Bye, Ahmed Eng. Ahmed MoustafaWeb DeveloperArab Academy for Science and

Re: How to deploy EJBs

1999-10-29 Thread Andrew Liles
Using Orion 0.7.9, I have got further attempting to deploy the News demo. However, I want to use Oracle and have taken these steps: create a jdbc/DefaultDS pointing to an Oracle database which the account has DBA privileges on. uncommented jdbc/xa/DefaultXADS to point to the above

RE: How to deploy EJBs

1999-10-29 Thread Andrew Liles
Thanks Magnus, that helped. One bug so far: the format used to pass dates to Oracle must be failing since the date written into Oracle is 00/00/ etc. (To anyone following me on this, the user/password to use is user/456 which is defined in principals.xml) My next battle was to

Re: ejb examples

1999-10-29 Thread Bernard Sauterel
Thanks Magnus. It work now. I needed to "save and close" .xml and .inf files and restart orion in order to create required tables. Could you precise how orion is scanning or checking .xml and .inf files ? Regards, bernard On Fri, Oct 29, 1999, Magnus Stenman [EMAIL PROTECTED] wrote: Put

Probably stupid..but

1999-11-03 Thread Kevin Duffey
Hi Orion fellow users, First of all, any of you use IIS/JRUN and Orion? Our main site uses IIS/JRUN, and I am using Orion to develop JSP and JavaBean pages. Unfortanately, what runs on Orion, doesnt seem to run as good on JRUN. Probably programmer error, but I was hoping the pages would work on

Re: Architecture

1999-01-02 Thread Neal Kaiser
Keep in mind one thing. There are only TWO guys, mostly one, working on Orion. I am damn impressed at the amount of stuff they have done compared to other app servers built by teams of developers with large money backing. These guys have made Orion WELL worth the $1500 they charge. I think

Orion and OpenSource

1999-01-02 Thread Rickard Öberg
Hey FYI, on Orion and OpenSource. Well, we (=ExOffice Inc., www.exoffice.com, www.exolab.org) have already tried to "buy them out", so to speak, to make Orion OpenSource. The Orion team has declined this offer, and I don't think they'll get a better one (i.e. someone actually paying for making

RE: Orion (Was: Architecture)

1999-01-03 Thread Kevin Duffey
Hi, This is true - but this is why one would choose JAVA, not strictly why one would choose Orion IMHO. Most servlet engines, EJB containers and the like will work with standard code, whether they have proprietary extensions or not. Thus if you write portable code, you can shift server. The

Re: Open Source. Was Re: Architecture

1999-01-03 Thread Joseph B. Ottinger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm on the side of commercial software. Let them get paid; they've invested a lot of time making something arguably better than any other offering out there; all they lack is documentation (hint, hint, Magnus.) Open Source would be NICE - I know I'm

Re: Orion 0.8.0

1999-01-03 Thread i_am_linux
Holy crap!! You added the ability to use JIKES!! I LOVE YOU MAN!! :) Did you supply documentation on how to set it up? Kevin Duffey Software Engineer [EMAIL PROTECTED]

RE: Architecture

1999-01-03 Thread Magnus Stenman
snip I disagree. The generated files can be very useful when you're trying to debug. Deleting them doesn't seem like a big problem, to me. Just create a batch file to do it. Orion 0.8.0 supports the optional persisting the generated sources if development mode is enabled in the web-app,

RE: Probably stupid..but

1999-01-03 Thread Darren Gibbons
An excellent load testing tool is available at no charge from Microsoft. It used to be called Homer, but now it's called "Microsoft Web Application Stress Tool". (I liked "Homer" better") http://homer.rte.microsoft.com/ For some reason, Microsoft isn't promoting it at all, but it is one of

Re: Architecture

1999-01-03 Thread Steve Houghton
You know its kinda funny, I've also used JSP/servlets on several other implementations and feel that Orion is the one to beat in its current form, let alone whats to be expected in the final one. Comparitively, other app servers are QUITE a bit more expensive. This will be a HUGE selling point

RE: JSP - TagExtroInfo possible bug?

1999-11-12 Thread Magnus Stenman
Thanks for your report, this is a bug and has been fixed in 0.8.1. /Magnus Stenman, the Orion team - Original Message - From: Evan Vaala [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, November 08, 1999 6:06 PM Subject: JSP - TagExtroInfo possible bug? Hello all, I have

RE: IO Error: Connection refused: no further

1999-11-12 Thread Magnus Stenman
Verify that you have enabled RMI in server.xml, search for the rmi-config tag. Let us know if that wasnt the problem. /Magnus Stenman, the Orion team - Original Message - From: Mike Howard [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, November 10, 1999 1:06 PM Subject: IO

SessionContext.getIds()

1999-11-12 Thread Kucera, Rich
The following code works on WL4.5.1 and SE2.2 without problems. I submit a GET request such as "http:capture_servlet?DUMP=" in order to dump out some current session information. But all I get here with Orion is the PRE and a blank page, I assume it's the call to getIds():

no remote clients???

1999-11-16 Thread Robert Krueger
Hi, just came across the little sentence. Write a client, Orion does not have a distribution protocol (it is under development), so client implies local client, which in turn implies Servlets/JSP. Does it mean what I think it does, no RMI support for EJBs? That makes my previous questions

Keep-Generated

1999-11-16 Thread Kevin Jones
I seem to have lost the ability to keep the generated java files - this worked great in 0.8.0 but not in 0.8.1 - is there a new configuration setting I need, or am I just being stupid? I still get the .jspCache files BTW, Kevin

no servlet mapping? my app dead

1999-11-16 Thread Kucera, Rich
This code used to work under 0.8.0, but not under 0.8.1. I get a 404: servlet-mapping servlet-namesnoop/servlet-name url-pattern/snoopy/url-pattern /servlet-mapping My app depends on this kind of mapping, Is there a new rule or a workaround?

Re: problems running ejb product sample

1999-01-17 Thread Jochen Strunk
At 16:58 18.11.99 +0100, Jochen Strunk wrote: hi, when trying to run the ProductClient from the ejb examples with the following command line: java -Djava.naming.factory.initial=com.evermind.server.rmi.RMIInitialContextFact o ry -Djava.naming.provider.url=ormi://hostname

Oracle 7 driver problems

1999-01-17 Thread Les Hartzman
I'm trying to access an Oracle 7.3.4 database using the Oracle OCI driver. I'm getting an UnSatisifiedLinkError exception: java.lang.UnsatisfiedLinkError: make_c_state at oracle.jdbc.oci7.OCIDBAccess.make_c_state(Native Method) at

problems with jsp-file tag

1999-11-20 Thread Benjamin Lorenz
Sorry, if you get this mail twice. My mailer was misconfigured --sorry. Hi, I try to get the j2ee sample application (dukes pet store) running with orion, more precisely: just the GUIController portion for now... I added the following to the web-application.xml file in the default-site/

Modifications and mappings

1999-11-21 Thread Raphael Gillett
First: I have noticed on a few occasions now that modifications to a servlet sometimes do not get recognised. An older version is somehow retained. What are the common causes (programming oversights?) that might produce this effect? Second: Changes to the class name under a given mapping

RE: jsp debug

1999-11-22 Thread Kucera, Rich
just comment out stuff until it stops complaining, could it be you have some kind of legacy #include statements -Original Message- From: Kara Leigh [SMTP:[EMAIL PROTECTED]] Sent: Saturday, November 20, 1999 12:31 PM To: [EMAIL PROTECTED] Subject: jsp debug Hi, I just

Keep-generated /w EJB?

1999-11-23 Thread Rickard Öberg
Hi! We have a very strange bug where a ClassCastException is being thrown in the EJB wrapper code. Is there any way for us to "keepgenerated" the Java source? It is really weird... if we do: new Thread(new Runnable() { public void run() { myEjb.doSomething(); } }).run(); it works.

RE: SSL with Orion.

1999-11-23 Thread Kucera, Rich
Yes, Apache 1.3.9 running Raven commercial-grade SSL patched with a ProxyPass directive to your app running on Orion...note this can work with all your bleeding edge and exotic servers I'm thinking CL-HTTP here...need to exercise a little care here with coding urls but otherwise it works. This

NullPointerException within Orion

1999-11-23 Thread Elias Martenson
After modifying an EJB from using a default "long" key, into one that looks like this: public class VoteAlternativeKey { public VoteQuestion question; public String answer; } I get the following message when I start Orion: neuromancer$

Unable to initialize datasource to HypersonicSQL

1999-11-23 Thread Byron Hawkins
I am still unable to start OrionServer with a datasource to HypersonicSQL. Here is the entry in data-sources.xml: data-source class=com.evermind.sql.ConnectionDataSource location=jdbc/DefaultDS nameDefault data-source/name descriptionHypersonic SQL source./description

RE: Bug /w multithreading+EJB?

1999-11-24 Thread Magnus Stenman
Yes, 0.8.1 (and earlier) didnt support thread creation from within the server (servlets, JSP, etc). We were planning to disallow thread creation (which would still be compliant with the Servlet spec) but we changed it to support it instead, try the 0.8.1j patch at

taglib question

1999-11-24 Thread Pierre Awaragi
Hi all, I have a simple question on taglib: can a custom tag generate other custom tags that will be further processed. The scenareo is the following: read a request from the user, generate information from the database. The information is made up in custom tags that also needs to be

EntityBean implementation note

1999-11-24 Thread Rickard Öberg
Hi! We've done some testing with EntityBeans and Orion 0.8.1. Conclusion: * Orion uses one instance for all finder invocations. * Does it allow concurrent finder invocations on this instance? (bad) * Does it synchronize finder invocations on this instance? (bad) * Orion does not reuse

RE: taglib question

1999-11-24 Thread Kevin Jones
Pierre, if I understand your question you are asking if a tag can output 'JSP' into the stream that is further processed by the JSP engine. I would say no. The JSP page is pre-processed by the JSP engine (including custom tags) and a servlet produced - the output of that servlet (typically HTML)

Web-App DD and Classpath Identification Different From Servlet 2.2PR2 Spec ?

1999-11-24 Thread jeff . tuatini
Hi, Orion seems to differ from the Servlet 2.2PR2 spec in the way that a web application DD and codebase is identified: My understanding from the Servlet 2.2 PR2 spec is that web applications have a specific directory structure in which /WEB-INF/web.xml is the deployment descriptor and

Class not found exception

1999-11-26 Thread Morten Bach Møller
Hi, Configuration: WinNT 4 SP4 JDK1.3 beta Orion 0.8.1 I have a .jsp page that connects to an Oracle database without problems like: html % try { Class.forName("oracle.jdbc.driver.OracleDriver"); Connection connection =

New user questions ....

1999-11-26 Thread Steve Almond
Hi there, I've just been checking out Orion, and I love what I see so far. But here are a few questions I've noted: tools.jar in installation - Not really a question - but the server didn't work until I copied tools.jar into my JavaSoft/Jre/1.2/lib/ext directory.

Data-sources problem

1999-12-07 Thread Les Hartzman
I've modified the data-sources.xml file and have created an ejb-jar.xml file per the tutorial. Below is the error I get. What am I missing??? Les E:\orionjava -jar orion.jar Error initializing server: Unable to bind DataSource jdbc/DefaultDS to jdbc/Defa ultDS My data-sources.xml is as

Sample Session Bean - Communication error

1999-12-07 Thread Neal Kaiser
I've followed your sample session bean example (atleast I thought I did) and am getting this error: Communication error: Cannot instantiate class: com.evermind.server.rmi.RMIInitialContextFactory I have rmi enabled in my server config. Can someone tell me what I'm doing wrong? How can I tell

Re: Sample Session Bean - Communication error

1999-12-07 Thread Neal Kaiser
Disregard that question, I was missing orion.jar from my classpath. Duh. - Original Message - From: Neal Kaiser [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Tuesday, December 07, 1999 9:44 PM Subject: Sample Session Bean - Communication error I've followed your sample

unsubscribing

1999-12-08 Thread Chris Murphy
I can't easily see from your "Mailing List" web page where you are supposed to unsubscribe from this mailing list. It should be as easy to unsubscribe as it was to subscribe. - Chris Murphy.

process SUID

1999-12-09 Thread Olivier Refalo
Hi guys, I am running Orion on my Linux system. For security reasons, I have to run it under a UID which is not root. Unfortunatly, most Unix system prevent normal users from creating sockets with a port below 1024. For this reason, Orion has to be started as root and then, when initialization is

Default page for web-app

1999-12-11 Thread richard james woodward
How do i se the default page for a web-app to be something else, ie. If i type in the address of my site http://mysite/ the page that gets loaded is index.html if it exists, but i want it to be index.jsp. Is this client side? I guess i could just stick in a page redirect in an index.html file

System parameters

1999-12-13 Thread Colin Burroughs
Hi, Is there a quick and easy way of setting non-standard system parameters under the Orion environment. I have a need to setup Java deployment parameters which I can access from Java, .jsp etc... Can this be done through the .xml setup files? Is there a way of starting a Java class on Orion

RE: System parameters

1999-12-14 Thread Mike Cannon-Brookes
I'm not quite sure what you mean by non-standard system parameters - so I'll leave that for someone else. To start a Java class at startup, make it a servlet and set it to autoload. This way you can also govern the startup order (see the docs for details) if you want to startup many classes at

RE: System parameters

1999-12-14 Thread Colin Burroughs
Hi, I'm not quite sure what you mean by non-standard system parameters - so I'll leave that for someone else. ermmm this kind of thing... java.util.Properties prop = System.getProperties(); java.util.Enumeration en = prop.propertyNames(); for (int i=0; en.hasMoreElements(); i++) {

Re: Orion for ISPs

1999-12-14 Thread Karl Avedal
Hello Steve, Currently, the "heaviest" production site using Orion is probably http://www.vpro.nl It's the main site for a large dutch public broadcasting company and Orion currently handles about 400,000-500,000 hits per day on this site. It's also running their sites www.3voor12.nl,

Autoload servlets

1999-12-14 Thread Colin Burroughs
Hi, To start a Java class at startup, make it a servlet and set it to autorun. I have a servlet set to autorun on web application startup but it isn't, or would appear not be autorunning. I have, inside mt web-application.xml servlet

Re: Orion for ISPs

1999-12-14 Thread Rickard Öberg
My que I guess. :-) Karl Avedal wrote: About the other servers you mention, EJBoss and Jonas. They're both EJB servers and don't handle the full J2EE platform. This means no Java Server Pages, no Servlets, etc. (of course these things can be provided by other products, but you don't get

EJB tutorial (addendum)

1999-12-14 Thread Brien Voorhees
First of all, thanks for putting up sessionbean tutorial for using EnterpriseJavaBeans with OrionServer! Hopefully it's the first of many... :) I went through it earlier today and ran across a step that probably needs to be added to the tutorial. After writing the client program and

Misleading error msg when leaving off throws RemoteException

1999-12-14 Thread Brien Voorhees
Just thought I'd mention that if you forget to add "throws RemoteException" to a method in an EJB OrionServer generates the following error : Error deploying file:/C:/jdev/src/ homes: Error creating home instance: java.lang.NullPointerException (null) Error initializing home of type

Migrating from MS IIS4 to Orion

1999-12-14 Thread Neville Burnell
Hi, We are an accounting software developer looking to produce a J2EE front end to our accounting engine, and Orion is our J2EE server of choice. Great stuff! However our company web server is currently MS IIS4 [I know, I know ...], and I want to throw it out, host with Orion, and put up a beta

Virtual host err, jsp:param err!

1999-12-15 Thread Jonas Larsson
Hi, I have also discovered the earlier mentioned error when trying to user the virtual-hosts feature in web-site.xml.. Orion server throws a nullpointerexception durning startup when any virtual-hosts atttribute is set to some name.. It seems like jsp:param doesn't really work in the way the

RE: Orion 0.8.1 and vitual hosts

1999-12-15 Thread Neville Burnell
Hi, I discovered that if the first [one ?] site does not have a virtual-hosts tag, [so that orion can attach a site to the default machine name?] then subsequent sites can have virtual-hosts tags and its fine. Neville Burnell Business Manager Software -Original Message- From: Neville

Re: Orion for ISPs

1999-12-16 Thread Robert Krueger
Karl Avedal wrote: Hello Steve, Currently, the "heaviest" production site using Orion is probably http://www.vpro.nl It's the main site for a large dutch public broadcasting company and Orion currently handles about 400,000-500,000 hits per day on this site. It's also running their

Re: problems with Orion?

1999-12-16 Thread Jake Page
Gregory Bohmer wrote: 3) The classpath entry in web-application.xml doesn't appear to be completely working. I have added a directory there for my beans to see and it's not working. I have to still copy all my helper classes to c:\orion\beans (where my EJB's are) - rather than keeping in

Re: UserManager

1999-12-20 Thread Bernard Sauterel
At least orion check the correctness of "class" and "dataSource" parameters, as I got error message when using wrong values. But no message if other parameters are wrong. -bernard- On Mon, Dec 20, 1999, Bernard Sauterel [EMAIL PROTECTED] wrote: Does anyone have experience in setting up custom

Compile error in generated code for EntityBean w/container-transaction

1999-12-21 Thread Gary Albers
Has anybody seen this ( and maybe have a fix?): I have an EntityBean that deployed correctly when I did not specify anything in the assembly-descriptor section of ejb-jar.xml. Then I added the following: container-transaction method ejb-nameCategory/ejb-name method-name*/method-name

How to debug SQL errors from Generated code

1999-12-21 Thread Gary Albers
Can anybody suggest how to trace the SQL statements being generated by Orion? Or maybe, can anybody suggest how to alter or tailor the SQL being generated by Orion? I am getting a SQL Syntax error during a ejbCreate() but I can't find enough information to even begin assessing the problem. Any

next releases?

1999-12-21 Thread Kucera, Rich
when are the next releases due out?

RE: next releases?

1999-12-21 Thread Magnus Stenman
when are the next releases due out? Hopefully during tomorrow or the day after that, shouldnt be long. It contains a lot (and I do mean a lot) of bug-fixes, a lot of the bugs reported on this list are already fixed (in areas such as EJB, JSP, UserManager etc). If you want to jump the gun

Re: next releases?

1999-12-22 Thread Brien Voorhees
When upgrading from 8.1 to 8.3 (or 8.2) do we need to actually install it, or can we just copy over our old "orion.jar" (and the other .jar's you mentioned)? I never know whether the XML configurations files 'n' stuff are compatible from one release to the next. Thank you, Brien Voorhees -

Exposing your lovely .JSP code :(

1999-12-22 Thread Colin Burroughs
heevnin 1 an' all, Just found a mildly annoying *prob* with Orion and my beloved Netscape 3 browser (..only use it when I'm in DEV mode 'cause browsers these days are somewhat flabby, and IE5 is useless at telling you what's going on under the hood!..) running on NT... *boo hiss* I hear you

RE: Exposing your lovely .JSP code :(

1999-12-23 Thread Magnus Stenman
Hi, yes, this is a quite severe bug/security hole that effects Win32 users (UNIX users are not affected). We recommend anyone running a deployed application on a windows system to download the patch at http://www.orionserver.com/orion/orion.jar. This patch also fixes some other bugs like the

RE: How do I tell my Container Managed entity bean which datasourcetouse?

1999-12-25 Thread Mike Cannon-Brookes
G'day and a Merry Christmas to all, Ok, so I made the following entries in to the datasources xml file. Things appear to work better. But I have three questions: 1. Which data source are my beans using? By default your beans use the DefaultXADS I believe - although I've never used a

RE: Adding a Session bean to an HttpSession

1999-12-25 Thread Mike Cannon-Brookes
I'm not sure if your code works Alex - but this is how I do it (so I know it works) Context ctx = new InitialContext(); Object homeObject = context.lookup("UserSession"); UserSessionHome home = (UserSessionHome)PortableRemoteObject.narrow(ctx.lookup("ejb.UserSession", UserSessionHome.class);

BUG: EJBHome.remove(Object) fails to remove session bean...

1999-12-26 Thread Alex Paransky
Section 5.3.2 of the ejb1_1-spec.pdf talks about being able to call EJBHome.remove(...) api to remove a session bean. When a remove is added to the Cart in the sample ejb tutorial, the following exception is produced: System/communication error: IO Error: Cannot invoke remove(Object primaryKey)

password hSql

1999-12-26 Thread Bernard Sauterel
Problem with field "password" on Hypersonic SQL is now corrected. You can download hSql on "www.lynx.ch/contacts/~/thomasm/hSql.html" On Fri, Dec 24, 1999, Thomas Mueller [EMAIL PROTECTED] wrote: Begin Forwarded Message Hi Bernard I have corrected this

Are session beans reused?

1999-12-26 Thread Alex Paransky
I created a stateless session bean. My client creates the bean, and then calls remove on the bean. Every time the bean is created by the client, a new session object is created on the server (I know, because of a System.out.println in the constructor of the bean). I thought sessions were

session timeout on stateless session beans, why?

1999-12-27 Thread Robert Krueger
Hi, I'm getting session timeouts on stateless session beans. I thought that timeouts only made sense on stateful session beans? Could someone please clarify that? The state diagram of stateful session beans contains a timeout but the one for stateless session beans doesn't. Am I misinterpreting

db mapping problem 2

1999-12-27 Thread Robert Krueger
Just for completeness: if I specify the mapping explicitly, i.e. tell it that the field of type java.lang.Integer maps to the database type INTEGER it deploys but fails on the first create with the following Oracle error: Log.error:0: java.rmi.RemoteException: error in createCompany ; nested

Re: Orion-Interest subscription notification

1999-12-27 Thread saravanan thangaraju
unsubscribe [EMAIL PROTECTED] From: Orion-Interest [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Orion-Interest subscription notification Date: Thu, 23 Dec 1999 17:54:23 -0500 (EST) [EMAIL PROTECTED] is now subscribed to Orion-Interest.

CMP mapping question

1999-12-27 Thread Frank Apap
Does anyone have a list of what maps to what? Also what kind of data type do I use if I need strings of any length (not just 255)? -Thanks

Parameter parsing bug?

1999-12-27 Thread Brien Voorhees
I ran into what might be a bug in OrionServer's parameter parsing. I have a JSP page that is called from a form submit and if one of the parameters is empty but does not include an equal sign all of the parameters return null (via getParameter()). For example, the first URL works fine but the

RE: Is there better control over the generated custom finder code in CMP?

1999-12-27 Thread Mike Cannon-Brookes
This requires some sort of Object-Relational modelling tool (what you're trying to do is make one EJB out of more than one table). This is being added to Orion at the moment and will be a part of the feature set in the future. For now, the quickest way is to either create two CMP beans and join

RE: cmp mapping of Integer, Float, Double etc.

1999-12-27 Thread Mike Cannon-Brookes
By default Orion maps java.lang.Integer cmp fields to INTEGER db fields? (At least that's the only thing that's ever happened to me). I sometimes change this to map to LONGINTEGER or some other type that my DB supports. You can alter what it maps to in the orion-ejb-jar.xml file (the deployment

RE: CMP mapping question

1999-12-27 Thread Mike Cannon-Brookes
This depends completely on your persistent store. For example with MSSQL, you'd have to map fields of any length to TEXT fields (which are very heavy on storage). If they're less than 255 map them to a CHAR or VARCHAR field. Look up in your DB to see what field types are available, Orion can

Some basic JSP/EJB questions

1999-12-28 Thread Frank Apap
Hi I have some basic JSP/EJB questions. 1) Does anyone know any mailling lists for questions like these (ie basic jsp/ejb questions) ? 2) How can I encode a String to be used in a url. Right now my code looks like this. a href="delboard.jsp?BNAME=%=names.getBoardName()%" what happens tho, is

another cmp bug with compound pks

1999-12-30 Thread Robert Krueger
Hi, there is also a bug (actually 2) in the generated code for the remove methods for cmp. in the case of compound primary keys the generated sql for remove in the BeanWrappers (e.g. "DELETE FROM USRGRP WHERE (USRGRP_USR_ID = ?, USRGRP_GRP_ID = ?)" ) is invalid and fails with an sql exception.

RE: hSql DatabaseManager Orion Server

1999-12-30 Thread Neville Burnell
Hi Thomas, Just a quick note - I configured the Hypersonic SQL WebServer to use port 81 on the orion host, reconfigured orion to connect to the Hypersonic SQL WebServer URL - it worked no problem - then started the DatabaseManager, connected, no problem. Terrific. I have CCd the Orion-Interest

false alarm (cmp bugs)

1999-12-30 Thread Robert Krueger
Hi, just forget the recent bug reports related to compound primary keys. we were just too stupid to use the right versions of orion (had too many jar files around). orion 0.8.3 fixes all the cmp bugs we had experienced. have a nice y2k and keep coding great software. sorry for wasting your

  1   2   3   4   5   6   7   8   9   10   >