Re: [jbosstools-dev] Extending the AS Server View
by Max Rydahl Andersen
looks like you forgot to cc the list.
>> The biggest issue we still got is the isolation of dmr.jar - as far as I can see you are putting dmr.jar into the core plugin. Doesn't this mean that when the core plugin actually calls into our as7 services that this dmr.jar content overshadows the dmr.jar found in as7 plugin ? (this becomes important/critical when we get into the situation we were in during as71 dev time - as70 jars didn't work with as71 jars…this specific issue is solved now but once as8 comes we can't be sure).
>
> I'm not aware of all details here but I'd doubt that this so "shadowing" would happen. So far the as service bundle would not expose dmr to the outside world and would only use the dmr within its bundle boundaries. I dont see why the internal implementation within the service bundle should get anything different than it's internal dmr bundle.
if that is true (AS7 service doesn't get affected by classes loaded by the callee) then having dmr.jar as external bundle for use by others for string creation will be ok - optimally we could just pass in a ModelNode but *then* we get the shadow problem, right ?
the passed in instance will be from dmrincore.jar and possibly not compatible with the dmrinservice.jar if I see it right.
>> Because of this we (Rob and I) was discussing if it would make more sense to repackage/rename dmr (i.e. with something like jarjar) and provide that as the way to create non-conflicting model node strings ? That for sure eliminates any problem of client jars overshadowing - but of course leaves a problem if as8 changes their dmr syntax….but I think that is unlikely. What can change is the actual operation/subsystem names in as8 but that is possible to abstract out in code much easier than abstracting out client jars. Another less "intrusive" approach was to put the dmr.jar into an org.jboss.tools.as.dmr bundle that exports the dmr.jar api directly - but I guess if having dmr.jar in .core overshadows then having it in an external plugin that clients uses will result in same problem ?
>
> I'd definitely opt for the dmr-version/bundle approach. That is what osgi was invented for. If using bundles definied requirements properly things should work perfectly well. I still dont see any potential for shadowing. Or what do I miss?
Well the left over problem is the day AS8 comes with some new api added to dmr.jar then either that dmr.jar should be backwards compatible or we need an as.dmr and as.dmr8 bundle - but then clients would have to choose which one.
But since we are relying on the string operations to be sane here then we *assume* we are fine. Worth verifying with the AS7 team.
/max
http://about.me/maxandersen
12 years, 11 months
Extending the AS Server View
by Rob Cernich
Hey all,
Once again, I'm working on SwitchYard tooling and would like to present details about the SY subsystem and deployments in the Servers view. I know the mechanics of extending the view, but need access to the management client so I can generate the content. I noticed there is a ManagerService, but it only provides support for basic operations (deploy, undeploy, start, stop). Are there any plans to expand this interface to allow the execution of generic operations (e.g. ModelNode execute(ModelNode node))?
On that same note, are there any plans to add some basic content to the servers view (e.g. details, subsystems, etc.)? Since I'll be adding support for a subsystem, it would be nice if there were a "Subsystems" container provided by the core tooling.
I don't mind putting together a patch for any (all) of this stuff. I should be able to get the basics done in a couple days.
Let me know what you think.
Thanks in advance,
Rob
12 years, 11 months
238 issues left for Beta1 (code freeze next week!)
by Max Rydahl Andersen
Those with less liras assigned - please reach out and help those with too more.
Those with many liras assigned - please cleanup/reach out to clear these out.
If you are in doubt if you have many or few then see the following:
Name, # of issues assigned in Beta1
Xavier Coulon,32
Andre Dietisheim,26
Rob Stryker,25
Max Rydahl Andersen,17
Fred Bricon,14
Snjezana Peco,14
Yahor Radtsevich,13
Koen Aers,12
Denis Golovin,11
Dmitry Geraskov,11
Nick Boldt,11
Alexey Kazakov,6
Barry LaFond,6
Douglas Palmer,6
Robert (Bob) Brodt,6
None,5
Len DiMaggio,5
Viacheslav Kabanovich,4
Brian Fitzpatrick,3
Daniel Azarov,3
Denis Maliarevich,3
Isaac Rooskov,1
Kris Verlaenen,1
Mickael Istria,1
Pavol Srna,1
Vlado Pakan,1
/max
http://about.me/maxandersen
12 years, 11 months
3.3.0.Beta2 deleted in jira
by Max Rydahl Andersen
Hi,
3.3.0.Beta2 kept being used in jira with a fix version even though its not a planned release.
Thus I've removed it in jira, moving those issues to CR1 but that is probably also wrong so it needs reviewing.
/max
http://about.me/maxandersen
12 years, 11 months
nacha5_sbj}
by "Евгений Исаев"
The undermentioned information is related to the ACH transfer that was Initially performed by you or any other person on 02-06-2012.Transaction ID:265774135549
Transaction status:rejected
Further information: Please refer to the detailed report
Faithfully,Violette Coirs.2012 NACHA - The Electronic Payments AssociationPlease do not reply to this email, this mailbox is not monitored.
12 years, 11 months
SOA update site changes
by Doug Palmer
Hi everyone
I have made a few changes to the soa update site in trunk:
1. Added the SwitchYard tools.
2. Upgraded Drools from 5.2.1.Final to 5.3.1.Final.
3. Added the jBPM 5.3.1.Final tools.
I hope everyone likes the shiny new stuff ;)
Regards
Doug
Douglas Palmer
dpalmer(a)redhat.com
JBoss, by Red Hat
Registered in England and Wales under Company Registration No. 03798903
Directors: Michael Cunningham (USA), Mark Hegarty (Ireland), Matt Parson
(USA), Charlie Peters (USA)
12 years, 11 months
drools
by Olfa h
Hi,
can help me to install drools (on windows)
thanks
12 years, 11 months
Setting up Target Platform in Eclipse
by Rob Cernich
Hey all,
I'm configuring a target platform for local development and was wondering if there were any "sites" that provided test plugins? (Short of downloading the zips and using those; or my hacky solution which points to the zips on the download site and which I wouldn't recommend.)
Thanks in advance,
Rob
12 years, 11 months
Eclipse WTP Runtime Integration
by Rob Cernich
Hey all,
I'm looking at improving the SwitchYard's WTP integration. Currently, the SY facet requires a JEE facet, which, with a little shim for utlity modules, allows deployment of any project with SY capabilities. That basically means a project with SY capabilities can be deployed to any JEE server. I would like to narrow the list of servers to those which actually have the SY components installed. (Although, theoretically, since a SY project is a JEE artifact, it could be deployed to any JEE server, so long as the SY runtime is packaged with it; there's even a quickstart illustrating this.)
I've spent a day or so trying to navigate the plethora of WTP extension points and haven't been able to figure out which way to go. I was assuming a "RuntimeComponentType" was the way to go, but haven't been able to see how anything I register would actually be picked up by an existing runtime.
Any thoughts? Experiences to share?
Thanks in advance,
Rob
12 years, 11 months