[JBoss-user] [HTTPD, Servlets & JSP] - Re: JSP 2.0 open source & STABLE container

2004-05-31 Thread Zapa
you can imagine then how badly i got shocked when i heard what you guys did on theserverside.com ;) :P View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836994#3836994 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836994

[JBoss-user] [HTTPD, Servlets & JSP] - JSP 2.0 open source & STABLE container

2004-05-27 Thread Zapa
Hi , I was wondering if there are any open source web-containers that support JSP 2.0 and are stable . I was shocked to see that Tomcat 4.1 only supports JSP 1.2 and I was wondering what alternative I'd have , if any , for use with JBoss Thanks View the original post : http://www.jboss.org/

[JBoss-user] [Persistence & CMP/JBoss] - JBOSS QL Information

2004-04-16 Thread Zapa
Hello , I've been writting EJB's for some time and one of the biggest problems i have with them is the limited functionality of the EJB QL . I have heard in a few places of JBOSS QL , and I have tried a few internet searches for more info . I am looking for at least a detailed list of what fu

[JBoss-user] [Persistence & CMP/JBoss] - uploading a PDF into an entity EJB

2004-03-09 Thread Zapa
hey ppl , i've been strugling with this for a few horus now . I'm trying to upload a pdf file into a entity EJB so that i would be able to download it whenever i'd like . One of the big problems i'm having is that i don't know in what format I should save the data into the EJB . Theoreticall

[JBoss-user] [HTTPD, Servlets & JSP] - problem sending variables through jsp

2004-02-29 Thread Zapa
Hello , Here is a scenario that would describe my problem . page index.jsp needs to include page session.jsp , and while dooing that it sends the session.jsp page a variable called sessionid . The problem I have that while sessionid is 1 in index.jsp , it's seen as null in the session.jsp page

[JBoss-user] [EJB/JBoss] - Re:

2004-02-27 Thread Zapa
I have wrapped the code in a user transaction , following also another thread from here and it seems to be working , thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823308#3823308 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posti

[JBoss-user] [EJB/JBoss] - "A CMR collection may only be used within the transaction

2004-02-27 Thread Zapa
That's the message that JBoss / Tomcat gives me as I try to run a jsp that accesses 2 entity beans . I know it's not a "best practice" but after a lot of thought i decided this is best for what i'm curently trying to do . I initially thought the error was due to the fact that i'm using JSP's

[JBoss-user] [EJB/JBoss] - Re: accessing Local Interfaces from JSP's

2004-02-17 Thread Zapa
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821921#3821921 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821921 the tasks i'm trying to achieve are rather simple . On top of that i'm really new at JSP , so i'm goi

[JBoss-user] [EJB/JBoss] - Re: accessing Local Interfaces from JSP's

2004-02-16 Thread Zapa
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821686#3821686 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821686 heh yes , I should have specified that I'm trying to access Entity beans from JSP . The particular

[JBoss-user] [EJB/JBoss] - Re: using only Remote Interfaces

2004-02-15 Thread Zapa
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821602#3821602 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821602 ah that makes perfect sense then ... thanks --

[JBoss-user] [EJB/JBoss] - using only Remote Interfaces

2004-02-15 Thread Zapa
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821595#3821595 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821595 Hi there , I was told in a recent thread that with JBoss I can code without writting Local interfac

[JBoss-user] [EJB/JBoss] - Re: accessing Local Interfaces from JSP's

2004-02-12 Thread Zapa
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821338#3821338 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821338 ah really . that's good to know then , thanks , this will save me time from writting too many interfac

[JBoss-user] [EJB/JBoss] - accessing Local Interfaces from JSP's

2004-02-12 Thread Zapa
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3821322#3821322 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3821322 Just wondering if it's possible to access Local EJB Interfaces from JSP;s that are setup on the Tomcat