[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=3931807#3931807

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931807


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=3931805#3931805

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931805


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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.

Thank you...

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922489#3922489

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922489


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2006-02-08 Thread bgonline
Hello,

I have two wars deployed on JBoss 4.0.1SP1 and I set the tomcat 
jboss-service.xml following configuration :
Java2ClassLoadnigCompliance = false
UseJBossClassLoader = false
...in order to have different and isolated wars classloaders.

But these wars share classes.
My problem is : Where 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&op=viewtopic&p=3922240#3922240

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922240


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2006-02-07 Thread bgonline
Hello,

I have two web applications deployed on JBoss 4.0.1SP1 with the following 
container configuration in jboss-web.xml file :

  | 
  | 
  | c-w.com:loader=cwsoft-cwx1
  | 
  | java2ParentDelegation=true
  | 
  | 
  | 
  | 
These webapps share classes through their session.
So, I put these classes in a common package put in the lib directory of my 
jboss server configuration.
But I have a ClassNotFoundException that occured, as if the ClassLoader of my 
webapp can't have access to the parent ClassLoader, although I set 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.html?module=bb&op=posting&mode=reply&p=392


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2006-02-07 Thread bgonline
Hello,

I have two web applications deployed on JBoss with the following container 
configuration in jboss-web.xml file :

  | 
  | 
  | dot.com:loader=unique-archive-name
  | 
  | java2ParentDelegation=true
  | 
  | 
  | 
  | 
These 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 the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922219#3922219

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922219


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2006-02-06 Thread bgonline
Hello,

What will it happen If I have two webapps for which I put the same following 
configuration in the jboss-web.xml file :

  | 
  | 
  | dot.com:loader=same-archive-name
  | 
  | java2ParentDelegation=false
  | 
  | 
  | 
  | 
So, I will put the same loader-repository.
What will it happen ? What are the risks ?

I also would like to know the real signification of the following attributes :
- java2ClassLoadingCompliance
- java2ParentDelegation
- dot.com:loader=same-archive-name

Where can I find explanation for this ?

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=reply&p=3921826


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2006-02-03 Thread bgonline
Hello,

I have a webapp communicating with an EJB.
In my webapp, I have the following configuration in my jboss-web.xml:

  | 
  | /context-root
  | 
  | 
  | dot.com:loader=uniqueId
  | 
  | java2ParentDelegation=false
  | 
  | 
  | 
  | 
  | 
When I try to call a method of the EJB by passing an object contained in a 
common package, I have a ClassCastException due to the ClassLoader.

Could someone help me please ?

Thanks in advance.
___ _ _ _
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 sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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&mode=reply&p=3920940


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2006-02-01 Thread bgonline
272)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:222)
  | at sun.reflect.GeneratedMethodAccessor11.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:324)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
  | at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:897)
  | at $Proxy0.start(Unknown Source)
  | at org.jboss.system.ServiceController.start(ServiceController.java:418)
  | at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:324)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
  | at $Proxy4.start(Unknown Source)
  | at org.jboss.deployment.SARDeployer.start(SARDeployer.java:273)
  | at org.jboss.deployment.MainDeployer.start(MainDeployer.java:964)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:775)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:738)
  | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:722)
  | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  | at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:324)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
  | at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:121)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
  | at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
  | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
  | at $Proxy5.deploy(Unknown Source)
  | at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:434)
  | at org.jboss.system.server.ServerImpl.start(ServerImpl.java:315)
  | at org.jboss.Main.boot(Main.java:195)
  | at org.jboss.Main$1.run(Main.java:463)
  | at java.lang.Thread.run(Thread.java:534)
  | Caused by: ReflectionException: Cannot find setter method setDocBase null 
Cause: java.lang.NoSuchMethodException: 
org.apache.commons.modeler.BaseModelMBean.setDocBase(java.lang.String)
  | at 
org.apache.commons.modeler.BaseModelMBean.setAttribute(BaseModelMBean.java:662)
  | at 
org.jboss.mx.server.RawDynamicInvoker.setAttribute(RawDynamicInvoker.java:56)
  | at 
org.jboss.mx.server.MBeanServerImpl.setAttribute(MBeanServerImpl.java:593)
  | at 
org.jboss.web.tomcat.tc5.TomcatDeployer.performDeployInternal(TomcatDeployer.java:193)
  | at 
org.jboss.web.tomcat.tc5.TomcatDeployer.performDeploy(TomcatDeployer.java:92)
  | at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:374)
  | ... 93 more
  | Caused by: java.lang.NoSuchMethodException: 
org.apache.commons.modeler.BaseModelMBean.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 original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3920939#3920939

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3920939


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that mak

[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

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917567#3917567

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917567


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3910603


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2005-11-28 Thread bgonline
Hello,

I have an EJB that makes reference to a Class packaged in a commons.jar package.
I have put this commons package at the root of the ejb-jar file, and I have 
referenced it in my META-INF/MANIFEST.MF file as :

  | Class-Path:  commons-1.0.jar
  | 
But when I start JBoss, and that it tries 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#3909299

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909299


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2005-10-20 Thread bgonline
Hello,

I have created an EAR application, containing a WAR module and an EJB JAR 
module.
I'd like to call only the Local interfaces of my EJB.

In the J2EE specification, it seems that the Local interfaces can only be 
called when the WAR module and the EJB module reside in the same EAR.

I 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

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3902219#3902219

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3902219


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2005-10-19 Thread bgonline
Hello,

I'm using JBoss 4.0.1sp1.
I have a package named commons.jar which contains PhaseListener of my different 
web-apps.
This package is deployed in the lib directory of my config AS : 
/server/default/lib.
I have thus some JSF applications that refers to these PhaseListener.

When I make a hot deployment of a JSF app, I have a ClassCastException that 
occured.
When I watched in the code and in the log, I can see that this error occurs in 
the ConfigureListener of JSF, when it tries to set the different PhaseListener 
of my web-app, which are contained in my commons.jar package.

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&op=viewtopic&p=3901985#3901985

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3901985


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2005-10-19 Thread bgonline
Hello,

I'm using JBoss 4.0.1sp1.
I have a package named commons.jar which contains PhaseListener of my different 
web-apps.
This package is deployed in the lib directory of my config AS : 
/server/default/lib.
I have thus some JSF applications that refers to these PhaseListener.

When I make a hot deployment of a JSF app, I have a ClassCastException that 
occured.
When I watched in the code and in the log, I can see that this error occurs in 
the ConfigureListener of JSF, when it tries to set the different PhaseListener 
of my web-app, which are contained in my commons.jar package.

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&op=viewtopic&p=3901984#3901984

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3901984


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2005-10-18 Thread bgonline
nvoke(Method.java:324)
  |  at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
  |  at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
  |  at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:121)
  |  at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
  |  at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.ja
  | va:127)
  |  at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
  |  at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
  |  at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
  |  at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
  |  at $Proxy8.deploy(Unknown Source)
  |  at 
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:325)
  |  at 
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:483)
  |  at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentSc
  | anner.java:204)
  |  at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScan
  | ner.java:215)
  |  at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScann
  | er.java:194)
  | Caused by: java.lang.ClassCastException
  |  at 
com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:699)
  |  at 
com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:371)
  |  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.jboss.com/index.html?module=bb&op=viewtopic&p=3901811#3901811

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3901811


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2005-10-18 Thread bgonline
.java:324)
  |  at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
  |  at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
  |  at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:121)
  |  at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
  |  at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127)
  |  at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
  |  at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
  |  at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
  |  at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
  |  at $Proxy8.deploy(Unknown Source)
  |  at 
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:325)
  |  at 
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:483)
  |  at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:204)
  |  at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:215)
  |  at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:194)
  | Caused by: java.lang.ClassCastException
  |  at 
com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:699)
  |  at 
com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:371)
  |  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.jboss.com/index.html?module=bb&op=viewtopic&p=3901809#3901809

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3901809


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2005-10-07 Thread bgonline
Hello,

I have an EJB with two different imlpementations but with the same ejb-name in 
the ejb-jar.xml file :

  | ErrorMessageService
  | 
com.cwsoft.emmngt.service.interfaces.ErrorMessageServiceRemoteHome
  | 
com.cwsoft.emmngt.service.interfaces.ErrorMessageServiceRemote
  | 
com.cwsoft.emmngt.service.interfaces.ErrorMessageServiceLocalHome
  | com.cwsoft.emmngt.service.interfaces.ErrorMessageServiceLocal
  | 
com.cwsoft.emmngt.service.ejb.ErrorMessageServiceSession
  | 
Just the jboss.xml file is different.
One has the following description :

  | ErrorMessageService
  | 
ejb/com/cwsoft/emmngt/service/ErrorMessageServiceRemote
  | 
ejb/com/cwsoft/emmngt/service/ErrorMessageServiceLocal
  | 
And the other has the follownig description :

  | ErrorMessageService
  | 
ejb/com/cwsoft/emmngt/service/ErrorMessageServiceRemote2
  | 
ejb/com/cwsoft/emmngt/service/ErrorMessageServiceLocal2
  | 
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 original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3899832#3899832

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3899832


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2005-10-07 Thread bgonline
I tried to set the attribute
true
...of the ear-deployer to true, but when I do that, I have the following error :

  | org.jboss.deployment.DeploymentException: Error during deploy; - nested 
throwable: (ReflectionException: Cannot find setter method setDocBase null 
Cause: 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?module=bb&op=posting&mode=reply&p=3899847


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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=viewtopic&p=3899821#3899821

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3899821


---
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[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_HOME}/server/[config]/deploy
...but well for example in the directory :
/[user]/jeeapps/

Like you can do with Tomcat for example... I hope to be clear, and that there 
is a solution for me ;-)

Thanks in advance.
Blaise Gosselin

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3889268#3889268

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3889268


---
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user