BPEL Package Deployer name

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

BPEL Package Deployer name

by Milinda Pathirage :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi all,
Is there a way to add the 'deployer' name when deploying new process in ODE.
When I got process information using Process Management API, it returns a
empty owner field like following:

 <ns:deployment-info>
        <ns:package>HelloWorldNew</ns:package>
        <ns:document>HelloWorld.bpel</ns:document>
        <ns:deploy-date>2008-10-06T17:34:33.829+05:30</ns:deploy-date>
        <ns:deployer/>
      </ns:deployment-info>

Do I have to add the deployer name to deploy.xml?

Thanks
Milinda

--
http://mpathirage.com
http://wso2.org "Oxygen for Web Service Developers"
http://wsaxc.blogspot.com "Web Services With Axis2/C"

Re: BPEL Package Deployer name

by Alex Boisvert-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Milinda,

I looked quickly and it doesn't appear it's possible to set this field
through the PM API.  I think it was overlooked.

alex


On Wed, Oct 8, 2008 at 1:32 PM, Milinda Pathirage <
milinda.pathirage@...> wrote:

> Hi all,
> Is there a way to add the 'deployer' name when deploying new process in
> ODE.
> When I got process information using Process Management API, it returns a
> empty owner field like following:
>
>  <ns:deployment-info>
>        <ns:package>HelloWorldNew</ns:package>
>        <ns:document>HelloWorld.bpel</ns:document>
>        <ns:deploy-date>2008-10-06T17:34:33.829+05:30</ns:deploy-date>
>        <ns:deployer/>
>      </ns:deployment-info>
>
> Do I have to add the deployer name to deploy.xml?
>
> Thanks
> Milinda
>
> --
> http://mpathirage.com
> http://wso2.org "Oxygen for Web Service Developers"
> http://wsaxc.blogspot.com "Web Services With Axis2/C"
>

Re: BPEL Package Deployer name

by Matthieu Riou-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Milinda, could you file an issue for this if it's needed by the console?

Thanks,
Matthieu

On Fri, Oct 10, 2008 at 12:58 AM, Alex Boisvert <boisvert@...>wrote:

> Hi Milinda,
>
> I looked quickly and it doesn't appear it's possible to set this field
> through the PM API.  I think it was overlooked.
>
> alex
>
>
> On Wed, Oct 8, 2008 at 1:32 PM, Milinda Pathirage <
> milinda.pathirage@...> wrote:
>
> > Hi all,
> > Is there a way to add the 'deployer' name when deploying new process in
> > ODE.
> > When I got process information using Process Management API, it returns a
> > empty owner field like following:
> >
> >  <ns:deployment-info>
> >        <ns:package>HelloWorldNew</ns:package>
> >        <ns:document>HelloWorld.bpel</ns:document>
> >        <ns:deploy-date>2008-10-06T17:34:33.829+05:30</ns:deploy-date>
> >        <ns:deployer/>
> >      </ns:deployment-info>
> >
> > Do I have to add the deployer name to deploy.xml?
> >
> > Thanks
> > Milinda
> >
> > --
> > http://mpathirage.com
> > http://wso2.org "Oxygen for Web Service Developers"
> > http://wsaxc.blogspot.com "Web Services With Axis2/C"
> >
>

Re: BPEL Package Deployer name

by Milinda Pathirage :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

My actual requirement is to display the owner of deployed BPEL package and
display IP  address or any other related user information about instance
creator. Say if some one deploy package A using Deployment Service. Is there
a way to get the deployers IP or name? I think that BPEL package deployers
name is not that much important. But I think displaying the instance
creator's name is important in real world deployments. It will allow admins
to monitor where the request came from or who request what.
Please feel free to comment on this.

Thanks
Milinda

On Mon, Oct 13, 2008 at 10:00 PM, Matthieu Riou <matthieu@...>wrote:

> Milinda, could you file an issue for this if it's needed by the console?
>
> Thanks,
> Matthieu
>
> On Fri, Oct 10, 2008 at 12:58 AM, Alex Boisvert <boisvert@...
> >wrote:
>
> > Hi Milinda,
> >
> > I looked quickly and it doesn't appear it's possible to set this field
> > through the PM API.  I think it was overlooked.
> >
> > alex
> >
> >
> > On Wed, Oct 8, 2008 at 1:32 PM, Milinda Pathirage <
> > milinda.pathirage@...> wrote:
> >
> > > Hi all,
> > > Is there a way to add the 'deployer' name when deploying new process in
> > > ODE.
> > > When I got process information using Process Management API, it returns
> a
> > > empty owner field like following:
> > >
> > >  <ns:deployment-info>
> > >        <ns:package>HelloWorldNew</ns:package>
> > >        <ns:document>HelloWorld.bpel</ns:document>
> > >        <ns:deploy-date>2008-10-06T17:34:33.829+05:30</ns:deploy-date>
> > >        <ns:deployer/>
> > >      </ns:deployment-info>
> > >
> > > Do I have to add the deployer name to deploy.xml?
> > >
> > > Thanks
> > > Milinda
> > >
> > > --
> > > http://mpathirage.com
> > > http://wso2.org "Oxygen for Web Service Developers"
> > > http://wsaxc.blogspot.com "Web Services With Axis2/C"
> > >
> >
>



--
http://mpathirage.com
http://wso2.org "Oxygen for Web Service Developers"
http://wsaxc.blogspot.com "Web Services With Axis2/C"

Re: BPEL Package Deployer name

by Alex Boisvert-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Agreed.

If we can find a way to pass in whatever authenticated principal was used in
the call chain, then it should be tied to the deployer's name.   This was
the intent from the beginning.

(I think the IP address is a weak form of authentication/audit information
but I guess it's better than nothing...)

alex

On Wed, Oct 15, 2008 at 5:05 AM, Milinda Pathirage <
milinda.pathirage@...> wrote:

> My actual requirement is to display the owner of deployed BPEL package and
> display IP  address or any other related user information about instance
> creator. Say if some one deploy package A using Deployment Service. Is
> there
> a way to get the deployers IP or name? I think that BPEL package deployers
> name is not that much important. But I think displaying the instance
> creator's name is important in real world deployments. It will allow admins
> to monitor where the request came from or who request what.
> Please feel free to comment on this.
>
> Thanks
> Milinda
>
> On Mon, Oct 13, 2008 at 10:00 PM, Matthieu Riou <matthieu@...
> >wrote:
>
> > Milinda, could you file an issue for this if it's needed by the console?
> >
> > Thanks,
> > Matthieu
> >
> > On Fri, Oct 10, 2008 at 12:58 AM, Alex Boisvert <boisvert@...
> > >wrote:
> >
> > > Hi Milinda,
> > >
> > > I looked quickly and it doesn't appear it's possible to set this field
> > > through the PM API.  I think it was overlooked.
> > >
> > > alex
> > >
> > >
> > > On Wed, Oct 8, 2008 at 1:32 PM, Milinda Pathirage <
> > > milinda.pathirage@...> wrote:
> > >
> > > > Hi all,
> > > > Is there a way to add the 'deployer' name when deploying new process
> in
> > > > ODE.
> > > > When I got process information using Process Management API, it
> returns
> > a
> > > > empty owner field like following:
> > > >
> > > >  <ns:deployment-info>
> > > >        <ns:package>HelloWorldNew</ns:package>
> > > >        <ns:document>HelloWorld.bpel</ns:document>
> > > >        <ns:deploy-date>2008-10-06T17:34:33.829+05:30</ns:deploy-date>
> > > >        <ns:deployer/>
> > > >      </ns:deployment-info>
> > > >
> > > > Do I have to add the deployer name to deploy.xml?
> > > >
> > > > Thanks
> > > > Milinda
> > > >
> > > > --
> > > > http://mpathirage.com
> > > > http://wso2.org "Oxygen for Web Service Developers"
> > > > http://wsaxc.blogspot.com "Web Services With Axis2/C"
> > > >
> > >
> >
>
>
>
> --
> http://mpathirage.com
> http://wso2.org "Oxygen for Web Service Developers"
> http://wsaxc.blogspot.com "Web Services With Axis2/C"
>
LightInTheBox - Buy quality products at wholesale price!