Seam 2.2.0.GA testing results

View: New views
10 Messages — Rating Filter:   Alert me  

Seam 2.2.0.GA testing results

by Ondřej Skutka :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi!

The Seam QE team has finished testing the 2.2.0 GA.

What was done:
- initial testing
- closing resolved JIRAs
- functional tests on JBoss 4.2.3 GA / JDK 5; JBoss 5.1.0 GA / JDK 6;
Tomcat 6 / JDK 6; JBoss embedded / JDK 5
- seam-gen tests
- JBDS
- Portlet Bridge
- Quick document review
- Manual testing examples without ftests: excel, guice, itext, mail,
metawidget, openid, tasks, ui

There are five unresolved JIRAs right now for the release:
https://jira.jboss.org/jira/secure/IssueNavigator.jspa?reset=true&&pid=10071&version=12312739&status=1&status=3&status=4&sorter/field=issuekey&sorter/order=DESC

- JBSEAM-4314 - Blog example needs additional jars for JBoss 4.x
Priority depends on whether we support JBoss 4.x. Do we?

- JBSEAM-4274 - hibernate-core.jar missing in Seam examples deployed to
Tomcat6
Not sure whether it's valid.

- JBSEAM-4308 - Unable to run TestNG tests within JBDS due to missing
dependency - slf4j-api

- JBSEAM-4307 - Spring example needs cglib library
This is blocking deployment of one example.

- JBSEAM-4028 - way to outject someting in to the CURRENT conversation
even if a new one is started before the context is flushed
This is not a bug, it's a feature request.

Please review open issues and also review library changes in my 'initial
testing results' email. Marek didn't sort them all out.

Ondra


_______________________________________________
seam-dev mailing list
seam-dev@...
https://lists.jboss.org/mailman/listinfo/seam-dev

Re: Seam 2.2.0.GA testing results

by Pete Muir-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On 22 Jul 2009, at 14:30, Ondřej Skutka wrote:

> Hi!
>
> The Seam QE team has finished testing the 2.2.0 GA.
>
> What was done:
> - initial testing
> - closing resolved JIRAs
> - functional tests on JBoss 4.2.3 GA / JDK 5; JBoss 5.1.0 GA / JDK 6;
> Tomcat 6 / JDK 6; JBoss embedded / JDK 5
> - seam-gen tests
> - JBDS
> - Portlet Bridge
> - Quick document review
> - Manual testing examples without ftests: excel, guice, itext, mail,
> metawidget, openid, tasks, ui
>
> There are five unresolved JIRAs right now for the release:
> https://jira.jboss.org/jira/secure/IssueNavigator.jspa?reset=true&&pid=10071&version=12312739&status=1&status=3&status=4&sorter/field=issuekey&sorter/order=DESC
>
> - JBSEAM-4314 - Blog example needs additional jars for JBoss 4.x
> Priority depends on whether we support JBoss 4.x. Do we?

We should probably include a note in the readme on how to make it run  
on JBoss 4.2.x - we can make a note that JBoss 4.2 is deprecated in  
this release - rather than fix the build script

>
> - JBSEAM-4274 - hibernate-core.jar missing in Seam examples deployed  
> to
> Tomcat6
> Not sure whether it's valid.

It is - Norman was testing on Tomcat w/ embedded, it should be tomcat  
w/o embedded

>
> - JBSEAM-4308 - Unable to run TestNG tests within JBDS due to missing
> dependency - slf4j-api

This one is critical - we need to add slf4j to thirdparty-all.jar.  
Norman, do you know how do this (as Marek is away)?

>
> - JBSEAM-4307 - Spring example needs cglib library
> This is blocking deployment of one example.

This is on JB5? JBoss 4 used to ship cglib, 5 doesn't, so we should  
add it to the deps

>
> - JBSEAM-4028 - way to outject someting in to the CURRENT conversation
> even if a new one is started before the context is flushed
> This is not a bug, it's a feature request.

Slipped.
_______________________________________________
seam-dev mailing list
seam-dev@...
https://lists.jboss.org/mailman/listinfo/seam-dev

Re: Seam 2.2.0.GA testing results

by Ondřej Skutka :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Pete Muir píše v St 22. 07. 2009 v 14:45 +0100:

> On 22 Jul 2009, at 14:30, Ondřej Skutka wrote:
>
> > Hi!
> >
> > The Seam QE team has finished testing the 2.2.0 GA.
> >
> > What was done:
> > - initial testing
> > - closing resolved JIRAs
> > - functional tests on JBoss 4.2.3 GA / JDK 5; JBoss 5.1.0 GA / JDK 6;
> > Tomcat 6 / JDK 6; JBoss embedded / JDK 5
> > - seam-gen tests
> > - JBDS
> > - Portlet Bridge
> > - Quick document review
> > - Manual testing examples without ftests: excel, guice, itext, mail,
> > metawidget, openid, tasks, ui
> >
> > There are five unresolved JIRAs right now for the release:
> > https://jira.jboss.org/jira/secure/IssueNavigator.jspa?reset=true&&pid=10071&version=12312739&status=1&status=3&status=4&sorter/field=issuekey&sorter/order=DESC
> >
> > - JBSEAM-4314 - Blog example needs additional jars for JBoss 4.x
> > Priority depends on whether we support JBoss 4.x. Do we?
>
> We should probably include a note in the readme on how to make it run  
> on JBoss 4.2.x - we can make a note that JBoss 4.2 is deprecated in  
> this release - rather than fix the build script
>
> >
> > - JBSEAM-4274 - hibernate-core.jar missing in Seam examples deployed  
> > to
> > Tomcat6
> > Not sure whether it's valid.
>
> It is - Norman was testing on Tomcat w/ embedded, it should be tomcat  
> w/o embedded

As I commented on JBSEAM-4274: I have tested plain Tomcat and it worked
fine. Jozef tested JBoss Embedded and got this problem.

>
> >
> > - JBSEAM-4308 - Unable to run TestNG tests within JBDS due to missing
> > dependency - slf4j-api
>
> This one is critical - we need to add slf4j to thirdparty-all.jar.  
> Norman, do you know how do this (as Marek is away)?
>
> >
> > - JBSEAM-4307 - Spring example needs cglib library
> > This is blocking deployment of one example.
>
> This is on JB5?

Yes, it's on JBoss 5.1.0 GA (it's in the jira's environment field).

> JBoss 4 used to ship cglib, 5 doesn't, so we should  
> add it to the deps
>
> >
> > - JBSEAM-4028 - way to outject someting in to the CURRENT conversation
> > even if a new one is started before the context is flushed
> > This is not a bug, it's a feature request.
>
> Slipped.

_______________________________________________
seam-dev mailing list
seam-dev@...
https://lists.jboss.org/mailman/listinfo/seam-dev

Re: Seam 2.2.0.GA testing results

by Pete Muir-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On 22 Jul 2009, at 15:08, Ondřej Skutka wrote:

> Pete Muir píše v St 22. 07. 2009 v 14:45 +0100:
>> On 22 Jul 2009, at 14:30, Ondřej Skutka wrote:
>>
>>> Hi!
>>>
>>> The Seam QE team has finished testing the 2.2.0 GA.
>>>
>>> What was done:
>>> - initial testing
>>> - closing resolved JIRAs
>>> - functional tests on JBoss 4.2.3 GA / JDK 5; JBoss 5.1.0 GA / JDK  
>>> 6;
>>> Tomcat 6 / JDK 6; JBoss embedded / JDK 5
>>> - seam-gen tests
>>> - JBDS
>>> - Portlet Bridge
>>> - Quick document review
>>> - Manual testing examples without ftests: excel, guice, itext, mail,
>>> metawidget, openid, tasks, ui
>>>
>>> There are five unresolved JIRAs right now for the release:
>>> https://jira.jboss.org/jira/secure/IssueNavigator.jspa?reset=true&&pid=10071&version=12312739&status=1&status=3&status=4&sorter/field=issuekey&sorter/order=DESC
>>>
>>> - JBSEAM-4314 - Blog example needs additional jars for JBoss 4.x
>>> Priority depends on whether we support JBoss 4.x. Do we?
>>
>> We should probably include a note in the readme on how to make it run
>> on JBoss 4.2.x - we can make a note that JBoss 4.2 is deprecated in
>> this release - rather than fix the build script
>>
>>>
>>> - JBSEAM-4274 - hibernate-core.jar missing in Seam examples deployed
>>> to
>>> Tomcat6
>>> Not sure whether it's valid.
>>
>> It is - Norman was testing on Tomcat w/ embedded, it should be tomcat
>> w/o embedded
>
> As I commented on JBSEAM-4274: I have tested plain Tomcat and it  
> worked
> fine. Jozef tested JBoss Embedded and got this problem.

With embedded is much lower priority - it should be possible to fix,  
but if not we can slip it.

>
>>
>>>
>>> - JBSEAM-4308 - Unable to run TestNG tests within JBDS due to  
>>> missing
>>> dependency - slf4j-api
>>
>> This one is critical - we need to add slf4j to thirdparty-all.jar.
>> Norman, do you know how do this (as Marek is away)?
>>
>>>
>>> - JBSEAM-4307 - Spring example needs cglib library
>>> This is blocking deployment of one example.
>>
>> This is on JB5?
>
> Yes, it's on JBoss 5.1.0 GA (it's in the jira's environment field).

I missed that ;-)

>
>> JBoss 4 used to ship cglib, 5 doesn't, so we should
>> add it to the deps
>>
>>>
>>> - JBSEAM-4028 - way to outject someting in to the CURRENT  
>>> conversation
>>> even if a new one is started before the context is flushed
>>> This is not a bug, it's a feature request.
>>
>> Slipped.
>


_______________________________________________
seam-dev mailing list
seam-dev@...
https://lists.jboss.org/mailman/listinfo/seam-dev

Re: Seam 2.2.0.GA testing results

by Norman Richards :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On Jul 22, 2009, at 8:30 AM, Ondřej Skutka wrote:

> The Seam QE team has finished testing the 2.2.0 GA.
> [...]
> Please review open issues and also review library changes in my  
> 'initial
> testing results' email. Marek didn't sort them all out.

It looks like everything but JBSEAM-4308 has been resolved.   Will  
4308 require any changes to Seam is it a JBDS issue only?  I'm on  
vacation today, but if this gets wrapped up, I can do the build and be  
ready for a final release monday morning.



_______________________________________________
seam-dev mailing list
seam-dev@...
https://lists.jboss.org/mailman/listinfo/seam-dev

Re: Seam 2.2.0.GA testing results

by Pete Muir-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

No, we need to adjust the thirdparty-all.jar in Seam to include slf4j  
- do you know how to do this?

On 24 Jul 2009, at 18:06, Norman Richards wrote:

>
> On Jul 22, 2009, at 8:30 AM, Ondřej Skutka wrote:
>
>> The Seam QE team has finished testing the 2.2.0 GA.
>> [...]
>> Please review open issues and also review library changes in my
>> 'initial
>> testing results' email. Marek didn't sort them all out.
>
> It looks like everything but JBSEAM-4308 has been resolved.   Will
> 4308 require any changes to Seam is it a JBDS issue only?  I'm on
> vacation today, but if this gets wrapped up, I can do the build and be
> ready for a final release monday morning.
>
>
>
> _______________________________________________
> seam-dev mailing list
> seam-dev@...
> https://lists.jboss.org/mailman/listinfo/seam-dev


_______________________________________________
seam-dev mailing list
seam-dev@...
https://lists.jboss.org/mailman/listinfo/seam-dev

Re: Seam 2.2.0.GA testing results

by Norman Richards :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On Jul 24, 2009, at 12:17 PM, Pete Muir wrote:

> No, we need to adjust the thirdparty-all.jar in Seam to include  
> slf4j - do you know how to do this?

No, but I'm looking at the build files now and it doesn't look too  
tough.
_______________________________________________
seam-dev mailing list
seam-dev@...
https://lists.jboss.org/mailman/listinfo/seam-dev

Re: Seam 2.2.0.GA testing results

by Marek Novotny :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Yes, it is easy change in build/embedded/build.xml for duplicating the
following row for slf4j_api.jar:
 <zipfileset src="${lib.dir}/slf4j-log4j12.jar"/>

But what is not clear for me, why is this required when this jar is in
distribution lib directory?

Why isn't it solved by adding this jar into test project classpath?

Norman Richards píše v Po 27. 07. 2009 v 08:23 -0500:

> On Jul 24, 2009, at 12:17 PM, Pete Muir wrote:
>
> > No, we need to adjust the thirdparty-all.jar in Seam to include  
> > slf4j - do you know how to do this?
>
> No, but I'm looking at the build files now and it doesn't look too  
> tough.
> _______________________________________________
> seam-dev mailing list
> seam-dev@...
> https://lists.jboss.org/mailman/listinfo/seam-dev
--
Marek Novotny
--
JBoss Seam Product Lead

Red Hat Czech s.r.o.
Purkynova 99
612 45 Brno

Email: mnovotny@...
Office phone: +420 532 294 287, ext. 82-62 087
mobile: +420 608 509 230

------------------------------------------------------
Looking to carve out IT costs?
www.europe.redhat.com/promo/carveoutcosts/

_______________________________________________
seam-dev mailing list
seam-dev@...
https://lists.jboss.org/mailman/listinfo/seam-dev

Re: Seam 2.2.0.GA testing results

by Pete Muir-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On 27 Jul 2009, at 14:40, Marek Novotny wrote:

> Yes, it is easy change in build/embedded/build.xml for duplicating the
> following row for slf4j_api.jar:
> <zipfileset src="${lib.dir}/slf4j-log4j12.jar"/>
>
> But what is not clear for me, why is this required when this jar is in
> distribution lib directory?
>
> Why isn't it solved by adding this jar into test project classpath?

Because JBDS's classpath cannot be updated without a JBDS release.

The jar names needed for tests is part of the Seam "API" and should  
remain stable.

>
> Norman Richards píše v Po 27. 07. 2009 v 08:23 -0500:
>> On Jul 24, 2009, at 12:17 PM, Pete Muir wrote:
>>
>>> No, we need to adjust the thirdparty-all.jar in Seam to include
>>> slf4j - do you know how to do this?
>>
>> No, but I'm looking at the build files now and it doesn't look too
>> tough.
>> _______________________________________________
>> seam-dev mailing list
>> seam-dev@...
>> https://lists.jboss.org/mailman/listinfo/seam-dev
> --
> Marek Novotny
> --
> JBoss Seam Product Lead
>
> Red Hat Czech s.r.o.
> Purkynova 99
> 612 45 Brno
>
> Email: mnovotny@...
> Office phone: +420 532 294 287, ext. 82-62 087
> mobile: +420 608 509 230
>
> ------------------------------------------------------
> Looking to carve out IT costs?
> www.europe.redhat.com/promo/carveoutcosts/
>


_______________________________________________
seam-dev mailing list
seam-dev@...
https://lists.jboss.org/mailman/listinfo/seam-dev

Re: Seam 2.2.0.GA testing results

by Norman Richards :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On Jul 27, 2009, at 8:40 AM, Marek Novotny wrote:

> Yes, it is easy change in build/embedded/build.xml for duplicating the
> following row for slf4j_api.jar:
> <zipfileset src="${lib.dir}/slf4j-log4j12.jar"/>
>
> But what is not clear for me, why is this required when this jar is in
> distribution lib directory?
>
> Why isn't it solved by adding this jar into test project classpath?

I'm not having much success with this.  I've created new jars, but I'm  
banging my head trying to get them into maven correctly.  I must be  
missing something obvious.
_______________________________________________
seam-dev mailing list
seam-dev@...
https://lists.jboss.org/mailman/listinfo/seam-dev