Re: IIS, Orion, virtual host

2001-04-27 Thread Jeff Hubbach
Paul, I'm sorry to say that I have no experience with IIS and configuration issues therein. I do know thorugh experience and education that each IP has it's own set of ports. That's why I gave my advice below. If you are trying to do something similar to Oliver (run Orion on a different IP

Re: jsp:setProperty tag

2001-04-27 Thread Johan Fredriksson
I should go with int instead of Integer. Or even better with a String representing a number on the jsp page and in the setter method do a Integer.parseInt(number); //to get what I need. This way I do not have to trust javascripts and stuff to do the checking, if a numberformatexception

Re: Orion support company

2001-04-27 Thread Johan Fredriksson
Well, you started it!! http://www.geocities.com/connorbd/varaq/ Enjoy! Johan - Original Message - From: Thomas Pridham [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Thursday, April 26, 2001 3:12 PM Subject: RE: Orion support company What truly happened is that the

Re: orion not replicating session state - relatively urgent

2001-04-27 Thread Johan Fredriksson
And all the stuff you shove up the session are Serializable? Doublecheck that. If they are Serializable, your problem sounds like a bug. Johan - Original Message - From: Mike N. Christoff [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Thursday, April 26, 2001 10:25 PM

Re: freetds.org

2001-04-27 Thread Johan Fredriksson
Ok, thanks.,.. - Original Message - From: Paul Kofon [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Thursday, April 26, 2001 5:51 PM Subject: Re: freetds.org Hi, The database driver for MSSQL from freetds.org is, according to the documention, work in progress more or

Re: freetds.org

2001-04-27 Thread Johan Fredriksson
Maybe I wasn't clear enough, but I ment the free driver from freetds.org. That one I had some problems with to get to work, later I figured out that it had to do with the URL I sent... You had to specify the db-name when connecting, it was not enough to log in and then get redirected to the

Re: Orion performance meassures ?

2001-04-27 Thread Johan Fredriksson
Title: RE: Orion performance meassures ? Most likely, although I have no clue how this is done... Try the class com.evermind.client.orion.OrionConsoleAdmin And see if you can get something out of that. If you do, feel free to post the results on the list :) Johan - Original Message

In 1.4.8

2001-04-27 Thread Johan Fredriksson
I get this errormessage when starting orion : A nonfatal internal JIT (3.10.107(x)) error 'Relocation error: NULL relocation target' has occurred in : 'org/apache/crimson/parser/Parser2.maybeComment (Z)Z': Interpreting method. Please report this error in detail to

Re: MVC/XML Framework Comments please

2001-04-27 Thread Daniel Lopez
Hi, As we have also rolled our own solution, I'll just add my two cents. As Tim, we found that the existing frameworks didn't fit quite well into what we wanted to do, (that was even before Struts was created) and as we wanted to integrate other features... Following the Model 2-controller

Pass object session from one server to another

2001-04-27 Thread Van Duong
Dear all, Does anyonecan show me the way to catch a object session from remote server? I have twoapplications on separated server and I want they can communicate each other through object session. the one can pass its object valueand the other can receive it accordingly.

Re: remote shutdown of orion 1.4.8

2001-04-27 Thread Adam Cassar
try -force On 25 Apr 2001 08:46:02 -0600, [EMAIL PROTECTED] wrote: Folks, The following remote shutdown command does not work anymore in 1.4.8 (it works fine in 1.4.7), any ideas? bug? java -jar admin.jar ormi://localhost admin password -shutdown P.S. already verified the password is

Re: Re: IIS, Orion, virtual host

2001-04-27 Thread paul
Dear Jeff Hubbach, Thanks for your advice. 01-4-27 0:00:00 You had said£º Paul, I'm sorry to say that I have no experience with IIS and configuration issues therein. I do know thorugh experience and education that each IP has it's own set of ports. That's why I gave my advice below. If you

RE: In 1.4.8

2001-04-27 Thread Chakotay
I also got this error when I upgraded. It resolved when i upgraded my JDK from 1.2.2 to 1.3.0.02. Regards Kristoffer Skjutare -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Johan Fredriksson Sent: Friday, April 27, 2001 9:24 AM To: Orion-Interest

RE: Orion support company

2001-04-27 Thread Kemp Randy-W18971
Do these Klingon J2EE servers function uniformly thought out the galaxy, or do they exhibit strange behaviors in black holes? -Original Message- From: Johan Fredriksson [mailto:[EMAIL PROTECTED]] Sent: Friday, April 27, 2001 1:11 AM To: Orion-Interest Subject: Re: Orion support company

RE: Orion support company

2001-04-27 Thread Kemp Randy-W18971
Not only that, but all the low priced and strong open source J2EE servers got together to form a Union, with the key members being Orion, Enhydra, and jboss. The new name: Boss-Hides-Onion (composite of jboss-enhydra-orion). Motto: Run with Orion and reach the stars, Or pick Jboss and count the

ejb 2.0 proposed final draft #2 is out

2001-04-27 Thread Tim Drury
Title: ejb 2.0 proposed final draft #2 is out I'm reading it now. Dependent objects are gone. -tim

RE: ejb 2.0 proposed final draft #2 is out

2001-04-27 Thread Tim Drury
Title: RE: ejb 2.0 proposed final draft #2 is out Here is the section that says what is different between PFD 1 and 2: E.12 Proposed Final Draft 2 Introduced local interfaces and local home interfaces for entity beans and session beans. Added characterization of local client view. Added

Re: orion not replicating session state - relatively urgent

2001-04-27 Thread Mike N. Christoff
Yes, all the objects implement Serializable. We have a test application that simply updates a single counter (an Integer object). We don't have serialVersionUID, however. Is this required? Michael N. Christoff Developer, Eldan Software, Ltd. Toronto, Canada www.eldan.com - Original

list orion here

2001-04-27 Thread David Morton
orion should be listed here: http://www.javaworld.com/javaworld/tools/jw-tools-appserver.html

jsessionid errors

2001-04-27 Thread David Morton
anybody notice that once in a while browsers complain about the way orion encodes session ids? why doesn't the session ID get encoded like: http://www.mysite.com/mypage.jsp?arg=blahjsessionid=BEOKGFBKKKPI what are advantages and disadvantages of above compared to orions method thanks

RE: Re: IIS, Orion, virtual host

2001-04-27 Thread Ron White
I must confess I was incorrect about the port issue. I had forgotten that I had moved my IIS to a different port when Orion was running. But I found the solution to the issue as well. Seems IIS listens on all IP by default even if you tell it to only listen on one port. The following tells how to

when i was executing jsp page iam geting these error could plshelp me any one

2001-04-27 Thread Komal Kandi (Contractor)
Hi Everyone, when i was executing jsp page iam geting these error could pls help me any one. 500 Internal Server Error java.lang.NullPointerException at /examples/jsp/IA/config5.jsp._jspService(/examples/jsp/IA/config5.jsp.ja va:86) (JSP page line 51) at

RE: ejb 2.0 proposed final draft #2 is out

2001-04-27 Thread Russ White
Title: RE: ejb 2.0 proposed final draft #2 is out Am I the only one that think the following makes more sense? EJBObject - Local interface RemoteEJBObject - Remote interface as opposed to EJBObject - Remote interface EJBLocalObject - Local interface Isn't is the more natural state for an

Does Orion support container managed relationships among entities inmultiple EJB-JAR files???

2001-04-27 Thread Alex Paransky
I am trying to breakup my one giant ejb-jar file into different multiple ejb-jar files, and I was wondering if Orion supports relationships between two Container Managed Entity beans in different ejb-jar files. Is there a section in the SPEC that talks about this? Thanks. -AP_

clustering and web-site.xml, need one for each app?

2001-04-27 Thread Mike N. Christoff
Reading the orion docs for http clustering, step 3 left me with strange feeling. - Step 3: Configure your cluster islands Cluster islands are connected to a certain site rather than to a web application and to configure a cluster island, edit the web-site.xml file for the website your

RE: Re: IIS, Orion, virtual host

2001-04-27 Thread cybermaster
Out of curiosity: Jeff, are you using a multi-homed machine? So far I have not run across a network driver that filters all incoming packets from a single network card to resolve them into various IPs, but I'm always open to learn of new stuff. One network adapter - one IPaddress (although I've

RE: MVC/XML Framework Comments please

2001-04-27 Thread Cory Updyke
This may be off topic a little, but I am a little disheartened to see so many people disregarding EJB when considering a internet application framework. If you disregard transactions (NotSupported), and follow a few simple patterns (see java.sun.com/j2ee) you basically are able to build a

Re: jsessionid errors

2001-04-27 Thread Joseph B. Ottinger
On Thu, Apr 26, 2001 at 12:18:56PM -0400, David Morton wrote: anybody notice that once in a while browsers complain about the way orion encodes session ids? why doesn't the session ID get encoded like: http://www.mysite.com/mypage.jsp?arg=blahjsessionid=BEOKGFBKKKPI what are advantages

JMS Connection pooling

2001-04-27 Thread Kesav Kumar
Title: RE: Orion performance meassures ? Has any one tried to setup connection pooling for JMS? Is there any such facility in orion 1.4.7? Kesav Kumar Software Engineer Voquette, Inc. 650 356 3740 mailto:[EMAIL PROTECTED] http://www.voquette.com Voquette...Delivering Sound Information

JMS Problem

2001-04-27 Thread Kesav Kumar
Title: RE: Orion performance meassures ? Hi I am new to JMS development, I wrote a sample application through which I want to access the messages stored in the orion server. When I ran the application seperatly from outside orion environment I am getting the following error

RE: MVC/XML Framework Comments please

2001-04-27 Thread elephantwalker
Cheers for Cory! Ejb is THE way to do persistance. By using EJB's properly, we make use of all of Orion's resource handling capabilities...and these guy's at Orion are much better at this than I am. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Cory

RE: when i was executing jsp page iam geting these error could pls help me any one

2001-04-27 Thread Frank Eggink
Well, this tells you that you hit a null pointer exception in the jsp page. Not very much more ... Best you can do is to add some debugging code to trace the execution of your jsp page (write print statements to the HTML page or to a log file). FE On Friday, April 27, 2001 6:06 PM, Komal

Re: IIS, Orion, virtual host

2001-04-27 Thread Jeff Hubbach
I'm on Linux, and you can configure your machine to listen to multiple IPs. The NIC is originally configured with one IP when you set it up, but then you can go in and tell it to listen to more IPs. You can do this in NT and 2000 as well. In 2000, you just open up your network settings - TCP/IP

Is this a 1.4.8 bug??

2001-04-27 Thread Alex Paransky
The following exception occurs when I move to 1.4.8, but DOES NOT occur in 1.4.7: Exception in thread main com.evermind.server.rmi.OrionRemoteException: Transaction was rolled back: java.lang.InternalError: Was not in used mode at

RE: MVC/XML Framework Comments please

2001-04-27 Thread Michael A Third
We too tried to use a liteweight persistence layer (jrf) with a few extensions, and found that Orion CMP was just as fast at most things, and significantly faster at relationships. I originally felt we needed to switch because some of our beans used bidirectional relationships implemented as get

log4j and ejb

2001-04-27 Thread Todd M Benge
Hi, I'm trying to use log4j to log from an enterprise bean. I've been able to get a bean to log to stdout using the BasicConfigurator but am not able to get it to log using either the DOMConfigurator or the PropertyConfigurator. I believe Property and DOM configurators need a file to set

Does any one else see any problems with latest PDF2?

2001-04-27 Thread Alex Paransky
Looking at the latest spec PFD2, it appears that it is not possible to establish a unidirectional relationship between two entity beans in separate ejb-jar.xml files. With the removal of remote-ejb-name as a possible value for role-souce it makes integration of two packages impossible without

Re: IIS, Orion, virtual host

2001-04-27 Thread Iain McClure
Just seen this post (so many to look through!), and I essentially agree with Jeff. I would agree that the error is probably happening because IIS is binding to the same IP address as Orion. I've done this before, and this does prevent multiple web servers from listening on the same port.

Re: Re: IIS, Orion, virtual host

2001-04-27 Thread Iain McClure
Just started subscribing to the interest group. Forgive me if talking nonsense, as I've not even used Orion yet, but I can definitely run IIS 5.0 and Apache web server on the same machine (virtual hosts setup for apache, IIS as the 'real' machine name). They both listen on port 80, and I can

RE: ejb 2.0 proposed final draft #2 is out

2001-04-27 Thread Alex Paransky
Title: RE: ejb 2.0 proposed final draft #2 is out Ooops, my bad. -AP_ -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Alex ParanskySent: Friday, April 27, 2001 12:37 PMTo: Orion-InterestSubject: RE: ejb 2.0 proposed final draft #2 is

RE: MVC/XML Framework Comments please

2001-04-27 Thread Jeff Schnitzer
Doh! Sorry, that wasn't supposed to go to the list. But to keep this topic going (because I'm still undecided about what direction to go): Is anyone here besides Tim using XSLT in their web application? How do you like it? Is it easy to get designers up and running with it? How do you

Re: log4j and ejb

2001-04-27 Thread Stan Ng
I pass in the Java property that points to the whatever configuration I want at the time. Usually I use the log4j.properties file with the console appender rolling file appender, slightly modified for my purposes. Basically, the format of that file is covered under documentation at the log4j

Can any one be so kind to help me with this problem...

2001-04-27 Thread Alex Paransky
In this example, I have followed a one-to-one unidirectional relationship to AddressEntity type. I seem to get a valid reference, but when I proceed to execute a method (AddressEntity.getId() in this case), I get NoSuchObjectException. The second time, it works correctly and I do not get an

RE: log4j and ejb

2001-04-27 Thread Mike Cannon-Brookes
The problem with going this route (and it's what I do ;)) is that you only have ONE log4j config for the whole server. Each app has the same logging and you can't really separate them easily (without writing a long config file that breaks up based on category). -mike -Original Message-

can't find classes - help

2001-04-27 Thread Jim
I have a problem that is kind of throwing a wrench into my works: Without going into a great amount of detail - this is the problem: I am attempting to create a new instance of a class. To do so I am using Class.forName(the class); All of these classes are where they are supposed to be, as far

Re: MVC/XML Framework Comments please

2001-04-27 Thread mark kaseman
Title: MVC/XML Framework Comments please I would be interested in reviewing a copy of your mvc/xml framework. Thanks - Original Message - From: Duffey, Kevin To: Orion-Interest Sent: Thursday, April 26, 2001 5:39 PM Subject: RE: MVC/XML Framework Comments

Re: IIS, Orion, virtual host

2001-04-27 Thread Tim Endres
I've done this before, and this does prevent multiple web servers from listening on the same port. I think that this is definitely a problem. A virtual IP does not have it's own port, but it is sharing the same port with the main ip. If a machine has main ip 1.2.3.4 and virtual 1.2.3.5

RE: can't find classes - help

2001-04-27 Thread elephantwalker
Jim, somehow long ago, in a galaxy far away..no that's another story. Yes, I had this problem sometime ago. As far as I know, the forName argument has to be the full package path. So that would be, Class.forName(org.somepackage.myclasses.Foo). If you don't include the full path...if will throw

Re: Orion support company

2001-04-27 Thread ken cooper
Where did you see that Orion had been sold to BEA - why? Thanks - Ken From: Somewhere . . . [EMAIL PROTECTED] Reply-To: Orion-Interest [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Subject: Re: Orion support company Date: Wed, 25 Apr 2001 08:20:25 -0700

help

2001-04-27 Thread vadlamudi koteswara rao
Hello, I am learing XML jsp can u please give a good documentation examples site . thanks vkrao --- Jeff Schnitzer [EMAIL PROTECTED] wrote: How do you integratecopy with dynamic content? Two layers of XSL transformation (one to mix in copy, one to mix in markup)? Or do you use

RE: can't find classes - help

2001-04-27 Thread Jim
elephantwalker, Yes, I am aware of that. However, even though I am doing that - providing entire path - the classes are still not found. That is what is giving me the headache. For example, let's say I have com.myclasses.Class. and com.myclasses.Load They are both there in the directory that I

RE: MVC/XML Framework Comments please

2001-04-27 Thread Gavin Thomas Nicol
Is anyone here besides Tim using XSLT in their web application? I've been using XSLT for some time. I think a lot of the MVC dicussions show that people haven't yet hit on the right application model. MVC really works well in an environment with shared state... and ahred access to objects. The

RE: help

2001-04-27 Thread Jim
did you try http://java.sun.com ? I am not trying to be sarcastic. I have found that they provide pretty good tutorials for jsp's as well as links to other good resources. Sun also has pretty good resources regarding XML Jim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: EJB Passivation problem

2001-04-27 Thread James Donnelly
Just togive a bit of feedback, problem solved, it would appear. Just done a test of 1 articles, which worked fine, breaking my previous record! To all those who helped, thanks alot, especially those who were right! The max-instances attribute in orion-ejb-jar.xml works a treat, I've