Re: v.strange int behaviour in JSP

2000-01-03 Thread Elias Martenson
Den 3 Jan 2000 skrev Colin Burroughs: Hi, Check this out under Orion 0.8.1 on NT inside JSP. % for(int i=0;i-21;i--) { out.print(i+""); } out.print("br"); for(int i=0;i-21;i--) { out.print(i); } % the only difference is the empty string appended to the int value

NullPointerException within Orion

1999-11-23 Thread Elias Martenson
After modifying an EJB from using a default "long" key, into one that looks like this: public class VoteAlternativeKey { public VoteQuestion question; public String answer; } I get the following message when I start Orion: neuromancer$

Re: EJB, Servlets

1999-10-18 Thread Elias Martenson
Den 17 Okt 1999 skrev [EMAIL PROTECTED]: Kevin Duffey wrote: Hi. I am curious, what is all the hype about EJB for anyways? From what I have heard on the #Java channel and articles, EJB is a very young and immature implementation still, and isnt very useful. What exactly does it do