[jboss-user] [JBoss Messaging] - JMS client in a applet

2008-03-11 Thread luca.xlb
Hi. I'm trying to make an applet communicate with jboss messaging. The applet is signed and all jars it use are signed. When I try to create the queue connection, i get the following exception | org.jboss.jms.exception.MessagingJMSException: Failed to invoke | at org.jboss.jms.client.

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - template system for JSF

2007-03-08 Thread luca.xlb
Do you know of any "template" structure for JSF? Something like tiles for Struts... we use JSF myFaces implementation. What about facelets? JsfTemplate? What do you use? Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4026314#4026314 Reply to the po

[jboss-user] [Clustering/JBoss] - java.io.NotSerializableException: net.sf.jasperreports.engin

2007-03-06 Thread luca.xlb
Hi all. My application generate a report using a servlet. I get the following exception, while I try to generate a report. Any advice? I've check all my operation on session, but I never store a jasperreport object. 23:19:18,331 ERROR [JBossCacheService] externalizeSession(): exception oc

[jboss-user] [Clustering/JBoss] - login problems on cluster

2007-03-01 Thread luca.xlb
Hi all! We have created an application that works fine on a single jboss. Now, we need to go on a cluster. I've configured a load balancer and 2 jboss, with mod_jk. Session replication seems to work fine. The only problem is in the login phase. When only one of the two jboss is up all works. i

[jboss-user] [EJB 3.0] - Persistence problem with Date (and calendar) on Oracle 10g

2007-01-31 Thread luca.xlb
Hi all! We are trying to get some entity from the DB. These entities includes a Date field (and a Calendar field). All works fine, except that HOURS and MINUTES are both 0. any advice? thanks Luca View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4008702#40087