Why Entity EJBs?

2001-03-20 Thread Johan Lundberg
Hi The more I study the J2EE technology, the more I wonder why I should use it. The main reasons why I would use it are these: - Forget about the database layer while only using CMP entity beans. - Faster. - Scalable. - Easier to manage transactions. - Clear separation between

Re: How to install 128 bit cert....

2001-03-20 Thread Petr Podsednik
I am not sure because I tried it long time ago, but in my case this was caused by copy-paste operation on cert in my Explorer5 window. When I changed encoding in my Explorer5 settings it was O.K. Regards Petr - Original Message - From: mohan krishna [EMAIL PROTECTED] To: Orion-Interest

Re: Can anyone campare JRUN with Orion1.3.8

2001-03-20 Thread Hani Suleiman
Sure, I've had to use JRun for a client and here's my experience with it: JRun does not support hot deployments. Any deployment requires a server restart. JRun does not automatically pick up .war file changes. Really, I found war file support to be minimal, compared to Orion. There's very

RE: Dependents remove not supported

2001-03-20 Thread Hani Suleiman
The PFD spec says that you do not need to specify a remove method (container will do that automatically) Having said all that, you should not ignore all the warnings about using dep objs. There's a VERY strong chance that they're being gotten rid of. I also suspect that because of that, Orion's

RE: Impossible getting the attention of the orion (support) team. Are they still around?

2001-03-20 Thread Douma, Ate
As of today, we receive the maillist directly again. Furthermore, I received my bugzilla account password and already entered our problem in bugzilla (bug 368). The mailserver problem thus seems to be resolved by orion (we didn't have to do anything). Thumbs up for orion for the quick response.

Re: Hypersonic website / docs

2001-03-20 Thread Richard Goh
Try Mimer SQL. Free for developer. You can also find a type 4 JDBC driver from their developer website: http://developer.mimer.se/. Julian Richardson wrote: Hi, What's the correct url for the hypersonic website? I thought the official one was hsql.oron.ch, which I'm sure worked until a few

Re: Why Entity EJBs?

2001-03-20 Thread Petr Podsednik
Hi! I fully agree with your opinion. We in our company have decided to use ONLY stateful session beans(SSB) for database access. Yes, it is necessary to create some proprietary persistence stuff, but we see a lot of benefit from it mainly because there is only one instance of SSB per database

RE: Dependents remove not supported

2001-03-20 Thread theis . meggerle
Christian look at : http://www.mail-archive.com/orion-interest@orionserver/msg113324.html Not a very good solution, but it is one. regards /Theis.

RE: How to install 128 bit cert....

2001-03-20 Thread McLellan, Richard
If you are getting the Cert from Thawt make sure that you are selecting the "Test SSL Chained Cert" If you are selecting the 128 it wont work I just tried it. You do get 128 Bit Encryption if you use the Chained Cert.. -Original Message- From: mohan krishna [mailto:[EMAIL

Fwd: Why Entity EJBs?

2001-03-20 Thread Dan North
Hi Johan. two-pence-worth I've been developing EJBs in a very (a) intensive and (b) short development cycle for about 5 months now. I've found that my methodology has leant towards what the JRF guys are talking about, but in a less formal way. From the backend forwards: I tend to use

Re[2]: Character encoding problem

2001-03-20 Thread Grigory V. Manushkin
but bugzilla sad that it's fixed is it mean that i can get 1.4.8 through autoupdate?

Re: Thanks alot and one more doubt

2001-03-20 Thread waheed_rahuman
Hi Now, I am developing an e-commerce site for of my own, which is fully depend on java and my server is currently Orion.1.3.8 and i am using JSP as my server pages. The problem which i am facing is the following: My application consists of six steps for customizing the car. In designing

Autostarted client hangs

2001-03-20 Thread Vidur Dhanda
Hello, With 1.4.5, I'm having some timing issues with autostarted application clients. Apparently, they get invoked before Orion has fully started and therefore hang when performing a JNDI lookup. Is there a workaround? I recall reading a similar message before but can't find it now. Thanks,

RE: Impossible getting the attention of the orion (support) team. Are they still around?

2001-03-20 Thread Elhadi barkat
Is release 1.4.8 already available, because I'm having the same bug? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Douma, Ate Sent: mardi, 20. mars 2001 14:42 To: Orion-Interest Subject: RE: Impossible getting the attention of the orion (support)

Re: Creating subscribers in JMS

2001-03-20 Thread colin harris
i manage to create a subscriber using topicSession.createSubscriber(Topic, null, false), I think i've seen a bug reported for the topicSession.createSubscriber(Topic), I'm using orion1.4.5, however, I get this error javax.jms.InvalidDestinationException: Invalid topic, when trying to create a

Java Mail and javax.activation.DataSource

2001-03-20 Thread BRICKER_JONATHAN_E
Hello all, I'm setting up J2EE program and I'm having trouble getting the Java mail to work. I am getting a java.lang. NoClassDefFoundError: javax/activation/DataSource error when I call Message msg = new MimeMessage(session); Everything else is set up and my code is nearly identical to the ATM

Thanks alot and one

2001-03-20 Thread waheed_rahuman
- Original Message - From: Hani Suleiman [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Tuesday, March 20, 2001 1:19 PM Subject: Re: Can anyone campare JRUN with Orion1.3.8 Sure, I've had to use JRun for a client and here's my experience with it: JRun does not support

RE: Impossible getting the attention of the orion (support) team. Are they still around?

2001-03-20 Thread Dan North
You're right - they're useless! What were they doing for the other 2 1/4 hours is what I want to know. At 14:41 20/03/2001 +0100, you wrote: FYI: My reported bug was fixed by the orion team (to be release in 1.4.8) within 2.5 hours after entering it into Bugzilla. Can't really ask for more,

communication link failure

2001-03-20 Thread Geoff Marshall
Hello all! I've got an application-level object that grabs a pool of database connections (MySQL using the mm.mysql JDBC driver). All works well until there is not activity for some extended period of time (overnight) and then all attempts to access the database get "communication link failure"

RE: Customizing the web authentication service

2001-03-20 Thread Juan Lorandi (Chile)
Title: Customizing the web authentication service Sun specifically leaves security mapping to each vendor/platform. The only thing that's specified is roles, but how do they map really it's up to the vendor and more than often is platform dependant (especially with Windows Auth) HTH JP

Re: communication link failure

2001-03-20 Thread Gary Shea
Geoff Marshall ([EMAIL PROTECTED]) wrote: Hello all! I've got an application-level object that grabs a pool of database connections (MySQL using the mm.mysql JDBC driver). All works well until there is not activity for some extended period of time (overnight) and then all attempts to

RE: Sharing sessions between sites

2001-03-20 Thread Russ White
I hope this helps. I manage this by making sure that all URLs used in the web app are absolute (of course they can be absolute and still be dynamic). and include the appropriate protocol. This of course includes form actions. Then I can enforce that certain portions of the web app are only

RE: Why Entity EJBs?

2001-03-20 Thread Jeff Schnitzer
I also am questioning entity beans, after 5 months of intensive development with them. If you run Hypersonic in server mode and watch the sql output to the console, it should be readily apparent why... CMP produces *WAY* too many queries for fine-grained entity beans. The biggest problem is

RE: How to install 128 bit cert....

2001-03-20 Thread Hauser David
The problem for me was the the type selection (as noted below) and the cert file NEEDS a carriage return at the end of it. Just open it up in an editor and go to the end of the file and hit enter once or twice. -Original Message- From: McLellan, Richard [mailto:[EMAIL PROTECTED]] Sent:

RE: Dependents remove not supported

2001-03-20 Thread Tim Drury
Title: RE: Dependents remove not supported It doesn't support ejbCreate either. The container never calls this method and if you have arguments (i.e. ejbCreate(String pleaseWork) it would result in an error from Orion. hmm, I have ejbCreate() with and without args. While I never called

Re: Why Entity EJBs?

2001-03-20 Thread Magnus Stenman
Orion should execute one SQL query for a finder (even with 1000 rows) unless: You're using BMP. You're using exclusive-write-access="false" and are outside of a TX. BMP is less than slim when it comes to SQL activity, we generally recommend CMP unless the condition is exceptional. Another

Unsuscribe

2001-03-20 Thread Francisco Mariategui
= Francisco Mariategui [EMAIL PROTECTED] [EMAIL PROTECTED] (425) 487-9336 __ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/

RE: Impossible getting the attention of the orion (support) team.Are they still around?

2001-03-20 Thread Hani Suleiman
1.4.8 is not available yet (you can find out with a simple java -jar autoupdate.jar), the latest release seems to be 1.4.7 On Tue, 20 Mar 2001, Elhadi barkat wrote: Is release 1.4.8 already available, because I'm having the same bug? -Original Message- From: [EMAIL PROTECTED]

RE: Why Entity EJBs?

2001-03-20 Thread Juan Lorandi (Chile)
I'm using EJB 1.1 CMP; It gives me as much DB independence as I need. I have to rewrite some finders when porting from DB to DB; hopefully EQL will remove this burden too. Orion performs caching of instances, check out exclusive-write-access and validity-timeout atrributes for entity-deployment

Re: Java Mail and javax.activation.DataSource

2001-03-20 Thread Tim Endres
You are missing the JavaBeans Activation Framework classes (also known as Glosgow), which are in the JAR activation.jar. http://java.sun.com/products/javabeans/glasgow/jaf.html tim. Hello all, I'm setting up J2EE program and I'm having trouble getting the Java mail to work. I am getting

Servlet Mapping Tag

2001-03-20 Thread David Hemphill
I don't understand how Orion has implemented the servlet-mapping tag for the web.xml file. According to the documentation, I need to declare a pattern /*.thePattern. When I do something like the following, it works. However, I need a separate pattern for each servlet in order for Orion to

How to do this servlet-mapping?

2001-03-20 Thread Gerald
Here's a challenge. It was for me. For all URLs that start with /app (e.g. /app/login, /app/mainmenu, /app/ball.gif), have all requests go to a servlet for processing. If the servlet recognizes the URL, perform an action and return the appropriate output. If the URL is not recognized, treat the

RE: Why Entity EJBs?

2001-03-20 Thread Duffey, Kevin
May I suggest an architecture that we are employing without using EJB, but will easily adapt to moving to EJB if need be. First, I can't agree more about getting rid of dealing with the persistence layer. A Java developer generally doesn't want to worry about the SQL, database issues, etc. It

RE: Why Entity EJBs?

2001-03-20 Thread Carla Marcyniuk
Please take me off this list as I have no interest in this conversation. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Juan Lorandi (Chile) Sent: Tuesday, March 20, 2001 12:11 PM To: Orion-Interest Subject: RE: Why Entity EJBs? I'm using EJB 1.1

Sharing sessions among different applications?

2001-03-20 Thread Brian Wing Shun Chan
Is it possible to share session objects among different applications? I've tried using the shared="true" attribute in web-site.xml, but with no success. Matt Krevs said that he got it to work when the "name" attribute was the same, but that only works if you're hosting the same application on

Looking up an EJB in a different application...

2001-03-20 Thread Rian Schmidt
Hi, Can anyone give me a pointer on how I might successfully lookup an EJB from within another EJB in a different application (both in Orion)? Here's the scenario: Application 'two'- EJB TwoBean looks up - Application 'one'- EJB OneBean Make sense? Now, java:comp/env/One and java:comp/env/Two

Re: How to do this servlet-mapping?

2001-03-20 Thread Tim Endres
Why not have your servlet "forward" any request that it does not recognize to another namespace. In other words, using your example, you would forward "/app/ball.gif" to "/images/ball.gif", thus eliminating the "/app" mapping. tim. I've tried using the servlet-mapping of /app/* and pointing

RE: Why Entity EJBs?

2001-03-20 Thread Jeff Schnitzer
A! You are absolutely right, and I marvel at my own foolishness! It was something in my code that made it look like finders were issuing n+1 calls. That, combined with my expectation of trouble because this question (about n+1 sql calls for a finder) comes up with some regularity on the

RE: Why Entity EJBs?

2001-03-20 Thread Juan Lorandi (Chile)
somebody suscribed a whole lotta of criticalmass people to this list; can't we have a subscribe/unsubscribe confirmation?? JP -Original Message- From: Carla Marcyniuk [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 20, 2001 5:53 PM To: Orion-Interest Subject: RE: Why Entity EJBs?

Fw: Please help me, How to get Orion's Environment Such as HostName, Port...???

2001-03-20 Thread urey
- Original Message - From: urey To: Larry Velez Sent: Sunday, March 18, 2001 5:40 PM Subject: Re: Please help me, How to get Orion's Environment Such as HostName, Port...??? Hi Larry, It's sorry for my mistake. I want to write some Ejbs, and running them on

Load Balancing

2001-03-20 Thread Sarathy Mattaparti
Hi, Where can i get documentation on Load Balancing. As i have 5 servers i want to make changes to my architecture. Thanks Sarathy _ Get your FREE download of MSN Explorer at http://explorer.msn.com

RE: Why Entity EJBs?

2001-03-20 Thread Duffey, Kevin
How about using a tool like TopLinks to do BMP for you? Then you can manage the model from a GUI standpoint, and the interfaces, code, descriptors, etc is all written for you. You then simply add in the business logic to session beans and let TopLinks handle the persistence of entity beans. I am

Re: Looking up an EJB in a different application...

2001-03-20 Thread Rian Schmidt
Follow up for posterity... Turns out that there's an, apparently, Orion-specific thing... the "parent=..." tag in the server.xml file in /config (specifically the application tag therein.) The closest I could get without that was to be able to lookup the home just like an external client... but

Clustering

2001-03-20 Thread Fernando DeLeon
Does orion support clustering? The contents of this email are confidential. If you are not the intended recipient, you must not disclose, copy or use the contents in any way. If you have received this email in error, please delete it and notify us immediately by return email. It is the

Bug in deployment descriptor?!

2001-03-20 Thread Nevin Ng
Hi, I wonder if you have met this situation before, I trying to deploy an entity bean with one of the field named "password". I have write the corresponding orion-ejb-jar.xml for the persistence mapping within database. Everything seems fine, the xml in the application-deployment directory