Embedded Release Requirement for AS 5.2.0 Beta

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

Embedded Release Requirement for AS 5.2.0 Beta

by Andrew Lee Rubinger-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi guys:

Just want to note that before we tag AS, let's be sure to run the
EmbeddedAS TestSuite to ensure nothing's broken there in the interim.
This isn't covered by the AS TestSuite itself.

S,
ALR

--
Andrew Lee Rubinger
Sr. Software Engineer
JBoss by Red Hat
http://exitcondition.alrubinger.com
_______________________________________________
jboss-development mailing list
jboss-development@...
https://lists.jboss.org/mailman/listinfo/jboss-development

Re: Embedded Release Requirement for AS 5.2.0 Beta

by Bill Burke-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Why not?  From my own experience, i suggest you make embedded a part of
the AS testsuite run or you'll find it often broken.

Andrew Lee Rubinger wrote:
> Hi guys:
>
> Just want to note that before we tag AS, let's be sure to run the
> EmbeddedAS TestSuite to ensure nothing's broken there in the interim.
> This isn't covered by the AS TestSuite itself.
>
> S,
> ALR
>

--
Bill Burke
JBoss, a division of Red Hat
http://bill.burkecentral.com
_______________________________________________
jboss-development mailing list
jboss-development@...
https://lists.jboss.org/mailman/listinfo/jboss-development

Re: Embedded Release Requirement for AS 5.2.0 Beta

by Andrew Lee Rubinger-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

As it stands, EmbeddedAS is a standalone project which depends upon AS.
  To bring this into the AS build/testsuite is to introduce a cyclic
dependency.

The reasoning behind this structure was to decouple "EmbeddedAS", a
combined API for lifecycle/config/deployment from AS proper.  We can
bring in the entire AS dependency chain transitively in one declaration,
thus making for a single entry point for users.  In turn, this is how
the Embedded tests are set up/run.

If we need to rethink this relationship, now is the time and I welcome
all comments.  To be honest I started developing outside in this little
sandbox for prototyping and it's stood since.  Will sleep on it and post
more ideas to the list as they come.

S,
ALR

On 10/23/2009 11:25 AM, Bill Burke wrote:

> Why not?  From my own experience, i suggest you make embedded a part of
> the AS testsuite run or you'll find it often broken.
>
> Andrew Lee Rubinger wrote:
>> Hi guys:
>>
>> Just want to note that before we tag AS, let's be sure to run the
>> EmbeddedAS TestSuite to ensure nothing's broken there in the interim.
>> This isn't covered by the AS TestSuite itself.
>>
>> S,
>> ALR
>>
>

--
Andrew Lee Rubinger
Sr. Software Engineer
JBoss by Red Hat
http://exitcondition.alrubinger.com
_______________________________________________
jboss-development mailing list
jboss-development@...
https://lists.jboss.org/mailman/listinfo/jboss-development

Parent Message unknown Re: Embedded Release Requirement for AS 5.2.0 Beta

by Shelly McGowan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Andrew,

The Embedded Integration tests Pass against Branch_5_x,
Revision: 95545.  I'll run them again before tagging.

Shelly


----- Original Message -----
From: "Andrew Lee Rubinger" <andrew.rubinger@...>
To: jboss-development@...
Sent: Friday, October 23, 2009 9:09:12 PM GMT -05:00 US/Canada Eastern
Subject: Re: [jboss-dev] Embedded Release Requirement for AS 5.2.0 Beta

As it stands, EmbeddedAS is a standalone project which depends upon AS.
  To bring this into the AS build/testsuite is to introduce a cyclic
dependency.

The reasoning behind this structure was to decouple "EmbeddedAS", a
combined API for lifecycle/config/deployment from AS proper.  We can
bring in the entire AS dependency chain transitively in one declaration,
thus making for a single entry point for users.  In turn, this is how
the Embedded tests are set up/run.

If we need to rethink this relationship, now is the time and I welcome
all comments.  To be honest I started developing outside in this little
sandbox for prototyping and it's stood since.  Will sleep on it and post
more ideas to the list as they come.

S,
ALR

On 10/23/2009 11:25 AM, Bill Burke wrote:

> Why not?  From my own experience, i suggest you make embedded a part of
> the AS testsuite run or you'll find it often broken.
>
> Andrew Lee Rubinger wrote:
>> Hi guys:
>>
>> Just want to note that before we tag AS, let's be sure to run the
>> EmbeddedAS TestSuite to ensure nothing's broken there in the interim.
>> This isn't covered by the AS TestSuite itself.
>>
>> S,
>> ALR
>>
>

--
Andrew Lee Rubinger
Sr. Software Engineer
JBoss by Red Hat
http://exitcondition.alrubinger.com
_______________________________________________
jboss-development mailing list
jboss-development@...
https://lists.jboss.org/mailman/listinfo/jboss-development
_______________________________________________
jboss-development mailing list
jboss-development@...
https://lists.jboss.org/mailman/listinfo/jboss-development

Re: Embedded Release Requirement for AS 5.2.0 Beta

by Andrew Lee Rubinger-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I think it makes sense to keep the status quo.  The current layout
allows for us to follow up with releases of EmbeddedAS without waiting
on a full AS release.  I'm anticipating some community input leading to
API changes and bug reports.

S,
ALR

On 10/23/2009 09:09 PM, Andrew Lee Rubinger wrote:

> As it stands, EmbeddedAS is a standalone project which depends upon AS.
>    To bring this into the AS build/testsuite is to introduce a cyclic
> dependency.
>
> The reasoning behind this structure was to decouple "EmbeddedAS", a
> combined API for lifecycle/config/deployment from AS proper.  We can
> bring in the entire AS dependency chain transitively in one declaration,
> thus making for a single entry point for users.  In turn, this is how
> the Embedded tests are set up/run.
>
> If we need to rethink this relationship, now is the time and I welcome
> all comments.  To be honest I started developing outside in this little
> sandbox for prototyping and it's stood since.  Will sleep on it and post
> more ideas to the list as they come.
>
> S,
> ALR
>
> On 10/23/2009 11:25 AM, Bill Burke wrote:
>> Why not?  From my own experience, i suggest you make embedded a part of
>> the AS testsuite run or you'll find it often broken.
>>
>> Andrew Lee Rubinger wrote:
>>> Hi guys:
>>>
>>> Just want to note that before we tag AS, let's be sure to run the
>>> EmbeddedAS TestSuite to ensure nothing's broken there in the interim.
>>> This isn't covered by the AS TestSuite itself.
>>>
>>> S,
>>> ALR
>>>
>>
>

--
Andrew Lee Rubinger
Sr. Software Engineer
JBoss by Red Hat
http://exitcondition.alrubinger.com
_______________________________________________
jboss-development mailing list
jboss-development@...
https://lists.jboss.org/mailman/listinfo/jboss-development