RE: System Date.

2002-02-13 Thread OMurchu, Oisin
Title: Message make sure its not a serialisation problem - the Calendar is transient in a Date object, and it effectively holds the TimeZone, so if you have a different timezone on 2 boxes and serialise a date object between them, the milliseconds since 1970 is serialised, but the relevant

Re: Off-topic: UML Tools...Help!!!

2001-12-07 Thread Oisin Kim
John, have a look at Poseidon, the community edition is free and it's 100% Java so multi platform, although it runs best with 1.3.1_01 JRE... Oisin On Thu, 2001-12-06 at 15:28, [EMAIL PROTECTED] wrote: Hi, I have been asked by my manager to evaluate some UML modelling tools: Rational Rose

Re: Off-topic: UML Tools...Help!!!

2001-12-07 Thread Oisin Kim
, for free get Poseidon! If you like it and use it commercially pay the $150 or so dollars for the Professional version. Oisin On Fri, 2001-12-07 at 13:47, Curt Smith wrote: I have a team using TogetherJ for our modeler, IDE and deploy tool. TogetherJ, the first to market with a great all Java

Re: Date conversion problem ??

2001-10-08 Thread Oisin Kim
as far as I can remember, the short of all this is: use a long value, from System.getcurrentTimeMilliseconds().. write this value to the DB, create a new Date object passing in the long value as the parameter... Hope this helps, Oisin On Monday 08 October 2001 09:04, Eddie wrote: Thanks Frederik

RE: STRANGE (and BIG!!!) PROBLEM

2001-09-27 Thread OMurchu, Oisin
check in the orion-application.jar file in your application-deployments\APP_NAME directory - I tend to get multiple library path="./lib" / tags in it, which causes Orion to hang. (Orion adds these into tags in itself upon deployment for some strange reason.) -Original

orion-application.xml

2001-09-13 Thread OMurchu, Oisin
I'm having a problem deploying to Orion, which causes the deployment time to increase over time, and eventually the jvm orion is in to run out of memory. Basically, I'm using ANT to deploy, calling the Orion admin tool (com.evermind.client.orion.OrionConsoleAdmin) and passing the relevant

Re: Help with exception, could be classpath related

2001-08-10 Thread oisin
Hi Ashok, the two beans are in two individual ejb-jar files, with both beans deployed successfully, I know this because they work fine when I connect simple clients to them, and both work from the same client when the classpath is set correctly. The contents of the files are ejb-jar2.jar

Re: Directory Listing

2001-07-27 Thread Oisin Kim
want, Oisin // DirList.java // Displays directory listing. /** DirList.java lists the contents of teh current directory * by running it as java DirList after compiling it. */ import java.io.*; import java.util.*; public class DirList { public static final String foldername = C:\\somedir

Help with Deploying a simple Entity EJB

2001-07-09 Thread Oisin Kim
/HLRBean.class ie/tcd/cs/dsg/HLR/HLR.class ie/tcd/cs/dsg/HLR/HLRHome.class ie/tcd/cs/dsg/HLR/HLRPK.class META-INF/ejb-jar.xml I've already created a META-INF folder and put application.xml in to it. I've also placed application-client.xml here too. Thanks for any help in advance! Oisin

Re: SV: Anyone using TogetherSoft TCC with Orion?

2001-06-27 Thread Oisin Kim
Just FYI got htis from Together supportmight concern some of you! Oisin --cut-- There are issues with Together and jdk1.3.1 running on RH7.1. To do this you will need to edit the java wrapper script and add the following lines to the top of the script: LD_ASSUME_KERNEL=2.2.5;export

Question About Clustering EJB's

2001-06-16 Thread Oisin Kim
of failure? Thanks, Oisin Kim

Re: Simple Clustering Question

2001-06-11 Thread Oisin Kim
address and port number. Then you can follow the document: Enabling Web-Clustering in Orion Oisin Enabling Web-Clustering in Orion Setting up the server 1. Install orion and start it. 2. Edit the orion/application-deployments/default/defaultWebApp/orion-web.xml file and add: cluster-config

Simple Clustering Question

2001-06-09 Thread Oisin Kim
to transmit and receive cluster data on is 230.0.0.1, port number 9127, does this mean I have to have a network card listening on this IP/port? What exactly is a network with operational multicast facilities, is plain 100Mbs ethernet running on linux OK? Thanks, Oisin