QA Daily report 17 and 18 February 2009
by Aliaksey Nis
Hello Denis,
This is Daily QA report for 17 and 18 February 2009.
Tasks performed:
1. Testing of JBossTools-ALL-win32-3.0.0.GA-N200902180243-H1438 and
jbdevstudio-eap-win32-2.0.0.GA-N200902101501-H1438.
VPE Tests: JSF and RichFaces components interaction. VPE
visualization. Test project for RichFaces update.
Smoke tests (on JBT build) - in progress.
2. Testcases updates.
Updated tests:
VPE Tests:
Test Name: Visual Representation / RichFaces components:
RichFaces 3.3.0 GA
Effect
Data List
Data Ordered List
Extended Data Table
Drag Support
Drop Support
Virtual Earth
3. Issues report
New issues found:
Component/s:
Visual Page Editor Templates:
https://jira.jboss.org/jira/browse/JBIDE-3826
--
Best regards,
Aliaksey mailto:anis@exadel.com
15 years, 10 months
"Full Publish" supposed to call "Build Archive(Full)"?
by Galder Zamarreno
Hi,
Is "Full Publish" supposed to do a full build of deployable archive
(equivalent to "Build Archive(Full)")? If it is, it's not currently
doing it.
Cheers,
--
Galder Zamarreño
Sr. Software Maintenance Engineer
JBoss, a division of Red Hat
15 years, 10 months
Upcoming book
by Max Rydahl Andersen
JBoss Tools 3 Developers Guide
http://www.packtpub.com/developers-guide-for-jboss-tools-3
I was on the review of this in the beginning but did not hear back after
my first comments so was pleasantly surprised to see it is still going.
I was wondering if the author (Anghel Leonard) is listening, so please
speak up if you are here ;)
/max
15 years, 10 months
Use of Console view for server events
by John Graham
I'm experiencing some strange behavior with the Console view when using
the Servers view. I thought the Console view was supposed to show server
activity as would be seen by starting/stopping/etc. a server from the
command line. The Console view does not register this output for me on
server start and, at seemingly random times during development, it will
start registering events and work (as I assumed it was going to) after
that. Usually, however, it never displays server start/stop/publish/etc.
events at all. Nothing in the error log, though once a while ago before
I was looking at this issue I noticed some stack traces from the
console. Sorry, didn't save those ;(
Is the Console supposed to work that way with the Server view and, if
so, is it working for others?
-- John
Environment: FC8, JBDS 2.0CR2, SOA-P 4.3
15 years, 10 months
Unnecessary Dependencies
by Rob Stryker
So today I decided to work on JBIDE-3772 and I create a workspace with
just ESB projects.
I see immediately that it requires XModel (bleh), but that's fine I
guess. It provides a lot of functionality.
I also see, however, that it requires as.classpath.core.
Requiring XModel is maybe justifiable as it's "common" code. The
requirement on as.classpath.core is just to make use of an Abstract
classpath provider that's in there.
I'm not trying to call any plugin or developer out here, but I'd like to
suggest that we try to decouple our code as much as is possible. If
you're just borrowing one or two classes with minimal dependencies,
would it be better to copy that class? I think it would be better but
I'd like to hear other's thoughts.
15 years, 10 months
Freemarker #include paragraph
by Dmitry Geraskov
Hi,
freemarker allows us include one template into another, but if included
template contains a few lines the formatting is broken. For example:
person.ftl :
<Person>
<#include "Key.ftl">
</Person>
Key.ftl:
<Key>
<Column name="name">
</Key>
In this situation output file will be the following:
<Person>
<Key>
<Column name="name">
</Key>
</Person>
If we want to get formatted file at the output we need to change
included file - it is ugly solution.
Anybody know how to get formatted file at the output(without special
formatting tools)?
--
Best regards,
Dmitry Geraskov
dgeraskov(a)exadel.com
Senior Developer
Exadel Inc
15 years, 10 months
Unable to add/remove deployment to servers
by Galder Zamarreno
Hi,
I've updated to latest nightly build today and there's something funny
going on.
When I right click to "Add/Remove Projects..." in the serve view, I see
no available projects any more even though I have a project in the
worskpace which has several project archives associated to it.
Is this is a bug or could be related to some other thing? Suggestions?
Regards,
--
Galder Zamarreño
Sr. Software Maintenance Engineer
JBoss, a division of Red Hat
15 years, 10 months