RE: Writing user managers

2001-01-19 Thread Juan Lorandi (Chile)
I've implemented it in two days. I used Forte4J as IDE (it autotypes all the methods in implemented interfaces) Piece o' cake. Just implement UserManager. HTH JP -Original Message- From: Tony J Brooks [mailto:[EMAIL PROTECTED]] Sent: Viernes, 19 de Enero de 2001 6:29 To: Orion-Interest

RE: Accessing EJBs from Stand-alone app....

2001-01-19 Thread Juan Lorandi (Chile)
looks good except for the ejb-link tag, it's missing JP -Original Message- From: John Pletka [mailto:[EMAIL PROTECTED]] Sent: Viernes, 19 de Enero de 2001 12:01 To: Orion-Interest Subject: RE: Accessing EJBs from Stand-alone app It's better if you respond to the list instead of

RE: Writing user managers

2001-01-19 Thread Juan Lorandi (Chile)
. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Juan Lorandi (Chile) Sent: Friday, January 19, 2001 6:24 AM To: Orion-Interest Subject: RE: Writing user managers I've implemented it in two days. I used Forte4J as IDE (it autotypes all the methods

RE: Trouble installing

2001-01-19 Thread Juan Lorandi (Chile)
did you copy tools.jar from your JDK to the orion dir? JP -Original Message-From: Ivan Figueredo [mailto:[EMAIL PROTECTED]]Sent: Viernes, 19 de Enero de 2001 14:19To: Orion-InterestSubject: Trouble installing I downloaded orion1.3.8.zip. I then did:

RE: Help: deadlock with concurent access to entity bean

2001-01-18 Thread Juan Lorandi (Chile)
- From: Juan Lorandi (Chile) [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Thursday, January 18, 2001 5:36 AM Subject: RE: Help: deadlock with concurent access to entity bean check Bug #161 Bug #170 in bugzilla... supposedly there's a workaround to Bug #170, but I'm not clear

RE: Invalid username/password looking up EJB

2001-01-18 Thread Juan Lorandi (Chile)
have y'all tried the namespace-access tag in orion-application.xml?? JP -Original Message- From: Ozzie Gurkan [mailto:[EMAIL PROTECTED]] Sent: Jueves, 18 de Enero de 2001 16:14 To: Orion-Interest Subject: Re: Invalid username/password looking up EJB Try using

RE: serialisation problem?

2001-01-18 Thread Juan Lorandi (Chile)
arshalling code generated by orion be modified for debugging purposes? thanks, greg - Original Message - From: Juan Lorandi (Chile) To: Orion-Interest Sent: Thursday, January 18, 2001 2:32 AM Subject: RE: serialisation

RE: Resource Archive and J2EE Connectors?

2001-01-17 Thread Juan Lorandi (Chile)
yap, and it sure is cool, but it is only at a draft stage... don't count on it being actively supported by nobody for a while. JP -Original Message-From: Joe Fair [mailto:[EMAIL PROTECTED]]Sent: Martes, 16 de Enero de 2001 21:18To: Orion-InterestSubject: Resource Archive and

RE: serialisation problem?

2001-01-17 Thread Juan Lorandi (Chile)
shooting from the hip again (bad habits die hard)... String's limit was 64K until JDK 1.3... which JDK are you using? -Original Message-From: Greg Matthews [mailto:[EMAIL PROTECTED]]Sent: Miércoles, 17 de Enero de 2001 1:27To: Orion-InterestSubject: serialisation

RE: Is combining Orion and PostgreSQL a good choice

2001-01-17 Thread Juan Lorandi (Chile)
sounds interesting... which constraints does PostgreSQL have nowadays(support for transactions,distributed transactions, isolation levels)? Any info would be appreciated. TIA, JP -Original Message- From: Mike Cannon-Brookes [mailto:[EMAIL PROTECTED]] Sent: Mircoles, 17 de Enero de

RE: JMS

2001-01-17 Thread Juan Lorandi (Chile)
sonicmq http://www.sonicmq.com and it's very fast... JP -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Miercoles, 17 de Enero de 2001 9:05 To: Orion-Interest Subject: JMS Dear All Is that true that the only message queue servers in existence which

RE: URGENT! jsp file size limit

2001-01-17 Thread Juan Lorandi (Chile)
may I suggest the use of jsp:include / tag... it's really a life-saver JP -Original Message- From: Dan Winfield [mailto:[EMAIL PROTECTED]] Sent: Miércoles, 17 de Enero de 2001 6:48 To: Orion-Interest Subject: Re: URGENT! jsp file size limit Cheers guys I have not solved the problem.

RE: Servlet startup in Orion?

2001-01-17 Thread Juan Lorandi (Chile)
in web.xml there's a load-on-startup1/load-on-startup that you must add to the servlet tag... HTH JP -Original Message- From: Robert S. Sfeir [mailto:[EMAIL PROTECTED]] Sent: Mircoles, 17 de Enero de 2001 14:16 To: Orion-Interest Subject: Servlet startup in Orion? I have a servlet

RE: Help: deadlock with concurent access to entity bean

2001-01-17 Thread Juan Lorandi (Chile)
check Bug #161 Bug #170 in bugzilla... supposedly there's a workaround to Bug #170, but I'm not clear on exactly how to use it JP -Original Message- From: Elhadi barkat [mailto:[EMAIL PROTECTED]] Sent: Mircoles, 17 de Enero de 2001 16:57 To: Orion-Interest Subject: Help: deadlock with

RE: Questions about the orion-ejb-jar.xml file

2001-01-17 Thread Juan Lorandi (Chile)
it is created by orion if not present in your ejb-jar, or updated if present you include it in your ejb-jar to override defaults (such as table mapping, finder methods and so on) it will be at [orion]\application-deployments\[app]\[ejb-jar]\orion-ejb-jar.xml Usually, most developers

RE: How can I run two instances of orion on single m/c

2001-01-17 Thread Juan Lorandi (Chile)
yap, but you must make sure that there are no conflicting HTTP listeners or RMI listeners review carefully these files: [orion]\config\rmi.xml [orion]\config\default-web-site.xml HTH JP -Original Message- From: Kesav Kumar [mailto:[EMAIL PROTECTED]] Sent: Mircoles, 17 de Enero de

RE: Orion on unix systems

2001-01-16 Thread Juan Lorandi (Chile)
If you have a JVM for HPUX, yes... The only JVM that *may* run in HPUX that I know of is Kaffe (http://www.kaffe.org) HTH JP -Original Message- From: Derek Akers [mailto:[EMAIL PROTECTED]] Sent: Martes, 16 de Enero de 2001 12:25 To: Orion-Interest Subject: Orion on unix systems

RE: Single Sign On

2001-01-16 Thread Juan Lorandi (Chile)
Just for the sake of shooting from the hip every now and then, why don't you allow sessions to be shared among applications? (I mean http sessions) That works when switching from http to https... JP -Original Message- From: Nick Newman [mailto:[EMAIL PROTECTED]] Sent: Martes, 16 de

RE: Re[2]: large field bug ??

2001-01-12 Thread Juan Lorandi (Chile)
I use String for primary/composite key fields... there are size constraints in many DB's about the total length of a PK so i still need String mapped to varchars, plus it will be DB accepted to use it as PrimKey (opposed to BLOBs) The mix approach doesn't sound nice, but it works and is flexible

RE: Urgent: Orion/SSL with Thawte-Cert

2001-01-12 Thread Juan Lorandi (Chile)
the status of bug #161 (mine) hasn't changed in three months... it has a lot to do with heavy load condition and ugly crashes I check it every week... but I think you're supposed to sacrifice a virgin on a full-moon dusk in order to get yer bugs fixed My 2 tears, JP -Original Message-

RE: large field bug ??

2001-01-12 Thread Juan Lorandi (Chile)
there are OCI driver's for linux... I have a track subscription to Oracle products and I have OCI's for Unixes from IBM,HP,Sun and linux HTH JP -Original Message- From: Markus Holmberg [mailto:[EMAIL PROTECTED]] Sent: Viernes, 12 de Enero de 2001 9:58 To: Orion-Interest Cc:

RE: large field bug ??

2001-01-11 Thread Juan Lorandi (Chile)
had that problem it's a mapping problem... (oracle-schema) Strings get Mapped to varchars(size)... They get chopped at size chars... the only solution is to declare the field as java.lang.Object then use it as string public Object name; public void setName(String name) {

RE: large field bug ??

2001-01-11 Thread Juan Lorandi (Chile)
would use StringBuffer (which is probably mapped to BLOB) instead of Object to store my Strings. Randahl -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Juan Lorandi (Chile) Sent: 11. januar 2001 08:54 To: Orion-Interest Subject: RE: large field bug

RE: JSP vs PHP

2001-01-10 Thread Juan Lorandi (Chile)
I have extense experience in PHP... had to build large web apps with it; but soon I've had to dump it because it isn't a tiered solution, nor it allows for easy instanciation of components It's array definition sucks(iteration of an array can be a painfully long to code) For small things it's

RE: Urgent: Orion/SSL with Thawte-Cert

2001-01-09 Thread Juan Lorandi (Chile)
won't it be a 128 bit certificate which orion can't handlewon't it? JP -Original Message- From: Klaus Thiele [mailto:[EMAIL PROTECTED]] Sent: Martes, 09 de Enero de 2001 13:09 To: Orion-Interest Subject: Urgent: Orion/SSL with Thawte-Cert Hello, after a long time i've got

RE: Accessing multiple databases in the same application

2001-01-05 Thread Juan Lorandi (Chile)
yap, check out orion-ejb-jar.xml In either CMP or BMP entitys you can modify deployment settings at any time with CMP you can even modify the field mapping scheme BUT, i think in another of the orion*.xml (i think orion-application.xml) you may specify the datasources PRIOR to deployment (thus

RE: JSP vs Servlet MVC - CMV

2001-01-05 Thread Juan Lorandi (Chile)
it's a circular pattern... you access the controller from a view, which is generated by the model... all of this brings us back to the important question: what was first--- the egg or the chicken? My 2c, JP -Original Message- From: Johan Fredriksson [mailto:[EMAIL PROTECTED]] Sent:

RE: EJBMaker won't reload saved skeleton files

2001-01-04 Thread Juan Lorandi (Chile)
AFAIK this has never worked at all... JP -Original Message- From: Amir Yasin [mailto:[EMAIL PROTECTED]] Sent: Jueves, 04 de Enero de 2001 14:03 To: Orion-Interest Subject: EJBMaker won't reload saved skeleton files I am having a problem loading .skeleton files that I saved previously

RE: Is the List alive?

2001-01-04 Thread Juan Lorandi (Chile)
I'm alive and in a state of happiness and bliss... beers JP -Original Message- From: Tony Wilson [mailto:[EMAIL PROTECTED]] Sent: Jueves, 04 de Enero de 2001 14:50 To: Orion-Interest Subject: RE: Is the List alive? I can get there... and I think the quiet list can be attributed to

RE: Standard Err stream

2000-12-15 Thread Juan Lorandi (Chile)
try: java -jar orion.jar .options. 2 log.txt sometimes the ampersand not needed (I don't remember exactly) -Original Message- From: Seung Bang [mailto:[EMAIL PROTECTED]] Sent: Jueves, 14 de Diciembre de 2000 20:35 To: Orion-Interest Subject: Standard Err stream Hello, Where

RE: Strainge missing ServletRequest

2000-12-15 Thread Juan Lorandi (Chile)
if you are using MultipartRequest in cos.jar, I've been using it successfully in 1.4.4 for 2 months Check that javax.servlet.ServletRequest isn't more than once in the classpath HTH JP -Original Message- From: Tim Squires [mailto:[EMAIL PROTECTED]] Sent: Viernes, 15 de Diciembre de

RE: When CMP fails...

2000-12-15 Thread Juan Lorandi (Chile)
check out autocreate-tables autodelete-tables in orion-application.xml HTH JP -Original Message- From: Mikko Kurki-Suonio [mailto:[EMAIL PROTECTED]] Sent: Viernes, 15 de Diciembre de 2000 7:55 To: Orion-Interest Subject: Re: When CMP fails... On Fri, 15 Dec 2000, Randahl Fink Isaksen

RE: setting radio buttons in JSP with database values

2000-12-15 Thread Juan Lorandi (Chile)
with or wihtout EJB's ?? if with: tr td class="normaltext" width="122" height="32" div align="center" % Collection col = ButtonHome.findButtons(...); for (Iterator it = col.iterator(); it.hasNext(); ) { Button tbut = (Button) it.next(); %input type="radio"

RE: Deployment problems (web-app not found in application)

2000-12-15 Thread Juan Lorandi (Chile)
remove the slash (/) from the web-uri tag in application.xml OR, copy the war-ic to the root dir (/) . just kidding it looks like this (in application.xml): web-uri/mvcapp-web.war/web-uri should be: web-urimvcapp-web.war/web-uri -Original

RE: to boldly go where no man has gone before

2000-12-14 Thread Juan Lorandi (Chile)
This is poetic justice shame on me Beers, Juan -Original Message- From: Dumitru Sbenghe [mailto:[EMAIL PROTECTED]] Sent: Jueves, 14 de Diciembre de 2000 14:17 To: Orion-Interest Subject: RE: to boldly go where no man has gone before I home my english is ok; I hope this list is

RE: isolation level

2000-12-13 Thread Juan Lorandi (Chile)
it depends on the driver/DB combo... also the level of isolation available depende on it... so there's no 'default' isolation level for orion... HTH JP -Original Message-From: Daniel G. Koulomzin [mailto:[EMAIL PROTECTED]]Sent: Miércoles, 13 de Diciembre de 2000 16:13To:

to boldly go where no man has gone before

2000-12-13 Thread Juan Lorandi (Chile)
flamebait I've been reading all those neat messages about lack of english proficcency and I'd like to point out that more than half the members of Orion-Interest's native language isn't english... After all, orion itself is swedish... And being non-english, I really dislike any discriminating

RE: Transaction across several different methods in Session beans

2000-12-13 Thread Juan Lorandi (Chile)
hi esteban... have you tried holding on to a UserTransacion reference? if you don't, the reference to the UserTransaction is gc'ed after the try clause of the methods that look it up... If you solve it, please post the list saludos Juan Pablo -Original Message- From: Lopez

RE: Singleton classes and Clustering

2000-12-12 Thread Juan Lorandi (Chile)
wrongly singletons are kinda prohibited from EJB because it usually doesn´t allow for linear scaling... perhaps if you could use a single server for singletons, with each machine in the cluster pointing to it? How about a BMP EntityBean backed up by a table that does the job? (moving the

RE: Off topic: development tools

2000-12-11 Thread Juan Lorandi (Chile)
Again, I´d like to recomend for evaluation Pramati Studio 2, with a JPDA debugger, support for JSP compilation, EJB support + wizards, Home Remote interfaces wizard, a built in J2EE full complaint server facilities to make as many packages as you want... The descriptor generation is completely

RE: Off topic: development tools

2000-12-11 Thread Juan Lorandi (Chile)
Consider evaluating Pramati Studio 2 http://www.pramati.com It's good and their support rulez! JP -Original Message- From: Jarek Skreta [mailto:[EMAIL PROTECTED]] Sent: Lunes, 11 de Diciembre de 2000 8:03 To: Orion-Interest Subject: Off topic: development tools

RE: SV: Off topic: development tools

2000-12-11 Thread Juan Lorandi (Chile)
Again, except for not having intellisense (JBuilder Forte have it), check out Pramati Studio I just code my bean and a wizard generates my home remote intefaces... I can package apps easily And have an all in one solution Another 'minus' may be the lack of an official CVS module, but all and

RE: Distributed EJB's

2000-12-11 Thread Juan Lorandi (Chile)
check RMI-howto, you must tell Orion A that it may have to look up beans in a different server... -Original Message- From: Karsten Beving [mailto:[EMAIL PROTECTED]] Sent: Lunes, 11 de Diciembre de 2000 12:16 To: Orion-Interest Subject: Distributed EJB's Hi. I have two Orion-Server

RE: Default transaction isolation level

2000-12-11 Thread Juan Lorandi (Chile)
only in direct data access the isolation is valid, thus, only Entities may have an isolation setted the isolation level depends on the JTA implementation and varies from DB to DB, as also the different isolation levels supported if you´re using Session Beans to access the DB, you're using JDBC

RE: EJB2.0 Generated class uncompilable

2000-12-11 Thread Juan Lorandi (Chile)
geez! setBar is abstract no abstract methods needed... The container uses indeirection to implement DB code... so, your get/set pair should look like: // public java.util.Set bars; // public Set getBars() { return bars; } public void setBars(Set bars) { this.bars = bars; }

UserManagers

2000-12-11 Thread Juan Lorandi (Chile)
Guys, anybody has succesfully implemented en EJBUserManager ? I have to deploy my app in a cluster and XMLUserManager won't do... I' ve had, in the past, decompiled DataSourceUserManager and recompiled it to fix the various bugs in the implementation, but regretably, I'm working in a different

RE: Database connection pooling

2000-12-08 Thread Juan Lorandi (Chile)
try this change: class="com.evermind.sql.ConnectionDataSource" Oracle's thin driver does the pooling for you, so this should suffice... HTH JP -Original Message- From: Todd Mayfield [mailto:[EMAIL PROTECTED]] Sent: Viernes, 08 de Diciembre de 2000 13:16 To: Orion-Interest Subject:

RE: restarting orion-server

2000-12-08 Thread Juan Lorandi (Chile)
flamebait after you shutdown the server shuts down (geez, go figure how that works) and it no longer listens for ANY admin message... So I guess thats why it doesn't respond to restart (Oh, I'm a genius) Use EITHER restart OR shutdown /flamebait JP -Original Message- From:

RE: Deadlock exception when accessing entity bean

2000-12-08 Thread Juan Lorandi (Chile)
so did I, and it was the reason I filed the bug #161. basically, orion never has 2 instances of the same entity in memory, so whenever a transaction takes too long, or tries to find an entity held by another transaction, orion persistence manager detects it and makes one of these

RE: Run time error and exception messages

2000-12-08 Thread Juan Lorandi (Chile)
this (printStackTrace) is usually the standard behavior on Orion oh, BTW, if you are using IE 4 or 5, make sure you disable friendly HTTP messages... In IE 5: Tools | Internet Options Tab Advanced uncheck Show friendly HTTP error messages HTH, JP -Original Message- From: Malcolm

RE: Help: Accessing EJBs in different applications

2000-12-08 Thread Juan Lorandi (Chile)
Well, I have an app It has one ejb-jar it has 2 web-war's they're ALL in the same app... HTH JP -Original Message- From: Montebove Luciano [mailto:[EMAIL PROTECTED]] Sent: Viernes, 08 de Diciembre de 2000 9:37 To: Orion-Interest Subject: Help: Accessing EJBs in different

RE: EJB2.0 Generated class uncompilable

2000-12-08 Thread Juan Lorandi (Chile)
use autoupdate or find it in http://www.orionserver.com/orion/orion.jar use at own risk! (actually, 1.4.4 is VERY stable) -Original Message- From: Serge Knystautas [mailto:[EMAIL PROTECTED]] Sent: Viernes, 08 de Diciembre de 2000 20:48 To: Orion-Interest Subject: Re: EJB2.0 Generated

RE: if it is possible to have 2 entity beans with same PK existing in orion ??

2000-12-08 Thread Juan Lorandi (Chile)
use RequiresNew in the entity transactions... this will (hopefully) ensure JIT use of the critical entities, but at the cost of data integrity (there she goes again) HTH JP -Original Message- From: Thomas [mailto:[EMAIL PROTECTED]] Sent: Viernes, 08 de Diciembre de 2000 11:24 To:

RE: Entity bean reference mapping

2000-12-07 Thread Juan Lorandi (Chile)
juan, have you set the descriptor to be EJB 2.0 complaint?? -Original Message- From: Juan Gargiulo [mailto:[EMAIL PROTECTED]] Sent: Miércoles, 06 de Diciembre de 2000 20:27 To: Orion-Interest Subject: Entity bean reference mapping Joe, I tried the configuration example for EJB

RE: Entity bean reference mapping

2000-12-07 Thread Juan Lorandi (Chile)
-jar.xml have to be EJB2.0 compliant for an entity bean reference mapping to work??? juan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Juan Lorandi (Chile) Sent: Thursday, December 07, 2000 6:38 AM To: Orion-Interest Subject: RE: Entity bean reference mapping

RE: Error:no default cmt-datasources

2000-11-29 Thread Juan Lorandi (Chile)
your datasource, if using CMP, mustn't be Access... Use any DB with transactional support JP -Original Message-From: tasneem [mailto:[EMAIL PROTECTED]]Sent: Miércoles, 29 de Noviembre de 2000 6:54To: Orion-InterestSubject: Error:no default cmt-datasources Hi everybody

RE: Can't find DataSource in ejb-jar.xml file???

2000-11-26 Thread Juan Lorandi (Chile)
why don't you just change the data-source attrib in the tag entity in orion-ejb-jar.xml?? that's what I've been doing while switching form Oracle/Sybase to the Hypersonic in my notebook.. -Original Message- From: Kevin Duffey [mailto:[EMAIL PROTECTED]] Sent: Domingo, 26 de Noviembre de

RE: JavaBeans and JSP

2000-11-25 Thread Juan Lorandi (Chile)
try jsp:setProperty name="dsb" property="DataSourceJdbcDriver" value="oracle.jdbc.driver.OracleDriver"/ or else jsp:setProperty name="dsb" property="dataSourceJdbcDriver" value="oracle.jdbc.driver.OracleDriver"/ JP -Original Message- From: Robert S. Sfeir [mailto:[EMAIL PROTECTED]]

RE: Transaction isolation levels setting

2000-11-24 Thread Juan Lorandi (Chile)
in orion-ejb-jar.xml tag entity . isolation="XXX" where isolation may be (depending also on the driver + DB) uncommitted, commited, repeatableread, serializable check docs/orion-ejb-jar.xml.html (the manual) for more details -Original Message-From: Petr Podsednik

RE: DataSourceConnection not closed

2000-11-23 Thread Juan Lorandi (Chile)
om: Marcus Ahnve [mailto:[EMAIL PROTECTED]] Sent: Jueves, 23 de Noviembre de 2000 12:59 To: Orion-Interest Subject: Re: DataSourceConnection not closed "Juan Lorandi (Chile)" wrote: yes, I've been complaining about this issues starting a month ago... check bugs #161 #170 for more

FW: DataSourceConnection not closed

2000-11-23 Thread Juan Lorandi (Chile)
-Original Message- From: Karl Avedal [mailto:[EMAIL PROTECTED]] Sent: Jueves, 23 de Noviembre de 2000 16:06 To: Juan Lorandi (Chile) Cc: [EMAIL PROTECTED] Subject: Re: DataSourceConnection not closed Hello Juan, You can rest assure that we look at every bug report reported

RE: Instantiate more than one session bean

2000-11-21 Thread Juan Lorandi (Chile)
that's valid... but be careful... some servlet engines are known to 'reuse' the same instance of a servlet many times -Original Message- From: Storm Linux User [mailto:[EMAIL PROTECTED]] Sent: Lunes, 20 de Noviembre de 2000 17:54 To: Orion-Interest Subject: Instantiate more than one

RE: Instantiate more than one session bean

2000-11-21 Thread Juan Lorandi (Chile)
perhaps you would be straining both the apps servers the island LAN if you should use the httpsession object... for small apps, he shouldn't have any problems with httpsession, and it's what I would use. But many times I've seen programmers thinking servlet containers behave one-way, when they

RE: Deploying a servlet ear, war: help an oroin newbie

2000-11-21 Thread Juan Lorandi (Chile)
and WEB-INF/web.xml is there? is it correct? -Original Message- From: Matthew TorreAlto [mailto:[EMAIL PROTECTED]] Sent: Martes, 21 de Noviembre de 2000 16:19 To: Orion-Interest Subject: Deploying a servlet ear, war: help an oroin newbie I am trying to deploy a servlet with Orion. The

RE: Multi-App user Management

2000-11-21 Thread Juan Lorandi (Chile)
neither of these implementations does fully implement the UserManager interface plus, I can edit the xml file anytime with any simple text editor -Original Message- From: Hitesh Jasani [mailto:[EMAIL PROTECTED]] Sent: Martes, 21 de Noviembre de 2000 16:17 To: Orion-Interest Subject: Re:

RE: Deploying a servlet ear, war: help an oroin newbie

2000-11-21 Thread Juan Lorandi (Chile)
sorry, I meant, web-app in default-web-site -Original Message- From: Matthew TorreAlto [mailto:[EMAIL PROTECTED]] Sent: Martes, 21 de Noviembre de 2000 16:19 To: Orion-Interest Subject: Deploying a servlet ear, war: help an oroin newbie I am trying to deploy a servlet with Orion. The

RE: How do I get the RoleManager?

2000-11-20 Thread Juan Lorandi (Chile)
have you tried casting your UserManager? UserManager userMgr = (UserManager) (new InitialContext()).lookup( "java:comp/UserManager" ); RoleManager roleMgr = (RoleManager) userMgr; -Original Message- From: Tim Endres [mailto:[EMAIL PROTECTED]] Sent: Lunes, 20 de Noviembre de 2000

RE: WAR contexts in application.xml and default-web-site.xml

2000-11-20 Thread Juan Lorandi (Chile)
yes, orion binds only by using web-app tags in web-site.xml files -Original Message- From: Gerald Gutierrez [mailto:[EMAIL PROTECTED]] Sent: Domingo, 19 de Noviembre de 2000 13:34 To: Orion-Interest Subject: WAR contexts in application.xml and default-web-site.xml What is the

RE: HELP. Strange Database Connecton error.

2000-11-20 Thread Juan Lorandi (Chile)
You're using thin drivers... these drivers never use the Oracle OCI, and never ever read tnsnames.ora -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Sábado, 18 de Noviembre de 2000 13:33 To: Orion-Interest Subject: HELP. Strange Database Connecton error.

RE: Execute 2 Session Beans concurrently - Is thread possible?

2000-11-20 Thread Juan Lorandi (Chile)
perhaps you could use MessageBeans... I don´t think that asynchronic execution is valid in EJB, nor it will ever be... -Original Message- From: Storm Linux User [mailto:[EMAIL PROTECTED]] Sent: Lunes, 20 de Noviembre de 2000 11:10 To: Orion-Interest Subject: Execute 2 Session Beans

RE: Macromedia Generator and Orion

2000-11-16 Thread Juan Lorandi (Chile)
Title: RE: Macromedia Generator and Orion flash 5 has full xml support and is able to compose request and parse responses in and out of a web server... perhaps you don't need Generator to run under Orion at all... My 2c, JP -Original Message-From: Magnus Rydin

RE: What does this error mean?

2000-11-16 Thread Juan Lorandi (Chile)
this is one of my orion-application.xml ?xml version="1.0"? !DOCTYPE orion-application PUBLIC "-//Evermind//DTD J2EE Application runtime 1.2//EN" "http://www.orionserver.com/dtds/orion-application.dtd" orion-application deployment-version="1.4.4" ejb-module remote="false"

RE: OT: RE: Macromedia Generator and Orion

2000-11-16 Thread Juan Lorandi (Chile)
this is getting spookie. really bizarre... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Jueves, 16 de Noviembre de 2000 8:14 To: Orion-Interest Subject: Re: OT: RE: Macromedia Generator and Orion Hi Robert, ok, where did you put the macromedia

RE: OFF TOPIC: Jdbc Driver for MS SQL server?

2000-11-14 Thread Juan Lorandi (Chile)
There's a problem with CLOB BLOB fields with SprintA 2000 + SQL 7... The CLOB doesn't grow beyond the predefined value, like in say CREATE TABLE MiTabla ( int ID, varbinary(8192) miObjeto); miObjeto doesn't grow beyond 8192 chars, tough it's supposed to Consecuences: Whenever a dependant

RE: DeadlockException

2000-11-14 Thread Juan Lorandi (Chile)
This is a problem I've faced before... It Orion, protecting your data consistency (I LOVE THIS SERVER!) You'll see, the spirit of transaction processing is the management of resources. There's something known as transaction isolation, I figure that in your app it is set to 'SERIALIZABLE'

RE: SQL Server - Autoincrement Primary Keys

2000-11-14 Thread Juan Lorandi (Chile)
stuck with BMP, but check the Plugable Persistence Manager API in orionserver.com for implementing the workaround for CMP yourself -Original Message- From: Chris Miller [mailto:[EMAIL PROTECTED]] Sent: Martes, 14 de Noviembre de 2000 13:54 To: Orion-Interest Subject: SQL Server -

RE: DeadlockException

2000-11-14 Thread Juan Lorandi (Chile)
sucesive calls on the same entities indefinetly My 2c (that's 4c so far), JP -Original Message- From: Juan Lorandi (Chile) [mailto:[EMAIL PROTECTED]] Sent: Martes, 14 de Noviembre de 2000 13:21 To: Orion-Interest Subject: RE: DeadlockException This is a problem I've faced before

RE: UserManager shutdown hook?

2000-11-13 Thread Juan Lorandi (Chile)
Title: RE: UserManager shutdown hook? what is a 'raper' thread?? . . . . . . . . . . Now I'm sorry I asked ;-) JP -Original Message-From: Andrej Gabara [mailto:[EMAIL PROTECTED]]Sent: Lunes, 13 de Noviembre de 2000

RE: URGENT: talking with other app server?

2000-11-10 Thread Juan Lorandi (Chile)
To connect different App servers (diff vendors) IIOP will be used -Original Message- From: James Ho [mailto:[EMAIL PROTECTED]] Sent: Jueves, 09 de Noviembre de 2000 16:08 To: Orion-Interest Subject: Re: URGENT: talking with other app server? Hi there, So..basically..if I build a

RE: 1.4.4 OR Collection classes

2000-11-10 Thread Juan Lorandi (Chile)
We've had this problem so long ago I didn't even remeber about it Here our collection: package net.amtec.util; //import java.util.*; public class Collection extends java.util.Vector implements java.io.Serializable { } we use net.amtec.util.Collection whenever a serializable Collection/Vector

RE: Multiple beans in one jar

2000-11-10 Thread Juan Lorandi (Chile)
you're missing the ejb-link tag refer to the spec for further info -Original Message- From: Jim Crossley [mailto:[EMAIL PROTECTED]] Sent: Viernes, 10 de Noviembre de 2000 13:00 To: Orion-Interest Subject: Re: Multiple beans in one jar Well... Robert Krueger wrote: same here. check

RE: URGENT: talking with other app server?

2000-11-10 Thread Juan Lorandi (Chile)
;-) -Original Message- From: James Ho [mailto:[EMAIL PROTECTED]] Sent: Viernes, 10 de Noviembre de 2000 13:19 To: Orion-Interest Subject: Re: URGENT: talking with other app server? "Juan Lorandi (Chile)" wrote: To connect different App servers (diff vendors) IIOP will be u

RE: Getting reference of DataSourceUserManager

2000-11-09 Thread Juan Lorandi (Chile)
you may find the current UserManager RoleManager in "java:comp/UserManager" "java:comp/RoleManager" If you configured your app properly, UserManager and RoleManager must be instances of DataSourceUserManager HTH, JP -Original Message- From: Gerald [mailto:[EMAIL PROTECTED]] Sent:

RE: EJB SLSB Question

2000-11-09 Thread Juan Lorandi (Chile)
nope, session beans are used by only one client at a time, but why would you want a SLSB to have a persisted handle anyway? This would be best modeled with a Stateful Session Bean, and would be as resource expensive as your current, SLSB-based pattern is My 2c, JP -Original Message-

RE: Debugging Question

2000-11-09 Thread Juan Lorandi (Chile)
You can either use System.out.println (works for me) Or you can use the Logger in "java:comp/Logger", but I don´t have the interface to it I'm sure you can figure it out using JAD (JAva Decompiler) JP -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Jueves, 09

RE: Problems with CMP PrimKey...

2000-11-09 Thread Juan Lorandi (Chile)
though the attributes must be declared as public, they are semantically private the spec enforces semantically private/read-only/write-only attributes -Original Message- From: Sean P. McNamara [mailto:[EMAIL PROTECTED]] Sent: Jueves, 09 de Noviembre de 2000 14:10 To: Orion-Interest

RE: Getting reference of DataSourceUserManager

2000-11-09 Thread Juan Lorandi (Chile)
do you mean by "configured your app properly"? Which tags/files are involved? Is the UserManager stuff part of J2EE or specific to Orion? Thanks. "Juan Lorandi (Chile)" wrote: you may find the current UserManager RoleManager in "java:comp/UserManager" &qu

RE: Two Orion Servers!

2000-11-08 Thread Juan Lorandi (Chile)
in orion-ejb-jar.xml: tag entity-deployment, attribute validity-timeout="N", validity-timeout="1" and your beans are reloaded as needed every 10 sec. (actually, it mean s the cached data is considered stale after N miliseconds and should be reloaded if needed) Works for me and saves precious

RE: State of the Graphical Tools

2000-11-08 Thread Juan Lorandi (Chile)
You'll have to manually edit orion-ejb-jar.xml You'll find it in the $ORION\application-deployments\YOURAPP\YOURJAR\orion-ejb-jar.xml -Original Message- From: Gerald Gutierrez [mailto:[EMAIL PROTECTED]] Sent: Miércoles, 08 de Noviembre de 2000 12:37 To: Orion-Interest Subject: State of

RE: There has GOTTA be a BETTER way !!!!

2000-11-07 Thread Juan Lorandi (Chile)
Pramati Stuido does that... takes a DB Table (if you want one), and creates either BMP or CMP entities It has a packager, and it also has a J2EE App Server + Web Server built in, for development purposes, and allows for debugging of jsp/servlets EJBs It also is 100% pure java, so you can run

RE: The way to use EJB?

2000-11-07 Thread Juan Lorandi (Chile)
Entity Beans a a representation of persistent data It may be a record in a table in a DB, or maybe something else (like an entry in LDAP)... the idea is that Entities expose themselves as object and you work with them without caring whether they're a given record in a given table in a given DB

RE: Transaction propagation question

2000-11-07 Thread Juan Lorandi (Chile)
I think it defaults to NotSupported; also have in mind that J2EE only allows flat transactions, so, if you a a secuence Required --- Requires New T1 T2 it will perform 2 transactions, not connected between each other, that is, if T2 fails, T1 doesn't fail autoamtically.

RE: more question for xml,xsl in orion

2000-11-02 Thread Juan Lorandi (Chile)
You may want to have a Filter (a special servlet) to acomplish the XSLT... In the jsp, in the @page tag, add a Content-Type="text/xml" or whatever your filter requires... you may also place inside the xml a xsl tag which refernces the xsl file you want applied (may be dinamically generated,

OOPS

2000-10-26 Thread Juan Lorandi (Chile)
Overwhelming Orion Powered Sites (had to fit the acronym ;-) http://orion.irth.net Hosted by Jason Rimmer It has a submission form for sites, Jason and I have been filling in some, some where inserted by the original contributors It's a moderated entry system, so within 24 hours from submission

RE: Orion in production

2000-10-25 Thread Juan Lorandi (Chile)
I would also like to note Pramati (http://www.pramati.com). Their support is EXCELLENT... and they're by no means a HUGE company... On Today, Kyle Cordes ([EMAIL PROTECTED]) wrote: often the ones asked, and so on. That just isn't the case in any vendor that I have bought software from. I

RE: Ok. I feel dumb. Data Sources and MS SQL.

2000-10-25 Thread Juan Lorandi (Chile)
Last week I bailed out of SprintA 2000, because variable length fields don't grow... Bugzilla #127 Say, you have an Object/Serializable field in a CMP bean... It's mapped to either a nvarchar(S), or a varbinary(S) Whenever the serializable version of the object is bigger than S (look above)

RE: get reference to UserTransaction fails

2000-10-25 Thread Juan Lorandi (Chile)
() and UserTransaction.commit() ? thanks, greg - Original Message - From: "Juan Lorandi (Chile)" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Wednesday, October 25, 2000 3:49 AM Subject: RE: get reference to UserTransaction fails Are your trying to ret

RE: get reference to UserTransaction fails

2000-10-24 Thread Juan Lorandi (Chile)
Are your trying to retrieve something from "java:comp" DIRECTLY from code not running on Orion? I have looked (very quickly) at the specs, and I don't think that's allowed(seems pretty unsafe to me) Perhaps you can build a session bean that preforms the lookup, then passes the reference to the

Orion Powered Sites

2000-10-20 Thread Juan Lorandi (Chile)
Thanks a lot! The list has grown a lot - fixed the links, and so on... It still is at http://www.rifleman.com.ar/orionsites.htm And it still is at a freeservers site... I have contacted Joe Ottinger, and he has told me, he has nothing else to do at orionsupport.com... I'm working on an J2EE

RE: Orion in production

2000-10-20 Thread Juan Lorandi (Chile)
, don't show him number 5 on the list!) Frank On Friday, October 20, 2000 12:38 PM, Sven van 't Veer [SMTP:[EMAIL PROTECTED]] wrote: "Juan Lorandi (Chile)" wrote: Hi! I have been using orion for about 6 months now, and now, as I'm finishing my a

<    1   2   3   >