I will be out of the office starting 10/03/2003 and will not return until 10/08/2003. I will respond to your message when I return. If you need to reach...
java version "1.4.2_01" Install on RedHat 9 The installer comes up with the first panel asking me to select a BEA home. I select create a new BEA home. I click...
What is the afs3_callback that uses 7001? I'm playing with weblogic and I was surprised to find that the port is defined in the /etc/services file. --Kurt...
I think it's the Andrew File Server from CMU. However, as far as I can tell, the Andrew server isn't open-source/available for free. In any event, I've never...
Tim Holloway
timh@...
Nov 4, 2003 1:31 am
439
It seems to work fine. I was just confused when I did a: netstat -a | grep 7001 --Kurt...
Not really a Newbie, but I feel like I'm activating dormant brain cells: I have a set of paths that I'd like to put into a file and include into several...
Say, what's the best practise for separating client ejb classes (interface/home) classes from the implementation for packaging? (Using Ant, of course.) --Kurt...
Hint: XML Entities Tim ... -- GPG public key: http://www.mousetech.com/gpgkey-timh.txt...
Tim Holloway
timh@...
Nov 4, 2003 11:57 pm
443
I recommend using XDoclet. It generates the interfaces into an "interfaces" package subtree (along with one or 2 concrete classes!). Then you just build a...
Tim Holloway
timh@...
Nov 5, 2003 12:05 am
444
I'm trying to build subprojects using the 'ant' task. However, it complains when I do this: <target name="build" depends="init"> <ant...
Well, the first place you went wrong was not reporting the error message... :) Tim ... -- GPG public key: http://www.mousetech.com/gpgkey-timh.txt...
Tim Holloway
timh@...
Nov 6, 2003 12:02 am
447
You don't expect me to give you the easy ones, do you? :-) I have it working, but it's a little funky with the basedir, properties, etc. I may be a newbie...
Tried running with the verbose and debugging flags? Myself, I'd put a <property file="../build.properties"/> in the subproject directory build.xml Oh, wait,...
Tim Holloway
timh@...
Nov 6, 2003 11:41 pm
449
hi all, Does anyone know of a good place to get training in J2EE and Websphere? thanks for the help, Manu...
The problem turned out to be my bad interpretation of the 'dir' parameter and the effects on the 'basedir'. Apparently, 'dir' sets the 'basedir' regardless of...
Sun has a fairly good tutorial that will get you going at: http://java.sun.com/j2ee/1.4/docs/tutorial/doc/index.html I don't know about websphere; however, you...
I would suggest that you bookmark http://www.java.ibm.com and return there often. It has a ton of tutorials, and really good articles that will help you. You...
Hi Manu, As suggested earlier, Sun's Java developer site and IBM's developerWorks/java zone are very good resources. If you want to get your feet wet for free...
Couldn't find anything on the netbeans site about this. I can't install from the exe so I grabbed the zip archive instead. Now when I try to execute runide I...
Actually, before getting involved with the low-level stuff, you might want to check out a copy of "J2EE Design Patterns", available from O'Reilly and...
Just downloaded Eclipse after a year hiatus. Wow! I feel like I should have paid $499 and feeling guilty about it. :-) I thought I heard that an emacs mode...
I found the help. It loaded in my default browser window which was located in a different workspace. Now were's the config to pop a new browser windows? ...
Isn't eclipse a nice tool? You should see the whole WebSphere Studio build on eclipse 2.1 running with nice gtk widgets on linux - real beauty. To switch to...
It works. My brain was going nutty trying to remember to use the right keystrokes. Thanks! Yes, I'm using RH9/GNOME, so I'm using the GTK version. Beautiful....
I'm getting quite a few crashes on eclipse. Perhas 2-3 a day. It's always the same error: An unexpected exception has been detected in native code outside...