CMP and BLOB fields

2001-09-21 Thread Juan Fuentes
Hi list! I have a CMP with a BLOB field and it does not work. I've read in the list archives that the EJB specifications explain that a CMP cannot have BLOB fields. I've changed the BLOB by a LONG RAW, and it has started to work. What's the difference between a BLOB and a LONG RAW? If

Re: Problems accessing remote EJBs

2001-09-21 Thread Klaus Thiele
Hi, just curious: jndi_props.put(javax.naming.Context.SECURITY_PRINCIPAL,oops); jndi_props.put(javax.naming.Context.SECURITY_CREDENTIALS,oops); jndi_props.put(javax.naming.Context.PROVIDER_URL,ormi://196.129.237.124:23791/testapp); i entered wrong appname - server hangs

IMPLEMENTING SECURITY AND AUTHENTIFICATION

2001-09-21 Thread David Bonilla
I want to create some users for my application, map this users with pre-created roles, and then, know about how can I make the authentification. Please help me ! I must do it very, vey quickly !!! __David Bonilla FuertesTHE BIT BANG

Re: about Authentication

2001-09-21 Thread Scott Farquhar
Mars, We have a howto up at on our site regarding securing a directory using BASIC authentication. You can find it here: http://www.atlassian.com/article/securingdirectory.html Cheers, Scott -- Scott Farquhar :: [EMAIL PROTECTED] Atlassian :: http://www.atlassian.com Supporting YOUR

Cannot find Oracle JDBC driver on HP/UX

2001-09-21 Thread wing tung Leung
I'v read the thread about loading the JDBC classes on a PA RISC system, and I have the same problem on HP/UX 11. Starting the Orion server in the Orion root path does not help, copying it into $JRE/lib does the job, but it seems to be an UGLY hack. Java HotSpot(TM) Server VM (build 1.3.1

re: CMP and BLOB fields

2001-09-21 Thread The elephantwalker
didn't catch the first time around -Original Message- From: The elephantwalker [mailto:[EMAIL PROTECTED]] Sent: Friday, September 21, 2001 1:32 AM To: Orion-Interest Subject: RE: CMP and BLOB fields Juan, If you make your cmp field a byte[], the type in Oracle will be BLOB in version

fail to JNDI lookup session EJB from external client

2001-09-21 Thread wing tung Leung
I have created an orion-ejb-jar.xml descriptor for the Session bean Foo and Foo2, but I can't succeed in looking up the object using JNDI. The descriptor is located in META-INF/ in the EJB jar and looks like this: === orion-ejb-jar enterprise-beans session-deployment name=Foo

please help me !!!! orion server crashed

2001-09-21 Thread Liang, Hua
Greetings, all, i am running. orion 1.5.2 on sun's jre 1.3.1. Recently orion is frequently being crashed after ruuning gor a few days; and sometimes even worse, after i restart orion, it is down immediately. The global-application log file s shows tons of exception for IOException ,

Strange debug error ??

2001-09-21 Thread Eddie
Hellu everyone, When I start orion with the -Dhttp.virtualdirectory.debug=true (says the debug Orion doc's), I always get, the following error, whereas the applicaton runs perfect ? What is it and should I do something about it ? Eddie Error: --- java.lang.Throwable: setting

Marshalling excetpion

2001-09-21 Thread Nusairat, Joseph F.
Title: Marshalling excetpion HERE2 HERE3 Exception:ProjectEdit.savePMBackupMgr(): Transaction was rolled back: Error preparing bean instance: com.evermind.transaction.MarshallingXAException; nested exception is: com.evermind.transaction.MarshallingXAException Display Project Exception:

HELP !!! SECURITY

2001-09-21 Thread David Bonilla
Ok... I have understand all about security but know, how and where can I activate a option to use a Orion-Based console or something else to control de User Name and Password ? __David Bonilla FuertesTHE BIT BANG NETWORKhttp://www.bit-bang.comProfesor Waksman, 8, 6

RE: Questions about Orion

2001-09-21 Thread Vlad Vinogradsky
Thanks for your response. Few follow-up questions. By the way, Orion by itself can out do IIS by six to one!... In what scenario? ... make sure you test the jdbc drivers with all necessary uses of sql including things like LIMIT, CLOB, BLOB as well as 100's of open connections. These are the

RE: HELP !!! SECURITY

2001-09-21 Thread The elephantwalker
David, The orionconsole application allows you to add and remove users, but it is VERY buggy, and not supported by IronFlare: java -jar orionconsole.jar Most of us write a admin web module to administer user's. Here are the relavent API's: 1. roleManager: This class can be instanced

Configure CASTOR

2001-09-21 Thread Markus Hildebrandt
Hallo, how could I use Castor within a Session Bean? How could I lookup the database in JNDI? db = (Database) ctx.lookup( java:comp/env/jdo/mydb ); Thanks to all!! Markus Hildebrandt

RE: Questions about Orion

2001-09-21 Thread The elephantwalker
Vlad, see comments... regards, the elephantwalker www.elephantwalker.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Vlad Vinogradsky Sent: Friday, September 21, 2001 7:08 AM To: Orion-Interest Subject: RE: Questions about Orion Thanks for your

The Security (again)

2001-09-21 Thread David Bonilla
Title: En blanco I discover myself how to get a dialog to put the login and password when my application starts, now, the problem is that... it doesn´t work properly !!! I write the correct login and password but the server doesn´t recognize it !!! Someboy has a good idea about what

RE: HELP !!! SECURITY

2001-09-21 Thread Juan Lorandi (Chile)
lo que? the orionconsole is run with: $orion# java -jar orionconsole.jar HTH, JP PS: mail me (in Spanish if you like) if that's not what you're looking for. An extended explanation would be appreciated -Original Message-From: David Bonilla [mailto:[EMAIL

RE: Questions about Orion

2001-09-21 Thread Juan Lorandi (Chile)
all inline -Original Message- From: Vlad Vinogradsky [mailto:[EMAIL PROTECTED]] Sent: Jueves, 20 de Septiembre de 2001 23:22 To: Orion-Interest Subject: Questions about Orion I am evaluating the Orion server for use in a production web site which would be hosted by a hosting

RE: Questions about Orion

2001-09-21 Thread Bill G
Don't know about Orion but I am using MS/SQL Server 2000 with JSQLConnect JDBC drivers with both Borland and WebLogic Appservers. And, it is working very well. Bill G... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of The elephantwalker Sent: Thursday,

RE: Transaction question ?

2001-09-21 Thread Juan Lorandi (Chile)
No-- they're invoked in different transactions. Transactional activity maps directly to threads-- that is, the thread's id is the transaction id (so to speak). HTH, JP -Original Message- From: Stephen Davidson [mailto:[EMAIL PROTECTED]] Sent: Martes, 18 de Septiembre de 2001 13:32

Newbie question

2001-09-21 Thread Pito Salas
Title: Newbie question I've been working with the Sun J2EE RI. What is the Orion analog to the Swing deployment application for Orion. Mainly I am looking for a tool to (semi-) automate the creation of EARS, WARS, the various .xml files etc. Thanks, Pito

Re: mySQL

2001-09-21 Thread Emeline Barns
Hi gurus, I have databases created in MS Access and using JDBC-ODBC for connection which is not great. My application have to hold under 30 connections. I tested my PC to run 20 instances of the program, and it worked. Does this mean that it will be working when installed on shared drive? I

I can't connect www.orionsupport.com site

2001-09-21 Thread
Hi, all. I could connect orionsupport site a few days ago. but, I can't now. why? Did theserver down?

Orion 1.5.2 and Java 2 SDK 1.3.1

2001-09-21 Thread Vlad Vinogradsky
Do they work together? Thanks, Vlad

RE: Orion 1.5.2 and Java 2 SDK 1.3.1

2001-09-21 Thread The elephantwalker
Vlad, Its tough to get linux to work on a laptop, but we get Orion an Sun jdk1.3.1 working together on a Windows 98 laptop all of the time. Works fine. I would have to say Sun jdk1.3.1 is better than the previous release on windows systems. There have been issues with the client and server

RE: I can't connect www.orionsupport.com site

2001-09-21 Thread Mike Cannon-Brookes
I think it is down at the moment - a more stable US mirror is being organised, please accept our apologies as this gets underway. As always you can try the mirrors: UK -uk.orionsupport.com Australia - au.orionsupport.com Germany- de.orionsupport.com Cheers, Mike Mike Cannon-Brookes ::

Re: I can't connect www.orionsupport.com site

2001-09-21 Thread
orionsupport ¿ø·¡ ÀÌ»çÀÌÆ®´Â °¡²û ´Ù¿î µÇ´õ±º¿ä °ÅÀÇ ÁÖ±âÀûÀ¸·Î... - Original Message - From: Á¤¿¹Áö To: Orion-Interest Sent: Saturday, September 22, 2001 9:34 AM Subject: I can't connect www.orionsupport.com site Hi, all. I could connect