Re: [jbosstools-dev] jira rights
by Dmitry Geraskov
Hi, Rodney,
I found the proof of the issue.
See https://jira.jboss.org/jira/browse/JBIDE-3712.
I updated there a few times file patch.rar.
So, helpdesk have to give back our rights! ;)
Rodney Russ wrote:
> Hmmmm, when I look at the Jira:
>
> https://jira.jboss.org/jira/browse/JBIDE-4527
>
> and click on the Manage Attachments link, I don't see any way to delete an attachment either. I'm not sure what the "delete" interface looked like. Should this be forwarded to the helpdesk?
>
> -Rodney
>
> ----- "Dmitry Geraskov" <dgeraskov(a)exadel.com> wrote:
>
>
>> https://jira.jboss.org/jira/secure/ManageAttachments.jspa?id=12388792
>>
>> I want to delete older id_detail.png.
>>
>>
>> Max Rydahl Andersen wrote:
>>
>>> delete old attachment of what ? Got a jira issue so I can look ? :)
>>>
>>> /max
>>>
>>> Dmitry Geraskov wrote:
>>>
>>>> There is a problem. I can't delete old attachment.
>>>>
>>>> Max Rydahl Andersen wrote:
>>>>
>>>>> Okey - so there are no problems ?
>>>>>
>>>>> Dmitry Geraskov wrote:
>>>>>
>>>>>> Not in svn, but in jira. I was mistaken.
>>>>>>
>>>>>> Max Rydahl Andersen wrote:
>>>>>>
>>>>>>> delete what file ? Nothing were attached - and even if it were I
>>>>>>>
>>>>>>> would still need to know its location to answer ;)
>>>>>>>
>>>>>>> /max
>>>>>>>
>>>>>>> Dmitry Geraskov wrote:
>>>>>>>
>>>>>>>> I can't delete attached file in svn.
>>>>>>>> As I remember I had the rights before.
>>>>>>>>
>> --
>> Best regards,
>>
>> Dmitry Geraskov
>> dgeraskov(a)exadel.com
>> Senior Developer
>> Exadel Inc
>>
>> _______________________________________________
>> jbosstools-dev mailing list
>> jbosstools-dev(a)lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/jbosstools-dev
>>
--
Best regards,
Dmitry Geraskov
dgeraskov(a)exadel.com
Senior Developer
Exadel Inc
15 years
SSH deployer: Something interesting I've been working on
by Rob Stryker
(This may not be of interest to everyone, but just thought I'd share it.
Also seeking ideas)
So I spent the better part of this week working on refining some of the
as-tools deployment api's and trying not to break anything (or if you
know me at all, purposely breaking things). I made a new plugin to hold
what is effectively an ssh deploy-only server. There's pretty much no UI
right now and everything's hard-coded, but I've gotten my first ssh
deployment working. ;)
None of this is in svn yet, but the one use-case I've gotten covered and
working is a zipped wtp-type project. So any project, a web project, ear
project, bpel / esb project, if the server has a property set to force
zipping of deployments, can now be deployed over ssh to some box that
you control.
Again, it's not in svn yet, and the UI is horrendous (read: not made at
all really) but the underlying APIs are there and I'll work on refining
it tomorrow to squeeze it into svn in some non-disgusting fashion.
** I was wondering if anyone had any good suggestions or what types of
settings you'd need for this type of server other than just host,
username, password, and hosts file. What type of functionality would you
want the server to provide you with if you were going to be deploying
remotely repeatedly?
Thanks in advance.
15 years, 1 month
Question about jaxb-xjc.jar
by Rob Stryker
Howdy:
In regards to a jira (https://jira.jboss.org/jira/browse/JBIDE-5036) it
seems JDT does not like having jaxb-xjc.jar on the classpath of
projects. It's currently added by the runtime to the project in the
everything-and-the-kitchen-sink classpath management for servers.
The problem is jaxb-xjc.jar is malformed according to eclipse. It has a
folder inside it which is the parent to some packages and classes, but
this folder's name is "1.0" and eclipse is trying to treat it as a
package fragment but finds the name unacceptable.
Do we know of any projects that absolutely require jaxb-xjc.jar on the
classpath or should I add an exception and not include jaxb-xjc.jar from
the classpath containers?
- Rob
15 years, 1 month
New name of Webbeans
by Alexey Kazakov
Hi Max,
I think it's time to rename "webbeans" component to "weld" in JBT JIRA :)
15 years, 1 month
Current WTP-style project offerings
by Rob Stryker
Here's a good summary of what's made already for the WTP projects. I
believe the ESB project already makes use of it. The BPEL project does
*not* and since I am not familiar with the BPEL project code, or all
that goes into creating a new project wizard for WTP projects (never did
work on that part), I'd need someone else (Denny?) to set up the UI and
associated pages and installation delegates to properly change the BPEL
project's format. I can assist on which references would be needed in
the installation delegate, but I'm not familiar with the rest of it.
I sincerely doubt I've replicated all possible types of reference
containers already. So far I have two, output containers for a project,
and class folders on your build path which also contain a custom WTP
attribute flag. These were both primary use cases in WTP. I would love
for people to test to see what other differences there are or which
reference types could be missing (any functionality possible in WTP and
not in our ESB project for example).
I do know that one thing I do not have support for yet is the use case
that's currently custom to Web project's interactions when bundled
inside an EAR, which is to push up the Web project's libraries to live
inside the parent module rather than inside the web project. I haven't
added this functionality yet because I've not heard whether similar
functionality is required for ESB projects or other module-types which
can serve as parents to nested wars (or others). If this turns out to
be an important use case I can try to address it, but for now if ESB
doesn't require this functionality than it's not necessary I don't believe.
http://www.jboss.org/community/wiki/JBossToolsWTPProjectStructures
15 years, 2 months
VPE new team member
by Maksim Areshkau
Hi,
In VPE team new person instead of sdzmitrovich
Here his login to red hat aharanovich
His email aharanovich(a)exadel.com
Please add him to JIRA, SVN and VPN access.
--
Maksim Areshkau
15 years, 2 months
Re: [jbosstools-dev] Current WTP-style project offerings
by Max Rydahl Andersen
Gary Brown wrote:
> Hi Brian
>
> If I understand you correctly, you mean that an Eclipse user may way
> to deploy their BPEL from one project and reference their WSDL from
> another project? (same for xsd aswell?)
>
> If so, then I don't think we care from the riftsaw/runtime
> perspective, as long as the deployed archive has the wsdl contained
> within the same hierarchy as the BPEL and deployment descriptor, and
> that all the relative paths are correctly resolved.
Yes, I'm talking about the tooling not the runtime here.
-max
>
> From a user perspective, I think it might be nice to offer the
> flexibility, but depends on how easier it will be to ensure the
> relative paths are all resolved correctly.
>
> Regards
> Gary
>
> Brian Fitzpatrick wrote:
>> Gary or John, do we have a deployment requirement for Riftsaw to be
>> able to deploy other folders of wsdl from other projects/locations
>> for BPEL?
>> --Fitz
>>
>> _______________________________
>> Brian Fitzpatrick (aka "Fitz")
>> Senior Software Engineer, SOA-P
>> JBoss by Red Hat
>>
>> ----- Original Message -----
>> From: "Max Rydahl Andersen" <max.andersen(a)redhat.com>
>> To: "Rob Stryker" <rob.stryker(a)redhat.com>
>> Cc: "Brian Fitzpatrick" <bfitzpat(a)redhat.com>,
>> jbosstools-dev(a)lists.jboss.org
>> Sent: Friday, October 2, 2009 3:28:14 AM GMT -07:00 US/Canada Mountain
>> Subject: Re: [jbosstools-dev] Current WTP-style project offerings
>>
>>
>>
>> Rob Stryker wrote:
>>> Ok I've got something working for the BPEL with only minimal
>>> changes. It took some finessing but that's it. I still need to know
>>> our backwards compatibility requirements with previous versions (if
>>> there were any), with the eclipse bpel project, which folders the
>>> source belong in, where we expect the .class files to go inside the
>>> resultant jar, etc etc etc.
>> 1) IMO we have no backwards compability requirements here since we
>> should be moving these jboss specific facet/deployment behavior to a
>> separate plugin/set of id's. i.e. if you use the org.eclipse plugins
>> you just keep doing that and it will still work, correct ?
>> Furthermore we moved to use utility jar so that is what will deploy
>> for the old ones, not ours...afaik (please verify that ;)
>>
>> 2) There are currently zero class files in BPEL project and it does
>> not even need to be a java project (of course we should not prevent
>> that from being possible)
>>
>> btw. is there a way to enable BPEL deployment to happen from an
>> existing project ? i.e. say this java project got these 2 folders
>> that we would like to bundle as a BPEL artifact ?
>>
>> Another requirement I remember SOA guys put in the PRD for JBDS was
>> the ability to include other folders of wsdl from other
>> projects/locations. Is that possible now ?
>>
>> -max
>>> Brian Fitzpatrick wrote:
>>>> Again, if it helps...
>>>> The New BPEL Project wizard code is located in the
>>>> org.eclipse.bpel.runtimes plug-in as
>>>> org.eclipse.bpel.runtimes.ui.wizards.NewBPELProjectWizard
>>>>
>>>> The facets and deployment modules also appear to be in that plug-in.
>>>> --Fitz
>>>> _______________________________
>>>> Brian Fitzpatrick (aka "Fitz")
>>>> Senior Software Engineer, SOA-P
>>>> JBoss by Red Hat
>>>>
>>>> ----- Original Message -----
>>>> From: "Max Rydahl Andersen" <max.andersen(a)redhat.com>
>>>> To: "Rob Stryker" <rob.stryker(a)redhat.com>
>>>> Cc: "Brian Fitzpatrick" <bfitzpat(a)redhat.com>,
>>>> jbosstools-dev(a)lists.jboss.org
>>>> Sent: Thursday, October 1, 2009 1:42:08 PM GMT -07:00 US/Canada
>>>> Mountain
>>>> Subject: Re: [jbosstools-dev] Current WTP-style project offerings
>>>>
>>>>
>>>>
>>>> Rob Stryker wrote:
>>>>> I've never made a project wizard that used the faceted framework.
>>>>> Denny has. For Denny to make one for BPEL would be simply using
>>>>> the exact same extension points he used in ESB, except in BPEL,
>>>>> with small changes for things like ids, classes, etc.
>>>>>
>>>>> I consider this "duplication".
>>>> No, it's two different features - doesn't duplicate (bad), just do
>>>> similar things in similar ways (good) ;)
>>>>> Also I don't know anything at all about the BPEL project
>>>>> structures, where the current wizard is, how the current wizard
>>>>> works, what the important backwards compatability issues /
>>>>> pressure points might be, etc etc etc.
>>>>>
>>>>> I'm sure if I just dug through code for 2 or 3 days I could get
>>>>> something workable
>>>> We need this done before M4 - what things do you have on your plate
>>>> for M4 that won't be done if you look into this ?
>>>>
>>>> /max
>>>>> Max Rydahl Andersen wrote:
>>>>>> Rob Stryker wrote:
>>>>>>> Ahh... well... This wasn't stuff that I did; it's stuff Denny
>>>>>>> did. I imagine this would be pretty in-depth to get the project
>>>>>>> set up, not something trivial, so I'm not even 100% sure where
>>>>>>> to look yet. Primarily it would be duplicating something similar
>>>>>>> to the two esb plugins with project in the name:
>>>>>>> org.jboss.tools.esb.project.core and
>>>>>>> org.jboss.tools.esb.project.ui.
>>>>>> btw. No sure what you mean with duplication here ?
>>>>>>
>>>>>> /max
>>>>>>> Max: Should I direct myself to this task immediately or should
>>>>>>> I try to help Brian work through it? I'm not familiar with all
>>>>>>> the extension points but I'm sure I could figure it out if you
>>>>>>> wanted me to ASAP.
>>>>>>>
>>>>>>> - Rob
>>>>>>>
>>>>>>> Brian Fitzpatrick wrote:
>>>>>>>> Denny's on vacation for a while. Won't be back until after
>>>>>>>> their holiday.
>>>>>>>>
>>>>>>>> That leaves yours truly to help, though I'm just as blind in
>>>>>>>> this code as you are.
>>>>>>>> Can you point me at the work you did for ESB and point me in a
>>>>>>>> direction to do something similar in the BPEL area?
>>>>>>>>
>>>>>>>> --Fitz
>>>>>>>>
>>>>>>>> _______________________________
>>>>>>>> Brian Fitzpatrick (aka "Fitz")
>>>>>>>> Senior Software Engineer, SOA-P
>>>>>>>> JBoss by Red Hat
>>>>>>>>
>>>>>>>> ----- Original Message -----
>>>>>>>> From: "Rob Stryker" <rob.stryker(a)redhat.com>
>>>>>>>> To: "Max Rydahl Andersen" <max.andersen(a)redhat.com>
>>>>>>>> Cc: jbosstools-dev(a)lists.jboss.org
>>>>>>>> Sent: Wednesday, September 30, 2009 3:33:58 PM GMT -07:00
>>>>>>>> US/Canada Mountain
>>>>>>>> Subject: Re: [jbosstools-dev] Current WTP-style project offerings
>>>>>>>>
>>>>>>>> Denny:
>>>>>>>> I didn't see any response to Max's two questions from you.
>>>>>>>> Are you available to do these tasks??
>>>>>>>>
>>>>>>>> Max Rydahl Andersen wrote:
>>>>>>>>>> Here's a good summary of what's made already for the WTP
>>>>>>>>>> projects. I
>>>>>>>>>> believe the ESB project already makes use of it.
>>>>>>>>> Denny, Is the ESB module using this now ?
>>>>>>>>>> The BPEL project does
>>>>>>>>>> *not* and since I am not familiar with the BPEL project code,
>>>>>>>>>> or all
>>>>>>>>>> that goes into creating a new project wizard for WTP projects
>>>>>>>>>> (never did
>>>>>>>>>> work on that part), I'd need someone else (Denny?) to set up
>>>>>>>>>> the UI and
>>>>>>>>>> associated pages and installation delegates to properly
>>>>>>>>>> change the BPEL
>>>>>>>>>> project's format. I can assist on which references would be
>>>>>>>>>> needed in
>>>>>>>>>> the installation delegate, but I'm not familiar with the rest
>>>>>>>>>> of it.
>>>>>>>>> This require we defines what facet's etc. is installed and
>>>>>>>>> what they do for BPEL.
>>>>>>>>> Denny - could you outline this in the wiki ?
>>>>>>>> _______________________________________________
>>>>>>>> jbosstools-dev mailing list
>>>>>>>> jbosstools-dev(a)lists.jboss.org
>>>>>>>> https://lists.jboss.org/mailman/listinfo/jbosstools-dev
15 years, 2 months
Re: [jbosstools-dev] Current WTP-style project offerings
by Brian Fitzpatrick
Hey Gary...
Yes, I believe that's sort of what Max was alluding to. My suspicion is that this would be on the UI side, not the deployment side, and would grab the workspace-relative project files and suck them into what gets deployed to the server. I don't think we're talking about sharing resources between deployed BPELs here.
Max, can you confirm?
--Fitz
_______________________________
Brian Fitzpatrick (aka "Fitz")
Senior Software Engineer, SOA-P
JBoss by Red Hat
----- Original Message -----
From: "Gary Brown" <gbrown(a)redhat.com>
To: "Brian Fitzpatrick" <bfitzpat(a)redhat.com>
Cc: "Max Rydahl Andersen" <max.andersen(a)redhat.com>, "John Graham" <jgraham(a)redhat.com>, jbosstools-dev(a)lists.jboss.org, "Rob Stryker" <rob.stryker(a)redhat.com>
Sent: Friday, October 2, 2009 8:03:15 AM GMT -07:00 US/Canada Mountain
Subject: Re: [jbosstools-dev] Current WTP-style project offerings
Hi Brian
If I understand you correctly, you mean that an Eclipse user may way to
deploy their BPEL from one project and reference their WSDL from another
project? (same for xsd aswell?)
If so, then I don't think we care from the riftsaw/runtime perspective,
as long as the deployed archive has the wsdl contained within the same
hierarchy as the BPEL and deployment descriptor, and that all the
relative paths are correctly resolved.
From a user perspective, I think it might be nice to offer the
flexibility, but depends on how easier it will be to ensure the relative
paths are all resolved correctly.
Regards
Gary
Brian Fitzpatrick wrote:
> Gary or John, do we have a deployment requirement for Riftsaw to be able to deploy other folders of wsdl from other projects/locations for BPEL?
> --Fitz
>
> _______________________________
> Brian Fitzpatrick (aka "Fitz")
> Senior Software Engineer, SOA-P
> JBoss by Red Hat
>
> ----- Original Message -----
> From: "Max Rydahl Andersen" <max.andersen(a)redhat.com>
> To: "Rob Stryker" <rob.stryker(a)redhat.com>
> Cc: "Brian Fitzpatrick" <bfitzpat(a)redhat.com>, jbosstools-dev(a)lists.jboss.org
> Sent: Friday, October 2, 2009 3:28:14 AM GMT -07:00 US/Canada Mountain
> Subject: Re: [jbosstools-dev] Current WTP-style project offerings
>
>
>
> Rob Stryker wrote:
>
>> Ok I've got something working for the BPEL with only minimal changes.
>> It took some finessing but that's it. I still need to know our
>> backwards compatibility requirements with previous versions (if there
>> were any), with the eclipse bpel project, which folders the source
>> belong in, where we expect the .class files to go inside the resultant
>> jar, etc etc etc.
>>
>>
> 1) IMO we have no backwards compability requirements here since we
> should be moving these jboss specific facet/deployment behavior to a
> separate plugin/set of id's. i.e. if you use the org.eclipse plugins you
> just keep doing that and it will still work, correct ? Furthermore we
> moved to use utility jar so that is what will deploy for the old ones,
> not ours...afaik (please verify that ;)
>
> 2) There are currently zero class files in BPEL project and it does not
> even need to be a java project (of course we should not prevent that
> from being possible)
>
> btw. is there a way to enable BPEL deployment to happen from an existing
> project ? i.e. say this java project got these 2 folders that we would
> like to bundle as a BPEL artifact ?
>
> Another requirement I remember SOA guys put in the PRD for JBDS was the
> ability to include other folders of wsdl from other projects/locations.
> Is that possible now ?
>
> -max
>
>> Brian Fitzpatrick wrote:
>>
>>> Again, if it helps...
>>> The New BPEL Project wizard code is located in the
>>> org.eclipse.bpel.runtimes plug-in as
>>> org.eclipse.bpel.runtimes.ui.wizards.NewBPELProjectWizard
>>>
>>> The facets and deployment modules also appear to be in that plug-in.
>>> --Fitz
>>> _______________________________
>>> Brian Fitzpatrick (aka "Fitz")
>>> Senior Software Engineer, SOA-P
>>> JBoss by Red Hat
>>>
>>> ----- Original Message -----
>>> From: "Max Rydahl Andersen" <max.andersen(a)redhat.com>
>>> To: "Rob Stryker" <rob.stryker(a)redhat.com>
>>> Cc: "Brian Fitzpatrick" <bfitzpat(a)redhat.com>,
>>> jbosstools-dev(a)lists.jboss.org
>>> Sent: Thursday, October 1, 2009 1:42:08 PM GMT -07:00 US/Canada Mountain
>>> Subject: Re: [jbosstools-dev] Current WTP-style project offerings
>>>
>>>
>>>
>>> Rob Stryker wrote:
>>>
>>>> I've never made a project wizard that used the faceted framework.
>>>> Denny has. For Denny to make one for BPEL would be simply using the
>>>> exact same extension points he used in ESB, except in BPEL, with
>>>> small changes for things like ids, classes, etc.
>>>>
>>>> I consider this "duplication".
>>>>
>>> No, it's two different features - doesn't duplicate (bad), just do
>>> similar things in similar ways (good) ;)
>>>
>>>> Also I don't know anything at all about the BPEL project structures,
>>>> where the current wizard is, how the current wizard works, what the
>>>> important backwards compatability issues / pressure points might be,
>>>> etc etc etc.
>>>>
>>>> I'm sure if I just dug through code for 2 or 3 days I could get
>>>> something workable
>>>>
>>> We need this done before M4 - what things do you have on your plate
>>> for M4 that won't be done if you look into this ?
>>>
>>> /max
>>>
>>>> Max Rydahl Andersen wrote:
>>>>
>>>>> Rob Stryker wrote:
>>>>>
>>>>>> Ahh... well... This wasn't stuff that I did; it's stuff Denny did.
>>>>>> I imagine this would be pretty in-depth to get the project set up,
>>>>>> not something trivial, so I'm not even 100% sure where to look
>>>>>> yet. Primarily it would be duplicating something similar to the
>>>>>> two esb plugins with project in the name:
>>>>>> org.jboss.tools.esb.project.core and
>>>>>> org.jboss.tools.esb.project.ui.
>>>>>>
>>>>> btw. No sure what you mean with duplication here ?
>>>>>
>>>>> /max
>>>>>
>>>>>> Max: Should I direct myself to this task immediately or should I
>>>>>> try to help Brian work through it? I'm not familiar with all the
>>>>>> extension points but I'm sure I could figure it out if you wanted
>>>>>> me to ASAP.
>>>>>>
>>>>>> - Rob
>>>>>>
>>>>>> Brian Fitzpatrick wrote:
>>>>>>
>>>>>>> Denny's on vacation for a while. Won't be back until after their
>>>>>>> holiday.
>>>>>>>
>>>>>>> That leaves yours truly to help, though I'm just as blind in this
>>>>>>> code as you are.
>>>>>>> Can you point me at the work you did for ESB and point me in a
>>>>>>> direction to do something similar in the BPEL area?
>>>>>>>
>>>>>>> --Fitz
>>>>>>>
>>>>>>> _______________________________
>>>>>>> Brian Fitzpatrick (aka "Fitz")
>>>>>>> Senior Software Engineer, SOA-P
>>>>>>> JBoss by Red Hat
>>>>>>>
>>>>>>> ----- Original Message -----
>>>>>>> From: "Rob Stryker" <rob.stryker(a)redhat.com>
>>>>>>> To: "Max Rydahl Andersen" <max.andersen(a)redhat.com>
>>>>>>> Cc: jbosstools-dev(a)lists.jboss.org
>>>>>>> Sent: Wednesday, September 30, 2009 3:33:58 PM GMT -07:00
>>>>>>> US/Canada Mountain
>>>>>>> Subject: Re: [jbosstools-dev] Current WTP-style project offerings
>>>>>>>
>>>>>>> Denny:
>>>>>>> I didn't see any response to Max's two questions from you. Are
>>>>>>> you available to do these tasks??
>>>>>>>
>>>>>>> Max Rydahl Andersen wrote:
>>>>>>>
>>>>>>>>> Here's a good summary of what's made already for the WTP
>>>>>>>>> projects. I
>>>>>>>>> believe the ESB project already makes use of it.
>>>>>>>>>
>>>>>>>> Denny, Is the ESB module using this now ?
>>>>>>>>
>>>>>>>>> The BPEL project does
>>>>>>>>> *not* and since I am not familiar with the BPEL project code,
>>>>>>>>> or all
>>>>>>>>> that goes into creating a new project wizard for WTP projects
>>>>>>>>> (never did
>>>>>>>>> work on that part), I'd need someone else (Denny?) to set up
>>>>>>>>> the UI and
>>>>>>>>> associated pages and installation delegates to properly change
>>>>>>>>> the BPEL
>>>>>>>>> project's format. I can assist on which references would be
>>>>>>>>> needed in
>>>>>>>>> the installation delegate, but I'm not familiar with the rest
>>>>>>>>> of it.
>>>>>>>>>
>>>>>>>> This require we defines what facet's etc. is installed and what
>>>>>>>> they do for BPEL.
>>>>>>>> Denny - could you outline this in the wiki ?
>>>>>>>>
>>>>>>> _______________________________________________
>>>>>>> jbosstools-dev mailing list
>>>>>>> jbosstools-dev(a)lists.jboss.org
>>>>>>> https://lists.jboss.org/mailman/listinfo/jbosstools-dev
>>>>>>>
--
Gary Brown
gbrown(a)redhat.com
JBoss, by Red Hat
Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom.
Registered in UK and Wales under Company Registration No. 3798903 Directors: Michael Cunningham (USA), Charlie Peters (USA), Matt Parsons (USA) and Brendan Lane (Ireland).
15 years, 2 months
Re: [jbosstools-dev] Current WTP-style project offerings
by Brian Fitzpatrick
If it helps at all, there's a good page on deploying BPEL to Riftsaw here: http://www.jboss.org/community/wiki/DeployingBPELtoRiftSaw
And the BPEL Editor documentation (JBoss BPEL User Guide) is here: http://download.jboss.org/jbosstools/nightly-docs/
--Fitz
_______________________________
Brian Fitzpatrick (aka "Fitz")
Senior Software Engineer, SOA-P
JBoss by Red Hat
----- Original Message -----
From: "Rob Stryker" <rob.stryker(a)redhat.com>
To: "Max Rydahl Andersen" <max.andersen(a)redhat.com>
Cc: "Brian Fitzpatrick" <bfitzpat(a)redhat.com>, jbosstools-dev(a)lists.jboss.org
Sent: Thursday, October 1, 2009 12:15:32 PM GMT -07:00 US/Canada Mountain
Subject: Re: [jbosstools-dev] Current WTP-style project offerings
I've never made a project wizard that used the faceted framework. Denny
has. For Denny to make one for BPEL would be simply using the exact same
extension points he used in ESB, except in BPEL, with small changes for
things like ids, classes, etc.
I consider this "duplication".
Also I don't know anything at all about the BPEL project structures,
where the current wizard is, how the current wizard works, what the
important backwards compatability issues / pressure points might be, etc
etc etc.
I'm sure if I just dug through code for 2 or 3 days I could get
something workable
Max Rydahl Andersen wrote:
>
>
> Rob Stryker wrote:
>> Ahh... well... This wasn't stuff that I did; it's stuff Denny did. I
>> imagine this would be pretty in-depth to get the project set up, not
>> something trivial, so I'm not even 100% sure where to look yet.
>> Primarily it would be duplicating something similar to the two esb
>> plugins with project in the name: org.jboss.tools.esb.project.core
>> and org.jboss.tools.esb.project.ui.
> btw. No sure what you mean with duplication here ?
>
> /max
>>
>> Max: Should I direct myself to this task immediately or should I try
>> to help Brian work through it? I'm not familiar with all the
>> extension points but I'm sure I could figure it out if you wanted me
>> to ASAP.
>>
>> - Rob
>>
>> Brian Fitzpatrick wrote:
>>> Denny's on vacation for a while. Won't be back until after their
>>> holiday.
>>>
>>> That leaves yours truly to help, though I'm just as blind in this
>>> code as you are.
>>> Can you point me at the work you did for ESB and point me in a
>>> direction to do something similar in the BPEL area?
>>>
>>> --Fitz
>>>
>>> _______________________________
>>> Brian Fitzpatrick (aka "Fitz")
>>> Senior Software Engineer, SOA-P
>>> JBoss by Red Hat
>>>
>>> ----- Original Message -----
>>> From: "Rob Stryker" <rob.stryker(a)redhat.com>
>>> To: "Max Rydahl Andersen" <max.andersen(a)redhat.com>
>>> Cc: jbosstools-dev(a)lists.jboss.org
>>> Sent: Wednesday, September 30, 2009 3:33:58 PM GMT -07:00 US/Canada
>>> Mountain
>>> Subject: Re: [jbosstools-dev] Current WTP-style project offerings
>>>
>>> Denny:
>>> I didn't see any response to Max's two questions from you. Are you
>>> available to do these tasks??
>>>
>>> Max Rydahl Andersen wrote:
>>>>> Here's a good summary of what's made already for the WTP projects. I
>>>>> believe the ESB project already makes use of it.
>>>> Denny, Is the ESB module using this now ?
>>>>> The BPEL project does
>>>>> *not* and since I am not familiar with the BPEL project code, or all
>>>>> that goes into creating a new project wizard for WTP projects
>>>>> (never did
>>>>> work on that part), I'd need someone else (Denny?) to set up the
>>>>> UI and
>>>>> associated pages and installation delegates to properly change the
>>>>> BPEL
>>>>> project's format. I can assist on which references would be needed in
>>>>> the installation delegate, but I'm not familiar with the rest of it.
>>>> This require we defines what facet's etc. is installed and what
>>>> they do for BPEL.
>>>> Denny - could you outline this in the wiki ?
>>>
>>>
>>> _______________________________________________
>>> jbosstools-dev mailing list
>>> jbosstools-dev(a)lists.jboss.org
>>> https://lists.jboss.org/mailman/listinfo/jbosstools-dev
15 years, 2 months