JPA 2 unit tests in AS 5_x
by Scott Marlow
All,
I'm about to check in some changes to bring JPA 2 interfaces into AS
5_x. This will include jpa-api 2.0.Beta-2009081.
I'm also adding AS integration JPA-2 unit tests (JBAS-7376) that are
expected to fail until we complete the JPA 2 support.
Scott
15 years, 2 months
Reducing jboss-svn-commits message size to 250kB.
by Dmytro Lisnichenko
Hello all,
There was a request from David, to reduce message size coming to
jboss-svn-commits email list to 250kB. Messages exceeding this limit
will be rejected.
Does anyone have any objection to this?
15 years, 2 months
Admin console logging with latest 5_x branch
by Jaikiran Pai
I built the latest 5_x branch today and tried some of the admin console
new features. New features look good, but one thing that i noticed was
that the logging has probably got worse from what it was earlier[1]?
Every click on any of the links on the left hand side menu of the admin
console, now generates logs like these on the server console:
13:21:29,884 WARN [HtmlImageRendererBase] ALT attribute is missing for
: j_id81
13:21:35,698 INFO [RuntimeDiscoveryExecutor] Running runtime discovery
scan rooted at [platform]
13:21:35,728 WARN [HtmlImageRendererBase] ALT attribute is missing for
: j_id82
13:21:35,933 INFO [RuntimeDiscoveryExecutor] Scanned [0] servers and
found [0] total descendant Resources.
13:21:45,969 WARN [HtmlImageRendererBase] ALT attribute is missing for
: j_id81
13:21:49,646 WARN [HtmlImageRendererBase] ALT attribute is missing for
: j_id81
13:21:51,969 WARN [HtmlImageRendererBase] ALT attribute is missing for
: j_id81
13:21:54,410 WARN [HtmlImageRendererBase] ALT attribute is missing for
: j_id81
13:21:56,363 WARN [HtmlImageRendererBase] ALT attribute is missing for
: j_id81
13:22:01,994 WARN [HtmlImageRendererBase] ALT attribute is missing for
: j_id113
13:22:05,847 WARN [HtmlImageRendererBase] ALT attribute is missing for
: j_id113
This is apart from the INFO/WARN logs that you notice during the first
login to the admin-console.
[1] The previous discussion about this
http://lists.jboss.org/pipermail/jboss-development/2009-April/014080.html
15 years, 2 months
VFS 3 integration branch created!
by David M. Lloyd
I'm starting on the VFS3 integration into JBossAS (trunk), and thus
branching AS and ultimately all subprojects using VFS (presently there's 11
such projects). This is a pretty big operation, so anyone who wants to
volunteer, feel free to pitch in!
The AS branch is: https://svn.jboss.org/repos/jbossas/branches/vfs3-integration
I'll be keeping this branch up to date with trunk as needed; new branches
will also be created in other subprojects.
Once things are stable, we'll be coordinating releases of all affected
projects at once. It should be interesting. :-)
- DML
-------- Original Message --------
Subject: [jboss-cvs] JBossAS SVN: r94625 - branches.
Date: Fri, 9 Oct 2009 18:14:50 -0400
From: jboss-cvs-commits(a)lists.jboss.org
Reply-To: jboss-cvs-commits(a)lists.jboss.org
To: jboss-cvs-commits(a)lists.jboss.org
Author: david.lloyd(a)jboss.com
Date: 2009-10-09 18:14:50 -0400 (Fri, 09 Oct 2009)
New Revision: 94625
Added:
branches/vfs3-integration/
Log:
The Big VFS3 Branch!
Copied: branches/vfs3-integration (from rev 94624, trunk)
15 years, 2 months
Byteman 1.1.1 release now available
by Andrew Dinn
Byteman release 1.1.1 is now available from
http://www.jboss.org/byteman/downloads.
This release
- consolidates the changes made in 1.1.0 to support dynamic rule
injection
extending support for runtime management of the rule base and rule
library classes
simplifying invocation of apps using the agent via the bmjava script
- includes the first batch of a series of sample scripts
supporting JVM monitoring either from program start or via dynamic
rule load and unload
providing detailed feedback on operation of Thread, FileStream,
ClassLoader, and other JVM classes
- fixes about half a dozen small bugs in the 1.1.0 release
The next release of Byteman will be 1.2.0. This will address two related
features which are not currently supported:
- injection through interfaces into the methods of implementing classes
- injection down class hierarchies into overriding method implementations
It will also include the next batch of sample scripts, concentrating on
using byteman for debugging and testing.
regards,
Andrew Dinn
-----------
15 years, 2 months
Exception booting the admin-console in Branch_5_x
by Dimitris Andreadis
I get this horrible exception booting the console in the default config in Branch_5_x.
Do you see this, too?
19:37:10,078 ERROR [[/admin-console]] Exception sending context initialized even
t to listener instance of class org.apache.myfaces.webapp.StartupServletContextL
istener
java.lang.NoClassDefFoundError: org/apache/commons/el/Logger
at org.apache.myfaces.shared_impl.util.ClassUtils.<clinit>(ClassUtils.ja
va:41)
at org.apache.myfaces.config.FacesConfigurator.feedStandardConfig(FacesC
onfigurator.java:149)
at org.apache.myfaces.config.FacesConfigurator.configure(FacesConfigurat
or.java:126)
at org.apache.myfaces.webapp.StartupServletContextListener.initFaces(Sta
rtupServletContextListener.java:66)
at org.apache.myfaces.webapp.StartupServletContextListener.contextInitia
lized(StartupServletContextListener.java:49)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContex
t.java:3910)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4
389)
at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy
Internal(TomcatDeployment.java:333)
at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy
(TomcatDeployment.java:150)
at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeploy
ment.java:462)
at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)
at org.jboss.web.deployers.WebModule.start(WebModule.java:97)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:157)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java
:207)
at $Proxy38.start(Unknown Source)
at org.jboss.system.microcontainer.StartStopLifecycleAction.installActio
n(StartStopLifecycleAction.java:42)
at org.jboss.system.microcontainer.StartStopLifecycleAction.installActio
n(StartStopLifecycleAction.java:37)
at org.jboss.dependency.plugins.action.SimpleControllerContextAction.sim
pleInstallAction(SimpleControllerContextAction.java:62)
at org.jboss.dependency.plugins.action.AccessControllerContextAction.ins
tall(AccessControllerContextAction.java:71)
at org.jboss.dependency.plugins.AbstractControllerContextActions.install
(AbstractControllerContextActions.java:51)
at org.jboss.dependency.plugins.AbstractControllerContext.install(Abstra
ctControllerContext.java:348)
at org.jboss.system.microcontainer.ServiceControllerContext.install(Serv
iceControllerContext.java:298)
at org.jboss.dependency.plugins.AbstractController.install(AbstractContr
oller.java:1633)
at org.jboss.dependency.plugins.AbstractController.incrementState(Abstra
ctController.java:935)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(Abstr
actController.java:1083)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(Abstr
actController.java:985)
at org.jboss.dependency.plugins.AbstractController.change(AbstractContro
ller.java:823)
at org.jboss.dependency.plugins.AbstractController.change(AbstractContro
ller.java:553)
at org.jboss.system.ServiceController.doChange(ServiceController.java:68
9)
at org.jboss.system.ServiceController.start(ServiceController.java:461)
at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java
:163)
at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.jav
a:99)
at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.jav
a:46)
at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.i
nternalDeploy(AbstractSimpleRealDeployer.java:62)
at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(
AbstractRealDeployer.java:50)
at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(Deployer
Wrapper.java:171)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(Deployer
sImpl.java:1440)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFi
rst(DeployersImpl.java:1158)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFi
rst(DeployersImpl.java:1179)
at org.jboss.deployers.plugins.deployers.DeployersImpl.install(Deployers
Impl.java:1099)
at org.jboss.dependency.plugins.AbstractControllerContext.install(Abstra
ctControllerContext.java:348)
at org.jboss.dependency.plugins.AbstractController.install(AbstractContr
oller.java:1633)
at org.jboss.dependency.plugins.AbstractController.incrementState(Abstra
ctController.java:935)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(Abstr
actController.java:1083)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(Abstr
actController.java:985)
at org.jboss.dependency.plugins.AbstractController.change(AbstractContro
ller.java:823)
at org.jboss.dependency.plugins.AbstractController.change(AbstractContro
ller.java:553)
at org.jboss.deployers.plugins.deployers.DeployersImpl.process(Deployers
Impl.java:782)
at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeploye
rImpl.java:702)
at org.jboss.system.server.profileservice.repository.MainDeployerAdapter
.process(MainDeployerAdapter.java:117)
at org.jboss.system.server.profileservice.repository.ProfileDeployAction
.install(ProfileDeployAction.java:70)
at org.jboss.system.server.profileservice.repository.AbstractProfileActi
on.install(AbstractProfileAction.java:53)
at org.jboss.system.server.profileservice.repository.AbstractProfileServ
ice.install(AbstractProfileService.java:403)
at org.jboss.dependency.plugins.AbstractControllerContext.install(Abstra
ctControllerContext.java:348)
at org.jboss.dependency.plugins.AbstractController.install(AbstractContr
oller.java:1633)
at org.jboss.dependency.plugins.AbstractController.incrementState(Abstra
ctController.java:935)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(Abstr
actController.java:1083)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(Abstr
actController.java:985)
at org.jboss.dependency.plugins.AbstractController.install(AbstractContr
oller.java:775)
at org.jboss.dependency.plugins.AbstractController.install(AbstractContr
oller.java:540)
at org.jboss.system.server.profileservice.repository.AbstractProfileServ
ice.registerProfile(AbstractProfileService.java:308)
at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(
ProfileServiceBootstrap.java:258)
at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(
ProfileServiceBootstrap.java:97)
at org.jboss.bootstrap.impl.base.server.AbstractServer.startBootstraps(A
bstractServer.java:860)
at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.r
un(AbstractServer.java:441)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.lang.ClassNotFoundException: org.apache.commons.el.Logger from B
aseClassLoader@df574d{VFSClassLoaderPolicy@dc942b{name=vfsfile:/X:/svn/jboss-5.x
/build/output/jboss-5.2.0.Beta1/server/default/deploy/admin-console.war/ domain=
ClassLoaderDomain@a6f408{name=org.jboss.on:loader=embedded parentPolicy=AFTER_BU
T_JAVA_BEFORE parent=ClassLoaderDomain@1958cc2{DefaultDomain}} roots=[MemoryCont
extHandler@25402291[path= context=vfsmemory://awa30-592jck-g10vnqsl-1-g10vodug-2
7 real=vfsmemory://awa30-592jck-g10vnqsl-1-g10vodug-27], FileHandler@23266699[pa
th=admin-console.war/WEB-INF/classes context=file:/X:/svn/jboss-5.x/build/output
/jboss-5.2.0.Beta1/server/default/deploy/ real=file:/X:/svn/jboss-5.x/build/outp
ut/jboss-5.2.0.Beta1/server/default/deploy/admin-console.war/WEB-INF/classes/],
DelegatingHandler(a)73140[path=admin-console.war/WEB-INF/lib/commons-beanutils-1.7
.0.jar context=file:/X:/svn/jboss-5.x/build/output/jboss-5.2.0.Beta1/server/defa
ult/deploy/ real=file:/X:/svn/jboss-5.x/build/output/jboss-5.2.0.Beta1/server/de
fault/deploy/admin-console.war/WEB-INF/lib/commons-beanutils-1.7.0.jar], Delegat
ingHandler(a)21307317[path=admin-console.war/WEB-INF/lib/commons-codec.jar context
=file:/X:/svn/jboss-5.x/build/output/jboss-5.2.0.Beta1/server/default/deploy/ re
al=file:/X:/svn/jboss-5.x/build/output/jboss-5.2.0.Beta1/server/default/deploy/a
dmin-console.war/WEB-INF/lib/commons-codec.jar], DelegatingHandler@19183146[path
=admin-console.war/WEB-INF/lib/commons-collections-3.2.jar context=file:/X:/svn/
jboss-5.x/build/output/jboss-5.2.0.Beta1/server/default/deploy/ real=file:/X:/sv
n/jboss-5.x/build/output/jboss-5.2.0.Beta1/server/default/deploy/admin-console.w
ar/WEB-INF/lib/commons-collections-3.2.jar], DelegatingHandler@20154154[path=adm
in-console.war/WEB-INF/lib/commons-digester-1.8.1.jar context=file:/X:/svn/jboss
-5.x/build/output/jboss-5.2.0.Beta1/server/default/deploy/ real=file:/X:/svn/jbo
ss-5.x/build/output/jboss-5.2.0.Beta1/server/default/deploy/admin-console.war/WE
B-INF/lib/commons-digester-1.8.1.jar], DelegatingHandler@32436392[path=admin-con
sole.war/WEB-INF/lib/commons-discovery.jar context=file:/X:/svn/jboss-5.x/build/
output/jboss-5.2.0.Beta1/server/default/deploy/ real=file:/X:/svn/jboss-5.x/buil
d/output/jboss-5.2.0.Beta1/server/default/deploy/admin-console.war/WEB-INF/lib/c
ommons-discovery.jar], DelegatingHandler(a)33154345[path=admin-console.war/WEB-INF
/lib/i18nlog-1.0.9.jar context=file:/X:/svn/jboss-5.x/build/output/jboss-5.2.0.B
eta1/server/default/deploy/ real=file:/X:/svn/jboss-5.x/build/output/jboss-5.2.0
.Beta1/server/default/deploy/admin-console.war/WEB-INF/lib/i18nlog-1.0.9.jar], D
elegatingHandler(a)20179145[path=admin-console.war/WEB-INF/lib/jboss-el-1.0_02.CR2
.jar context=file:/X:/svn/jboss-5.x/build/output/jboss-5.2.0.Beta1/server/defaul
t/deploy/ real=file:/X:/svn/jboss-5.x/build/output/jboss-5.2.0.Beta1/server/defa
ult/deploy/admin-console.war/WEB-INF/lib/jboss-el-1.0_02.CR2.jar], DelegatingHan
dler(a)16247261[path=admin-console.war/WEB-INF/lib/jboss-seam-debug-2.1.0.SP1.jar
context=file:/X:/svn/jboss-5.x/build/output/jboss-5.2.0.Beta1/server/default/dep
loy/ real=file:/X:/svn/jboss-5.x/build/output/jboss-5.2.0.Beta1/server/default/d
eploy/admin-console.war/WEB-INF/lib/jboss-seam-debug-2.1.0.SP1.jar], DelegatingH
andler(a)1764419[path=admin-console.war/WEB-INF/lib/jboss-seam-jul-2.1.0.SP1.jar c
ontext=file:/X:/svn/jboss-5.x/build/output/jboss-5.2.0.Beta1/server/default/depl
oy/ real=file:/X:/svn/jboss-5.x/build/output/jboss-5.2.0.Beta1/server/default/de
ploy/admin-console.war/WEB-INF/lib/jboss-seam-jul-2.1.0.SP1.jar], DelegatingHand
ler(a)26042447[path=admin-console.war/WEB-INF/lib/jboss-seam-ui-2.1.0.SP1.jar cont
ext=file:/X:/svn/jboss-5.x/build/output/jboss-5.2.0.Beta1/server/default/deploy/
real=file:/X:/svn/jboss-5.x/build/output/jboss-5.2.0.Beta1/server/default/deplo
y/admin-console.war/WEB-INF/lib/jboss-seam-ui-2.1.0.SP1.jar], DelegatingHandler@
11401964[path=admin-console.war/WEB-INF/lib/jdom-1.0.jar context=file:/X:/svn/jb
oss-5.x/build/output/jboss-5.2.0.Beta1/server/default/deploy/ real=file:/X:/svn/
jboss-5.x/build/output/jboss-5.2.0.Beta1/server/default/deploy/admin-console.war
/WEB-INF/lib/jdom-1.0.jar], DelegatingHandler(a)3461803[path=admin-console.war/WEB
-INF/lib/jopr-embedded-core-1.3.2-SNAPSHOT.jar context=file:/X:/svn/jboss-5.x/bu
ild/output/jboss-5.2.0.Beta1/server/default/deploy/ real=file:/X:/svn/jboss-5.x/
build/output/jboss-5.2.0.Beta1/server/default/deploy/admin-console.war/WEB-INF/l
ib/jopr-embedded-core-1.3.2-SNAPSHOT.jar], DelegatingHandler@32701320[path=admin
-console.war/WEB-INF/lib/jsf-facelets-1.1.15.B1.jar context=file:/X:/svn/jboss-5
.x/build/output/jboss-5.2.0.Beta1/server/default/deploy/ real=file:/X:/svn/jboss
-5.x/build/output/jboss-5.2.0.Beta1/server/default/deploy/admin-console.war/WEB-
INF/lib/jsf-facelets-1.1.15.B1.jar], DelegatingHandler@23057161[path=admin-conso
le.war/WEB-INF/lib/myfaces-api-1.1.3.jar context=file:/X:/svn/jboss-5.x/build/ou
tput/jboss-5.2.0.Beta1/server/default/deploy/ real=file:/X:/svn/jboss-5.x/build/
output/jboss-5.2.0.Beta1/server/default/deploy/admin-console.war/WEB-INF/lib/myf
aces-api-1.1.3.jar], DelegatingHandler(a)1569939[path=admin-console.war/WEB-INF/li
b/myfaces-api.jar context=file:/X:/svn/jboss-5.x/build/output/jboss-5.2.0.Beta1/
server/default/deploy/ real=file:/X:/svn/jboss-5.x/build/output/jboss-5.2.0.Beta
1/server/default/deploy/admin-console.war/WEB-INF/lib/myfaces-api.jar], Delegati
ngHandler(a)12188848[path=admin-console.war/WEB-INF/lib/myfaces-impl-1.1.3.jar con
text=file:/X:/svn/jboss-5.x/build/output/jboss-5.2.0.Beta1/server/default/deploy
/ real=file:/X:/svn/jboss-5.x/build/output/jboss-5.2.0.Beta1/server/default/depl
oy/admin-console.war/WEB-INF/lib/myfaces-impl-1.1.3.jar], DelegatingHandler@8177
090[path=admin-console.war/WEB-INF/lib/myfaces-impl.jar context=file:/X:/svn/jbo
ss-5.x/build/output/jboss-5.2.0.Beta1/server/default/deploy/ real=file:/X:/svn/j
boss-5.x/build/output/jboss-5.2.0.Beta1/server/default/deploy/admin-console.war/
WEB-INF/lib/myfaces-impl.jar], DelegatingHandler(a)26962107[path=admin-console.war
/WEB-INF/lib/org.jboss.seam-jboss-seam-2.1.0.SP1.jar context=file:/X:/svn/jboss-
5.x/build/output/jboss-5.2.0.Beta1/server/default/deploy/ real=file:/X:/svn/jbos
s-5.x/build/output/jboss-5.2.0.Beta1/server/default/deploy/admin-console.war/WEB
-INF/lib/org.jboss.seam-jboss-seam-2.1.0.SP1.jar], DelegatingHandler@33098325[pa
th=admin-console.war/WEB-INF/lib/rhq-core-client-api-1.4.0-SNAPSHOT.jar context=
file:/X:/svn/jboss-5.x/build/output/jboss-5.2.0.Beta1/server/default/deploy/ rea
l=file:/X:/svn/jboss-5.x/build/output/jboss-5.2.0.Beta1/server/default/deploy/ad
min-console.war/WEB-INF/lib/rhq-core-client-api-1.4.0-SNAPSHOT.jar], DelegatingH
andler(a)18190857[path=admin-console.war/WEB-INF/lib/rhq-core-comm-api-1.4.0-20091
019.090656-34.jar context=file:/X:/svn/jboss-5.x/build/output/jboss-5.2.0.Beta1/
server/default/deploy/ real=file:/X:/svn/jboss-5.x/build/output/jboss-5.2.0.Beta
1/server/default/deploy/admin-console.war/WEB-INF/lib/rhq-core-comm-api-1.4.0-20
091019.090656-34.jar], DelegatingHandler(a)19307203[path=admin-console.war/WEB-INF
/lib/rhq-core-comm-api-1.4.0-20091020.090643-35.jar context=file:/X:/svn/jboss-5
.x/build/output/jboss-5.2.0.Beta1/server/default/deploy/ real=file:/X:/svn/jboss
-5.x/build/output/jboss-5.2.0.Beta1/server/default/deploy/admin-console.war/WEB-
INF/lib/rhq-core-comm-api-1.4.0-20091020.090643-35.jar], DelegatingHandler@24808
259[path=admin-console.war/WEB-INF/lib/rhq-core-domain-1.4.0-SNAPSHOT.jar contex
t=file:/X:/svn/jboss-5.x/build/output/jboss-5.2.0.Beta1/server/default/deploy/ r
eal=file:/X:/svn/jboss-5.x/build/output/jboss-5.2.0.Beta1/server/default/deploy/
admin-console.war/WEB-INF/lib/rhq-core-domain-1.4.0-SNAPSHOT.jar], DelegatingHan
dler(a)5038225[path=admin-console.war/WEB-INF/lib/rhq-core-gui-1.4.0-20091019.0906
56-33.jar context=file:/X:/svn/jboss-5.x/build/output/jboss-5.2.0.Beta1/server/d
efault/deploy/ real=file:/X:/svn/jboss-5.x/build/output/jboss-5.2.0.Beta1/server
/default/deploy/admin-console.war/WEB-INF/lib/rhq-core-gui-1.4.0-20091019.090656
-33.jar], DelegatingHandler(a)19625657[path=admin-console.war/WEB-INF/lib/rhq-core
-gui-1.4.0-20091020.090643-34.jar context=file:/X:/svn/jboss-5.x/build/output/jb
oss-5.2.0.Beta1/server/default/deploy/ real=file:/X:/svn/jboss-5.x/build/output/
jboss-5.2.0.Beta1/server/default/deploy/admin-console.war/WEB-INF/lib/rhq-core-g
ui-1.4.0-20091020.090643-34.jar], DelegatingHandler(a)8360509[path=admin-console.w
ar/WEB-INF/lib/rhq-core-native-system-1.4.0-20091019.090656-34.jar context=file:
/X:/svn/jboss-5.x/build/output/jboss-5.2.0.Beta1/server/default/deploy/ real=fil
e:/X:/svn/jboss-5.x/build/output/jboss-5.2.0.Beta1/server/default/deploy/admin-c
onsole.war/WEB-INF/lib/rhq-core-native-system-1.4.0-20091019.090656-34.jar], Del
egatingHandler(a)22670407[path=admin-console.war/WEB-INF/lib/rhq-core-native-syste
m-1.4.0-20091020.090643-35.jar context=file:/X:/svn/jboss-5.x/build/output/jboss
-5.2.0.Beta1/server/default/deploy/ real=file:/X:/svn/jboss-5.x/build/output/jbo
ss-5.2.0.Beta1/server/default/deploy/admin-console.war/WEB-INF/lib/rhq-core-nati
ve-system-1.4.0-20091020.090643-35.jar], DelegatingHandler@10970497[path=admin-c
onsole.war/WEB-INF/lib/rhq-core-plugin-api-1.4.0-20091019.090656-33.jar context=
file:/X:/svn/jboss-5.x/build/output/jboss-5.2.0.Beta1/server/default/deploy/ rea
l=file:/X:/svn/jboss-5.x/build/output/jboss-5.2.0.Beta1/server/default/deploy/ad
min-console.war/WEB-INF/lib/rhq-core-plugin-api-1.4.0-20091019.090656-33.jar], D
elegatingHandler(a)33106624[path=admin-console.war/WEB-INF/lib/rhq-core-plugin-api
-1.4.0-20091020.090643-34.jar context=file:/X:/svn/jboss-5.x/build/output/jboss-
5.2.0.Beta1/server/default/deploy/ real=file:/X:/svn/jboss-5.x/build/output/jbos
s-5.2.0.Beta1/server/default/deploy/admin-console.war/WEB-INF/lib/rhq-core-plugi
n-api-1.4.0-20091020.090643-34.jar], DelegatingHandler@23450220[path=admin-conso
le.war/WEB-INF/lib/rhq-core-plugin-container-1.4.0-20091019.090656-33.jar contex
t=file:/X:/svn/jboss-5.x/build/output/jboss-5.2.0.Beta1/server/default/deploy/ r
eal=file:/X:/svn/jboss-5.x/build/output/jboss-5.2.0.Beta1/server/default/deploy/
admin-console.war/WEB-INF/lib/rhq-core-plugin-container-1.4.0-20091019.090656-33
.jar], DelegatingHandler(a)31052549[path=admin-console.war/WEB-INF/lib/rhq-core-pl
ugin-container-1.4.0-20091020.090643-34.jar context=file:/X:/svn/jboss-5.x/build
/output/jboss-5.2.0.Beta1/server/default/deploy/ real=file:/X:/svn/jboss-5.x/bui
ld/output/jboss-5.2.0.Beta1/server/default/deploy/admin-console.war/WEB-INF/lib/
rhq-core-plugin-container-1.4.0-20091020.090643-34.jar], DelegatingHandler@28120
894[path=admin-console.war/WEB-INF/lib/rhq-core-util-1.4.0-SNAPSHOT.jar context=
file:/X:/svn/jboss-5.x/build/output/jboss-5.2.0.Beta1/server/default/deploy/ rea
l=file:/X:/svn/jboss-5.x/build/output/jboss-5.2.0.Beta1/server/default/deploy/ad
min-console.war/WEB-INF/lib/rhq-core-util-1.4.0-SNAPSHOT.jar], DelegatingHandler
@13697523[path=admin-console.war/WEB-INF/lib/richfaces-api-3.3.2.SR1.jar context
=file:/X:/svn/jboss-5.x/build/output/jboss-5.2.0.Beta1/server/default/deploy/ re
al=file:/X:/svn/jboss-5.x/build/output/jboss-5.2.0.Beta1/server/default/deploy/a
dmin-console.war/WEB-INF/lib/richfaces-api-3.3.2.SR1.jar], DelegatingHandler@308
70900[path=admin-console.war/WEB-INF/lib/richfaces-impl-3.3.2.SR1.jar context=fi
le:/X:/svn/jboss-5.x/build/output/jboss-5.2.0.Beta1/server/default/deploy/ real=
file:/X:/svn/jboss-5.x/build/output/jboss-5.2.0.Beta1/server/default/deploy/admi
n-console.war/WEB-INF/lib/richfaces-impl-3.3.2.SR1.jar], DelegatingHandler@28595
260[path=admin-console.war/WEB-INF/lib/richfaces-ui-3.3.2.SR1.jar context=file:/
X:/svn/jboss-5.x/build/output/jboss-5.2.0.Beta1/server/default/deploy/ real=file
:/X:/svn/jboss-5.x/build/output/jboss-5.2.0.Beta1/server/default/deploy/admin-co
nsole.war/WEB-INF/lib/richfaces-ui-3.3.2.SR1.jar]] delegates=null exported=[, o
rg.richfaces.renderkit.html.scripts.tiny_mce.themes.advanced.js, org.richfaces.w
ebapp.taglib, org.jboss.seam.contexts, org.rhq.core.pc.availability, org.jdom.xp
ath, META-INF.maven.org.jboss.jopr.jopr-embedded-core, META-INF.maven.org.richfa
ces.ui.togglePanel, org.apache.commons.beanutils.locale.converters, META-INF.mav
en.org.rhq.rhq-core-comm-api, META-INF.maven.org.richfaces.ui.editor, org.richfa
ces.renderkit.html.scripts.tiny_mce.plugins.nonbreaking, org.richfaces.renderkit
.html.scripts.dnd, org.rhq.core.clientapi.agent.operation, org.richfaces.renderk
it.html.scripts.tiny_mce.plugins.advimage, org.jdom, org.jboss.el.parser, org.rh
q.core.clientapi.agent.metadata.i18n, org.rhq.core.domain.alert.notification, ME
TA-INF.maven.org.richfaces.ui.inputnumber-slider, org.ajax4jsf.org.w3c.tidy, org
.rhq.core.domain.content, org.ajax4jsf.taglib.html.jsp, com.sun.facelets.util, o
rg.rhq.core.pluginapi.operation, org.jboss.on.embedded.ui.configuration.resource
, org.jboss.seam.core, META-INF.maven.org.richfaces.ui.tabPanel, org.richfaces.r
enderkit.html.scripts.tiny_mce.plugins.visualchars, org.ajax4jsf.renderkit.html.
scripts, org.rhq.core.communications.command.annotation, org.richfaces.renderkit
.html.scripts.tiny_mce.themes.advanced.img, org.richfaces.renderkit.html.scripts
.tiny_mce.plugins.save, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.di
rectionality, org.richfaces.renderkit.html.scripts.tiny_mce.themes.advanced.skin
s.o2k7.img, org.ajax4jsf, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.
pagebreak.img, org.jboss.seam.persistence, org.richfaces.renderkit.html.scripts.
tiny_mce.themes.simple.skins.o2k7, org.apache.myfaces.shared_impl.util.serial, o
rg.apache.myfaces.lifecycle, org.jboss.seam.faces, META-INF.maven.org.richfaces.
ui.menu-components, META-INF.maven.org.rhq.rhq-core-plugin-container, mazz.i18n.
exception, org.apache.commons.digester, org.richfaces.renderkit.html.scripts.jso
n, org.apache.myfaces.convert, org.richfaces.renderkit.html.scripts.tiny_mce.lan
gs, org.rhq.core.clientapi.descriptor.plugin, org.richfaces.renderkit.html.scrip
ts.tiny_mce.plugins.table.js, javax.faces.convert, org.richfaces.renderkit.html.
scripts.tiny_mce.plugins.table.langs, org.rhq.core.domain.alert.composite, org.a
jax4jsf.resource, org.rhq.core.pc.content, org.jboss.seam.ui.graphicImage, org.j
boss.seam.security, org.rhq.core.pc.plugin, org.jboss.seam.web, org.richfaces.ui
.component, com.sun.facelets.tag.ui, org.jboss.seam.databinding, org.apache.comm
ons.collections.functors, META-INF.skins, META-INF.maven.org.richfaces.ui.hotKey
, org.jboss.seam.annotations.security, org.apache.commons.discovery.jdk, META-IN
F.maven.org.richfaces.ui.virtualEarth, META-INF.services, org.apache.commons.dig
ester.parser, META-INF.maven.org.richfaces.ui.toolBar, org.rhq.core.pluginapi.pl
ugin, org.jboss.seam.document, org.rhq.core.domain.configuration.definition.cons
traint, org.jboss.seam.mock, org.jboss.seam.mail, org.rhq.core.clientapi.descrip
tor.serverplugin.content, org.apache.commons.collections.collection, org.jboss.s
eam.navigation, org.jboss.seam.international, javax.faces, META-INF.maven.org.ri
chfaces.ui.contextMenu, META-INF.maven.org.richfaces.ui.richfaces-ui, org.richfa
ces.renderkit.html.scripts.tiny_mce.plugins.style, org.rhq.core.domain.criteria,
javax.faces.el, org.apache.maven.artifact.versioning, META-INF.maven.org.jboss.
seam.jboss-seam-ui, com.sun.facelets.tag.jsf.html, org.rhq.core.system.pquery, M
ETA-INF.maven.org.rhq.rhq-core-client-api, META-INF.maven.org.richfaces.ui.tree,
META-INF.maven.org.rhq.rhq-core-util, META-INF.maven.org.richfaces.ui.paint2D,
META-INF.maven.org.richfaces.ui.panelmenu, mazz.i18n, org.ajax4jsf.context, org.
jboss.seam.cache, org.jboss.seam.debug.hot, org.richfaces.renderkit.html.scripts
.tiny_mce.plugins.fullpage, META-INF.maven.org.richfaces.ui.columns, org.apache.
commons.digester.substitution, org.jboss.on.embedded.bean.history.operation, org
.jboss.seam.intercept, org.jboss.seam.annotations.intercept, javax.faces.compone
nt.html, org.rhq.core.clientapi.descriptor.configuration, org.apache.commons.cod
ec.language, org.richfaces.convert.seamtext, META-INF.maven.org.richfaces.ui.bea
nValidator, org.apache.myfaces.shared_impl.util.servlet, org.jboss.seam.annotati
ons.async, org.apache.commons.beanutils, org.richfaces.renderkit.html.scripts.ti
ny_mce.plugins.example.langs, org.jboss.seam.ui.converter, org.rhq.core.gui.util
, org.richfaces.util, org.apache.myfaces.shared_impl.util.xml, org.richfaces.com
ponent.state, org.apache.myfaces.shared_impl.test, META-INF.maven.org.richfaces.
ui.simpleTogglePanel, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.temp
late.langs, org.rhq.core.system, org.apache.myfaces.shared_impl.renderkit, org.j
dom.transform, org.rhq.core.domain.event, org.jboss.seam.annotations.exception,
org.rhq.core.domain.measurement.calltime, org.richfaces.renderkit.html.scripts.t
iny_mce.themes.advanced.skins.richfaces, org.apache.commons.discovery.tools, org
.jdom.output, org.rhq.core.domain.util, org.ajax4jsf.util.style, META-INF, org.r
hq.core.pluginapi.content.version, org.jboss.seam.annotations.security.permissio
n, org.jboss.seam.debug.jsf, org.jboss.on.embedded.manager.history, org.richface
s.ui.taglib, META-INF.maven.org.richfaces.ui.core, com.sun.facelets.el, META-INF
.maven.org.richfaces.ui.inplaceSelect, org.richfaces.renderkit.html.scripts.tiny
_mce.plugins.searchreplace.langs, com.sun.facelets.component, org.ajax4jsf.resou
rce.image.animatedgif, org.richfaces.renderkit.html.scripts.tiny_mce.themes.adva
nced, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.template.css, org.ri
chfaces.renderkit.html.scripts.tiny_mce.plugins.paste, org.apache.commons.collec
tions.keyvalue, org.rhq.core.domain.configuration.definition, org.jboss.seam.the
me, org.jboss.seam.el, org.jboss.seam.exception, org.richfaces.model.filter, org
.rhq.core.util.file, META-INF.maven.org.richfaces.ui.dropdown-menu, org.richface
s.renderkit.html.scripts.scriptaculous, org.apache.myfaces.util, org.jboss.on.em
bedded.ui.nav, javax.faces.validator, org.richfaces.renderkit.html.scripts.tiny_
mce.plugins.emotions.langs, org.richfaces.renderkit.html.script, javax.faces.app
lication, org.jboss.seam.security.jaas, org.richfaces.model.selection, org.jboss
.seam.framework, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.pagebreak
.css, META-INF.maven.org.richfaces.ui.spacer, org.richfaces.renderkit.html.scrip
ts.tiny_mce.plugins.template.js, org.richfaces.ui.application, org.ajax4jsf.even
t, org.richfaces.renderkit.html.scripts.tiny_mce.themes.simple.skins.o2k7.img, o
rg.rhq.core.clientapi.server.content, org.richfaces.renderkit.html.scripts.tiny_
mce.plugins.advlink, org.apache.myfaces.context.portlet, mazz.i18n.jdk, org.apac
he.myfaces.context, org.richfaces.model.internal, org.jboss.seam.ui.handler, org
.richfaces.renderkit.html.scripts.tiny_mce.plugins.inlinepopups, org.ajax4jsf.xm
l.serializer, org.jboss.seam.drools, org.jboss.seam.annotations, org.apache.comm
ons.digester.plugins.strategies, org.jboss.seam.pageflow, org.rhq.core.pc, org.a
pache.commons.collections, org.rhq.core.domain.util.units, org.jboss.seam.deploy
ment, org.rhq.core.pc.operation, org.richfaces.ui.renderkit.html, org.richfaces.
function, META-INF.maven.org.richfaces.ui.colorPicker, org.richfaces.taglib, org
.richfaces.renderkit.html.scripts.tiny_mce.plugins.media.js, org.ajax4jsf.render
kit.html, org.apache.commons.collections.set, org.richfaces.renderkit.html.scrip
ts.tiny_mce.plugins.preview, META-INF.maven.org.richfaces.ui.fileUpload, org.jbo
ss.el.util, org.rhq.core.domain.common.composite, org.richfaces.renderkit.html.s
cripts.tiny_mce.plugins.media.img, META-INF.maven.org.richfaces.ui.orderingList,
org.richfaces.event, org.jboss.seam.ui.resource, org.ajax4jsf.model, javax.face
s.event, org.apache.commons.discovery, org.richfaces.renderkit.html.scripts.tiny
_mce.plugins.media.langs, META-INF.maven.org.apache.myfaces.core.myfaces-impl, o
rg.apache.myfaces.application, org.richfaces.renderkit.html.templates, org.richf
aces.event.extdt, org.rhq.core.pc.configuration, org.richfaces.ui.component.html
, org.richfaces.model.impl.expressive, org.richfaces.renderkit.html.scripts.tiny
_mce.plugins.media.css, org.jboss.seam.transaction, org.rhq.core.clientapi.descr
iptor, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.advlink.js, org.jbo
ss.on.embedded.converter, org.rhq.core.clientapi.agent.configuration, org.rhq.co
re.domain.resource.composite, org.rhq.core.pluginapi.configuration, org.apache.m
yfaces.el.convert, org.rhq.core.gui.converter, org.richfaces.renderkit.html.scri
pts.tiny_mce.plugins.advhr.langs, META-INF.maven.org.richfaces.framework.richfac
es-api, org.ajax4jsf.javascript.scripts, org.apache.myfaces.context.servlet, org
.richfaces.json, org.apache.myfaces.config.annotation, com.sun.facelets, org.ric
hfaces.renderkit.html.scripts.tiny_mce.plugins.contextmenu, org.apache.commons.c
odec.net, org.ajax4jsf.ajax, org.rhq.core.domain.configuration.group, org.rhq.co
re.util.jdbc, org.rhq.core.clientapi.server.discovery, org.apache.commons.discov
ery.resource.names, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.paste.
langs, org.apache.myfaces.renderkit, org.rhq.core.domain.measurement.util, org.r
ichfaces.renderkit.html.scripts.tiny_mce.themes.advanced.skins.o2k7, org.richfac
es.renderkit.html.scripts.tiny_mce.plugins.advhr, org.ajax4jsf.css, org.richface
s.renderkit.html.scripts.tiny_mce.plugins.pagebreak, org.richfaces.renderkit.htm
l.swf, META-INF.maven.org.richfaces.ui.jQuery, org.richfaces.renderkit.html.scri
pts.tiny_mce.plugins.inlinepopups.skins.clearlooks2, org.richfaces.el, org.rhq.c
ore.clientapi.agent.support, org.jboss.seam.ejb, org.richfaces.renderkit.html.sc
ripts.tiny_mce.plugins.advhr.css, org.rhq.core.util.stream, org.apache.commons.c
ollections.comparators, org.richfaces.renderkit.html.images, org.rhq.core.util.x
mlparser, org.richfaces.convert.seamtext.tags, META-INF.maven.org.richfaces.ui.s
tate, org.rhq.core.domain.event.composite, org.richfaces.renderkit.html.scripts.
tiny_mce.plugins.autoresize, org.rhq.core.pc.measurement, org.richfaces.skin, or
g.apache.myfaces.resource, org.jboss.seam.annotations.faces, org.richfaces.rende
rkit, org.jboss.on.embedded.manager.history.content, org.jboss.on.embedded.ui, o
rg.apache.myfaces.shared_impl.component, org.jboss.seam.security.permission, org
.richfaces.renderkit.html.scripts.tiny_mce.plugins.xhtmlxtras.langs, org.apache.
myfaces.shared_impl.trace, org.ajax4jsf.io.parser, org.jdom.input, org.richfaces
.renderkit.html.scripts, org.richfaces.renderkit.html.css, org.richfaces.renderk
it.html, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.compat2x, org.jbo
ss.seam.security.permission.action, org.richfaces.renderkit.html.scripts.tiny_mc
e.themes.simple.skins.default, META-INF.maven.org.rhq.rhq-core-gui, org.richface
s.iterator, org.rhq.core.domain.util.serial, org.rhq.core.pluginapi.measurement,
org.rhq.core.pc.support, META-INF.maven.org.richfaces.ui.treeModel, org.richfac
es.renderkit.html.scripts.tiny_mce.plugins.fullpage.js, org.apache.myfaces.tagli
b.html, org.jboss.seam.ui.util, META-INF.maven.org.richfaces.ui.componentControl
, org.rhq.core.clientapi.agent.metadata, org.jboss.seam.ui.validator, org.apache
.commons.codec.binary, org.apache.commons.digester.plugins, org.apache.commons.b
eanutils.converters, org.jboss.on.embedded.ui.content, META-INF.rsc, org.richfac
es.renderkit.html.scripts.tiny_mce.themes.simple.img, org.jboss.on.embedded, org
.jboss.seam.annotations.datamodel, org.rhq.core.domain.configuration.composite,
org.apache.myfaces.event, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.
advlink.css, org.jboss.seam.init, org.richfaces.renderkit.html.scripts.tiny_mce.
plugins.template, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.example.
js, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.spellchecker.img, org.
apache.myfaces.shared_impl.webapp.webxml, META-INF.maven.org.richfaces.ui.insert
, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.spellchecker, org.apache
.commons.collections.list, org.rhq.core.util.exec, org.rhq.core.domain.cloud, or
g.richfaces.renderkit.html.scripts.jquery, org.ajax4jsf.util.base64, org.rhq.cor
e.clientapi.descriptor.perspective, org.rhq.core.domain.discovery, org.rhq.core.
domain.event.transfer, org.apache.myfaces.shared_impl.util.el, org.rhq.core.doma
in.configuration, org.apache.commons.discovery.resource.classes, org.jboss.seam.
servlet, org.jboss.seam.ui.component.html, javax.faces.lifecycle, org.rhq.core.d
omain.auth, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.inlinepopups.s
kins.clearlooks2.img, org.apache.commons.codec, org.jboss.seam.security.digest,
org.richfaces.renderkit.html.images.background, org.jboss.seam.text, org.rhq.cor
e.domain.dialect, org.ajax4jsf.webapp.tidy, org.jboss.seam.jms, org.apache.myfac
es.shared_impl.taglib, javax.faces.webapp, org.apache.myfaces.util.zip, org.apac
he.commons.discovery.resource, org.richfaces.event.sort, org.apache.myfaces.conf
ig.element, org.jboss.seam.async, org.ajax4jsf.request, org.jboss.seam.annotatio
ns.security.management, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.ad
vhr.js, org.richfaces.context, org.jboss.seam.bpm, org.ajax4jsf.component.html,
org.richfaces.renderkit.html.scripts.tiny_mce.plugins.example.img, org.ajax4jsf.
javascript, org.jboss.el, org.jboss.seam.ui.component, org.jboss.seam.security.m
anagement.action, org.rhq.core.pluginapi.util, org.jboss.on.embedded.bean.histor
y.content, org.ajax4jsf.io, org.rhq.core.domain.content.composite, org.apache.my
faces.config.impl.digester, org.richfaces.renderkit.html.scripts.tiny_mce.plugin
s.example, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.iespell, META-I
NF.maven.org.rhq.rhq-core-plugin-api, com.sun.facelets.tag, org.apache.myfaces.t
aglib.core, org.richfaces.model.impl, org.rhq.core.gui.configuration.helper, org
.rhq.core.clientapi.agent, org.richfaces.renderkit.html.scripts.tiny_mce.plugins
.style.langs, org.richfaces.renderkit.html.scripts.tiny_mce.themes.advanced.skin
s.default.img, org.richfaces.model, com.sun.facelets.impl, org.rhq.core.domain.a
uthz, javax.faces.component, org.apache.commons.collections.map, org.rhq.core.ut
il, org.richfaces.convert, org.apache.commons.discovery.ant, org.richfaces.rende
rkit.html.scripts.tiny_mce.plugins.print, org.rhq.core.clientapi.server.operatio
n, org.rhq.core.gui, org.richfaces.renderkit.html.scripts.tiny_mce.themes.simple
, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.advlink.langs, org.jboss
.seam.ui.taglib, org.jboss.seam.ui.renderkit, org.ajax4jsf.renderkit, org.rhq.co
re.clientapi.server.event, org.richfaces.renderkit.html.scripts.tiny_mce.plugins
.advimage.langs, com.sun.facelets.tag.jstl.fn, org.richfaces.renderkit.html.scri
pts.tiny_mce.plugins.spellchecker.css, org.jboss.seam.jsf, org.richfaces.renderk
it.html.scripts.tiny_mce.plugins.emotions.js, mazz.i18n.commons, META-INF.maven.
org.apache.myfaces.shared.myfaces-shared-impl, org.richfaces.renderkit.html.scri
pts.tiny_mce.plugins.table, META-INF.maven.org.richfaces.ui.progressBar, org.ric
hfaces.renderkit.html.scripts.tiny_mce.themes.advanced.skins.default, org.jboss.
on.embedded.manager.history.operation, org.richfaces.renderkit.resources, org.ri
chfaces.renderkit.html.scripts.tiny_mce.themes.advanced.langs, org.richfaces.con
verter, org.jboss.seam.ui.filter, org.apache.myfaces.shared_impl.taglib.core, or
g.ajax4jsf.resource.image, org.apache.myfaces.el.unified.resolver.implicitobject
, org.jboss.seam.ui.facelet, org.ajax4jsf.taglib.html.facelets, META-INF.maven.o
rg.richfaces.ui.inputnumber-spinner, org.richfaces.renderkit.html.scripts.tiny_m
ce.themes.simple.skins.richfaces, org.jboss.seam.annotations.web, org.apache.com
mons.collections.iterators, org.richfaces.renderkit.html.scripts.tiny_mce.plugin
s.tabfocus, org.jboss.seam, META-INF.maven.org.richfaces.ui.combobox, org.rhq.co
re.domain.alert, META-INF.maven.org.apache.myfaces.core.myfaces-api, org.rhq.cor
e.gui.configuration.propset, org.richfaces.renderkit.html.scripts.tiny_mce.plugi
ns.xhtmlxtras, META-INF.maven.org.richfaces.ui.modal-panel, org.rhq.core.clienta
pi.server.plugin.content.metadata, org.richfaces.renderkit.html.scripts.tiny_mce
.plugins.advimage.css, org.apache.myfaces.shared_impl.util, org.jboss.seam.util,
mazz.i18n.ant, org.rhq.core.pc.agent, javax.faces.model, META-INF.maven.org.ric
hfaces.framework.richfaces-impl, org.richfaces.renderkit.html.scripts.tiny_mce.p
lugins.bbcode, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.advimage.js
, org.rhq.core.clientapi.server.measurement, org.rhq.core.util.exception, org.aj
ax4jsf.cache, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.layer, org.r
ichfaces.renderkit.html.js, META-INF.maven.commons-digester.commons-digester, or
g.jboss.el.lang, org.rhq.core.domain.common, org.richfaces.renderkit.html.script
s.tiny_mce.plugins.fullscreen, mazz.i18n.log4j, org.apache.myfaces.config.impl.d
igester.elements, org.rhq.core.domain.operation, META-INF.themes, org.richfaces.
javacc, org.richfaces.utils, org.ajax4jsf.util, org.ajax4jsf.el, org.richfaces.c
omponent.state.events, META-INF.maven.org.richfaces.ui.separator, META-INF.maven
.org.rhq.rhq-core-domain, org.rhq.core.domain.state.discovery, org.rhq.core.plug
inapi.inventory, org.jboss.seam.security.management, org.rhq.core.clientapi.serv
er.inventory, org.richfaces.component.util, org.richfaces.renderkit.html.scripts
.tiny_mce.plugins.table.css, org.richfaces.renderkit.html.gradientimages, org.rh
q.core.domain.measurement.composite, org.apache.commons.collections.bag, org.jbo
ss.on.embedded.bean, org.richfaces.component.nsutils, org.richfaces.renderkit.ht
ml.scripts.tiny_mce.plugins.searchreplace.js, org.apache.myfaces.shared_impl.ren
derkit.html, org.rhq.core.gui.validator, org.jboss.seam.annotations.bpm, org.ric
hfaces.renderkit.images, org.rhq.core.clientapi.server.core, org.ajax4jsf.except
ion, org.rhq.core.domain.measurement, org.rhq.core.clientapi.util, META-INF.mave
n.org.richfaces.ui.gmap, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.s
tyle.js, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.advimage.img, org
.ajax4jsf.webapp, org.jboss.seam.captcha, org.jboss.seam.log, org.rhq.core.clien
tapi.agent.discovery, org.apache.myfaces.shared_impl.config, org.jboss.seam.ui,
org.rhq.core.pc.event, org.rhq.core.pc.inventory, org.rhq.core.clientapi.agent.c
ontent, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.emotions.img, org.
richfaces.renderkit.html.scripts.tiny_mce.plugins.searchreplace.css, org.rhq.cor
e.system.windows, META-INF.maven.org.richfaces.ui.scrollableDataTable, org.apach
e.commons.beanutils.locale, org.richfaces.taglib.html.jsp, META-INF.maven.org.ri
chfaces.ui.suggestionbox, org.rhq.core.clientapi.server.plugin.content, com.sun.
facelets.tag.jsf, org.ajax4jsf.renderkit.compiler, META-INF.maven.org.richfaces.
ui.layout, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.xhtmlxtras.js,
org.richfaces.renderkit.html.scripts.tiny_mce.themes.simple.langs, org.ajax4jsf.
resource.util, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.searchrepla
ce, META-INF.maven.org.richfaces.ui.extendedDataTable, org.jboss.seam.debug, maz
z.i18n.annotation, org.rhq.core.domain.operation.composite, org.jboss.on.embedde
d.util, META-INF.maven.org.rhq.rhq-core-native-system, org.ajax4jsf.webapp.tagli
b, org.rhq.core.gui.configuration, org.apache.myfaces.el.unified.resolver, org.a
pache.myfaces.config.impl, org.apache.myfaces.shared_impl.taglib.html, META-INF.
maven.org.richfaces.ui.datascroller, org.rhq.core.pluginapi.availability, org.ap
ache.myfaces.shared_impl.context, javax.faces.render, org.richfaces.renderkit.ht
ml.scripts.tiny_mce.plugins.fullpage.css, org.richfaces.convert.selection, org.r
ichfaces.renderkit.html.scripts.tiny_mce.plugins.paste.js, org.apache.myfaces.el
, org.rhq.core.domain.resource.group, org.apache.myfaces.el.unified, META-INF.ma
ven.org.richfaces.ui.dataFilterSlider, org.richfaces.component.xml, org.apache.m
yfaces.config, META-INF.maven.org.richfaces.ui.inplaceInput, org.richfaces.rende
rkit.html.scripts.tiny_mce.plugins.insertdatetime, org.rhq.core.clientapi.server
.configuration, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.fullpage.l
angs, org.richfaces.component.html, META-INF.maven.org.richfaces.ui.pickList, or
g.rhq.core.pluginapi.event, org.richfaces.renderkit.html.scripts.tiny_mce.plugin
s.safari, org.apache.commons.collections.bidimap, META-INF.maven.org.richfaces.u
i.dataTable, org.rhq.core.pluginapi.event.log, org.rhq.core.clientapi.util.units
, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.autosave, org.richfaces.
ui.model, META-INF.maven.org.richfaces.ui.effect, org.apache.myfaces.renderkit.h
tml, org.richfaces.renderkit.html.scripts.tiny_mce.plugins.media, org.apache.myf
aces.application.jsp, org.apache.myfaces.webapp, com.sun.facelets.tag.jsf.core,
org.apache.myfaces.util.bundle, org.jboss.seam.webservice, org.rhq.core.domain.p
lugin, org.jboss.seam.ui.util.cdk, org.richfaces.renderkit.html.scripts.tiny_mce
.utils, org.ajax4jsf.resource.cached, org.rhq.core.util.collection, META-INF.mav
en.org.richfaces.ui.functions, org.jboss.on.embedded.manager, org.apache.myfaces
.shared_impl.renderkit.html.util, org.rhq.core.pluginapi.support, META-INF.maven
.org.richfaces.ui.listShuttle, META-INF.maven.org.richfaces.ui.calendar, org.rhq
.core.clientapi.agent.measurement, org.rhq.core.domain.resource, org.rhq.core.ut
il.sort, org.apache.commons.collections.buffer, org.jdom.adapters, org.richfaces
.renderkit.html.scripts.tiny_mce.plugins.preview.jscripts, org.rhq.core.clientap
i.descriptor.contentsource.packagedetails, org.jboss.seam.interop.jul, org.richf
aces.renderkit.html.scripts.tiny_mce, org.rhq.core.pc.util, org.ajax4jsf.config,
META-INF.maven.org.richfaces.ui.panelbar, org.richfaces.renderkit.html.scripts.
tiny_mce.plugins.style.css, org.apache.myfaces.portlet, javax.faces.context, org
.rhq.core.domain.resource.group.composite, org.apache.commons.digester.xmlrules,
licenses, org.apache.commons.codec.digest, org.rhq.core.pluginapi.content, org.
richfaces.validator, org.ajax4jsf.application, org.richfaces.component.events, o
rg.jboss.on.embedded.manager.pc, org.richfaces.renderkit.html.scripts.tiny_mce.p
lugins.noneditable, META-INF.maven.org.richfaces.ui.tooltip, org.rhq.core.domain
.content.transfer, org.ajax4jsf.webapp.nekko, org.richfaces.renderkit.html.iconi
mages, org.ajax4jsf.component, org.apache.commons.discovery.log, org.richfaces.e
vent.scroll, org.jdom.filter, org.richfaces.renderkit.html.scripts.tiny_mce.plug
ins.xhtmlxtras.css, org.rhq.core.domain.cloud.composite, META-INF.maven.org.rich
faces.ui.panel, org.richfaces.component, org.apache.myfaces.shared_impl.el, org.
richfaces.renderkit.html.scripts.tiny_mce.plugins.emotions, META-INF.maven.org.r
ichfaces.ui.message, org.rhq.core.clientapi.agent.inventory, org.ajax4jsf.xml.se
rializer.utils, org.richfaces.convert.rowkey, com.sun.facelets.compiler, com.sun
.facelets.tag.jstl.core, META-INF.maven.org.richfaces.ui.drag-drop, org.richface
s.ui.renderkit.html.css, org.richfaces] <IMPORT-ALL>NON_EMPTY}}
at org.jboss.classloader.spi.base.BaseClassLoader.loadClass(BaseClassLoa
der.java:448)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
... 74 more
19:37:10,609 ERROR [StandardContext] Error listenerStart
19:37:10,609 ERROR [StandardContext] Context [/admin-console] startup failed due
to previous errors
19:37:10,625 ERROR [AbstractKernelController] Error installing to Start: name=jb
oss.web.deployment:war=/admin-console state=Create mode=Manual requiredState=Ins
talled
org.jboss.deployers.spi.DeploymentException: URL file:/X:/svn/jboss-5.x/build/ou
tput/jboss-5.2.0.Beta1/server/default/deploy/admin-console.war/ deployment faile
d
at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy
Internal(TomcatDeployment.java:354)
at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy
(TomcatDeployment.java:150)
at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeploy
ment.java:462)
at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)
at org.jboss.web.deployers.WebModule.start(WebModule.java:97)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:157)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java
:207)
at $Proxy38.start(Unknown Source)
at org.jboss.system.microcontainer.StartStopLifecycleAction.installActio
n(StartStopLifecycleAction.java:42)
at org.jboss.system.microcontainer.StartStopLifecycleAction.installActio
n(StartStopLifecycleAction.java:37)
at org.jboss.dependency.plugins.action.SimpleControllerContextAction.sim
pleInstallAction(SimpleControllerContextAction.java:62)
at org.jboss.dependency.plugins.action.AccessControllerContextAction.ins
tall(AccessControllerContextAction.java:71)
at org.jboss.dependency.plugins.AbstractControllerContextActions.install
(AbstractControllerContextActions.java:51)
at org.jboss.dependency.plugins.AbstractControllerContext.install(Abstra
ctControllerContext.java:348)
at org.jboss.system.microcontainer.ServiceControllerContext.install(Serv
iceControllerContext.java:298)
at org.jboss.dependency.plugins.AbstractController.install(AbstractContr
oller.java:1633)
at org.jboss.dependency.plugins.AbstractController.incrementState(Abstra
ctController.java:935)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(Abstr
actController.java:1083)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(Abstr
actController.java:985)
at org.jboss.dependency.plugins.AbstractController.change(AbstractContro
ller.java:823)
at org.jboss.dependency.plugins.AbstractController.change(AbstractContro
ller.java:553)
at org.jboss.system.ServiceController.doChange(ServiceController.java:68
9)
at org.jboss.system.ServiceController.start(ServiceController.java:461)
at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java
:163)
at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.jav
a:99)
at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.jav
a:46)
at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.i
nternalDeploy(AbstractSimpleRealDeployer.java:62)
at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(
AbstractRealDeployer.java:50)
at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(Deployer
Wrapper.java:171)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(Deployer
sImpl.java:1440)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFi
rst(DeployersImpl.java:1158)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFi
rst(DeployersImpl.java:1179)
at org.jboss.deployers.plugins.deployers.DeployersImpl.install(Deployers
Impl.java:1099)
at org.jboss.dependency.plugins.AbstractControllerContext.install(Abstra
ctControllerContext.java:348)
at org.jboss.dependency.plugins.AbstractController.install(AbstractContr
oller.java:1633)
at org.jboss.dependency.plugins.AbstractController.incrementState(Abstra
ctController.java:935)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(Abstr
actController.java:1083)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(Abstr
actController.java:985)
at org.jboss.dependency.plugins.AbstractController.change(AbstractContro
ller.java:823)
at org.jboss.dependency.plugins.AbstractController.change(AbstractContro
ller.java:553)
at org.jboss.deployers.plugins.deployers.DeployersImpl.process(Deployers
Impl.java:782)
at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeploye
rImpl.java:702)
at org.jboss.system.server.profileservice.repository.MainDeployerAdapter
.process(MainDeployerAdapter.java:117)
at org.jboss.system.server.profileservice.repository.ProfileDeployAction
.install(ProfileDeployAction.java:70)
at org.jboss.system.server.profileservice.repository.AbstractProfileActi
on.install(AbstractProfileAction.java:53)
at org.jboss.system.server.profileservice.repository.AbstractProfileServ
ice.install(AbstractProfileService.java:403)
at org.jboss.dependency.plugins.AbstractControllerContext.install(Abstra
ctControllerContext.java:348)
at org.jboss.dependency.plugins.AbstractController.install(AbstractContr
oller.java:1633)
at org.jboss.dependency.plugins.AbstractController.incrementState(Abstra
ctController.java:935)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(Abstr
actController.java:1083)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(Abstr
actController.java:985)
at org.jboss.dependency.plugins.AbstractController.install(AbstractContr
oller.java:775)
at org.jboss.dependency.plugins.AbstractController.install(AbstractContr
oller.java:540)
at org.jboss.system.server.profileservice.repository.AbstractProfileServ
ice.registerProfile(AbstractProfileService.java:308)
at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(
ProfileServiceBootstrap.java:258)
at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(
ProfileServiceBootstrap.java:97)
at org.jboss.bootstrap.impl.base.server.AbstractServer.startBootstraps(A
bstractServer.java:860)
at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.r
un(AbstractServer.java:441)
at java.lang.Thread.run(Thread.java:619)
19:37:10,750 ERROR [AbstractKernelController] Error installing to Real: name=vfs
file:/X:/svn/jboss-5.x/build/output/jboss-5.2.0.Beta1/server/default/deploy/admi
n-console.war/ state=PreReal mode=Manual requiredState=Real
org.jboss.deployers.spi.DeploymentException: URL file:/X:/svn/jboss-5.x/build/ou
tput/jboss-5.2.0.Beta1/server/default/deploy/admin-console.war/ deployment faile
d
at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy
Internal(TomcatDeployment.java:354)
at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy
(TomcatDeployment.java:150)
at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeploy
ment.java:462)
at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)
at org.jboss.web.deployers.WebModule.start(WebModule.java:97)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:157)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:264)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java
:207)
at $Proxy38.start(Unknown Source)
at org.jboss.system.microcontainer.StartStopLifecycleAction.installActio
n(StartStopLifecycleAction.java:42)
at org.jboss.system.microcontainer.StartStopLifecycleAction.installActio
n(StartStopLifecycleAction.java:37)
at org.jboss.dependency.plugins.action.SimpleControllerContextAction.sim
pleInstallAction(SimpleControllerContextAction.java:62)
at org.jboss.dependency.plugins.action.AccessControllerContextAction.ins
tall(AccessControllerContextAction.java:71)
at org.jboss.dependency.plugins.AbstractControllerContextActions.install
(AbstractControllerContextActions.java:51)
at org.jboss.dependency.plugins.AbstractControllerContext.install(Abstra
ctControllerContext.java:348)
at org.jboss.system.microcontainer.ServiceControllerContext.install(Serv
iceControllerContext.java:298)
at org.jboss.dependency.plugins.AbstractController.install(AbstractContr
oller.java:1633)
at org.jboss.dependency.plugins.AbstractController.incrementState(Abstra
ctController.java:935)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(Abstr
actController.java:1083)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(Abstr
actController.java:985)
at org.jboss.dependency.plugins.AbstractController.change(AbstractContro
ller.java:823)
at org.jboss.dependency.plugins.AbstractController.change(AbstractContro
ller.java:553)
at org.jboss.system.ServiceController.doChange(ServiceController.java:68
9)
at org.jboss.system.ServiceController.start(ServiceController.java:461)
at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java
:163)
at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.jav
a:99)
at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.jav
a:46)
at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.i
nternalDeploy(AbstractSimpleRealDeployer.java:62)
at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(
AbstractRealDeployer.java:50)
at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(Deployer
Wrapper.java:171)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(Deployer
sImpl.java:1440)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFi
rst(DeployersImpl.java:1158)
at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFi
rst(DeployersImpl.java:1179)
at org.jboss.deployers.plugins.deployers.DeployersImpl.install(Deployers
Impl.java:1099)
at org.jboss.dependency.plugins.AbstractControllerContext.install(Abstra
ctControllerContext.java:348)
at org.jboss.dependency.plugins.AbstractController.install(AbstractContr
oller.java:1633)
at org.jboss.dependency.plugins.AbstractController.incrementState(Abstra
ctController.java:935)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(Abstr
actController.java:1083)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(Abstr
actController.java:985)
at org.jboss.dependency.plugins.AbstractController.change(AbstractContro
ller.java:823)
at org.jboss.dependency.plugins.AbstractController.change(AbstractContro
ller.java:553)
at org.jboss.deployers.plugins.deployers.DeployersImpl.process(Deployers
Impl.java:782)
at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeploye
rImpl.java:702)
at org.jboss.system.server.profileservice.repository.MainDeployerAdapter
.process(MainDeployerAdapter.java:117)
at org.jboss.system.server.profileservice.repository.ProfileDeployAction
.install(ProfileDeployAction.java:70)
at org.jboss.system.server.profileservice.repository.AbstractProfileActi
on.install(AbstractProfileAction.java:53)
at org.jboss.system.server.profileservice.repository.AbstractProfileServ
ice.install(AbstractProfileService.java:403)
at org.jboss.dependency.plugins.AbstractControllerContext.install(Abstra
ctControllerContext.java:348)
at org.jboss.dependency.plugins.AbstractController.install(AbstractContr
oller.java:1633)
at org.jboss.dependency.plugins.AbstractController.incrementState(Abstra
ctController.java:935)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(Abstr
actController.java:1083)
at org.jboss.dependency.plugins.AbstractController.resolveContexts(Abstr
actController.java:985)
at org.jboss.dependency.plugins.AbstractController.install(AbstractContr
oller.java:775)
at org.jboss.dependency.plugins.AbstractController.install(AbstractContr
oller.java:540)
at org.jboss.system.server.profileservice.repository.AbstractProfileServ
ice.registerProfile(AbstractProfileService.java:308)
at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(
ProfileServiceBootstrap.java:258)
at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(
ProfileServiceBootstrap.java:97)
at org.jboss.bootstrap.impl.base.server.AbstractServer.startBootstraps(A
bstractServer.java:860)
at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.r
un(AbstractServer.java:441)
at java.lang.Thread.run(Thread.java:619)
19:37:10,984 INFO [TomcatDeployment] deploy, ctxPath=/
19:37:11,078 INFO [TomcatDeployment] deploy, ctxPath=/jmx-console
19:37:11,125 INFO [ProfileServiceBootstrap] Loading profile: ProfileKey@850f8[d
omain=default, server=default, name=default]
19:37:11,125 ERROR [ProfileServiceBootstrap] Failed to load profile: Summary of
incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
DEPLOYMENTS IN ERROR:
Deployment "vfsfile:/X:/svn/jboss-5.x/build/output/jboss-5.2.0.Beta1/server/de
fault/deploy/admin-console.war/" is in error due to the following reason(s): org
.jboss.deployers.spi.DeploymentException: URL file:/X:/svn/jboss-5.x/build/outpu
t/jboss-5.2.0.Beta1/server/default/deploy/admin-console.war/ deployment failed
19:37:11,140 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8
080
19:37:11,171 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
19:37:11,171 INFO [AbstractServer] JBossAS [5.2.0.Beta1 (build: SVNTag=JBoss_5_
2_0_Beta1 date=200910192202)] Started in 48s:468ms
15 years, 2 months
Re: [jboss-dev] JPA2 locking
by Scott Marlow
On 10/16/2009 03:40 PM, Emmanuel Bernard wrote:
> When I discussed that with Gavin, I believe this idea is that you can
> implement the optimistic locking in the following way:
> - when locking an object read the version number (or if already
> loaded keep this one - not sure about that detail)
> - when flushing or right before commit, read the version number again
> from the database and compare.
> If they are different => exception
>
> A provider may but is not forced to acquire the lock
>
> Note that today we implement Optimistic in a pessimistic way (ie que
> acquire the DB lock right away).
>
> So there are three levels really
> no lock => we check versions upon UPDATE operations
> optimistic => we check versions on reads as well and verify consistency
> pessimistic => we lock at the DB level.
Currently, the Hibernate EM depends on Hibernate core for locking (as it
should). I have a few questions about how achieve the above locking
with Hibernate core and about what changes are needed.
The JPA 2 locking operations that we need support for are:
OPTIMISTIC (equal to READ) - should read the version initially and
confirm that it hasn't changed at transaction commit time. We should
throw OptimisticLockException if the version has changed. I think that
we need a new LockMode for this (similar to LockMode.READ). For
extended persistence context (meaning that the duration is beyond the
end of transaction), I think that we use the entity value from the
extended persistence context as is but should still confirm that it
hasn't changed at commit time (optimistically assume that it hasn't
changed initially).
OPTIMISTIC_FORCE_INCREMENT (equal to WRITE) - should read the version
initially. At transaction commit time, confirm that the version hasn't
changed as we increment it via update. We should throw
OptimisticLockException if the version has changed. I think that we
need a new LockMode for this (similar to LockMode.READ and
LockMode.FORCE). Same rules as above for extended persistence context.
PESSIMISTIC_WRITE - Should obtain a database write lock on the entity.
Hibernate LockMode.Upgrade could be used for this on dialects that
support it. For dialects that don't support LockMode.Upgrade, a
PessimisticLockException should be thrown.
PESSIMISTIC_READ - Should obtain a shared database read lock on the
entity (for the duration of the database transaction). How should we
support this? The JPA 2 specification allows the PESSIMISTIC_WRITE
behavior to be used.
PESSIMISTIC_FORCE_INCREMENT - Same as PESSIMISTIC_READ but with an
increment version at transaction commit time (even if entity isn't
updated). I think that we need a new LockMode for this. We need a way
to throw an exception if not supported.
For pessimistic locks, only lock element collections and relationships
owned by the entity, if property javax.persistence.lock.scope is set to
"PessimisticLockScope.EXTENDED".
Assuming we do the above, we need to release note that READ/WRITE locks
are obtained in optimistic manner which is a change from our JPA 1 support.
Comments?
Any volunteers willing to help with JPA 2 implementation (coding,
testing, moral support) are welcome to join in. :-)
Scott
15 years, 2 months
Returned mail: see transcript for details
by Mail Administrator
The original message was received at Tue, 20 Oct 2009 07:41:47 -0400 from [62.56.157.14]
----- The following addresses had permanent fatal errors -----
jboss-development(a)lists.jboss.org
----- Transcript of session follows -----
... while talking to lists.jboss.org.:
>>> MAIL FROM:"Mail Administrator" <postmaster(a)lists.jboss.org>
<<< 505 "Mail Administrator" <postmaster(a)lists.jboss.org>... Refused
15 years, 2 months
[JBoss-dev] ClasscastException: Cannot Cast org.jboss.ha.framework.server.HAPartitionImpl cannot be cast to org.jboss.ha.framework.server.HAPartitionImpl
by djain101
Hi,
I have setup a cluster partition in Jboss and trying to retrieve HAPartition
object from ClusterPartition mbean. Below is my code:
ArrayList<MBeanServer> list = MBeanServerFactory.findMBeanServer(null);
for (MBeanServer server : list)
{
String onStr = "jboss:service=DefaultPartition";
ObjectName objectName = new ObjectName(onStr);
Set mbeans = server.queryMBeans(objectName, null);
Object partitionObj = server.invoke(theName, "getHAPartition",
null, null);
org.jboss.ha.framework.server.HAPartitionImpl partition =
(org.jboss.ha.framework.server.HAPartitionImpl) partitionObj; //this line
throwing ClassCastException
}
The last line in above code is throwing ClasscastException: Cannot Cast
org.jboss.ha.framework.server.HAPartitionImpl cannot be cast to
org.jboss.ha.framework.server.HAPartitionImpl
I have same version of jbossha.jar in jboss lib and war's web-inf/lib
folder. I am not sure why it is throwing classcast exception. Any help is
much appreciated.
Thanks in advance !!!
Regards,
Dharmveer
--
View this message in context: http://www.nabble.com/ClasscastException%3A-Cannot-Cast-org.jboss.ha.fram...
Sent from the JBoss - Dev mailing list archive at Nabble.com.
15 years, 2 months