Reports looking a little odd:
by Lincoln Baxter, III
See screen shots.. but good news is that we are actually generating
information that shows up! Let's keep up the good work!
[image: Inline image 2][image: Inline image 1]
--
Lincoln Baxter, III
http://ocpsoft.org
"Simpler is better."
10 years, 3 months
WU1 runs, WU2 profiling
by Ondrej Zizka
The separator for packages is colon, not coma.
When I use the right one, jad fails for me, too.
Unlike Jess, I don't know how to fix that.
So I at least wrote few scripts to automate running.
Profiling - my previous session crashed with OOME, twice (I thought 2,5
GB could be enough) so I set to 6 GB, hopefully that will pass. If not,
I'm out of hw resources to profile the big apps.
Ondra
10 years, 4 months
Windup Meeting Minutes - 2014-08-27
by Lincoln Baxter, III
Minutes:
http://transcripts.jboss.org/meeting/irc.freenode.org/windup/2014/windup....
Minutes (text):
http://transcripts.jboss.org/meeting/irc.freenode.org/windup/2014/windup....
Log:
http://transcripts.jboss.org/meeting/irc.freenode.org/windup/2014/windup....
Meeting summary
---------------
* Agenda (lincolnthree, 14:08:46)
* Status Reports (lincolnthree, 14:11:53)
* Java-legacy rules are still not merged, always some problem
occurred, waiting for the the review (mbriskar, 14:12:46)
* XML-legacy rules API is almost ready, just needs fixing a
classloader's issue (mbriskar, 14:13:27)
* Worked on fixing WINDUP-233 over the past 2 days, work is now
complete with some help from jsightler (lincolnthree, 14:16:14)
* I'm now working on adding progress information to the Windup UI and
APIs - WINDUP-92 (lincolnthree, 14:16:52)
* Also working on reviewing the rules PRs from mbriskar
(lincolnthree, 14:17:24)
* I worked with lincolnthree some on WINDUP-233 (jsightler, 14:17:50)
* I have also been working on testing WU1.x vs WU 2.x (jsightler,
14:19:08)
* And I fixed WINDUP-231 (Classification details are not appearing in
Source reports) (jsightler, 14:19:40)
* Profiling: Even with 4 GB, it runs into OOME every time with bigger
app. With a small one, it runs for a while, but sometimes hits OOME
too. But before that, I am able to see some information. Mostly
decompiler calls. Nothing surprising found. (ozizka1, 14:19:57)
* Regarding test apps runs (with proper packages separator...), I have
quite some results, which I am processing into that table at google
docs. (ozizka1, 14:19:57)
* I've been looking for more apps, found few RH internal, which also
give interesting results. (ozizka1, 14:21:07)
* Focus and tasks (lincolnthree, 14:24:23)
* LINK: https://github.com/mbriskar/windup/pull/3 (jsightler,
14:35:45)
Meeting ended at 14:40:05 UTC.
--
Lincoln Baxter, III
http://ocpsoft.org
"Simpler is better."
10 years, 4 months
Windup Meeting Minutes: 2014-08-20
by Lincoln Baxter, III
Minutes:
http://transcripts.jboss.org/meeting/irc.freenode.org/windup/2014/windup....
Minutes (text):
http://transcripts.jboss.org/meeting/irc.freenode.org/windup/2014/windup....
Log:
http://transcripts.jboss.org/meeting/irc.freenode.org/windup/2014/windup....
Meeting summary
---------------
* Agenda (lincolnthree, 14:03:57)
* Status Reports (lincolnthree, 14:06:14)
* I've been working on XML rule syntax. (lincolnthree, 14:08:01)
* Along the way I've started simplifying the
Iteration.over().perform(…) default behavior even farther
(lincolnthree, 14:08:20)
* so that iterations will be implied if not specified at the base
level (working on the correct pre-conditions to activate this)
(lincolnthree, 14:09:15)
* Iteration simplification —> http://paste2.org/0k7OHt7I
(lincolnthree, 14:11:33)
* other than that I've been dealing with a lot of meetings because of
our release date change, people are a little too eager imo
(lincolnthree, 14:17:17)
* I was working with Robb and Sande on docs. (ozizka, 14:18:01)
* I paused work on PRs as I am a bit confused about the requirements
and priorities. Hopefully resuming when clarified. (ozizka,
14:18:01)
* I have worked on some design work for per-ruleset configuration
(with lincoln and ozizka) (jsightler, 14:19:35)
* I have also added some basic pie charts and effort point reports to
the windup report (jsightler, 14:19:51)
* And I added the per-ruleset metadata implementation (just ruleset id
for now) (jsightler, 14:20:16)
* Worked on migrating java legacy rules, I believe they are complete
now. However didn't test it that it really contains all of the
legacy rules (mbriskar, 14:24:08)
* Since now, please add prefix "Test" to all Models, Operations,
Conditions and Rules that are for the testing purpose only.
(mbriskar, 14:24:50)
* Created a rule creating tutorial and a "quickstart" for the purposes
of demo for sgilda and robbg (ozizka, 14:27:28)
* per-ruleset configuration (lincolnthree, 14:35:23)
* The per-ruleset configuration document is here:
https://docs.google.com/document/d/1tjJF3Temh8_xLe__yoGEx0wRwtrh8qPwmBHSZ...
(WINDUP-131) (jsightler, 14:36:35)
* Release priorities (lincolnthree, 14:40:57)
* LINK: https://github.com/forge/core/tree/master/dist
(lincolnthree, 14:43:03)
* LINK: https://issues.jboss.org/browse/WINDUP-88 (lincolnthree,
14:43:59)
* AGREED: Users will run Windup through Forge for the Tech Preview
release (lincolnthree, 14:59:01)
* Ensure feature parity with Windup 1.x rules (lincolnthree,
15:00:27)
* Ensure feature parity with Windup 1.x reporting (lincolnthree,
15:00:40)
* Externalized rules - Groovy (lincolnthree, 15:03:19)
* Team Focus (lincolnthree, 15:32:29)
* mbriskar is working on renaming tests and test models and migrating
windup 1.x XML-inspection rules to the new Java dSL syntax
(lincolnthree, 15:35:52)
* I am working on loading Groovy files from an external folder
dynamically at the moment (jsightler, 15:42:18)
* I am finishing up https://github.com/windup/windup/pull/197 before
the groovy stuff... hopefully today (jsightler, 15:45:28)
--
Lincoln Baxter, III
http://ocpsoft.org
"Simpler is better."
10 years, 4 months
Fwd: Re: Migration Notes
by Sande Gilda
Hi Eric,
Thanks so much for sharing your notes. I will try to update the JBoss
Migration Guide with this information. I am also copying the Windup
development team for addition to the rules repository.
Thanks again,
Sande
-------- Original Message --------
Subject: Re: Migration Notes
Date: Mon, 18 Aug 2014 18:23:54 -0400 (EDT)
From: Eric Sauer <esauer(a)redhat.com>
To: Sande Gilda <sgilda(a)redhat.com>
CC: Brad Davis <bdavis(a)redhat.com>
Ok, this is one of the migration notes wiki pages we left with the customer. It contains what we ultimately had to do to get WS-Security working when moving from JBossWS Native in AS 4.2.3 to JBossCXF in EAP 6.2.3+. The plus sign is there because we had to also get a BZ created for us to fix two bugs we exposed while working with support to get them migrated. The BZs were installed as cumulative patches on top of CP 6.2.3.
There were a lot of community resources for CXF and the WS-Security spec that we had to use to figure out how to get to the final product we ended up with. I will pull those out of the support case and try to formulate something on mojo hopefully in the coming week.
Eric Sauer
Red Hat Consulting
www.redhat.com
eric(a)redhat.com | t. 773.318.3036
----- Original Message -----
From: "Eric Sauer" <esauer(a)redhat.com>
To: "Sande Gilda" <sgilda(a)redhat.com>
Cc: "Brad Davis" <bdavis(a)redhat.com>
Sent: Monday, August 18, 2014 5:32:58 PM
Subject: Re: Migration Notes
Hey Guys,
I will get a copy of the documents I left with the customer around what needed changing during migration. We also have a support case around the CXF WS-Security migration which we could easily grab some notes from.
Eric Sauer
Red Hat Consulting
www.redhat.com
eric(a)redhat.com | t. 773.318.3036
----- Original Message -----
From: "Sande Gilda" <sgilda(a)redhat.com>
To: "Brad Davis" <bdavis(a)redhat.com>, "Eric Sauer" <esauer(a)redhat.com>
Sent: Monday, August 11, 2014 11:42:31 AM
Subject: Re: Migration Notes
Eric, any information you can provide would be extremely valuable!
Thanks Brad!
On 08/11/2014 08:34 AM, Brad Davis wrote:
> Eric,
> Sande takes care of migration documentation for JBoss. Can you pass
> along any notes on web service migration, security context migration,
> and other notes from the AAP project?
>
> Thanks,
> Brad Davis
> Red Hat Consulting
> Email: bdavis(a)redhat.com <mailto:bdavis@redhat.com> | c:980.226.7865
> <tel:980.226.7865> |http://www.redhat.com <http://www.redhat.com/>
10 years, 4 months
Java-gate?
by Lincoln Baxter, III
Hey Brad, could you please explain java-gate? We are a little confused what
it does. Thanks!
10 years, 4 months
Resources loading - how to limit to an addon?
by Ondrej Zizka
Hi,
let's say I want to look for a class, but only in given Addon's scope.
I.e. not in it's dependencies.
How would I do that, in an effective way?
addon.getClassLoader().loadClass() would give me (I suppose) transitive
classloaders' results too.
addon.getRepository().getAddonResources(addon.getId()) and traversing
the results seems to be ugly solution.
Anything better?
Thanks,
Ondra
10 years, 4 months