Re:Re: [JBoss-user] How to use getResourceAsStream() from a EJB

2001-05-11 Thread Pedro E. Gómez
t; To: <[EMAIL PROTECTED]> Subject: Re: [JBoss-user] How to use getResourceAsStream() from a EJB Date: Fri, 11 May 2001 13:14:54 -0400 Reply-To: [EMAIL PROTECTED] Show us the definition of "resource." - Original Message - From: Pedro E. G=F3mez <[EMAIL PROTECTED

Re: [JBoss-user] How to use getResourceAsStream() from a EJB

2001-05-10 Thread Guy Rouillier
Show us the definition of "resource." - Original Message - From: Pedro E. Gómez <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, May 10, 2001 9:56 PM Subject: [JBoss-user] How to use getResourceAsStream() from a EJB > I need to read a resource tha

[JBoss-user] How to use getResourceAsStream() from a EJB

2001-05-10 Thread Pedro E. Gómez
I need to read a resource that i have in the classpath, The code is: Object o = new Object(); System.out.println("O es:" + o); Class c = o.getClass(); System.out.println("Class es:" + c); System.out.println("Resourc