RE: InstantiationException in Tag Extension Tutorial, Lesson #3

2000-03-22 Thread Magnus Rydin
Title: RE: InstantiationException in Tag Extension Tutorial, Lesson #3 James, The correct way nowadays would be to put the taglib.jar in the WEB-INF/lib/ and point it out in your web.xml. The servlet and beans should then go under WEB-INF/classes/. Its strange that it cant find the

AW: EJB performance

2000-03-22 Thread Jens Stutte
Sure, i know this, but (as pointed out) the database access seems not to be the 'rock tied to the feet'. Almost all CPU power gets eaten by orion's java process, and normally (at least this is my experience), a pure jdbc/database combination has more or less equal loads on both sides. Regards,

Another time: EJB performance

2000-03-22 Thread Jens Stutte
Ok, after a day of testing and measuring, i have the following result (always regarding the performance of the tests i described in the mail "EJB performance"): First of all: you are right, Karl (i have to apologize for the somewhat "angry" other mail). A great deal of performance gots eaten

Orion and Visibroker 4: ClassLoader probs(?)

2000-03-22 Thread Joe Walnes
I'm trying to use Orion as a client for some CORBA based objects that are accessible via Visibroker. The following code works as a standalone client, providing the correct jars are in the classpath and the appropriate system properties are set, and the ORB is running on the localhost:

Please help, with deploying EJB bean....

2000-03-22 Thread Alex Paransky
Everything is deployed but, the home is not bound to the registry, or I cannot find the home in the registry. What configuration file do I need to check? Thanks. -AP_

BUG with com.evermind.naming.ik - no support for bundled extensions

2000-03-22 Thread jeff . tuatini
Hi, It appears that the Orion class loader (com.evermind.naming.ik) does not support the Class-Path jar manifest attribute and hence bundled extensions. I've experimented with the java.net.URLClassLoader and noticed that it supports bundled extensions but Orion does not use this. This is a

Any planned usage for Thread.setContextClassLoader ?

2000-03-22 Thread jeff . tuatini
Hi, Wondering if there has been any consideration to using Thread.setContextClassLoader() to set the context ClassLoader when invoking a web application servlet/JSP or EJB ? It would make life a lot simpler for our application framework (which currently is deployed as an installed extension) to

Feature request

2000-03-22 Thread Joseph B. Ottinger
In the XML parser, if an error occurs in a well-formed document, can you *please* convert to lt;, etc? --- Joseph B. Ottinger [EMAIL PROTECTED] http://cupid.suninternet.com/~joeo HOMES.COM Developer

RE: BUG with com.evermind.naming.ik - no support for bundled extensions

2000-03-22 Thread jeff . tuatini
Just tried Orion 0.9.4p - the problem still exists with com.evermind.naming.il - Jeff -Original Message- From: Tuatini, Jeff (PS, IM) Sent: Wednesday, March 22, 2000 1:03 PM To: 'Orion-Interest' Subject: BUG with com.evermind.naming.ik - no support for bundled extensions Hi, It

processing of JSP tags in HTML comments?

2000-03-22 Thread Jake Page
The following case doesn't seem to get processed by the JSP engine -- (the actual function of the tag doesn't really matter - it's a simple custum tag extension that just prints out an encoded URL based on an attribute) SCRIPT LANGUAGE="JavaScript" !-- js_variable = "mytag:encode

RE: Please help, with deploying EJB bean....

2000-03-22 Thread Alex Paransky
My SERVER.XML contains: application name="citysearch" path="../../citysearch" / My ../../citysearch/META-INF/application.xml contains: xmlheader... application display-nameCitySearch/display-name module ejbcom/citysearch/ejb/ClassType/ejb /module /application My

Frustration

2000-03-22 Thread mark kaseman
I would like to share my frustrations with the group. I have a small JSP application that works fine withjswdk-1.0.1 from SUN. This application does getClass().getResourceAsStream("X.properties") to retrieve some run-time property values and then does classGenericDynDataBase =

RE: Frustration

2000-03-22 Thread Alex Paransky
Join the club. I have been trying to get some help on deploying a simple EJB Bean for the last 3 days. There are no messages of exceptions from ORION. Everything appears to deploy correctly, but I cannot find the 'home' bound in to the naming space. At this point, I don't have the time,

Re: JMSChat

2000-03-22 Thread Eric Hodges
It's been a week. I can't find 0.9.5 on the web site. Can anyone point me to documentation on JMS in the current release of Orion? The demo doesn't work. Out of curiousity, is anyone out there using JMS or even interested in it? If so, what are you using? - Original Message - From:

Weird deployment error....cmt-datasource?

2000-03-22 Thread Victor A. Salaman
Well, I wish I had real documentation or source, but I'll have to accept realities :) Anyways, I'm having this error in 0.94p, Auto-deploying tspg-ejb... Error compiling file:/C:/projects/tspg/deploy/tspg-ejb/: No default cmt-datasource and no source specified. This is my ebj-bar:

specifying security constraints

2000-03-22 Thread Kit Cragin
I am trying to specify security constraints for my web app and am running into some difficulty. In the web.xml file below for twa.war (twa = test web application), what is the correct url-pattern element of the security-constraint element that will cause /login/login.jsp to be invoked when the