RE: support EJB2.0 or not?

2000-10-19 Thread Jim Archer
Hi Jeff... Thats odd. I don't have cmp-version 2.x /cmp-version specified anywhere in my descriptor. Nor do I have any indication in my application.xml file that it should use EJB 2.0. And, as you know, I also have a bunch of EJB 2.0 CMP entity beans. I started my ejb-jar.xml file by copying

customize finder method

2000-10-19 Thread Yeung Man Leung
Hi all, I have try to customize thea findBy method in one of my Bean in the following. finder-method query="select catname,description from cat_ejb_Category where $description like '%$1%'" partial="false" !-- Generated SQL: "select catname,description from cat_ejb_Category where

I hate guest

2000-10-19 Thread Jeff Schnitzer
Some variant of this has got to be one of the top five questions asked on this list, and it has never been answered. I really, really, really need a simple answer: How do I assign security roles to "guest"? Is it even possible? No matter what I put in the various principals.xml files (and

Re: customize finder method

2000-10-19 Thread Joe Walnes
Actually it makes more sense to place the % in the finder method as it abstracts the SQL from the underlying code. A developer working with entity beans should never need to use any SQL (even if it only is one character). The reason the attempted finder method isn't working is to do with how

RE: Oracle on Orion

2000-10-19 Thread Arved Sandstrom
What is the nature of the console errors? That is, when you run Orion the first time around, you'll get your auto-create messages, success or failure. Should be quite revealing. I initially suspected table name length, but some of those that you say succeed seem to be no shorter than some

RE: DTD for orion-ejb-jar?

2000-10-19 Thread Lopez Esteban
I think that this is because EJB 2.0 is in draft stage, then the url for the dtd is not valid and Spy cannot found the dtd but orion uses it internaly. In ORION.JAR there are dtd files, you can extract this files and change the url of the XML file to point to this files and use Spay to check your

orionsupport.com attempting to ping my system???

2000-10-19 Thread c d
Can anyone explain why I received multiple attempts to connect to my system on port 113 (NetBIOS, right?) from orionsupport.com immediately after my browsing some information on that site and orionserver.com? __ Do You Yahoo!? Yahoo! Messenger -

RE: customize finder method

2000-10-19 Thread Amir Peivandi
I agree Joe, but can you tell me how did you find out about this? I had the same problem long time ago and I end up with Giustino's solution! Just want to learn how to find the best answer to my questions. :) Amir -Original Message- From: Joe Walnes [mailto:[EMAIL PROTECTED]] Sent:

Re: customize finder method

2000-10-19 Thread Joe Walnes
I agree Joe, but can you tell me how did you find out about this? I had the same problem long time ago and I end up with Giustino's solution! Just want to learn how to find the best answer to my questions. Figured it out :-) If $1 is a String, it is escaped and quoted before putting it in the

Useful taglibs

2000-10-19 Thread David Ekholm
I'm looking for a free taglib or java package that produces graphs for the web (in this case). There are some of them out there at jars.com for example, but which one do you guys recommend? Any experience? /David

Orion under Unix archive

2000-10-19 Thread Kemp Randy-W18971
When I asked the question if Orion server processes can be run as someone other then root (under Solaris) and how, one reply mentioned that there was a big discussion regarding this question, and to check the archive files. I have done that but couldn't find the discussion. Can anyone point

Re: Oracle on Orion

2000-10-19 Thread Rafael Alvarez
Hi! Is there any error message during deploy? Orion stops the auto-creation process if there is any SQLException. I also found that Orion don't create tables for beans that where already deployed, even if you drop them. -- Best regards, Rafaelmailto:[EMAIL

Re: userThreads + calling EJBs from outside orion.

2000-10-19 Thread Christian Sell
Jeff, the junitee.zip on the page referenced below seems to be broken (9k size?). -Original Message- From: Jeff Schnitzer [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Date: Dienstag, 17. Oktober 2000 22:57 Subject: RE: userThreads + calling EJBs from outside orion. Why not

Re: JBuilder + Orion

2000-10-19 Thread Christian Sell
However, JPDA is only available with the professional (non-free) version of JBuilder -Original Message- From: Russ White [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Date: Mittwoch, 18. Oktober 2000 22:18 Subject: RE: JBuilder + Orion Probably because together is stepping on

Shutdown sequence not working

2000-10-19 Thread Drew Kidder
I am a new Orion user, and have been studying the mail archives and documentation trying to get this thing figured out. One of my main concerns was that I did not know how to shut Orion down gracefully. I read the bit about using java -jar admin.jar ormi://localhost/ admin 123abc -shutdown

JSP char code

2000-10-19 Thread houyunf
I have JSP files with Chinese character in it, I have no problem have them run correctly in Tomcat, but when move them to orion, all the Chinese characters are all messed up. Anyone has any idea. Yes, I have %@ page contentType="text/html; charset=gb2312" % to indicating that I am using

Re: Orion under Unix archive

2000-10-19 Thread Jochen Strunk
Hi, try searching the archive for native.user regards, jochen strunk At 09:44 19.10.2000 -0500, you wrote: When I asked the question if Orion server processes can be run as someone other then root (under Solaris) and how, one reply mentioned that there was a big discussion regarding this

Question

2000-10-19 Thread APapada
What is the default error log on Orion. For example, if I user 'System.err.println', where is this going to. Do I need to initialize this through the System class or does Orion default it somewhere. Thanks, Andy

Problem with applets

2000-10-19 Thread Christian . Tellefsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 We currently have a problem using Orion with applets on both IE and Netscape (JRE 1.3.0-C). If we, without exiting the browser, 1. Start an applet which does a JNDI lookup 2. Close the browser window containing the applet 3. Start the applet

RE:[Re: 2 many messages - News Server needed. - Or we could split]

2000-10-19 Thread KirkYarina
I vote for email... IMHO, If you work for a company that doesn't have email and a POP or IMAP server then perhaps you should work on that instead. If it does you should be using your work email address, rather than a personal domain, if your Orion use is work related. It looks like you're

RE: JBuilder + Orion

2000-10-19 Thread ALLEN FOGLESON
Professional and enterprise actually. :) -Original Message- From: Christian Sell To: Orion-Interest Sent: 10/19/00 7:29 AM Subject: Re: JBuilder + Orion However, JPDA is only available with the professional (non-free) version of JBuilder -Original Message- From: Russ White

Lookup with orion.jar

2000-10-19 Thread Christian . Tellefsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Is it possible to do a JNDI lookup from an applet or stand-alone client against Orion, without using files from orion.jar? Or is the whole 2 MB file necessary to do this? Any help will be greatly appreciated. Yours, Christian Tellefsen -BEGIN

RE: support EJB2.0 or not?

2000-10-19 Thread Tim Drury
That's what I thought, but I cannot find the ejb2 DTD. Can you point me in the right direction? -tim -Original Message- From: Reddy Krishnan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 18, 2000 6:51 PM To: Orion-Interest Subject: RE: support EJB2.0 or not? you will

Servlet problems....

2000-10-19 Thread Keith Kwiatek
Hello, I loaded a new servlet of mine into the "classes" directory this new servlet needed a jar file, which I put into the ./orion/lib directory (as well in the ./orion and ./classes) ... all seemed to be fine. The servlet worked great for a long time. BUT I then I started to get the

RE: I hate guest

2000-10-19 Thread Russ White
have a session bean create the account entity based on parameters. Then the user need not directly create the ejb. You could have another class that is operating in another role do that. HTH Russ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jeff

Re: Question

2000-10-19 Thread Ismael Blesa Part
System.out and System.err are sent to the console from where the server has been launched. [EMAIL PROTECTED] wrote: What is the default error log on Orion. For example, if I user 'System.err.println', where is this going to. Do I need to initialize this through the System class or does

Orion as Root on Solaris

2000-10-19 Thread Lorin Kobashigawa
Here's one of the threads, http://www.mail-archive.com/orion-interest@orionserver.com/msg04237.html Basically, as i understand it the upshot was, there are 3 ways to do it. *Use JNDI code to switch the user of your JVM, see: http://www.orionsupport.com/articles/users.html *install ipfilter

RE: JSP char code

2000-10-19 Thread houyunf
To be more specific, all the Chinese characters create dynamically are all right, like get property tag, or just within out.println. What cause the problem is the characters static in the JSP file. Thanks. Hou Yunfeng __

RE:[Re: 2 many messages - News Server needed. - Or we could split]

2000-10-19 Thread KirkYarina
At 07:03 PM 10/19/00 +0200, you wrote: At 12:23 19.10.00 , you wrote: snip/ BTW, ejb-interest seems to have died after some clueless idiot started resending the last couple month's posts back to the list. unbelievable It may not be cause and effect... or it may be somebody at Sun's gotten

Orion can't find my jar file for my servlet....!

2000-10-19 Thread Keith Kwiatek
Hello, I loaded a new servlet of mine into the "classes" directory this new servlet needed a jar file, which I put into the ./orion/lib directory (as well in the ./orion and ./classes) ... all seemed to be fine. The servlet worked great for a long time. BUT I then I started to get the

ALTERNATIVES TO JDK1.3

2000-10-19 Thread David Sierra Fernandez
Could you tell me if there is an alternative compiler to jdk 1.3? I'm looking for other compilers but they should compile all my middleware components (servlets, JSPs,EJBs,JavaBeans) TIA -- Sierr@ --

No Subject

2000-10-19 Thread kung
Sorry, this is just a testing of how to post message here.

No Subject

2000-10-19 Thread kung
Sorry, this is just a testing of how to post message here.

EJB Help..

2000-10-19 Thread Duffey, Kevin
Hi all, I am trying my hand at EJB with Orion, and I am wondering if there is any way to avoid the hassle of always having to package the ejb classes into a .jar file, and so on. Is there any way at all to develop and deploy ejbs using an expanded dir structure, much like in the development of a

RE: ALTERNATIVES TO JDK1.3

2000-10-19 Thread Juan Lorandi (Chile)
Tried IBM's jdk? jikes? on the other hand, there MAY be some issues using these compilers... -Original Message- From: David Sierra Fernandez [mailto:[EMAIL PROTECTED]] Sent: Jueves, 19 de Octubre de 2000 15:52 To: Orion-Interest Subject: ALTERNATIVES TO JDK1.3 Could

Re: Question

2000-10-19 Thread APapada
Thank you very much for the reply. If I were to start orion as an nt service though, where there would be no console, would it go to a specific log? Thanks, Andy

Re: EJB Help..

2000-10-19 Thread Joel Shellman
We actually don't have any jar files at all for our EJBs. They are just in the classpath (I think we have a library path="classpath" somewhere that points to the class files). The module tag, I think can just point to a directory. -joel shellman Hi all, I am trying my hand at EJB with Orion,

Orion in production

2000-10-19 Thread Juan Lorandi (Chile)
Hi! I have been using orion for about 6 months now, and now, as I'm finishing my app, I need to sell orion to my customers... For this, it would be *VERY* valuable to have a list of sites (on the internet or intranets) which use orion... So, basically, what I have in mind is that anybody on

Fw: Creating 2 Web-sites hosted from orion [V.Newbie]

2000-10-19 Thread Aaron Scott-Boddendijk
I joined the list posted this message but never got any replies or the round trip... hopefull expression I'm now retrieving plenty of messages indicating at a rate that indicates I might have missed any replies... /hopefull expression Please contact me off list if this has already been

RE: EJB Help..

2000-10-19 Thread Juan Lorandi (Chile)
I acomplish this by simply: Creating a directory (in orion\applications) with the same name than the ear (directory: Test.ear) then there I put the contents of my .ear, then repeat the process for ejb-jar and war files... then, simply put your updated classes there(below your ejb-jar dir, like

Re: Help with getting Orion to talke to Oracle.

2000-10-19 Thread Al Fogleson
You need to copy the oracle drivers into your orion/lib directory I actually unzipped the classes111.zip there myself. Al - Original Message - From: "J Davis" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Thursday, October 19, 2000 1:43 PM Subject: Help with getting

Re: Orion can't find my jar file for my servlet....!

2000-10-19 Thread Al Fogleson
This is not a servlet error really, this is an xwindows error. try being root and typing xhost + (a temporary fix this will open up your x server to the world..) if that works you can man xhost to see how to open specific IP's to connect to the Xserver. If this is not your box but a company box

RE: EJB Help..

2000-10-19 Thread Mike Cannon-Brookes
Kevin, With any *ar file in Orion, you can use a directory instead. eg module ejb./myejbs.jar/ejb /module can just be module ejb./myejbs/ejb /module where ./myejbs is a directory structure which has the same structure (META-INF directories etc) as inside the myejbs.jar Mike

Re: The New Java Pet Store

2000-10-19 Thread Ray Harrison
I found the problem for this particular error - the petstore app tries to load the japanese version of the pages and it chokes while doing it. It happens not only on Orion, but J2ee-ri as well. If you remove the entry from the xml/requestmappings.xml file and remove the appropriate entry from

Re: Help with getting Orion to talke to Oracle.

2000-10-19 Thread Joel Shellman
Or I usually put the oracle drivers in JAVA_HOME/jre/lib/ext Not sure of the technical differences between the two approaches, though. -joel - Original Message - From: "Al Fogleson" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Thursday, October 19, 1995 2:29 PM

Re: Help with getting Orion to talke to Oracle.

2000-10-19 Thread Jason Rimmer
That's not quite true. While you can do what Al recommends you can also add a library path statement to the application.xml config file. As in the following: orion-application !-- snip -- !-- Path to the libraries that are installed on this server. These will

Re: Oracle on Orion

2000-10-19 Thread Chris Evans
Thanks for the reply, We figured out the problem. What was wrong was this: 1) It initially created the all tables(only a few were in the XML file) a week or so ago under a test username/password we were using 2) We then created our own username/password and granted it certain privileges(we

Re: I had not seen this before ... and it looks hokey to me.

2000-10-19 Thread Aaron Scott-Boddendijk
\ The biggest drawback to anonymous inner classes (as I see it) is that the compiler creates a separate class file for each one. I had a small project's .jar file double in size due to these class files (since .jar compression is file-by-file). There certainly needs to be some degree of

Additional Java Mailing Lists

2000-10-19 Thread David Kenzik
In light of the recent messages regarding splitting the list, offloading to another medium, et. al., I'd like to share the following: http://p2p.wrox.com There are many different subjects, all relating to Java development, from novices to advanced. As a side note, Wrox's books pretty

RE: EJB Help..

2000-10-19 Thread Duffey, Kevin
Thanks for the note. One thing..since I compile all of my classes into the www/WEB-INF/classes dir, should I put a META-INF in the /classes dir, and just point the module to the WEB-INF/classes folder? Would that work? Not that I want you to tell me everything, ok..I do, but what exactly do I

RE: Orion Powered Sites

2000-10-19 Thread Mike Cannon-Brookes
All our sites run on Orion, and there are quite a few in the FAQ I seem to remember. I'll email them to Juan. Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Duffey, Kevin Sent: Friday, October 20, 2000 10:01 AM To: Orion-Interest Subject: RE:

RE: EJB Help..

2000-10-19 Thread Mike Cannon-Brookes
For the deployment details, see the Orion primer - http://www.jollem.com I generally move all classes from the WEB-INF/classes folder into the ejb module (makes it more portable etc) - makes them more visible. Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On

RE: Orion Powered Sites

2000-10-19 Thread Greg Boswell
Well For development of our customers sites, (all are B2B) we use Orion. I will expect that more then a few of our customers will take our end recommendation and use Orion as their distribution application server. I expect that many more sites are using Orion then those you see there.. I do know

taglib, JNDI, odd problem.

2000-10-19 Thread Colin Jacobs
I'm trying to set up a debugging environment and I've noticed something weird. I've been using ejbtags.jar, and I discovered that using the tag like so ejb:useHome id="userManagerHome" type="net.coljac.aok.ejb.UserManagerHome" location="ejb/UserManagerHome" / Results in a JNDI Exception:

RE: Orion Powered Sites

2000-10-19 Thread Stanislav Maximov
Juan forgot to put http:// into the href of the second site, that's why the link leads to 404 error. The correct link is www.alltrue.com. I'll send Juan a link to my site soon, so there'll be three. :) stas@ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On

Re: orionsupport.com attempting to ping my system???

2000-10-19 Thread Greg Boswell
port 113 is the Ident port. It can be used to identify a connection between computers...So what the orionserver.com is trying to do is make sure you are who you say you are.. at least is trying to confirm that your computer is really at the IP you say you are at.. beyond that your identity is on

RE: EJB Help..

2000-10-19 Thread Stanislav Maximov
Kevin, look inside the news-application example bundled with Orion, lots of things will become clear for you after that. www-dir/WEB-INF/classes directory is for servlet classes, not for EJBs. You'll see how to deploy EJBs in that example and in documentation as well. stas@ -Original

Re: Orion Powered Sites

2000-10-19 Thread Gordon Sell
Try these(they are from the orion site) http://www.redbull.com http://www.javalobby.com http://www.vpro.nl http://www.linuxtoday.com.au http://wap.hjemmenett.no http://www.headlinewatch.com http://news.partsbase.com http://australia.internet.com http://www.yesitworks.com

Re: Question

2000-10-19 Thread Porfiriev Sergey
Here is my startup script for NT (unix script is much alike) - it separetes stderr stdout perl -e "print '-'x25, 'Orion Started ', scalar(localtime),qq#\n#;" log/ORION.log perl -e "print '-'x25, 'Orion Started ', scalar(localtime),qq#\n#;" log/ORION.err java -Xmx860m -Dxml.rewrite=false -jar

RE: EJB Help..

2000-10-19 Thread Duffey, Kevin
Hey, I used the Orion Primer, and I didn't find it too helpful. While its probably fine for those that have worked with EJB before, I didn't find it extremely helpful in moving me closer to working with EJB. I do have an EJB book from ORiely that I am reading..so that is helping me see how it

Orion and GZIP

2000-10-19 Thread Duffey, Kevin
Hi all, I know the Orion team mentioned to me that Orion has support for sending JSP pages back as gzip compressed html. Is this support available in the 1.2.9 version of Orion..if not, what version is it in? Also, what do I have to do to get all my JSP pages to return HTML content in g-zip

Performance test...

2000-10-19 Thread Duffey, Kevin
Hi all, Well, using a pretty nifty (and very expensive) testing tool, I was able to do some "minor" testing on a login process of our site. Using Orion, Oracle 8i database, and e-load test suite, here are some numbers that I got: 25 users - 15 connections in the pool pages per second - 43

Collection mapping with EJBs

2000-10-19 Thread John Kelvie
How do I setup the Orion-EJB-Jar.xml file to do a one-to-many mapping where both sides of the relationship are EJBs? There are many examples where this happens(such as in ATM where AccountOwnerEJB has many AccountEJB's), but I am unsure as to how this relationship should be specified in the orion

RE: Collection mapping with EJBs

2000-10-19 Thread John Kelvie
-Original Message- From: John Kelvie [mailto:[EMAIL PROTECTED]] Sent: Friday, October 20, 2000 12:30 AM To: Orion-Interest Subject: Collection mapping with EJBs How do I setup the Orion-EJB-Jar.xml file to do a one-to-many mapping where both sides of the relationship are EJBs? There

RE: Performance test...

2000-10-19 Thread Duffey, Kevin
Not sure of the URL, but its RSW software. It costs us something like $35K for the software, including 7 licenses, so its definitely not cheap. But its a great web-based testing tool. A lot of people are used to Silk or QA Partner, but this one is extremely easy to use and learn. While it does

RE: ALTERNATIVES TO JDK1.3

2000-10-19 Thread J.T. Wenting
I'm still using 1.2.2 for all my development, if only because we need to deploy to platforms that have no 1.3 available. Jeroen T Wenting [EMAIL PROTECTED] ICQ UIN #9191966 It's the end of the world as we know it and I feel fine (Michael Stipe) -Original Message- From: [EMAIL