I have a Stateless bean that runs fine under another EJB Server but when I
move it over to Orion v1.1.8 I getting an Exception on this line.

MyComparator myc = new MyComparator();
Collections.sort(tmpList, myc);

tmpList is a List of Vectors.  The Exception.getMessage() returns 'null'.

As I said earlier, it works fine under another Ejb server and the list has
data in it.  It never makes it to the Comparator code.

Has anyone seen anything like this?

Thanks 
Tom

Tom Wnuk
[EMAIL PROTECTED]
[EMAIL PROTECTED]

winmail.dat

Reply via email to