RE: Can't get taglibs to work in orion

2001-06-13 Thread Hani Suleiman
It's not Sun. XML IS ordered, and if you don't follow the order specified in the DTD, the document won't validate. On Tue, 12 Jun 2001, Aaron Tavistock wrote: Might be something to do with the fact that the web.xml dtd requires a certain ordering. I've run into this before and it was

RE: A connection with the server could not be established error ...

2001-06-13 Thread Tony Fonager
this has nothing to do with show friendly http error messages - they are not enabled in my browser. the problem is, i dont even get a connection to Orion - the same result, as if you enter an www adress in your browser, which doesnt exist. and this is just temporary - very temporary - normally

Orion at port 80 with IIS

2001-06-13 Thread Karin Keur
Hi All, I have Orion running on an Windows NT system with MSSQL and IIS 4.0 installed. Orion is running on port 8090; IIS on port 80. I found out that a lot of users can't access 8090 via their firewall. Is it possible to configure Orion so that it works via the IIS, or the other way

SV: Oracle deal gag... but on a different note.

2001-06-13 Thread Magnus Rydin
Title: SV: Oracle deal gag... but on a different note. Please, drop this damn thread. The list is obviosly not censured, just a bit sucky. No one will wake up next to a swedish meatball smeared with cowberry jam and mashed potatoes.. Stop accusing people of being paranoid etc, it only floods

problem with POST (bug?)

2001-06-13 Thread Denis Kranjcec
Hello everyone! I have very strange problem with my servlet. When I deploy servlet packed in war, servlet never recive POST request. It receive only GET (in HTML is POST). But when I put servlet class in default-web-app everything iw working fine. Do I need to put something in web.xml or

RE: Security bug with application clients? (More Info)

2001-06-13 Thread Lachezar Dobrev
Hello. Here I want to provide more information on the problem. Just for clarification. The problem is NOT the security itself. It works just fine. The problem lies IMHO in caching or something. It is also seen only in the RMI connection. EXAMPLE: Consider following situation: We

RE: Orion at port 80 with IIS

2001-06-13 Thread Marcel Schutte
Orion has announced support for AJP13. It is not working yet, but once it will, you can use the tomcat3.3 ISAPI plugin to connect IIS to Orion. Marcel -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Karin KeurSent: Wednesday, June 13, 2001

Error in deploying CMP bean in 1.5.2

2001-06-13 Thread Deepak Gupta
Hi All, I am new to Orion app. server. I am trying to deploy a CMP Entity Bean on 1.5.2. The server gives the following error: Auto-deploying employee-ejb.jar (No previous deployment found)... Error compiling E:\orion\applications\employee\build\employee/employee-ejb.jar: Variable contained

Re: Dynamic finders

2001-06-13 Thread Sergei Batiuk
Title: SV: Dynamic finders Dear Magnus, The question is: does ORION provide some kind of mechanism (like a callback function), that could be implemented by a programmer and return a query string upon request, instead of making them 'final'? One way to do that is to make a BMP, but i want

Why was the default value for max-tx-retries changed to 3?

2001-06-13 Thread Henrik Kniberg
It seems that Orion 1.5.2 writes max-tx-retries=3 in the dynamically generated orion-ejb-jar.xml when deploying new beans. According to the docs the default value should be 0, and that is the way it worked in previous releases. I haven't found any mention of this change in the release notes for

RE: Oracle deal gag... but on a different note.

2001-06-13 Thread Joseph B. Ottinger
On Tue, 12 Jun 2001, Jay Armstrong wrote: Joseph, You see, Joseph, it's this kind of humor that makes people think of waking up next to their favorite racehorse's head. Not sure what your point is, here, pardner. After all, I was saying this My point is that some slow people, like me,

RE: Orion at port 80 with IIS

2001-06-13 Thread Smith Jason
You could do a port translation at your firewall so that your.orionserver.com is on port 80 for the users, but really runs on port 8090 on your machine. /Jason -Original Message-From: Karin Keur [mailto:[EMAIL PROTECTED]]Sent: Wednesday, June 13, 2001 9:26 AMTo:

Force Logon after X minutes

2001-06-13 Thread Smith Jason
I am custom user-authentication. The user and groups are in a database and I am using BASIC authentication. How can I allow users to logoff w/o them closing their browser? How can I force them to logon again after x minutes? Thxs, Jason

Getting rid of stale files in a deployment

2001-06-13 Thread Rupa Schomaker
Lets say I have the file foo.jsp in my web.war file. On deployment, orion expands the .ear and the .war and I can access the file. If I later remove the foo.jsp file and redeploy the application, foo.jsp is still in the expanded directory. I can use the preview admin console to delete the app

Re: Can't get taglibs to work in orion

2001-06-13 Thread Tim Pouyer
hey, finaly got taglibs to work. It was the ordering of the nodes in the web.xml file. I feel realy stupid now. Thanks for your help. tim - Original Message - From: Aaron Tavistock To: Orion-Interest Sent: Tuesday, June 12, 2001 10:02 PM Subject: RE: Can't get

clustering and class/jar visibility

2001-06-13 Thread Mike Conway
we have a 'dev' instance on box 1...we can deploy a web app using the 'exploded directory structure', and put our sybase jdbc driver zip file in lib under j2ee/home...works great. we have a 'test' instance on box 2...with 2 instances of orion running in a load-balanced cluster. We set an

Re: Please help me

2001-06-13 Thread Brynolf Andersson
Hi, tio me it seems as the data-sources.xml is incorrect. It should be something like this: data-source class=com.evermind.sql.DriverManagerDataSource name=OracleDS location=jdbc/OracleCoreDS xa-location=jdbc/xa/OracleXADS ejb-location=jdbc/OracleDS

Deployment descriptors autocopy?

2001-06-13 Thread Lachezar Dobrev
I guess... I'll ask just for the sake of it. I have a complete J2EE Application. EJBs, WebClient and an ApplicationClient... However. I have orion-application.xml. I also have predefined data-sources.xml and principals.xml. So. I have them registered in the orion-application.xml,

Re: Security bug with application clients? (More Info)

2001-06-13 Thread Michael Jara
Lachezar's second example is exactly what I tried, and I got the same results. I started looking at the docs related to web clients, trying to figure out if there was something different between web-client security and application-client security. (First, I need to mention that I know next

RE: A connection with the server could not be establishederror ...

2001-06-13 Thread Robert L Gause
I just finished doing some load testing with Orion, WebLogic, and WebSphere (via IBM Apache). All the servers but WebSphere/Apache eventually had connection failures. I chalk it up to all the object creation/destruction going on for a connection. Apache, having it's C heritage does not have as

RE: Force Logon after X minutes

2001-06-13 Thread cybermaster
% if (session != null) { session.invalidate(); } % --peter -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Smith Jason Sent: Wednesday, June 13, 2001 6:38 AM To: Orion-Interest Subject: Force Logon after X

Re: Error in deploying CMP bean in 1.5.2

2001-06-13 Thread Lachezar Dobrev
Hi. Check your deployment descriptor ejb-jar.xml in the META-INF directory in the jar file. I think you have a property (variable) that containg some whitespace (space, tab, enter). That is not permitted. Lachezar Hi All, I am new to Orion app. server. I am trying to deploy a

RE: clustering and class/jar visibility

2001-06-13 Thread Allen Fogleson
try placing the jar file in the web app WEB-INF/lib directory. Remember when you deploy an application it has its own sandbox. Thats my best bet. it should be visible if it is in that directory though. Al -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of

SV: Resin and OC4J (The server formerly known as Orion)

2001-06-13 Thread Patrik Andersson
Title: SV: Resin and OC4J (The server formerly known as Orion) Why would you want to use resin? -Ursprungligt meddelande- Från: Kemp Randy-W18971 [mailto:[EMAIL PROTECTED]] Skickat: den 13 juni 2001 20:02 Till: Orion-Interest Ämne: Resin and OC4J (The server formerly known as Orion)

Sealing violation?

2001-06-13 Thread Juha Paananen
Title: Sealing violation? I get this strange exception when I'm trying to instantiate an InitialContext in my Orion application client: java.lang.SecurityException: sealing violation at java.net.URLClassLoader.defineClass(URLClassLoader.java:234) at

Re: Force Logon after X minutes

2001-06-13 Thread Nick Newman
The problem is that with BASIC authentication the *browser* remembers the logon information and resends it whenever needed. Hence things like invalidating the session will not work, since the browser will simply log the user in again without their intervention. So far as I know, there is no

Re: Force Logon after X minutes

2001-06-13 Thread Rafael Alvarez
Hello Smith, Create a class that implements HttpSessionBindingListener. In the valueUnbound(HttpSessionBindingEvent event) put whatever code you need to logout . When you create the session, store an object of that class, so when the session expires the user logout. -- Best regards, Rafael

RE: Resin and OC4J (The server formerly known as Orion)

2001-06-13 Thread Kesav Kumar
Title: RE: Resin and OC4J (The server formerly known as Orion) Should be same unless OC4J messup with something. Kesav Kumar Software Engineer Voquette, Inc. 650 356 3740 mailto:[EMAIL PROTECTED] http://www.voquette.com Voquette...Delivering Sound Information -Original Message-

using ejb-ref-mapping in orion-web.xml?

2001-06-13 Thread -buttso-
g'afternoon all - Has anyone ever used the ejb-ref-mapping tag in the orion-web.xml file? From reading the doc on the Orion website, it appears that you can modify the JNDI name used by an ejb-ref-mapping entry for an EJB home as described in the standard web.xml file. I've got the

Counting CMP entities

2001-06-13 Thread Sergei Batiuk
Is it possible to count the number of records in a table with a CMP? WBR, Sergei

response.sendRedirect problem

2001-06-13 Thread Rafael Alvarez
Hi all, this is the scenary: I have a 2 jsp pages and 2 servlet. The flow is: pag1.jsp --(via Post)-- --servlet1 --(via forward) -- --servlet2 --(via response.sendRedirect) -- -- pag2.jsp when viewed using some browsers in Mac (IE and Netscape alike), the redirect

RE: Counting CMP entities

2001-06-13 Thread elephantwalker
Sergei, Doa findAll() ,you get a collection. Then do a result.size(), that should do it. Regards, the elephantwalker -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Sergei BatiukSent: Tuesday, June 13, 2000 3:25 PMTo:

RE: Force Logon after X minutes

2001-06-13 Thread Kesav Kumar
Title: RE: Force Logon after X minutes The browser remembers the Authorization header for that realm. There are couple of ways you can force browser to relogin. Option 1)In your code have a kind of check for time interval after time interval if you get a request send the 401 response. I use

order of tags in xml configuration files

2001-06-13 Thread elephantwalker
Group, This is just a heads-up. I don't see it referred to anywhere in the documents, but a bad tag order in the j2ee xml configuration tags or in the orion xml configuration tags can break an application. In particular, we often have to create orion-*.xml files for security or clustering. The

Re: using jDriver from BEA WebLogic

2001-06-13 Thread Justen Stepka
Title: using jDriver from BEA WebLogic You can't. Justen Stepka - Original Message - From: Ta Nguyen Binh Duong To: Orion-Interest Sent: Tuesday, June 12, 2001 8:32 PM Subject: using jDriver from BEA WebLogic Hi all, How can I use the WebLogic jDriver

Re: order of tags in xml configuration files

2001-06-13 Thread Kesav Kumar
Adding to the following you can get all dtds which are used by orion are packaged in orion.jar. If you open the orion.jar using any zip utility you can see all the dtd files(sort by Type). Extract them and have a reference of these dtds for your comparision. I use XmlSpy for editing my XML