List errors

2001-10-23 Thread Jeff Schnitzer
Does anyone else get You do not have permission to send to this recipient. When attempting to send mail to this list? Of course, if you're reading this, then it's allowing me to send *some* traffic... Jeff

[ANNOUNCE] Fast Track to MVC / JSP Framework Public Workshop

2001-10-23 Thread Vic Cekvenich
!- - commercial *Master Struts in three Days! * The date is fast approaching. Join our workshop and discover how the MVC/J2EE platform provides a number of benefits for organizations developing intranet and Internet applications. MVC designs require that you separate the presentation

setting up data-source: no cmt-dataSource/ejb-datasource

2001-10-23 Thread Alexey Alexapolsky
Hello guys,I've installed Orion to my system and trying to run hello-world app. It's using a simple CMP bean. I need to connect it to ODBC datasource. How do I create a datasource in data-sources.xml for existintg ODBC datasource ?This is what I have in data-sources.xml , but my Orion

Shutdown server

2001-10-23 Thread Ales MILAN
Hi, I have problem with shutdown my Orion server. When I executeshutdowncommand then Orion server writeto the console these messages: Orion Pooled jdbc:interbase://localhost/d:/databases/cocacola.gdb: Cache timeout, closing connection (Pool size: 0)jdbc/InterBaseDS: Cache timeout, closing

RE: Can't get 2nd web module's servlet-map to register

2001-10-23 Thread Curt Smith
An interesting requirement of J2EE is that external clients need to run in current working directory where there's a subdirectory and file of: META-INF/application-client.xml This file has familiar syntax of declaring the beans you'll bind to, resources and env vars. You'll need to declare your

RE: Can't get 2nd web module's servlet-map to register

2001-10-23 Thread Prashant Gaikwad
Derek, Why aren't you using DB pool feature provided by orion instead of creating a new pool. cheers -Original Message- From: Derek Lee [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 23, 2001 10:01 AM To: Orion-Interest Subject: RE: Can't get 2nd web module's servlet-map to

Re: List errors

2001-10-23 Thread Michael Simons
Jeff Schnitzer wrote: Does anyone else get You do not have permission to send to this recipient. When attempting to send mail to this list? Of course, if you're reading this, then it's allowing me to send *some* traffic... Jeff No, but I only can reply to list entries. Any mail that

Orion and in JVM class access security violation !

2001-10-23 Thread Bruno Baloi
Hia gentle gents !! I've been trying something off the wire, and I am trying to poke around for some expertise. I have written this piece of code that uses JINI. It is essentially a litle server that publishes a proxy. Now, this thing works like a charm on its own, and of its own volition. I

EJB help for a beginner

2001-10-23 Thread Sujith Menon S
Hi Everybody, I am a beginner in Orion and am trying to deploy the example EJB.Follwoing the steps as given , I get the following error. While running the CartClient and Product Client i get the follwoing error Product Client Exception in thread "main" java.lang.SecurityException:

security-constraint

2001-10-23 Thread Carlos Macías
Hi everybody. I´ve a big problem: Somebody know how i can modify and manage the security-constraint (in web.xml) using the orion API? Thank you all. _ Descargue GRATUITAMENTE MSN Explorer en http://explorer.msn.es/intl.asp

jaas and usermanager

2001-10-23 Thread The elephantwalker
Group, Is anybody interested in a usermanager that uses jaas plugin's? This way we could just use the jaas properties files to control what kind-of login service is allowedand if jaas is used out of the box, NTLogin (or os login), Kerberos, SmartCard could be used. regards, the

RE: security-constraint

2001-10-23 Thread The elephantwalker
Carlos, You can change these bits in the orion-web.xml. Also, there should be no need to change the security constraints, since the web.xml uses roles, and orion-web.xml uses groups. Why the difference? Well Karl and Magnus were smart enough to recognize that web modules and ejb modules would

Re: orion DB2

2001-10-23 Thread El Jeffo
Does orion really work with DB2 as a datasource? I'm still having I suppose... but I haven't done much ejb/cmp with it, mostly servlets and prepared statements. trouble with this. The DB won't accept the prepared SQL-statements for the finder-queries genereated by orion. I had trouble with

RE: Library placement

2001-10-23 Thread Doug Graesser
Perry I had problems until I upgaded to jakarta-struts-1.0-b3. I put the struts.jar file in WEB-INF/lib as you have stated. I also have all of the servlet classes in WEB-INF/classes, and no reference to these in the orion/lib paths. Doug Graesser -Original Message- From: Perry

RE: Shutdown server

2001-10-23 Thread Alistair
unsubscribe

RE: orion DB2

2001-10-23 Thread Josh P. Motto
I am also having great difficulty using the orion-generated finders (findByXXX) with DB2... and I create the tables myself through the DB2 SQL tool on NT. I have not found a solution, hopefully we can discover the problem here! Josh Motto -Original Message- From: [EMAIL PROTECTED]

Does jsp:plugin work for Netscape in Orion 1.5.2?

2001-10-23 Thread Troy Eric Echols
I have a jsp page that uses the jsp:plugin tag for some applets I wrote. In my jsp page, I pass applet parameters using jsp:params jsp:param ... jsp:param ... jsp:params For some reason when I access the page from Netscape or Mozilla, the params don't show up in the generated HTML. Neither

RE: jaas and usermanager

2001-10-23 Thread Vipul Mehta
Yes i am interested in using that. I have used the Encryption of password with the Usermanager. regards, vipul -Original Message- From: The elephantwalker [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 23, 2001 11:27 AM To: Orion-Interest Subject: jaas and usermanager Group, Is

RE: jaas and usermanager

2001-10-23 Thread Tucker, James
I know for my company, we are headed in the direction of JAAS with WebLogic and were hoping to have the same thing in place for Orion. We wouldn't use vastly different login services (like smartcard, etc.), but it would allow us to use a common code base for each app server port.

MAC Address (Physical Address)

2001-10-23 Thread Sarathy Mattaparti
Hi, Does anyone know how to get the MAC Address (Physical Address) of a Client ?.. Thanks in advance.. Sarathy.. _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

servlet load-on-startup and orion shutdown

2001-10-23 Thread Romen Law
ello, If I use the load-on-startup in web.xml under my startup servlet, orion will correctly start it up automatically. What I found strange was that when this is done I cannot shutdown orion any more by using admin.jar or ctrl-C. If I comment out the load-on-startup line, everything will be

what the? ejbStore gets called last???

2001-10-23 Thread Greg Matthews
dear all, having not used EntityBeans in my last projects, but stateless session beans only, i'm hoping someone has a good answer to my question. basically, it seems like ejbStore is being deferred to the end of the transaction. if i request a series of operations like this. 1. loadX

Fw: what the? ejbStore gets called last???

2001-10-23 Thread Greg Matthews
further to this last message, there's information on http://developer.java.sun.com/developer/technicalArticles/ebeans/sevenrules/ about the same issue, i.e. ejbStore being deferred. it seems to berule number seven. again, how do you get around the problem where a subsequent load of data

[announce] PortalStudio 2.0 with Interaction Management

2001-10-23 Thread announce
MONGOOSETECHNOLOGY ANNOUNCES PORTALSTUDIO 2.0 WITH INTERACTION MANAGEMENT J2EE-based portal platform now includes RealCommunities 2.0 collaboration applications and Interaction Management Web services Houston, October 22, 2001 - Mongoose Technology, Inc., the company that set the

Transactions and OTS

2001-10-23 Thread Adam Cassar
Has anyone every successfully integrated orion with a 3rd party OTS, or have any idea on how to go about it?

RE: what the? ejbStore gets called last???

2001-10-23 Thread Curt Smith
1. loadX 2. loadX == this gets the old copy of X, not the new one since Orion deferred my call to ejbStore 3. store. Speaking of out of sequence ejbStore()'s, I have a question regarding thrown checked exceptions from ejbStore/ejbLoad in my BMP system?? And if I throw a

RE: Orion Questions

2001-10-23 Thread Edward de Jongh
Title: RE: Orion Questions Thanks Alex. -Original Message- From: Alex Paransky [mailto:[EMAIL PROTECTED]] Sent: 23 October 2001 18:00 To: Orion-Interest Subject: RE: Orion Questions Look in the Orion/config directory. There is a file called application.xml. This is the

Application Client

2001-10-23 Thread Edward de Jongh
Title: Application Client Hi could someone please point me in the right direction re installing a client. I have already deployed a session bean, which I would now like to test from my testClient. Should the client be deployed/built by ant at the same time? If you know of any tutorials please

jdbc performance Orion vs. WL

2001-10-23 Thread Savotchkin Egor
Hi all, decided to find out who is the fastest when working with DB using jdbc. I wrote a simple servlet that does the following: 1) acquires connection from the App. Server's JNDI tree and selects 7000 records from an Oracle table. 2) acquires connection using DriverManager