[JBoss-user] [Management, JMX/JBoss] - Re: Problem getting mbean server

2005-09-21 Thread dhill
I have tried this method and now that I have time I retested on 4.0.1 vs 4.0.2, it seems something has changed between these 2 implementation, JMX wise that is. I am running both server on 1.4.2_03 jre. The findMBeaServer works on 4.0.1 but not on 4.0.2. Any thoughts or suggestions ? View the

[JBoss-user] [Management, JMX/JBoss] - Re: web server server port using JMX

2005-08-24 Thread dhill
I am using jboss 4.0.2 which is packaged with Tomcat 5.5, I am not seeing any attributes for this connector, any clue as to the ObjectName that I will need to use ? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3891421#3891421 Reply to the post : ht

[JBoss-user] [Management, JMX/JBoss] - web server server port using JMX

2005-08-21 Thread dhill
How can I get the port using jmx or is there another way besides reading from a xml file on disk. Thanks Don View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3890948#3890948 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p

[JBoss-user] [Management, JMX/JBoss] - Re: determining re-deployed or deployed

2005-06-16 Thread dhill
Adrian, Did you move this or what forum should I post this in ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881782#3881782 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3881782

[JBoss-user] [Installation & Configuration] - WEB-INF/classes not reloaded

2005-04-07 Thread dhill
I am wondering howto config 4.0.1 to get an exploded war/web-inf/classes reloaded on a change in the class file. It seems that Deployment scanner only picks up the jars. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873133#3873133 Reply to the post : htt

[JBoss-user] [Installation & Configuration] - Re: resource-ref tag used for env-entry?

2005-03-06 Thread dhill
first a couple of questions, how are the ejb being deployed , If they are being deployed in a EAR all you have to do is place the entrys in the deployment plan jboss-app.xml, this is where you will be able to set up the actual value that is being returned from the lookup, it is done just like a

[JBoss-user] [Installation & Configuration] - ClasscastException on JSP compile

2005-03-04 Thread dhill
Hi, I have a ear configured with com.dit.com:loader=b.ear java2ParentDelegation=false and when I try and run the warf thats in the ear I get a the following exception, is there something I am missing , I have debugged and it seems that the DocumentBuilder is null or not using jaxp, I

[JBoss-user] [Installation & Configuration] - Re: no META-INF/application.xml found on new deployment

2005-02-08 Thread dhill
The ear is 22mb and if we copy over then it deploys correctly, any thought ? don View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865767#3865767 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865767 ---

[JBoss-user] [Installation & Configuration] - Re: no META-INF/application.xml found on new deployment

2005-02-07 Thread dhill
this should tell you the story. -- 2005-02-07 09:42:25,847 DEBUG [org.jboss.deployment.scanner.URLDeploymentScanner] Failed to deploy: [EMAIL PROTECTED] url=file:/home/nnguyen/JBoss/jboss-4.0.1/server/default/deploy/Express.ear, deployedLastModified=

[JBoss-user] [Installation & Configuration] - Re: no META-INF/application.xml found on new deployment

2005-02-04 Thread dhill
heres the most relevent piece of the stacktrace 15:11:19,771 ERROR [MainDeployer] Could not initialise deployment: file:/home/nn guyen/JBoss/jboss-4.0.0/server/standard/deploy/myProjectJboss.ear org.jboss.deployment.DeploymentException: No META-INF/application.xml found at org.jboss.deploym

[JBoss-user] [Installation & Configuration] - no META-INF/application.xml found on new deployment

2005-02-04 Thread dhill
I am running 4.0.1 and have a issue when I deploy a ear, it apperars on the first deployment on a jboss server that it can't find the application.xml, The ear is being copied over via a IDE, if I restart the server it loads with out issue, is there anyway to prevent this from happening ? View

[JBoss-user] [Security & JAAS/JBoss] - Adding users with Jboss API

2004-11-29 Thread dhill
I have a need to be able to add users for the config jaas module, in my case I am using ldap and jdbc, does jboss have a facility(API) for managing these users and group, is there example code for this. I have already configed a custom JAAS module for the auth part and now I need to administer

[JBoss-user] [Management, JMX/JBoss] - Re: war classloading issue on jboss-4.0.0

2004-11-11 Thread dhill
I am putting the castor jar in war/WEB-INF/lib and here is my jboss-web.xml test.com:loader=portal.war java2ParentDelegaton=false I know if I remove the jar from server/default/lib it works but a client may want to use jaxr in this config. .don View th

[JBoss-user] [Management, JMX/JBoss] - war classloading issue on jboss-4.0.0

2004-11-11 Thread dhill
I am trying to deploy a war to the default server using the isolation methods described in the classloading docs, the issue I am having is that we use a diff version of castor than what is shipped with jboss-4.0.0, I have tried the isolation methods but it seems that once the castor.jar from ser

[JBoss-user] [Installation & Configuration] - jboss-4.0.0 and class-loader

2004-11-03 Thread dhill
I am trying to get a war deployed to the default server, i alreayd know that I can use the standard but I will later be moving to the all server for clustering. I am having a conflict issue between the version of castor we use and the version in jboss-4.0.0/server/default/lib, I have set this in

[JBoss-user] [The Lizzard's corner] - Jboss and i18n/ l10n

2004-09-29 Thread dhill
Does the current build of JBoss support i18n and l10n, how do I run in in japanese, I tried the usual, -Duser.country and -Duser.language but still english, is there a road map for this ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849918#3849918 Reply to

[JBoss-user] [Installation & Configuration] - Custom Authentication

2004-08-19 Thread dhill
Is there a way to use custom authentication within jboss so that all request will have a principal assocaited with them, I am trying to get around the j2ee security constraint, what I mean is I don't want to have to use this method, I would like to just call a JBossAuthenticator in my login port

[JBoss-user] [Installation & Configuration] - Custom Auth Valve on jboss-3.2.5 w/tomcat

2004-08-19 Thread dhill
I have a custom authentication valve that I use on tomcat 5.x with no problem, on tomcat I just add the Valve and the Realm to the context and add the jar to the server/lib folder. How can I confgiure this to work on jboss, I tried adding it to the server.xml but I am getting a lot of mbean erro