RE: BMP vs CMP with Orion

2000-11-07 Thread Frank Eggink
I guess I'm using neither. The clue is that, when you stick to the rules, you have to write the minimum one panel and one table per dataobject as all the access to the properties is done via methods and each of those methods is specific for the dataobjects (e.g. getName(), setName(x)). When

un-subscribe me

2000-11-07 Thread Myrthes
Please un-subscribe me from this mailing list.Thanks.

Re: mapping a user to a group using DataSourceUserManager

2000-11-07 Thread Christian Sell
Russ, to my understanding, user/group-to-role mapping is done in orion-application.xml (orion deployment files). Principals.xml defines users and groups in a manner unrelated to J2EE roles and is thus comparable to the user base you have in any other datastore. regards, Christian - Original

Re: calling servlet from jsp

2000-11-07 Thread Christian Sell
does not sound all that simple to me. Calling a servlet is not the problem, but assigning its output to a string all the more - after all the servlet writes to the output stream of the servlet request. You would have to somehow replace the request object before calling the servlet, which I

Beans don't get removed.

2000-11-07 Thread Fabio Silva
Hello again, I'm posting this again, because I still have the problem that, with both Orion 1.3.8 and Orion 1.4.0, my session beans don't get removed ever. I've already waited for almost one entire day and nothing. The strange thing is that with Orion 1.1.24, this would work normally. I need

Re: Orion System Requirements

2000-11-07 Thread Sven van 't Veer
Unico Hommes wrote: I was wondering what are the recommended and/or minimum system requirements for running Orion Server. I have a 100 Mhz Pentium - 24 Mb memory linux box which I want to use for testing and developing web apps with Orion server. Will this work ? I didn't find this info

Re: Orion and Windows 2000 Professional

2000-11-07 Thread Sven van 't Veer
Jan Tye wrote: I have an application which runs fine under Windows 98, Orion 1.3.8 and JDK1.3 When the same application is run under Windows 2000 Professional (SP1) I get the access violation shown below during database connection. D:\orionjava -jar orion.jar Orion/1.3.8 initialized

Need help with datasources and Interbase

2000-11-07 Thread Håkan Axelsson
Hi, everyone! I am new to Orion and I am trying to deploy my (test) application. However, I have some problems. When running my client I get the following exception (pasted from application.log): 2000-11-07 13:21 Error in bean Account interbase.interclient.InvalidOperationException:

RE: mapping a user to a group using DataSourceUserManager

2000-11-07 Thread Arved Sandstrom
The extra fields described in the API docs and the docs for orion-application.xml, as they pertain to user managers, specifically DataSourceUserManager, allow you to specify a groups table also (which can be the same as the username+password table). EJBUserManager also allows for groups. This

RE: mapping a user to a group using DataSourceUserManager

2000-11-07 Thread Russ White
Actually, I found the answer after looking through the Orion API last night at home. It can be done by mapping the UserManager to a user/group table. Now that I have it working I am thinking of writing a tutorial on using the DataSourceUserManager to submit to orionsupport.com Thanks for the

Re: jsp problem

2000-11-07 Thread Lars Hoss
hi! yup, you are right. i have tested the servlet with konqueror. nevertheless i wonder why all other servlet/jsp engines work well with konqueror? yours, lars Am Montag 06 November 2000 15:29 schrieben Sie: I've seen a similar problem, which only seems to happen when using the KDE2.0

Where is Orion's copy of ejb-jar dtd?

2000-11-07 Thread Dave Ford
The reason I ask is that I think it' screwed up. When I try to run an app with -validateXML turned on i get: Error loading package at file:/C:/@web/ClassNotes/EjbJmsJndi/@StudentEjbApp/, Error parsing META-INF /ejb-jar.xml in C:\@web\ClassNotes\EjbJmsJndi\@StudentEjbApp: Fatal error at line 377:

RE: jsp problem

2000-11-07 Thread J.T. Wenting
what others? This encoding string is buggy, if someone supports it, he probably ignores it rather than using it... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Lars Hoss Sent: Tuesday, November 07, 2000 10:25 To: Orion-Interest Subject: Re: jsp

Re: Where is Orion's copy of ejb-jar dtd?

2000-11-07 Thread Robert Krueger
it's in orion.jar in the META-INF dir but it's just the official sun version as far as I know. your errors don't indicate that it's a dtd problem. the first looks like you use non-7bit-ascii characters and didn't declare the correct encoding in your xml (just a guess). robert At 08:00

RE: newsgroup forum

2000-11-07 Thread Gopalani, Manoj
I would prefer a NewsGroup, it is a lot easier to navigate, but, as an option one should still be able receive a daily digest if one so desires. -Original Message- From: "Kemp Randy-W18971" [mailto:[EMAIL PROTECTED]] Sent: Monday, November 06, 2000 4:36 PM To: "Orion-Interest" Subject:

There has GOTTA be a BETTER way !!!!

2000-11-07 Thread Keith Kwiatek
Hello, EJB's are great if you like tripling the amount of code you have to write How is everyone building their web apps with hand coded programs, or using automagic tools? It sure seems like there should be some sort of tool that you can just point at database tables, and have it

Adding a site? - (2nd Post)

2000-11-07 Thread Thomas DeBruycker
This is my second post for this question. Are most users of Orion only using the default-web-app site to deploy their applications? It seems like it should be a simple thing to add another site. Can someone explain to me (clearly) how to add another site to Orion? I have been successful in

Re: newsgroup forum

2000-11-07 Thread Gerald Gutierrez
Consider using an email client that threads messages. KMail, for example, does it well. On Monday 06 November 2000 12:47, you wrote: I agree! Using a newsgroup is a grand idea! Sure would make the threads alot easier to navigate. -Original Message- From: James Hays

Setting max/min connections

2000-11-07 Thread Justen Stepka
Where can I set the pool size for my datasource in Orion? Justen Stepka

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

2000-11-07 Thread Joel Shellman
EJB's are great if you like tripling the amount of code you have to write Depends on what you are comparing it to--CMP reduces a lot of db code. How is everyone building their web apps with hand coded programs, or using automagic tools? We're hand coding. It sure seems like

Re: Adding a site? - (2nd Post)

2000-11-07 Thread Sven van 't Veer
Thomas DeBruycker wrote: 3) Added the line web-site path="./TestSite.xml" / to server.xml you missed adding : application name="TestSite" path="../applications/TestSite/" /" to server.xml (ahead of the web-site path You have to remember, Orion is an Application Server and not a WebServer

Re: Adding a site? - (2nd Post)

2000-11-07 Thread Tony Abbott
Judging from the error message you're probably not defining the TestSite application. Add application name="TestSite" path="x" / to server.xml where x is the path to the root directory of your application or the path to your .ear file if you're using one... -t On Tue, Nov 07, 2000 at 07:36:18AM

Re: Setting max/min connections

2000-11-07 Thread Robert Krueger
At 10:27 07.11.00 , you wrote: Where can I set the pool size for my datasource in Orion? Justen Stepka read the commented dtd for data-sources.xml in the docs it's all there generally IMHO the dtds are the most valuable source of information as far as orion configuration is concerned. HTH

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

2000-11-07 Thread Kurt Hoyt
If you take a look at all the code that Orion (and any other EJB server product) "writes" for you when you deploy your beans, and all the code that exists in the server to manage those beans, you'd see that the way EJBs work REDUCE the amount of code you have to write. EJBs are an immature

What's new?

2000-11-07 Thread Kesha Sibilev
Does anybody know what is new in the 1.4.2 version of orion server? kesha

Re: jsp problem

2000-11-07 Thread Lars Hoss
others are: weblogic, tomcat, jrun ... from the users point of view it is a bug of the orion server because konqueror works with jrun, tomcat and/or weblogic server. i was just wondering why all those servers work well with konqueror ... yours, lars Am Dienstag 07 November 2000 15:12 schrieben

RE: BMP vs CMP with Orion

2000-11-07 Thread Cory Adams
I just received JBuilder 4 Enterprise and I will say that it does an amazing job at EJB so far. You can connect to a datasource via JDBC and pick your tables and keys for Entity CMP. It's amazing. I'm still tweaking the deployment descriptors for Orion. Man the money you can save on Orion

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

2000-11-07 Thread Cory Adams
JBuilder 4 Enterprise allows you do build Entity CMP beans this way. You can connect to a datasource and then select tables and keys for your beans. It's wild. I'm still getting used to it. Can anybody else with more experience using this tool give us a little insight? Thanks, Cory At

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

2000-11-07 Thread Peter Delahunty
Am I off base here, or are ejb's a lot more work? How can people talk about how EJB's "speed development time"?!? alot more work than what ? I to solve a problem using EJB's you should have a problem that EJB's were designed to solve. And so if you have one of those problems. Then EJB

orion-ejb.xml

2000-11-07 Thread Sven van 't Veer
I was under the impression that changes manually made to orion-ejb.jar, however, every time I change the following line: cmp-field-mapping name="date" persistence-name="date_" / to: cmp-field-mapping name="date" persistence-name="date" / and

Re: What's new?

2000-11-07 Thread Robert Krueger
At 12:02 07.11.00 , you wrote: Does anybody know what is new in the 1.4.2 version of orion server? I get syntax errors compiling the generated wrappers for entities with complex pks. robert kesha (-) Robert Krüger (-) SIGNAL 7 Gesellschaft für Informationstechnologie mbH (-)

Re: ejb-link

2000-11-07 Thread Marcus Ahnve
Billy Byberg wrote: I have a problem trying to use the same home and remote classes with different implementations of the EJB class. In the ejb-jar.xml reference tags you specify home and remote interfaces. These does not say which ejb to use. It doesn't help to also specify ejb-link

orion-ejb-jar.xml

2000-11-07 Thread Sven van 't Veer
Ok I sortof figured it out. Both password and date have disallowed-field tags in the sybase.xml (database schemas) However, I have two tables using these field names, one of which has more than 7 million records in the table. I can't find anywhere in my sybase docs however that these field

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

2000-11-07 Thread Marcus Ahnve
Keith Kwiatek wrote: Hello, EJB's are great if you like tripling the amount of code you have to write How is everyone building their web apps with hand coded programs, or using automagic tools? Mostly by hand. It sure seems like there should be some sort of tool that

The way to use EJB?

2000-11-07 Thread Rafael Alvarez
Hello! This can sound a little off-topic, but is an interesting matter that we have been discusing at work. I'm currently working in two paralell projects. On one of them ( the first one) we designed the tables and used JDBC, until we decided to migrate to EJB 1.1. At that point we create one

Problem with build script

2000-11-07 Thread gbhalerao
I am using Ant build script to build. But for some reason it is unable to restart the server. Can sombody help. The error I am getting is [java] Error : Java.lang.NoClassDefFoundError :javax/ejb/EJBObject the corresponding code looks like this java classname="j2h"

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

2000-11-07 Thread Joshua Goodall
On Fri, 7 Nov 2003, Keith Kwiatek wrote: How is everyone building their web apps with hand coded programs, or using automagic tools? I use JBuilder Enterprise 4 which does do skeletal work, including matching up home remote interfaces to the businessmethods of beans, and it produces

Re: orion-ejb.xml

2000-11-07 Thread Joel Shellman
Probably because date is a reserved word in your database and orion knows this, so it's changing the name for you so it will actually work. -joel shellman http://www.ants.com/ - Original Message - From: "Sven van 't Veer" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent:

importing keypairs

2000-11-07 Thread Ramiro Diaz Trepat
Hi all, why keytool can't import keypairs genereted for example by openssl. Is there a workaround for this matter ? We have some keypairs with their thawte certs and we will not be able to use them with orion since we can import the certificates but we can't import the key-pairs... TIA ramiro

RE: What's new?

2000-11-07 Thread Russ White
How do you get 1.4.2? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Robert Krueger Sent: Tuesday, November 07, 2000 12:38 PM To: Orion-Interest Subject: Re: What's new? At 12:02 07.11.00 , you wrote: Does anybody know what is new in the 1.4.2

Re: What's new?

2000-11-07 Thread KirkYarina
We get the same errors. I see you've already put it in bugzilla as #171. I tried to vote for it, but voting seems to be broken. No changes.txt with 1.4.2, either. Kirk Yarina At 06:37 PM 11/7/00 +0100, you wrote: At 12:02 07.11.00 , you wrote: Does anybody know what is new in the 1.4.2

RE: newsgroup forum

2000-11-07 Thread Jim Archer
Except, of course, for those of us who can't access a news server through our company firewalls. For us, it would be a major headache... Jim --On Monday, November 06, 2000 12:47 PM -0800 "Duffey, Kevin" [EMAIL PROTECTED] wrote: I agree! Using a newsgroup is a grand idea! Sure would make the

Re: Adding a site? - (2nd Post)

2000-11-07 Thread Lorin Kobashigawa-Bates
You are just running a web application not a full j2ee application, so you have to add an entry into config/application.xml which is the default application for orion. all you have to do is make an entry that looks like: web-module id="TestSite" path="../applications/TestSite" / *This is

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

2000-11-07 Thread Kemp Randy-W18971
There appear to be tools out there. I did a search for EJB generator in www.northernlight.com search engine, and the first site is http://www.d-a-t.com/Download/product%20info/boca-ejb.htm. I know Iplanet application server has an Iplanet Application Builder, which generates EJB skeletons.

RE: What's new?

2000-11-07 Thread Robert Krueger
At 13:45 07.11.00 , you wrote: How do you get 1.4.2? autoupdate, it's been there only for a few hours. robert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Robert Krueger Sent: Tuesday, November 07, 2000 12:38 PM To: Orion-Interest

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

2000-11-07 Thread M. David Minnigerode
Keith Kwiatek wrote: Hello, EJB's are great if you like tripling the amount of code you have to write How is everyone building their web apps with hand coded programs, or using automagic tools? It sure seems like there should be some sort of tool that you can just point at

Forcing servlet declarations

2000-11-07 Thread Russ White
I have several apps the share common libraries. Some apps I want to execute some servlets in the library but not others. Is there a way to keep a web-app from executing arbitrary servlets?1 Ordinarily http://yourserver.com/servlet/class will execute class as long as it is in the classpath and

Re: Problem with build script

2000-11-07 Thread gbhalerao
oops. That wasn't the right code java fork="yes" classname="com.evermind.client.orion.OrionConsoleAdmin" arg value="ormi://localhost/"/ arg value="admin"/ arg value="ironmax"/ arg value="-restart"/ classpath

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

2000-11-07 Thread Keith Kwiatek
Does anyone know if jdeveloper (which is based on Jbuilder) has the same functionality? Keith - Original Message - From: Cory Adams [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Tuesday, November 07, 2000 9:34 AM Subject: Re: There has GOTTA be a BETTER way

RE: What's new?

2000-11-07 Thread Hani Suleiman
Well one thing that is new is that the encoding error that shows up when viewing Orion webpages using Konquerer is now fixed, hooray!

EJB Context error

2000-11-07 Thread Justen Stepka
I'm getting the following error in my program, javax.naming.NamingException: Error instantiating web-app JNDI-context: No locat ion specified and no suitable instance of the type 'com.express_scripts.security.SecuritySession' found for the ejb-ref

RE: What's new?

2000-11-07 Thread Russ White
Updated and get same wrapper exception. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Robert Krueger Sent: Tuesday, November 07, 2000 2:15 PM To: Orion-Interest Subject: RE: What's new? At 13:45 07.11.00 , you wrote: How do you get 1.4.2?

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

2000-11-07 Thread gbhalerao
JDeveloper does not let you connect to the datasource and select table and keys. But Pramati is a nice tool which we used for creating Session as well as Entity beans. Gauri

RE: What's new?

2000-11-07 Thread Jim Archer
Thanks, everyone, for the heads up! I guess I'll be waiting for 1.4.3! Jim --On Tuesday, November 07, 2000 3:31 PM -0500 Russ White [EMAIL PROTECTED] wrote: Updated and get same wrapper exception. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of

RE: BMP vs CMP with Orion

2000-11-07 Thread Frank Eggink
Hi Cory, How do they recognize relations between tables? Frank On Tuesday, November 07, 2000 3:32 PM, Cory Adams [SMTP:[EMAIL PROTECTED]] wrote: I just received JBuilder 4 Enterprise and I will say that it does an amazing job at EJB so far. You can connect to a datasource via JDBC and

Tools was: There has GOTTA be a BETTER way !!!!

2000-11-07 Thread Adam Winter
At 07:15 PM 11/7/00 +0100, you wrote: I use JBuilder Enterprise 4 which does do skeletal work, including matching up home remote interfaces to the businessmethods of beans, and it produces orion-friendly jar files. I'm just starting down the EJB road, and I'm looking for tools. My company is

Two Orion Servers!

2000-11-07 Thread Amir Peivandi
Hi, I have two Orion servers running on the network sharing some entity beans. Both two Orion use the same SQL server and table to store entity beans. And here is the problem! Some how the entity get cached in the application server so the other one doesn't get a fresh copy of the data! It's not

RE: Forcing servlet declarations

2000-11-07 Thread J.T. Wenting
remove the classes? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Russ White Sent: 07 November 2000 20:25 To: Orion-Interest Subject: Forcing servlet declarations I have several apps the share common libraries. Some apps I want to execute

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

2000-11-07 Thread J.T. Wenting
JDeveloper is based on JBuilder 2, if I am correct. Back then there were no EJBs... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Keith Kwiatek Sent: 07 November 2000 20:48 To: Orion-Interest Cc: [EMAIL PROTECTED] Subject: Re: There has GOTTA

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: Tools was: There has GOTTA be a BETTER way !!!!

2000-11-07 Thread Colin Jacobs
If you buy the borland trial CD, you get a trial version of JBuilder enterprise with a 60-day evaluation. It's $7. http://shop.borland.com/Product/0,1057,3-15-CQ100319,00.html -Original Message-From: Adam Winter [mailto:[EMAIL PROTECTED]]Sent: Tuesday, November 07, 2000

SSL

2000-11-07 Thread Jason Rowland
If I have an ssl connection using https://myserver/myresource?username=myloginpassword=mypassword Are the parameters username and password encrypted or is this available in clear text? -Jason

RE: BMP vs CMP with Orion

2000-11-07 Thread Cory Adams
It appears as though you can define/select any number of tables and or fields from different tables to define what makes up the fields within an entity bean. Cory At 10:12 PM 11/7/00 +0100, Frank Eggink wrote: Hi Cory, How do they recognize relations between tables? Frank On Tuesday,

RE: Two Orion Servers!

2000-11-07 Thread jiten patankar
Un-subscribe-me -Original Message- From: Joel Shellman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 07, 2000 2:35 PM To: Orion-Interest Subject: Re: Two Orion Servers! In orion-ejb-jar.xml file, make exclusive-write-access="false". Default is "true" which means that the entities

Re: Where is Orion's copy of ejb-jar dtd?

2000-11-07 Thread Dave Ford
the first looks like you use non-7bit-ascii characters and didn't declare the correct encoding in your xml (just a guess). I don't think that's it. Here is the dd: ?xml version="1.0"? !DOCTYPE ejb-jar PUBLIC "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans 1.1//EN"

Re: Two Orion Servers!

2000-11-07 Thread Gerald Gutierrez
http://www.orionserver.com/subscribe.html On Tuesday 07 November 2000 16:06, you wrote: Un-subscribe-me -Original Message- From: Joel Shellman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 07, 2000 2:35 PM To: Orion-Interest Subject: Re: Two Orion Servers! In

Filters crash teh server.

2000-11-07 Thread Daniel HERLEMONT
Hello I tried the filter, superb !!! except one pb: I am caching jsp when I modify the jsp the server crashes ? Maybe I have not implemented all the feature (output errors) Daniel.

RE: answer (maybe) RE: writing to application.log from EJB

2000-11-07 Thread Mike Cannon-Brookes
Mark, That would definitely help, OrionSupport.com would love your contribution! There is some interesting stuff in the ApplicationAdministrator that I sent to the list the other day, I believe that's where the logger is stored but I haven't yet quite hacked access to it. Have you looked at

Re: answer (maybe) RE: writing to application.log from EJB

2000-11-07 Thread Gary Shea
On Today, Mark ([EMAIL PROTECTED]) wrote: Finally got smart and wrote a serlvet to map the Orion JNDI space. Doesn't look like there's a logger in there, unless it's bound to some subcontext not below "". Here's the output from the mapper: Cool. I wrote one but it didn't work the way I

AW: Entity beans never changed back to the pool.

2000-11-07 Thread Haeussler, Heinz
Hello Esteban, I posted the same question some months ago. In this list there are several mails concerning the cache-strategy of entity-beans in the orion-container - but unfortunately we never got answers from the developer-team. I found a way to flush the cache automatically. You can use the