Re: Sharing datasource

2002-05-19 Thread Hani Suleiman
Erm, nope. Orion has EJB clustering, it's just not documented, although I hear a document about it is coming out soon...ish... On 5/19/02 9:50 PM, Scott Farquhar [EMAIL PROTECTED] wrote: Yes, that is true. At the moment, there is no EJB clustering in Orion, although it may appear in

Re: is Orion dead?

2002-04-12 Thread Hani Suleiman
Orion has/had such a mechanism in place, however, the reason this has been scaled back is due to user response. You might be able to understand that it's a preview, you might realise that it will have bugs and problems. This however does not extend to all users, and I suspect the vocal

Re: [orion-interest]Re: include orion-ejb-jar.xml in an ejb.jar ?

2002-04-11 Thread Hani Suleiman
Wrong, this is not a bug, this is part of application assembly/deployment. The reason that orion does not wipe out the application-deployments files is so that you can have different deployments of the same app in different systems, with different table names perhaps or column names (just as an

Re: [orion-interest]Re: is Orion dead?

2002-04-11 Thread Hani Suleiman
I know that Oracle 9iAS is evolving and expanding, and I believe that IronFlare is doing a significant amount of work on the 9iAS code base (as consultants?). But whats to become of Orion? It almost appears that Oracel has consumed Orion completely and no development will happen on the old

Re: [orion-interest]Re: JDBC try/catch Pitfall ***MUST READ***

2002-04-09 Thread Hani Suleiman
Or use finally, which practically guarantees closure no matter what On 9/4/02 2:31 pm, Tim Endres [EMAIL PROTECTED] wrote: try { if(rs != null) rs.close(); if(ps != null) ps.close(); if(conn != null) conn.close();

Re: [orion-interest]CMP/BMP and standard JDBC, speed is of essence

2002-04-06 Thread Hani Suleiman
CMP will load in all the entities in one go (in orion at least). There will be a performance difference between straight JDBC and EJB, since there's more involved with an EJB query. Transactions, constructing entities and so on are extra overhead that just getting a resultset back will not have.

Re: [orion-interest]RE: CMP 2.0 vs BMP - Which performes better?

2002-04-04 Thread Hani Suleiman
Some caveats for the approach below: - DB specified, rownum is an Oracle thing - select * will bite you in the ass if your table structure ever changes There are actually approaches for doing a limit type finder, using a poll/seek algorithm... On 4/4/02 4:59 pm, The elephantwalker [EMAIL

Re: [orion-interest]Re: Orion EJB 2.0 final

2002-03-28 Thread Hani Suleiman
I think stable versions are declared when a version has been out for a while and doesn't do things like blow up unexpectly. Many people will run the development versions of orion on production boxes, since they provide many bugfixes over the last known 'stable' version. Of course, this is

Re: [orion-interest]Using NT security

2002-03-13 Thread Hani Suleiman
On 13/3/02 12:16 pm, Justin Crosbie [EMAIL PROTECTED] wrote: Hi all, I checked the archives and support pages for this, didn't seem to find it. Is there any way to get Orion to use the NT username+password of whoever is logged in, for running client apps? Currently I'm reading them from

Re: [orion-interest]Local interfaces difference ???

2002-03-06 Thread Hani Suleiman
The performance difference between local and remote beans is negligible in Orion. Orion automatically detects remote beans that are being run locally and optimizes accordingly. On 6/3/02 1:54 pm, Eddie Post [EMAIL PROTECTED] wrote: Hellu, Can someone tell me what the performance boost is

Re: [orion-interest]EJB2.0 spec or implementation?

2001-12-28 Thread Hani Suleiman
On 28/12/01 12:56 pm, Aaron Tavistock [EMAIL PROTECTED] wrote: So heres the story - database field names are case insensitive, so common parlance for representing a space is an underscore (e.g. 'this_field'). Nope. MS SQLServer is not case insensitive. You could always tweak orion-ejb-jar.xml

Re: HTTP-ORMI tunneling in Orion 1.5.3 -- look at this!

2001-12-05 Thread Hani Suleiman
This isn't a bug, as ':' has to be escaped with a backslash in .properties files Peter Beck said: Hello Orion users! After too many hours of playing around with ormi tunneling I found out the following: (seems to be a bug !!!) WITHOUT RMI TUNNELING uri like that usually works:

Re: Poolman under Orion not working

2001-10-24 Thread Hani Suleiman
Make sure you're using the latest version of poolman, or even the CVS version. The JMX management it uses has very screwy (basically, non-functional outside of tomcat's broken classloader) classloading. Also try and run it in non-JMX mode. The latest version does not require xerces and works with

Re: Library placement

2001-10-19 Thread Hani Suleiman
It sounds like Struts (like many projects from jakarta) has broken classloading. You can print out the current classloader in Orion from any class to see what paths are included. These consist of: paths specified in orion-application.xml via library path=lib / jar/zip files in orion/lib jar/zip

Re: Nimda Virus

2001-10-17 Thread Hani Suleiman
Of course not, it only affects IIS. On Wed, 17 Oct 2001, Nusairat, Joseph F. wrote: Have any of u had issues with this exploiting the Orion App? Joseph Faisal Nusairat, Sr. Project Manager WorldCom tel: 614-723-4232 pager: 888-452-0399 textmsg: [EMAIL PROTECTED]

RE: MAPPING MORE THAN ONE WEB RESOURCE TO SECURITY ROLES

2001-10-02 Thread Hani Suleiman
Please cut out the caps from your subject lines, it's much like shouting, and people who get shouted might be less inclined to help! --- Original Message --- From: David Bonilla [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Date: 10/2/01 5:45:15 AM I have protected my Application with

Re: Orion on Macintosh

2001-09-10 Thread Hani Suleiman
Works perfectly, the only issue is that OSX's java impl does not seem to honour shutdown hooks, so you can't get a clean shutdown with control-C, but everything works fine if you shutdown/restart through admin.jar. Oh and the console is absolutely beautiful with the aqua LAF On Mon, 10 Sep 2001,

RE: List rant (was RE: Virtual DirecTory -- Help)

2001-08-27 Thread Hani Suleiman
PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Hani Suleiman Sent: Sunday, August 26, 2001 6:21 AM To: Orion-Interest Subject: List rant (was RE: Virtual DirecTory -- Help) I have to add my voice to this. This is just an example of the problems that can happen when a lot

List rant (was RE: Virtual DirecTory -- Help)

2001-08-26 Thread Hani Suleiman
I have to add my voice to this. This is just an example of the problems that can happen when a lot of well meaning and eager people do what seems to be a good idea, yet turns out to do nothing beyond make the problem they're trying to fix even worse. The people who end up suffering are those who

Re: -verbosity 10

2001-08-14 Thread Hani Suleiman
if you get a 500 error, then it is definitely logged somewhere, you don't need to enable any debug flags. Look in: standard error and standard out (console or redirected to a file) global-application.log Your app's application.log On Tue, 14 Aug 2001, Curt Smith wrote: I searched the orion

Re: PoolMan works on Orion 1.4.5 and fails on 1.5.2

2001-08-06 Thread Hani Suleiman
I'd recommend using the bit mechanic pool manager (or even better, Orion's own pooling). PoolMan does bad things with the classpath in order to work with tomcat's broken classloading. It tries to look many of its classes through the system classloader. On Mon, 6 Aug 2001, Ismael wrote: Trying

Re: Does Orion root .jar files interfere with my web-app WEB-INF/libjar files?

2001-07-15 Thread Hani Suleiman
Order of loading is: Entries explicitly in the root classloader (specified by Class-Path in orion.jar's MANIFEST.MF), which is most of what is in the orion/ directory. Next is orion/lib Next is application specific classes, and I think WEB-INF/lib has precedence over WEB-INF/classes Hani On

RE: Can't get taglibs to work in orion

2001-06-13 Thread Hani Suleiman
It's not Sun. XML IS ordered, and if you don't follow the order specified in the DTD, the document won't validate. On Tue, 12 Jun 2001, Aaron Tavistock wrote: Might be something to do with the fact that the web.xml dtd requires a certain ordering. I've run into this before and it was

RE: Censorship or slow server ?

2001-06-12 Thread Hani Suleiman
Off you go to our local asylum. (sorry, couldn't resist) --- Original Message --- From: Tony Fonager [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Date: 6/12/01 7:56:12 AM I posted a message to this list 25 hours ago, exposing some bad experiences with Orion. How come this has not

Re: Jay's posting

2001-06-11 Thread Hani Suleiman
Wow, a sensible and well considered post. Something must have gone seriously wrong somewhere for you to think that something this pleasant and polite would be censored. And oh look, it made it the list! Take that you Orion folk! You can't hold us down forever! We will rise up and post whatever

RE: Oracle deal gag

2001-06-10 Thread Hani Suleiman
and Hani Suleiman, who described the problem as a pebble), were complimentary of the deal, and/or tried to change the subject. Seems odd to me that not one, single critical comment about the most important business deal in Orion Server's history came after mine, unless the thread was being

RE: Oracle deal gag

2001-06-10 Thread Hani Suleiman
Well, you're kinda asking for it, but your credentials clearly show why you're so paranoid and are on very, umm, thin ground when it comes to mental well being. We've all tried presenting the facts to you regarding the Oracle deal, but all we seem to be getting in respose is a descent into your

Re: Oracle deal

2001-06-09 Thread Hani Suleiman
On Fri, 8 Jun 2001, Paul Kofon wrote: Now this is the scary part: Make Orion unusable by providing partial implementations for the new stuff in J2EE while providing little or no support. And since everyone knows Orion has been packaged under another brand name by some big guy with plenty

Re: .shtml ...help

2001-05-09 Thread Hani Suleiman
Snipped from default-web-app.xml: servlet servlet-namessi/servlet-name servlet-classcom.evermind.server.http.SSIServlet/servlet-class /servlet servlet-mapping servlet-namessi/servlet-name

Re: remote shutdown of orion 1.4.8

2001-05-05 Thread Hani Suleiman
Did you check the changes.txt file, and move the references to principals.xml from server.xml to application.xml? Any security errors you get when switching from 1.4.7 to 1.4.8 are very likely to be due to not making that change... On Sat, 5 May 2001, Eduardo Estefano wrote: The same is

Re: release 1.5.0

2001-05-01 Thread Hani Suleiman
I think the general consensus is that when a bug is marked as fixed in a future release, then there is no correlation between that and the release date of said future version. Historically, it's been anything between a few hours and a few months! I suspect the answer will be much like all answers

Re: Orion-based JSP bug -- The Case of the Exhibiting %00

2001-04-30 Thread Hani Suleiman
This bug was reported and fixed a long time ago, you should upgrade! On Mon, 30 Apr 2001, Rex McFarlin wrote: Can anyone help us solve a perplexing JSP bug? We have been unsuccessful. If a %00 is attached to the end of a URL (as in, http://localhost:8008/dcr/index.jsp%00

RE: Orion support company

2001-04-26 Thread Hani Suleiman
Breaking news: It was decided there is enough for everyone to go round, reserve your copy now of OrionSphereLogic(tm) at CompUSA! While stocks last! Hani On Thu, 26 Apr 2001, Dan North wrote: BEA made an offer, but IBM beat them to it. As of version 1.5.0, Orion will become known as

Re: orion-application.xml

2001-04-26 Thread Hani Suleiman
You can place it in your META-INF directory, alongside application.xml, and it'll be copied to the deployment directory if one does not exist there already. Hani On Thu, 26 Apr 2001, elephantwalker wrote: It seems that to get the EJBUser to work, we need to hack into the

Re: EJB Passivation problem

2001-04-26 Thread Hani Suleiman
Run orion with more memory allocated. In the end the server can only do so much with huge volumes of data. On Wed, 25 Apr 2001, James Donnelly wrote: Hi All, I am trying to do an import of around 90,000 articles which involves creating 3 EJB's per article. The server gets to around 6000

Re: freetds.org

2001-04-26 Thread Hani Suleiman
Yes, I have the driver from www.inetsoftware.de working flawlessly. Just stay away from the jdbc-odbc driver and you should be fine. Hani On Thu, 26 Apr 2001, Johan Fredriksson wrote: Has anyone got their driver to work with ms sql server 7? I just get an error message all the time :

Re: Orion or Me

2001-04-26 Thread Hani Suleiman
Orion will pick up modified servlets classes, not ANY modified class in /classes On Wed, 25 Apr 2001, Robert S. Sfeir wrote: We've got a servlet written that does a lot of run-time parsing and db connections etc... we have a bunch of class files which are mapped to this servlet, some of

Re: orion 1.4.8 bug (fwd)

2001-04-25 Thread Hani Suleiman
Resending as this didn't seem to make it the first time... -- Forwarded message -- Date: Mon, 23 Apr 2001 21:55:04 -0400 (EDT) From: Hani Suleiman [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Subject: Re: orion 1.4.8 bug Third bullet point on page 192 of the EJB 2.0

RE: IIS, Orion, virtual host

2001-04-25 Thread Hani Suleiman
Sounds like either both machines are binding to the same IP, or one or the other is binding to the stack and not the IP you're specifying. Hani On Wed, 25 Apr 2001, olivier wrote: this is the error message I have: Error starting HTTP-Server: Address in use: JVM_Bind -Original

Re: Dynamic Loading of a Data Source

2001-04-25 Thread Hani Suleiman
Try it! I think it does work On Wed, 25 Apr 2001, Milton S wrote: Is it possible to dynamically load a new data source to Orion after it has started?

RE: IIS, Orion, virtual host

2001-04-25 Thread Hani Suleiman
Sounds like either both machines are binding to the same IP, or one or the other is binding to the stack and not the IP you're specifying. Hani On Wed, 25 Apr 2001, olivier wrote: this is the error message I have: Error starting HTTP-Server: Address in use: JVM_Bind -Original

RE: Orion CLASSPATH

2001-04-23 Thread Hani Suleiman
Have a look at META-INF/MANIFEST.MF inside orion.jar, and you'll see Orion's classpath. Orion uses its own set of classloaders, which have nice features like automatically picking up any jar/zips from orion/lib, so you just drop things in there and they work. On Mon, 23 Apr 2001, Kemp

RE: .zip files and solaris

2001-04-21 Thread Hani Suleiman
Yes, surprise surprise, there are in fact ways of unpacking zipfiles on Solaris. Who would have guessed. Whatever next, being able to unpack them on linux, or evenWindows?! Such craziness. I wonder what innovations we'll have NEXT year! How about people think for a second before posting:

Re: Newbie Question...

2001-04-19 Thread Hani Suleiman
Application clients will let you access your EJBs from your outside-of-orion applications. Check the J2EE spec for more info about this. Hani On Thu, 19 Apr 2001, Lachezar Dobrev wrote: Until now I have developed EJBs for use with a CORBA broker. However, I did not see such a thing in

RE: A Swedish Idea

2001-04-19 Thread Hani Suleiman
flamebait Unlike all those OSS products huh. /flamebait On Thu, 19 Apr 2001, Kemp Randy-W18971 wrote: It has been said that if Bill Gates stopped to pick up a hundred dollar bill, he would be losing money. On a more serious note, it's really not the Bill company code so much, as their

RE: A Swedish Idea

2001-04-19 Thread Hani Suleiman
hree bears? And these are the same people who, when they first heard the name Beatles, they said "call the bug exterminator." And when they heard the name Rolling Stones, they say, "where's the avalanche?" -Original Message- From: Hani Suleiman [mailto:[EMA

Re: Application mapping - how do I know it from within the app?

2001-04-18 Thread Hani Suleiman
to update orion to run servlet 2.3 spec. Johan - Original Message - From: "Hani Suleiman" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Tuesday, April 17, 2001 3:45 PM Subject: Re: Application mapping - how do I know it from within the app?

Re: A Swedish Idea

2001-04-18 Thread Hani Suleiman
Why?!?! I have an idea, why don't IBM and BEA team up and release...logicsphere! After all, they're both US companies... On Wed, 18 Apr 2001, Kemp Randy-W18971 wrote: Now this may be a dumb idea, and I am just thinking up brainstorms to promote Orion, but it occurred to me that both Mysql

Re: Refreshing non-ear/war java classes

2001-04-18 Thread Hani Suleiman
Orion will pick up modified EJB's and servlets, but not classes that they reference. So just recompiling those other classes will not cause a reload. You can however trigger that reload by touching config/application.xml, orion-web.xml, or ejb-jar.xml (depending on where your class actually

RE: A Swedish Idea

2001-04-18 Thread Hani Suleiman
Which makes your post of suggesting they team up with other equally Swedish folks even more bizarre... I think we should all stick to what we do best...being competent Orion users. When I get paid to worry about Orion's future and business plan, and who they choose to deal with, parner with,

RE: A Swedish Idea

2001-04-18 Thread Hani Suleiman
On Wed, 18 Apr 2001, Jay Armstrong wrote: But, let's say it doesn't support transactions. What's wrong with starting a dialog? Why bother? So the people who bleat about mySQL all the time are happier? Frankly I'd rather the Orion team concentrate on functionality and J2EE

Re: Application mapping - how do I know it from within the app?

2001-04-17 Thread Hani Suleiman
().getContextPath(); ^ 1 error - Original Message - From: "Hani Suleiman" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Wednesday, April 11, 2001 5:30 PM Subject: Re: Applicat

RE: Is this the Orion Team?

2001-04-17 Thread Hani Suleiman
And what a lovely picture it is. PS Anyone notice how one of them looks likeSatan? On Tue, 17 Apr 2001, Kemp Randy-W18971 wrote: If you go to the Swedish newspaper site, there is a picture of the developers. -Original Message- From: Johan Fredriksson [mailto:[EMAIL

RE: Re: ORION RISE FROM THE DEAD!

2001-04-17 Thread Hani Suleiman
How are these any more 'competitive' than all the other commercial application server vendors out there? While it's hugely unfashionable to say so, there's nothing 'magical' or 'special' about open source. We could sit here all day and name 'competitors' to Orion. Some will fail, and hell, some

Re: extending DataSourceUserMangaer

2001-04-16 Thread Hani Suleiman
At a guess, you would need to install a subclass of DataSourceUserManager and override the getUser()/createUser() methods to return your own impl of com.evermind.security.User (so you can specify your own custom behaviour for the authenticate method). Hani On Mon, 16 Apr 2001, Taavi Tiirik

Re: Null pointer bug?

2001-04-15 Thread Hani Suleiman
This happens if you pass in a null to your create method. Double check that you're passing in a valid initialised PK On Sun, 15 Apr 2001, Chris Bergstresser wrote: I think I've found a bug in Orion. I've created a primary key for an EJB which contains only an int. However, when this

Re: pass param

2001-04-14 Thread Hani Suleiman
Read the API, go to java.sun.com/tutorial, or even the applet faq at www.jguru.com. And whatever you do, for god's sake, don't post such basic questions to this list. Hani On Sat, 14 Apr 2001, Siling Zhang wrote: Hi! Everyone, if I pass a param like this: APPLET

Re: Xerces and Xalan

2001-04-12 Thread Hani Suleiman
1.4.8 is rumoured to support JAXP1.1, so we just have to wait for the next update! On Thu, 12 Apr 2001, Mikael Stldal wrote: Why does Orion uses such old versions of Xerces and Xalan? It would be nice with JAXP 1.1 support.

Re: Re: ORION RISE FROM THE DEAD!

2001-04-12 Thread Hani Suleiman
David, nothing personal, I'm just hanging my reply off yours as it's the latest one in this thread... BUT some of us are very bored of this thread popping up every few weeks. Sure, Orion hasn't released a new version in a couple of months now (I think), and I'm as desperately eager for 1.4.8 as

RE: productive comment.

2001-04-12 Thread Hani Suleiman
It would be nice if we could post "success stories" and "hints" directly on the OrionServer web site. If they want to commercialize the product, and don't have the bucks or people to provide support...let *us* provide this service through a "community" process. A great idea, and it's the

RE: Alternative Deployment

2001-04-11 Thread Hani Suleiman
Well, then don't use J2EE. BEA support is supposed to be the best, and sure, it's pretty nice in that if you've spent lots of money, your issue can be escalated quickly, but if it is a real bug, it'll eventually come down to 'yes, it's a bug, it'll be fixed in the next service pack', which is

Re: Management Console...

2001-04-11 Thread Hani Suleiman
On Wed, 11 Apr 2001, Chaya Ramanujam wrote: Hi, I am new to Orion. I am using the Management Console to deploy an EJB archive and a WAR file. Quick question about the console - when I first launch the console, I get three entries in the tree - local, ormi://localhost and ormi://

Re: Application mapping - how do I know it from within the app?

2001-04-11 Thread Hani Suleiman
pageContext.getServletContext().getContextPath() On Wed, 11 Apr 2001, Johan Fredriksson wrote: I'm using virtual hosts in my development to make sure that all links are correctly set, that is I can access the same app in two ways, either via appname.localhost or localhost/appname

Re: how to get crimson working?

2001-04-08 Thread Hani Suleiman
Orion 1.4.8 will take care of that, I am told. On Sun, 8 Apr 2001, elephantwalker wrote: Looks like this is a little problem. I know that there are several xml parser problems with orion. I want to use crimson (the latest Jan 30 version) on orion because the sax 2 parser is about 4 times

Re: Including jar files in my web app ?

2001-04-06 Thread Hani Suleiman
Or even better: getClass().getProtectionDomain().getCodeSource().getLocation() On Fri, 6 Apr 2001, Court Demas wrote: I was able to do this by simply printing out the current classloader. Write a simple servlet/JSP page that does this: response.getOutputStream().println( "classloader: "

RE: WE NEED NEWS! We need to know Orion is alive well!

2001-04-05 Thread Hani Suleiman
On Thu, 5 Apr 2001, Kemp Randy-W18971 wrote: I have thought deeply about Orion, and I feel they are affected by the same problems as Jboss, which is lack of funding or capital. This is a wonderful product, build by some very intelligent people, with excellent advice from the user

Re: Bi-directional relations (my kludge)

2001-04-05 Thread Hani Suleiman
This might come as a bit of a surprise...but bi-directional relationships are a feature of EJB2.0, which is not final, and in fact if the rumours are to be believed, will undergo major changes in the next draft. I find it astounding that someone thinks that incomplete partial support for a moving

RE: JBoss verses Orion

2001-04-02 Thread Hani Suleiman
Magnus and Karl both chip in now and then, they used to do that more in the past I guess, but (understandably) realised that it's a far better use of their time to ensure they have a stellar product, than to respond to endless complaints. As Joseph said, it depends on what you want out of your

Re: Finder queries...

2001-04-02 Thread Hani Suleiman
Orion doesn't support ejb-ql yet. On Mon, 2 Apr 2001, Alex Paransky wrote: I have defined the following finder for the relationship (Account has many Users) - (User has One Account): query query-method method-namefindByAccountLogin/method-name method-params

Re: Deployment xml files in ear file? If so, where?

2001-03-26 Thread Hani Suleiman
You can place your orion-*.xml files alongside their *.xml counterparts. (eg, principals.xml and orion-application.xml alongside application.xml). Note though that if the application has already been deployed, then these files won't be copied over the existing ones. They're only used in the

Re: access to pooled datasources through JNDI?

2001-03-25 Thread Hani Suleiman
As far as I know, you can't access datasource connections 'remotely'. On Sun, 25 Mar 2001, Duane Fields wrote: I've a problem accessing a pooled datasource from OUTSIDE the web application. I can access and use the regular datasource, but when I try to get a connection from the pooled

Re: AW: java:comp/Administrator

2001-03-23 Thread Hani Suleiman
Sure, and then when it breaks since it's an unofficial internal class not exposed (I would imagine deliberately so), make sure you don't complain to the list! On Fri, 23 Mar 2001, Haeussler, Heinz wrote: Hello Greg, try the dissambler: D:\orion%java_home%\bin\javap -classpath orion.jar

RE: Servlet Parameters

2001-03-23 Thread Hani Suleiman
No i isn't a bug, the servlet spec explicitly disallows servlets from being mapped to / On Fri, 23 Mar 2001, Chuck Butkus wrote: I just wanted to post that I found the problem. I was using a servlet mapping with a url pattern of "/". For some reason the servlet parameters don't come

Re: Orion and WARs

2001-03-22 Thread Hani Suleiman
TO add war files, you add them to the default application. You need to add entries to application.xml: web-module id="struts-logon" path="../applications/struts-logon.war" / Then you add it to your website, to specify where it is mapped to (default-web-site-xml): web-app application="default"

RE: Orion and WARs

2001-03-22 Thread Hani Suleiman
No, you do not. You can deploy your web apps using the 'default' application. On Thu, 22 Mar 2001, Allen Fogleson wrote: You have to include the war in a bigger ear file, that includes the application deployment descriptor application.xml. The webarchive will then be deployed. Al

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 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: New article on orionsupport

2001-03-17 Thread Hani Suleiman
Correction, as you all hopefully guessed, the correct URL is http://www.orionsupport.com/articles/datasourceusermanager.html From: Hani Suleiman [EMAIL PROTECTED] Reply-To: Orion-Interest [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Subject: New article on orionsupport Date: Fri, 16

New article on orionsupport

2001-03-16 Thread Hani Suleiman
to configure your own. I'll be adding/clarifying/modifying the howto based on user feedback over the next few days. The url for the howto is http://www.orionserver.com/articles/datasourceusermanager.html Hani Suleiman

RE: Can not locate ..... when running orion under Jbuilder?

2000-12-27 Thread Hani Suleiman
You could make sure you're using javac (to slow down the compilation), and copy those classes away just before Orion finishes compiling them! Copy them to your src tree and you should then be able to step through them in a debugger. Very handy. On Wed, 27 Dec 2000, Russ White wrote: Good day

Re: to boldly go where no man has gone before

2000-12-13 Thread Hani Suleiman
Well flameproofsuit My native language isn't English either, but this IS an English mailing list, isn't it? I think it's reasonable that if someone requests help, they should at least be able to express their problem coherently. They're very unlikely to get help if nobody can understand

Re: SV: Off topic: development tools

2000-12-11 Thread Hani Suleiman
flamebait Of course, you could always do what real men/women do and use vi/emacs, that way you never play the silly version/feature/vendor game, and can rest easy at night knowing that your java code is all yours, and that no tool has done horrible things to you and your code behind your back!

Debugging EJBs

2000-11-30 Thread Hani Suleiman
No, this isn't yet another question about how to set up a debugger to work with Orion and EJBs, I have a more insidious problem at hand... One of my entity beans returns a bulk accessor (which implements Serializable), but for some odd reason, calling the method to get this always returns a

Re: server.xml fails -validateXML

2000-11-22 Thread Hani Suleiman
and they have also changed the source of the dtd in proposed final draft. artie Quoting Hani Suleiman [EMAIL PROTECTED]: I'm trying to ensure that my EJB 2.0 ejb-jar.xml files validate according to the appropriate dtd, so I tried to run orion with the -validateXML option. However

server.xml fails -validateXML

2000-11-21 Thread Hani Suleiman
I'm trying to ensure that my EJB 2.0 ejb-jar.xml files validate according to the appropriate dtd, so I tried to run orion with the -validateXML option. However, this gets as far as server.xml before spiting out the following error: Error initializing server: Fatal error at line 59 in

Re: server.xml fails -validateXML

2000-11-21 Thread Hani Suleiman
I filed this in bugzilla, bug id is 201. On Tue, 21 Nov 2000, Gerald Gutierrez wrote: I tried the option once, and it gave me errors about ejb-jar.xml (or some other XML) files at a certain line number, and that line number doesn't even exist. I then tried a freshly unzipped version of

Re: ORION and VAJ?

2000-11-17 Thread Hani Suleiman
xemacs+jde (compile, edit) ant (build) bugseeker2 (debug) Works great with Orion, Weblogic, Dynamo, and I'm sure anything else. Cross platform too is a big added bonus. On Fri, 17 Nov 2000 [EMAIL PROTECTED] wrote: Thanks for the explanation. How do the two (netbeans, Forte) compare. I

counter.jar

2000-11-15 Thread Hani Suleiman
Would anyone be tremendously upset if I rewrote counter.jar based on info I get from decompiling it? I have two things in mind: 1) To make the changes needed to switch it to ejb 2.0 2) Minor optimisation in the generation of ID's (to create the initialContext once and hold onto it, rather than

Re: Client hits STOP button..is there a way to detect this before sending a response?

2000-11-15 Thread Hani Suleiman
Here's another approach. Put a timestamp in your session to denote when a search request was started, and have the searcher object track this timestamp too. When you get the results back, check that the timestamps match before populating your bean. If another search had happened in the meantime,

RE: Client hits STOP button..is there a way to detect this before sending a response?

2000-11-15 Thread Hani Suleiman
On Wed, 15 Nov 2000, Duffey, Kevin wrote: Thanks for the reply.. Your idea has some merit..the only problem is, we have so many different searches and profile updates that could be happening..I would need to keep track of each of those separately. Here is what I had in mind if there

RE: Client hits STOP button..is there a way to detect this before sending a response?

2000-11-15 Thread Hani Suleiman
On Wed, 15 Nov 2000, Kevin Duffey wrote: So in code it might look something like: { SomeSession ss = new SomeSession(); SomeBean bean = getBean(); // gets the javabean used by jsp page Date date = new Date(); ss.setDate(date); bean.setDate(date); ss.doLogic();

RE: JBuilder4.0

2000-11-13 Thread Hani Suleiman
For those interested in a serious debugger and don't mind spending a little bit of money for one, I can heartily recommend using BugSeeker 2 from http://www.karmira.com/ It takes a few minutes to set up (the setup is trivial, if anyone uses it and has trouble, let me know and I'll help out), and

Re: REPOST: Multiple websites on one server not found [NEED HELP]

2000-11-13 Thread Hani Suleiman
In your application.xml for each file, specify the context root. Eg, in cs2k/META-INF/application.xml specify: module web web-urics2k-web/web-uri !-- directory where the website lives, eg applications/cs2k/cs2k-web, must have a WEB-INF/web.xml file in it --

Re: EJB-EJB CMP

2000-11-13 Thread Hani Suleiman
Well, here's an example of a parent-child 1-N relationship: A has a Set member field of type B The class outlines are: public interface A extends EJBObject { public Set getB() throws RemoteException; ... } public interface B extends EJBObject { ... } public class AEJB implements

Re: REPOST: Multiple websites on one server not found [NEED HELP]

2000-11-13 Thread Hani Suleiman
Yep, it's how I have things set up! I don't have a web-app defined, just an application, with ejb and web modules, and it all works very nicely, unless I'm missing something here... On Mon, 13 Nov 2000, Robert Krueger wrote: At 14:59 13.11.00 , you wrote: In your application.xml for each

Re: REPOST: Multiple websites on one server not found [NEED HELP]

2000-11-13 Thread Hani Suleiman
Ooops, spoke too soon. I just combed through my config files and it does look like I have a web-app root defined in default-web-site.xml, my mistake. On Mon, 13 Nov 2000, Robert Krueger wrote: At 14:59 13.11.00 , you wrote: In your application.xml for each file, specify the context root.

Re: Please Help with Orion Debuging (Third Post !) Please Help !!!

2000-11-10 Thread Hani Suleiman
Make sure that the code that is calling the println is actually being called, and that you're not redirecting System.out to a file. On Fri, 10 Nov 2000, Sven van 't Veer wrote: [EMAIL PROTECTED] wrote: Greetings ! I have migrated my ejb to Orion, these ejb has

One-many set mapping broken in 1.4.4?

2000-11-10 Thread Hani Suleiman
I have two entity EJB's with a one to many set mapping relationship (all CMP), this seems to work nicely with 1.4.0, upgrading to 1.4.4 breaks things though when try to get the set from the parent EJB (the set returned is null). The getter method is getCategories().Oddly enough if I print the

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!

  1   2   >