Re: [JBoss-user] Beans in jsp

2001-05-20 Thread Guy Rouillier
Put them into a classpath that is visible to both JBoss and Tomcat. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 18, 2001 10:41 AM Subject: RE: [JBoss-user] Beans in jsp > No clue, I never used .ear files. > > Does anyb

Re: [JBoss-user] Beans in jsp

2001-05-18 Thread danch (Dan Christopherson)
If you build an ear containing your war and ejb-jars, everything works _except_ compiling JSPs. -danch [EMAIL PROTECTED] wrote: > No clue, I never used .ear files. > > Does anybody have any idea how to avoid having the multiple copies of the > home and remote interfaces in jboss and tomcat? >

RE: [JBoss-user] Beans in jsp

2001-05-18 Thread Emanuel Galindo
The conversation goes to other topic. just that. The subject is the same, im have a experience with Orion App Server.. in that platform youn can instantiate the beans without imports or anything "strange" like duplicates of interfaces or that type of things. But it's not free :) Chao. On Fri,

RE: [JBoss-user] Beans in jsp

2001-05-18 Thread RRokytskyy
> Do you not? No, I'm using JBoss and Tomcat separately, both contain copies of home and remote interfaces. Try to ask this question with another subject, maybe somebody will respond. Regards, Roman Rokytskyy ___ JBoss-user mailing list [EMAIL PROTECT

Re: [JBoss-user] Beans in jsp

2001-05-18 Thread Damon Hart-Davis
[EMAIL PROTECTED] wrote: > > No clue, I never used .ear files. > > Does anybody have any idea how to avoid having the multiple copies of the > home and remote interfaces in jboss and tomcat? > > > There's no way to create a context from the ejb jar and see the beans > > without need of maintain

RE: [JBoss-user] Beans in jsp

2001-05-18 Thread Emanuel Galindo
Do you not? I tried to do that, without success. I tried using directories in application.xml, instead of using .jar o .war files. On Fri, 18 May 2001 [EMAIL PROTECTED] wrote: > No clue, I never used .ear files. > > Does anybody have any idea how to avoid having the multiple copies of the > ho

RE: [JBoss-user] Beans in jsp

2001-05-18 Thread RRokytskyy
No clue, I never used .ear files. Does anybody have any idea how to avoid having the multiple copies of the home and remote interfaces in jboss and tomcat? > There's no way to create a context from the ejb jar and see the beans > without need of maintain two copies of my interfaces? __

RE: [JBoss-user] Beans in jsp

2001-05-18 Thread Emanuel Galindo
There's no way to create a context from the ejb jar and see the beans without need of maintain two copies of my interfaces? On Fri, 18 May 2001 [EMAIL PROTECTED] wrote: > > org.apache.jasper.JasperException: Unable to compile class for > > JSP/usr/local/jakarta_3.2.1/jakarta-tomcat-3.2.1/work/

RE: [JBoss-user] Beans in jsp

2001-05-18 Thread RRokytskyy
> org.apache.jasper.JasperException: Unable to compile class for > JSP/usr/local/jakarta_3.2.1/jakarta-tomcat-3.2.1/work/localhos > t_8080%2Fcustomer/_0002ftest_0005fservlet_0002ejsptest_0005fse > rvlet_jsp_13.java:59: Class > Customer not found. > Customer u = (Customer) > reque

[JBoss-user] Beans in jsp

2001-05-17 Thread Emanuel Galindo
How can i see the beans in .jsp files?? I process the program logic (for example a customer list in an Enumeration object) and pass the objects via request.setAttribute.. i think that i can recover that object and use it in .jsp files!! But im getting : org.apache.jasper.JasperException: Unable