[JBoss-user] [Installation, Configuration & Deployment] - Failed to setup clustering : org/jboss/aspects/patterns/obse

2006-05-24 Thread samfra
JBoss 4.0.4 When it starts, I receive this error what do I have to do to avoid it ?? --- ERROR [TomcatDeployer] Failed to setup clustering, clustering disabled. Exception: | java.lang.NoClassDefFoundError: org/jboss/aspects/patterns/observable/Observer |

[JBoss-user] [Installation, Configuration & Deployment] - NoClassDefFoundError: org/jboss/web/tomcat/tc5/session/Field

2006-03-13 Thread samfra
java.lang.NoClassDefFoundError: org/jboss/web/tomcat/tc5/session/FieldBasedClusteredSession Hello, when my *.war files are deployed with RC1 4.0.4, I got a NoClassDefFoundError Exception ! Why ? what do I miss ? java.lang.NoClassDefFoundError: org/jboss/web/tomcat/tc5/session/FieldBasedClus

[JBoss-user] [Installation, Configuration & Deployment] - Re: JBOSS DOM4j XPATH does it work ? need assistance

2006-03-13 Thread samfra
I renamed my dom4j.jar to dom4j.jar and jaxen...jar to jaxen.jar and put them both into jboss/lib it works fine View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929907#3929907 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[JBoss-user] [Installation, Configuration & Deployment] - Re: ear file deployment sequence

2006-03-13 Thread samfra
YES there is a way. Look into jboss/deploy/conf/jboss-service.xml | ... | org.jboss.deployment.DeploymentSorter | ... | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3929906#3929906 Reply to the post : http://www.jboss.com/index.html?module=bb

[JBoss-user] [Installation, Configuration & Deployment] - Re: Can I define sar/war startup sequence

2005-11-07 Thread samfra
YES you can ! look into the conf\jboss-service.xml you could specifiy your own startup comparator View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3905731#3905731 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3905731

[JBoss-user] [Installation, Configuration & Deployment] - [Upgrade 403sp1] Problem with SQL Connection !!

2005-11-07 Thread samfra
Hello, when I upgrade my application to JBoss 4.0.3sp1 (from 4.0.2) I've got a big problem with sql connections... After a few minutes, they are all closed when I try to get one (so I receive a connection timeout when Hibernate try to get one) ... Why ? Is there something change ? Is there a

[JBoss-user] [Installation, Configuration & Deployment] - Re: Configuring XSL on JBoss4

2005-11-01 Thread samfra
what do you mean with "xsl support" ? add your jar and do your xsl transformation.. it works fine ! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3904590#3904590 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3904590 -

[JBoss-user] [Installation, Configuration & Deployment] - And Jboss suddenly shutdowns...

2005-10-27 Thread samfra
Hello, I've got a problem with JBoss 4.0.2 running on debian 3.1, sun jdk 1.5.04 (Apache 1.3 forwarding via mod_jk to tomcat) Yesterday at 18:00 and this morning at 4:00, JBoss was down... he properly shut down without reason and my website was then unreachable.. (error 500)... give me plea

[JBoss-user] [Installation & Configuration] - Re: deployment issue in 4.0.2 for multiple sar

2005-07-03 Thread samfra
Hello, I've got the same problem ! I also have B.sar that uses A.sar classes (but not A.sar, that uses B.sar). If you deploy your sars, one by one... it's OK ! unfortunately, I'm still trying to find a solution... I've got : 00.jar 01.har A.sar B.sar W.war and each level needs the classes f

[JBoss-user] [Installation & Configuration] - Re: Removing hibernate2.0 in jboss 4.0.1

2005-04-06 Thread samfra
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=62303 is that what you need ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872902#3872902 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872902 -

[JBoss-user] [Installation & Configuration] - Re: Removing hibernate2.0 in jboss 4.0.1

2005-04-05 Thread samfra
read my post I've just written ! you can now deploy hibernate3 in .har ! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872778#3872778 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872778 ---

[JBoss-user] [Installation & Configuration] - Re: MBean for Hibernate3 with Jboss ... solved !

2005-04-05 Thread samfra
I don't know how to use Wiki so I uploaded the jboss-hibernate3.jar on the first page I don't think it will stay there for a long time. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872777#3872777 Reply to the post : http://www.jboss.org/index.h

[JBoss-user] [Installation & Configuration] - MBean for Hibernate3 with Jboss ... solved !

2005-04-05 Thread samfra
Hello, I wanted to upgrade to Hibernate3... but JBoss is for Hibernate2... otherwise the mbean don't start because it's looking for net.sf.* classes... and Hibernate3 is now org.hibernate.* So what did I do ? Well I've installed the latest Jboss 4.0.1sp1 I've downloaded Hibernate3 (hibernate3.j

[JBoss-user] [Beginners Corner] - Problem with 2 Mail Services

2005-03-30 Thread samfra
I try to deploy 2 Mail Services (to use several pop3 and smtp accounts) I have no problem to run one in mail-service.xml but the second can not start... 2005-03-30 11:28:19,296 ERROR [org.jboss.mail.MailService] Starting failed jboss:service=Mail3 | java.lang.ClassCastException | at o

[JBoss-user] [Beginners Corner] - Conflict Hibernate/Cocoon because of EHCACHE

2005-01-25 Thread samfra
Hello, my problem is the following : I use Cocoon and Hibernate within Jboss... My Hibernate objects are cached in ehcache. Cocoon uses internally ehcache... when I redeploy my cocoon.war, it reinitializes ehcache... and I loose all my hibernate objects ;o( any idea how to solve this ? telli

[JBoss-user] [Beginners Corner] - Deploying Jar,Sar,War,Har .... ClassNotFound :-(

2005-01-17 Thread samfra
(sorry for posting it also in the jmx forums) Hello, what did I understand wrong ? I need to deploy the following - utils.jar - myobjects1.har - myobjects2.har - mymbean1.sar - mymbean1-interfaces.jar - mymbeanN.sar I've got problems with my classes First, I wanted mymbean1 start

[JBoss-user] [Management, JMX/JBoss] - Deploying Jar,Sar,War,Har .... ClassNotFound :-(

2005-01-14 Thread samfra
Hello, what did I understand wrong ? I need to deploy the following - utils.jar - myobjects1.har - myobjects2.har - mymbean1.sar - mymbean1-interfaces.jar - mymbeanN.sar I've got problems with my classes First, I wanted mymbean1 starts before the 2, and so on... I've notice alphabetical or

[JBoss-user] [Installation & Configuration] - Re: From Tomcat to JBoss, a hibernate application

2005-01-14 Thread samfra
I think you don't know how to use Hibernate with jboss. Read first the doc... there is no hibernate.cfg.xml but an hibernate-service.xml that must be include in a HAR archive. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862091#3862091 Reply to the post

[JBoss-user] [Beginners Corner] - Re: MBeans

2005-01-14 Thread samfra
Hello 1. I think it's only for jboss (I'm sure) 2. I would ask the same question ... But the is the only solution I found to have "loaded" components (with a lot of cache and so on)... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3862094#3862094 Reply to

[JBoss-user] [Management, JMX/JBoss] - Re: Problem deployment .. ClassCastException

2004-06-19 Thread samfra
It helped me partially... In fact, you can not do interfaces everytime for all classes... I took the example of Team and Player.. but in fact, I need to deploy Hibernate and all my hibernate objects... and then I have to deploy my mbeans that accesses to hib-objects. But I've found the followin

[JBoss-user] [Installation & Configuration] - Re: French encoding

2004-06-18 Thread samfra
it's UTF-8 by default, change this to ISO-8859-1 ... If I remember well, it was ok for me when jsps were compiled into tomcat but not if I precompiled them... I had to modify jasper so that it encodes them in iso-8859-1 ... maybe there is another way... compare your.jsp with the jsp_your.java f

[JBoss-user] [Management, JMX/JBoss] - Problem deployment .. ClassCastException

2004-06-18 Thread samfra
Hello I am trying to deploy this : Players.sar Teams.sar (that would like to call Players and use Player class) utils.jar What do I have to do so that I can redeploy Players without redeploying other classes ? 1. A PlayerInterface that I add to Teams.sar too

[JBoss-user] [Management, JMX/JBoss] - Re: xmbean and jmxdoclet task

2004-05-10 Thread samfra
/* * @jmx.mbean description = "..." name=".modules:service=StatsManager" * @jboss.service servicefile="jboss" * @jboss.xmbean */ I don't find any doc on this @jboss.xmbean.. but it works ! If you find some... View the original post : http://www.jboss.org/index.html?module=bb&op=viewto

[JBoss-user] [Management, JMX/JBoss] - XMBean using Jboss-IDE/Eclipse,Xdoclet

2004-05-06 Thread samfra
using : Jboss 3.2.3, Eclipse 3.0M8 + latest Jboss-IDE Hello, I can create a MBean using jboss-ide, but I don't find how to generate the xml descriptor for the xmbean.. I can add @jmx.managed-attribute access = "read-write" for example to my methodes, it will add the method to the Interface for