[JBoss-user] [Installation, Configuration & Deployment] - JBoss slow with starting

2006-03-22 Thread bgonline
Hello, I'm using JBoss as application server, and its start is very slow. Is there a way to know what takes a lot of time ? Does it exist an application allowing us to see what is loading ? Thanks in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931

[JBoss-user] [Performance Tuning] - JBoss slow with starting

2006-03-22 Thread bgonline
Hello, I'm using JBoss as application server, and its start is very slow. Is there a way to know what takes a lot of time ? Does it exist an application allowing us to see what is loading ? Thanks in advance. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=

[JBoss-user] [Installation, Configuration & Deployment] - JBoss server configuration in another directory

2005-08-10 Thread bgonline
Hello, Is it possible to define in the JBoss configuration to look for a particular configuration at a particular directory ? I explain... I'm installing JBoss on a server, and I'd like to put my applications (EAR, WAR, JAR) in another directory than those indicated by JBoss, such as : {JBOSS_

[JBoss-user] [Installation, Configuration & Deployment] - Re: JBoss server configuration in another directory

2005-10-07 Thread bgonline
You can find information about that in the following link : http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfiguringTheDeploymentScannerInConfjbossSystem.xml Check the section on the URLs to scan for a deployment. Kind regards, View the original post : http://www.jboss.com/index.html?module=bb&op=

[JBoss-user] [EJB/JBoss] - Re: EJB Deployed twice on the same JBoss AS configuration

2005-10-07 Thread bgonline
Moreover, when I look in the JMX console, I see that both EJB have the same proxy number... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3899835#3899835 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3899835

[JBoss-user] [EJB/JBoss] - Re: EJB Deployed twice on the same JBoss AS configuration

2005-10-07 Thread bgonline
: java.lang.NoSuchMethodException: org.apache.commons.modeler.BaseModelMBean.setDocBase(java.lang.String)) | Every help is WELCOME 8-))- bgOnline View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3899847#3899847 Reply to the post : http://www.jboss.com/index.html?modu

[JBoss-user] [EJB/JBoss] - EJB Deployed twice on the same JBoss AS configuration

2005-10-07 Thread bgonline
| But when I call the same method of the two different implementations, I have always the result of the second implementation. So, what have I got to do in order to solve this problem ? Have I got to make modifications in the Class Loader ? Thanks in advance for your help. bgOnline View the

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - JBoss Hot deployment problem with JSF application

2005-10-18 Thread bgonline
| at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:306) | ... 72 more | 16:59:49,384 ERROR [Context] Error listenerStart | 16:59:49,384 ERROR [Context] Context startup failed due to previous errors | Could someone help me please ? Thanks in advance. bgOnline View the original post : http://www.jbos

[JBoss-user] [Installation, Configuration & Deployment] - JBoss Hot deployment problem with JSF application

2005-10-18 Thread bgonline
| at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:306) | ... 72 more | 16:59:49,384 ERROR [Context] Error listenerStart | 16:59:49,384 ERROR [Context] Context startup failed due to previous errors | Could someone help me please ? Thanks in advance. bgOnline View the ori

[JBoss-user] [Installation, Configuration & Deployment] - ClassCastException with Hot deployment of a JSF application

2005-10-19 Thread bgonline
e. I suppose so this is a ClassLoader problem : the ConfigureListener can't instanciate the class deployed previously in the commons.jar. How can I solve this problem ? Can someone help me please ? Thanks in advance. bgOnline View the original post : http://www.jboss.com/index.html?module=bb&am

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - ClassCastException with Hot deployment of a JSF application

2005-10-19 Thread bgonline
e. I suppose so this is a ClassLoader problem : the ConfigureListener can't instanciate the class deployed previously in the commons.jar. How can I solve this problem ? Can someone help me please ? Thanks in advance. bgOnline View the original post : http://www.jboss.com/index.html?module=bb&am

[JBoss-user] [EJB/JBoss] - Accessing Local interfaces

2005-10-20 Thread bgonline
made a test, and even if I put my WAR file and my EJB-JAR file in JBoss without grouping them in an EAR unit, it works. How is it possible ? I prefer like that, but I don't want my application not to work on others application server if this is not possible. Thanks in advance. bgOnline

[JBoss-user] [EJB/JBoss] - EJB dependency : NoClassDefFoundError

2005-11-28 Thread bgonline
to deploy my EJB, I have a NoClassDefFoundError. If I put my package in the lib directory of my AS, it works. How have I got to do ? Thanks in advance. _ _ _ _ bgOnline View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909299#390929

[JBoss-user] [EJB/JBoss] - Call of a method on the deployment of an EJB

2005-12-05 Thread bgonline
Hello, Is it possible to invoke a method of an EJB during the deployment of this EJB ? Thanks in advance... _ _ _ _ bgOnline View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3910603#3910603 Reply to the post : http://www.j

[JBoss-user] [Installation, Configuration & Deployment] - JBoss will it resist with 1000 EARs deployed ?

2006-01-16 Thread bgonline
Hello, I planned to use JBoss as my Application Server, and I'd like to know if there is a limitation of application deployed on it ? Indeed, approximatively 1000 EARs will be deployed. Will JBoss resist to this load ? Thanks in advance for help. ___ _ _ _ bgOnline

[JBoss-user] [Installation, Configuration & Deployment] - Deploying 2 war's with isolation

2006-02-01 Thread bgonline
Bean.setDocBase(java.lang.String) | at java.lang.Class.getMethod(Class.java:986) | at org.apache.commons.modeler.BaseModelMBean.setAttribute(BaseModelMBean.java:646) | ... 98 more | Could someone help me please ? Thanks in advance. __ _ _ _ bgOnline View the origin

[JBoss-user] [Installation, Configuration & Deployment] - Re: Deploying 2 war's with isolation

2006-02-01 Thread bgonline
Some additional information : I'm using jboss-4.0.1sp1. _ _ _ bgOnline View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920940#3920940 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[JBoss-user] [Installation, Configuration & Deployment] - Problem ClassCastException

2006-02-03 Thread bgonline
. ___ _ _ _ bgOnline View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921419#3921419 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921419 --- This SF.net email is

[JBoss-user] [Installation, Configuration & Deployment] - Container configuration with

2006-02-06 Thread bgonline
? Thanks in advance. _ _ _ _ bgOnline View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921826#3921826 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - How to share class through war with isolated ClassLoader ?

2006-02-07 Thread bgonline
webapps share classes through their session. So, I put the shared classes in a common package put in the lib directory of my jboss server configuration. But I have a ClassNotFoundException that occured. Could someone help me please ? Thanks in advance. _ _ _ bgOnline View

[JBoss-user] [Installation, Configuration & Deployment] - How to share classes through wars with isolated ClassLoader

2006-02-07 Thread bgonline
t the paremeter java2ClassLoadingCompliance to true. Could someone help me please ? Thanks in advance. _ _ _ _ bgOnline View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=392#392 Reply to the post : http://www.jboss.com/index.h

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - How to configure Tomcat for two wars sharing class

2006-02-08 Thread bgonline
can I put these shared classes ? Actually, I put them in the lib directory of the jboss server configuration, but I have a NoClassDefFoundError. Could someone help me please ? Thanks in advance. ___ _ _ _ bgOnline View the original post : http://www.jboss.com/index.html?module=bb

[JBoss-user] [Installation, Configuration & Deployment] - Re: How to share classes through wars with isolated ClassLoa

2006-02-08 Thread bgonline
Hi Tyler, Thank you for your answer. Yes, I'm sure that I don't have a copy of my shared classes. If it was the case, I would have a ClassCastException, but I have a ClassNotFoundException. And you are true, the parameter java2ClassLoadingCompliance doesn't change anything if my configuration.