[IMPORTANT] Please Update Your Components To Final ASAP
by Jason T. Greene
With the upcoming AS7 Final release, we need to get all dependencies up
to Final release versions as soon as possible. This is to avoid trying
to squeeze them in all at the last minute, which causes heartache for
everyone (especially the prod folks).
If you have some pending issue that prevents you going to Final fairly,
please let me know so we can figure out how to handle it.
Thanks
--
Jason T. Greene
JBoss AS Lead / EAP Platform Architect
JBoss, a division of Red Hat
12 years, 8 months
Testsuite classes are not compiled by default?
by Jaikiran Pai
Just noticed that the classes in the testsuite module (for example:
testsuite/integration/basic) are not compiled by default unless you use
the -DallTests switch. I thought we had decided that all classes
including test classes will be compiled by default (but not all tests
will be run). Is this intentional to leave out compilation of these
classes? I had a API change (since last week) and only today after
finishing off majority of the work I decided to run a full testsuite and
realized that there are some API compatibility compilation issues in the
testsuite.
-Jaikiran
12 years, 8 months
Several questions on AS 7 and CLI
by Lin Gao
Hi:
I have some questions during AS 7 trial:
I tried to deploy a web application(myapp.war) to AS 7, but choose
an image file(myapp.jpg) by mistake, the console told me about the
failure, but the deployment: myapp.jpg is listed with disabled state(Web
Console). Do you think it would be a better idea that do not add the
deployment in the list if it can not be deployed successfully?
In CLI, 'deploy -l' will list all deployment, but there is only name
displayed. Do we have plan to display more information like active
state, type of the deployment(web, rar, etc), server groups if in domain
mode?
I tried to define a command using: 'command add
--node-type=/subsystem=datasources/data-source --property-id=jndi-name
--command-name=data-source-alias' in CLI, but it failed with message:
"Property jndi-name is not read-only.". Why only read-only attribute
can be used to identify instance of the node type? Is the embedded
'data-source' command defined this way?
I connected a remote JBoss server using 'bin/jboss-admin.sh', I can
shutdown the target JBoss server, but I can't restart the target JBoss
server in CLI, I need to log on the server and run the
'bin/standalone.sh' again. Do you think it make sense to provide restart
function in JBoss server by itself?
--
BR
Lin Gao
12 years, 8 months
IronJacamar jars causing java.util.zip.ZipException: invalid entry compressed size (expected X but got Y bytes)
by Ondrej Zizka
Hi all,
when I use various tools to manipulate AS jars, this happens with
IronJacamar jars:
Caused by: java.util.zip.ZipException: invalid entry compressed size
(expected 576 but got 577 bytes)
at
java.util.zip.ZipOutputStream.closeEntry(ZipOutputStream.java:206)
at
com.vladium.emma.instr.InstrProcessorST.writeZipEntry(InstrProcessorST.java:838)
at com.vladium.emma.instr.InstrProcessorST
$EntryWriteJob.run(InstrProcessorST.java:905)
at
com.vladium.emma.instr.InstrProcessorST.drainJobQueue(InstrProcessorST.java:943)
at
com.vladium.emma.instr.InstrProcessorST.handleArchiveEnd(InstrProcessorST.java:353)
... 5 more
How are they packaged? Some special buggy tool?
It prevents me from preparing coverage reports, both Emma and JaCoco are
affected.
Thanks,
Ondra
12 years, 8 months
Wow! CLI GUI
by Jason T. Greene
Just saw Stan did this:
http://community.jboss.org/docs/DOC-17457
I haven't played with it yet, but it looks awesome!
IMO this is exactly what we need for an "advanced" mode in the console
(post 7.1 obviously)
--
Jason T. Greene
JBoss AS Lead / EAP Platform Architect
JBoss, a division of Red Hat
12 years, 9 months
Per-host configurations
by Tristan Tarrant
Dear AS7 devs,
for the JGroups/Infinispan topology stuff (AS7-3023) I need to have some
information configured per-host. In particular I was thinking of
something like the following snippet of XML:
<servers>
<server name="server-one" group="main-server-group">
<host-topology site="s1" rack="r1" machine="m1" />
</server>
<server name="server-two" group="main-server-group">
<host-topology site="s1" rack="r1" machine="m2" />
</server>
</servers>
How and where should I add this information ?
Thanks
Tristan
12 years, 9 months