[JBoss-user] Can I store a Local Entity Bean in my HttpSession?

2003-03-15 Thread Russell Black



Can I store a Local Entity Bean in my HttpSession? 
That is, will it be valid on subsequent requests? Something like 
this?session.setAttribute("foo", 
beanLocalHome.findByPrimaryKey(key));Thanks,Russell


[JBoss-user] Performance Numbers

2003-03-04 Thread Russell Black



My client is concerned about JBoss's 
scalability.  Just wondering if any of you have used JBoss in a 
heavily-used production environment, e.g. lots of requests, and a large 
database.  How well does it hold up?
 
Thanks,
Russell
 
P.S.  I'm using the postgres database.  
Any idea how well it scales?
 


Re: [JBoss-user] Debugging JSPs with eclipse

2003-01-13 Thread Russell Black



Never mind, I figured it out.  I had another 
jasper compiler jar in my classpath that was getting used.  I deleted 
everything from the classpath except the JBoss stuff and it worked.  


  - Original Message - 
  From: 
  Russell Black 
  To: [EMAIL PROTECTED] 
  
  Sent: Sunday, January 12, 2003 8:36 
  PM
  Subject: [JBoss-user] Debugging JSPs with 
  eclipse
  
  I've got eclipse debugging JSP's, with the help 
  of the Lomboz plugin.  Actually I'm only stepping through the generated 
  java file, not the actual JSP.  
   
  Anyway, I'd like the JSP class files to be 
  compiled with debug so I can see local variables when I'm debugging.  
  I've tried setting the classdebuginfo parameter to true in 
  server/default/deploy/jbossweb.sar/webdefault.xml, but they're still being 
  generated without debug info.  
   
  Has anyone had any luck debugging 
  JSPs?
   
  Thanks, 
  Russell


[JBoss-user] Debugging JSPs with eclipse

2003-01-12 Thread Russell Black



I've got eclipse debugging JSP's, with the help of 
the Lomboz plugin.  Actually I'm only stepping through the generated java 
file, not the actual JSP.  
 
Anyway, I'd like the JSP class files to be compiled 
with debug so I can see local variables when I'm debugging.  I've tried 
setting the classdebuginfo parameter to true in 
server/default/deploy/jbossweb.sar/webdefault.xml, but they're still being 
generated without debug info.  
 
Has anyone had any luck debugging 
JSPs?
 
Thanks, 
Russell