Post CR1 Priority: DOC DOC DOC DOC DOC
by Jason T. Greene
Hi Everyone,
If you aren't working on a CR1 blocker, then please focus on dumping
your brain into confluence :)
Any questions?
--
Jason T. Greene
JBoss, a division of Red Hat
13 years, 6 months
Modifying configuration using jboss-admin.sh
by Darrin Mison
Trying to use the jboss-admin.sh to update configuration on standalone AS7 and think I'm missing either some documentation or I didn't understand it.
For this particular example I was trying to disable sub-deployment module isolation as described https://docs.jboss.org/author/display/AS7/Class+Loading+in+AS7 but by using the admin CLI instead
of hand editing XML.
I can "cd" to the /subsystem=ee node fine. I just don't know how to add new configuration.
I'm assuming this is possible, maybe in the API but not yet exposed in the tool?
--
Darrin Mison
"I'm not a JBoss Developer, I just play one on TV"
Content Author - Engineering Content Services, Red Hat, Inc.
RHCSA #111-092-417
13 years, 6 months
Using Dependencies: in a Web application
by paulwerder@fastmail.co.uk
Dear all,
I'm testing the usage of Dependencies: in an Web application which uses
Log4j.
So I have dropped into my Web application a file META-INF/MANIFEST.MF
containing:
Dependencies: org.apache.log4j
However the application server complains that still cannot find Log4j
classes.
Caused by: java.lang.ClassNotFoundException: org.apache.log4j.Logger
from [Modul
e "deployment.Test.war:main" from Service Module Loader]
at
org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:
188) [:1.0.0.CR3]
at
org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(Concu
rrentClassLoader.java:358) [:1.0.0.CR3]
at
org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(Concu
rrentClassLoader.java:330) [:1.0.0.CR3]
at
org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentCl
assLoader.java:307) [:1.0.0.CR3]
at
org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoad
er.java:101) [:1.0.0.CR3]
... 13 more
--
Is the content of MANIFEST.MF correct ?
Thanks
Paul
paulwerder(a)fastmail.co.uk
--
http://www.fastmail.fm - Or how I learned to stop worrying and
love email again
13 years, 6 months
<includes/> in *.xml
by Heiko Braun
Sorry for the late call, but the includes don't work with the recent console (Beta13).
Actually both the CLI and the Console don't properly handle these cases.
I cannot provide a quick fix, therefore I would suggest we remove them from both the deliverable
and the documentation.
We might be able to work it out for 7.0.Final, but it requires further discussions and proper testing.
(Brian knows about it)
Ike
13 years, 6 months
Managed Domain: No servers started!
by Heiko Braun
On recent master the servers won't start:
[Server:server-one] 13:55:31,199 ERROR [org.jboss.as] (Controller Boot Thread) JBoss AS 7.0.0.Beta4-SNAPSHOT "(TBD)" started (with errors) in 3646ms - Started 19 of 41 services (2 services failed or missing dependencies, 20 services are passive or on-demand)
[Server:server-two] 13:55:31,269 ERROR [org.jboss.as] (Controller Boot Thread) JBoss AS 7.0.0.Beta4-SNAPSHOT "(TBD)" started (with errors) in 3569ms - Started 19 of 41 services (2 services failed or missing dependencies, 20 services are passive or on-demand)
[Server:test-server] 13:55:31,284 ERROR [org.jboss.as] (Controller Boot Thread) JBoss AS 7.0.0.Beta4-SNAPSHOT "(TBD)" started (with errors) in 3745ms - Started 19 of 41 services (2 services failed or missing dependencies, 20 services are passive or on-demand)
I have no idea (or log output) why that is.
Ike
13 years, 6 months
DomainApiHandler.GET operations
by Scott Stark
These are the only supported GET operations in the DomainApiHandler:
enum GetOperation {
RESOURCE("read-resource"), ATTRIBUTE("read-attribute"),
RESOURCE_DESCRIPTION("read-resource-description"), OPERATION_DESCRIPTION(
"read-operation-description"),
OPERATION_NAMES("read-operation-names");
Is there a reason why others like undeploy are not supported? GETs
should not have side-effects?
13 years, 6 months
activation of tests running in the preview profile
by Thomas Diesler
Folks,
currently tests for the preview profile are enabled by default, which
causes surefire to run twice.
When you do
> mvn -Dtest=foo install
it runs tests in foo twice. I suggest we activate the preview tests like
the integration tests with -DallTests
<activation>
<property>
<name>allTests</name>
</property>
</activation>
--
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Thomas Diesler
JBoss OSGi Lead
JBoss, a division of Red Hat
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
13 years, 6 months
Can't parse MDB's ?
by Martin Schwartzman
I'm trying to deploy some EJB3.0 MDB's on Windows XP that I git(ed)
today. Any idea on when this will be working?
jboss.home.dir = C:\servers\jboss-7.0.0.Beta4-SNAPSHOT
Caused by: java.lang.RuntimeException: <message-driven> element parsing
hasn't yet been implemented
at
org.jboss.metadata.ejb.parser.spec.EnterpriseBeansMetaDataParser.parse(E
nterpriseBeansMetaDataParser.java:70)
at
org.jboss.metadata.ejb.parser.spec.EjbJarMetaDataParser.parseEjbJarEleme
nts(EjbJarMetaDataParser.java:274)
at
org.jboss.metadata.ejb.parser.spec.EjbJarMetaDataParser.parse(EjbJarMeta
DataParser.java:142)
at
org.jboss.as.ejb3.deployment.processors.EjbJarParsingDeploymentUnitProce
ssor.deploy(EjbJarParsingDeploymentUnitProcessor.java:143)
at
org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(Deployme
ntUnitPhaseService.java:115)
... 5 more
Thanks.
13 years, 6 months
Test Pls Ignore
by Jason T. Greene
ignore
--
Jason T. Greene
JBoss, a division of Red Hat
13 years, 6 months