[JBoss-user] [HTTPD, Servlets JSP] - Re: storing JSPs in database

2005-03-23 Thread juggernaut
For exmple? If you want to include some additional HTML code (for more banners/images/links etc. you can store them in db too). If you want to change page layouts, you should consider using some template engine (Velocity for ex.)/ View the original post :

[JBoss-user] [HTTPD, Servlets JSP] - Re: storing JSPs in database

2005-03-22 Thread juggernaut
will not need to extend JspServlet and do other non-obvious things. If you are interested in this kind of solution, PM me and I'll try to explain it in more details. take care, -- juggernaut View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3871124#3871124 Reply

[JBoss-user] [EJB/JBoss] - Re: IntelliJ and JBoss, Deployment Error

2005-03-13 Thread juggernaut
And what is the structire of your .ear file? What is inside the ejb-jar.xml and application.xml? It seems to me that error is in one of these files. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3869902#3869902 Reply to the post :

[JBoss-user] [EJB/JBoss] - Re: java.lang.classnotfoundexception, please help

2005-02-07 Thread juggernaut
maybe you should repackage your app in some other way? AFAIK ejbs should be packaged in jar file that contains ejb-jar.xml file, which describes classes and interface used for making calls to ejb. I use the following layout: | app.ear | | | +-beans.jar | | | | |

[JBoss-user] [EJB/JBoss] - OutOfMemory error on multiple calls of one SlSB form another

2005-01-13 Thread juggernaut
I've got the following problem: I've got 2 Stateless Session Beans. One of them calls other's method for several (about 10, actually) times. On the fifth or sixth call jboss starts to use something like 35-40 megabytes of memory for call marshalling, and finally application crashes with