List Info

Thread: AS Beta3 - Release Notes




AS Beta3 - Release Notes
user name
2007-12-17 10:56:55
If you have a bullet list with important changes for your
component/project that you want to 
see in the AS5 Beta3 release notes, please send them to me,
asap.

Those should be backed by JIRA tasks, or a link to a wiki
page describing the changes.

Thanks
/Dimitris

PS
If for some reason, you are still doing AS Beta3 work, let
me know.
_______________________________________________
jboss-development mailing list
jboss-developmentlists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-develop
ment

Re: AS Beta3 - Release Notes
country flaguser name
United States
2007-12-17 11:05:41
The ProfileServiceUnitTestCase is broken for me and needs to
be resolved
before JBAS-4378 can be closed.


Dimitris Andreadis wrote:
> If you have a bullet list with important changes for
your
> component/project that you want to see in the AS5 Beta3
release notes,
> please send them to me, asap.
> 
> Those should be backed by JIRA tasks, or a link to a
wiki page
> describing the changes.
> 
> Thanks
> /Dimitris
> 
> PS
> If for some reason, you are still doing AS Beta3 work,
let me know.
> _______________________________________________
> jboss-development mailing list
> jboss-developmentlists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jboss-develop
ment

_______________________________________________
jboss-development mailing list
jboss-developmentlists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-develop
ment

Re: AS Beta3 - Release Notes
country flaguser name
Slovenia
2007-12-17 11:16:26
I'm about to commit MC changes needed for Alexey.
The tests pass locally for me.
Also wanted to test it with my remote build server, but I
have some 
problems.
So if Alexey or Scott can confirm that it also works for
them.

There are also changes made for this purpose:
  - http://www.jboss.org/index.html?module=bb
&op=viewtopic&t=125908

But I don't think this will break any code.
And there was only one jboss-structure.xml that I found,
which must be 
changed once the MC_beta8 is in.

Scott M Stark wrote:
> The ProfileServiceUnitTestCase is broken for me and
needs to be resolved
> before JBAS-4378 can be closed.
> 
> 
> Dimitris Andreadis wrote:
>> If you have a bullet list with important changes
for your
>> component/project that you want to see in the AS5
Beta3 release notes,
>> please send them to me, asap.
>>
>> Those should be backed by JIRA tasks, or a link to
a wiki page
>> describing the changes.
>>
>> Thanks
>> /Dimitris
>>
>> PS
>> If for some reason, you are still doing AS Beta3
work, let me know.
>> _______________________________________________
>> jboss-development mailing list
>> jboss-developmentlists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/jboss-develop
ment
> 
> _______________________________________________
> jboss-development mailing list
> jboss-developmentlists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jboss-develop
ment
> 
_______________________________________________
jboss-development mailing list
jboss-developmentlists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-develop
ment

Re: AS Beta3 - Release Notes
user name
2007-12-17 13:34:16
Here's a wiki page:

http://wiki.jboss.org/wiki/Wiki.jsp?page=JBoss
AS5ClusteringChanges

If you want bullets instead for the biggest ones:

* Clustering configurations have been organized in the
deploy dir in a 
new "cluster" subfolder. (JBAS-4709)
* Separate cache used for Clustered SSO. (JBAS-4676)
* Use of JGroups 2.6.1.GA and JBoss Cache 2.1.0.CR2.
* Use of the JGroups Multiplexer to permit sharing of
channels between 
services. AS 5 provides a channel factory service, deployed
in the 
{{{deploy/jgroups-channelfactory.sar}}}; standard AS
services obtain 
their JGroups channel from this factory.  Factory parses the

{{{META-INF/multiplexer-stacks.xml}}} file, which includes
various 
standard JGroups configurations identified by name (e.g
"udp" or "tcp"). 
Services needing a channel access the channel factory and
ask for a 
channel with a particular name. If multiple services (e.g.
web session 
replication and EJB3 SFSB replication) ask for a channel
with the same 
name, they will transparently share the same underlying
JGroups channel. 
See 
http://www.jgroups.org/javagroup
snew/docs/manual/html/user-advanced.html#d0e2203 
for more on the JGroups multiplexer.

Dimitris Andreadis wrote:
> If you have a bullet list with important changes for
your 
> component/project that you want to see in the AS5 Beta3
release notes, 
> please send them to me, asap.
> 
> Those should be backed by JIRA tasks, or a link to a
wiki page 
> describing the changes.
> 
> Thanks
> /Dimitris
> 
> PS
> If for some reason, you are still doing AS Beta3 work,
let me know.
> _______________________________________________
> jboss-development mailing list
> jboss-developmentlists.jboss.org
> https://lists.jboss.org/mailman/listinfo/jboss-develop
ment

-- 
Brian Stansberry
Lead, AS Clustering
JBoss, a division of Red Hat
brian.stansberryredhat.com
_______________________________________________
jboss-development mailing list
jboss-developmentlists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-develop
ment

Re: AS Beta3 - Release Notes (EJB3)
country flaguser name
United States
2007-12-18 00:55:10
I have begun a list of upgrade notes for EJB3:

http://wiki.jboss.org/wiki/Wiki.jsp?page=ToAS5.0.0.Beta3


Carlo, Bill please feel free to add as you see fit.

S,
ALR

Dimitris Andreadis wrote:
> If you have a bullet list with important changes for
your 
> component/project that you want to see in the AS5 Beta3
release notes, 
> please send them to me, asap.

-- 
Andrew Lee Rubinger
Sr. Software Engineer
JBoss EJB3
JBoss, a division of Red Hat, Inc.
http://labs.jboss.co
m/jbossejb3/
_______________________________________________
jboss-development mailing list
jboss-developmentlists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-develop
ment

Re: AS Beta3 - Release Notes (EJB3)
user name
2007-12-18 11:01:17
Please link the following wiki page in the release notes.
http://wiki.jboss.org/wiki/Wiki.jsp?page=SecurityInJBos
s5

That should be sufficient.

Andrew Lee Rubinger wrote:
> I have begun a list of upgrade notes for EJB3:
> 
> http://wiki.jboss.org/wiki/Wiki.jsp?page=ToAS5.0.0.Beta3

> 
> Carlo, Bill please feel free to add as you see fit.
> 
> S,
> ALR
> 
> Dimitris Andreadis wrote:
>> If you have a bullet list with important changes
for your
>> component/project that you want to see in the AS5
Beta3 release notes,
>> please send them to me, asap.
> 
_______________________________________________
jboss-development mailing list
jboss-developmentlists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-develop
ment

[1-6]

about | contact  Other archives ( Real Estate discussion Medical topics )