[JBoss-user] [Installation, Configuration & Deployment] - Re: How to refer Images outside JBOSS_HOME?

2005-11-25 Thread Renkrad
You must use a servlet to acess and write the image content to the client. My advice is for you to add the images to your war, unless those images are part of a client specific repository in that case the images are dinamic so a servlet is necessary. View the original post : http://www.jboss.c

[JBoss-user] [Installation, Configuration & Deployment] - Hibernate 3.1.rc3 with jboss-4.0.3SP1

2005-11-24 Thread Renkrad
Place the Hibernate 3.1.rc3 in the jboss-4.0.3SP1 but caught the following exception : | java.lang.NoSuchMethodError: org.hibernate.cfg.Mappings.(Ljava/util/Map;Ljava/util/Map;Ljava/util/Map;Ljava/util/Map;Ljava/util/Map;Ljava/util/Map;Ljava/util/Map;Ljava/util/List;Ljava/util/List;Lorg/hibern

[JBoss-user] [Installation, Configuration & Deployment] - Re: Perform action when JBoss Starts

2005-11-14 Thread Renkrad
Thanx jaikiran View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3907038#3907038 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3907038 --- SF.Net email is sponsored by:

[JBoss-user] [Installation, Configuration & Deployment] - Perform action when JBoss Starts

2005-11-14 Thread Renkrad
I have the need to perform some initializations automaticly right after JBoss starts, this should be made without human interference . Is there any feature made available by the JBoss? Could you place a link to where i may find it? Thanx Daniel Campelo View the original post : http://www.jbos

[JBoss-user] [Persistence & CMP/JBoss] - Old data retreaved after making an update (cache problems...

2005-01-27 Thread Renkrad
Is there a way to disable the cache on the JBoss? I'm using EJB 2.0 and DAO pathern in the same application. The db data can be handle by both at the same time and make the EJB data inconsistent with the db. Here's the situation : The data is loaded by the EJB, and is placed in the aplication se

[JBoss-user] [Persistence & CMP/JBoss] - Re: Old data retreaved after making an update (cache problem

2005-01-26 Thread Renkrad
The JBoss version i'm using is 3.2.5 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863803#3863803 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863803 --- This SF.

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Tag lib deprecated methods aren't found...

2004-07-23 Thread Renkrad
I had a duplicated taglib but the one that was getting considerer was an very old version of the tags... BAH!!! Thanx for the time. Daniel Campelo View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3843083#3843083 Reply to the post : http://www.jboss.org/index.

[JBoss-user] [HTTPD, Servlets & JSP] - Tag lib deprecated methods aren't found...

2004-07-22 Thread Renkrad
When a method is defined as deprecated i get an exception saing that the setter method isn't found. There is the need to mark it as deprecated to warn the developers that they should not use that attribute but not forbid them of using it (compatibility issues). The setter methods are inherited (