Dev-process for bugs in OfBiz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Dev-process for bugs in OfBiz

Alexander1893
Hi all,

I'm new to OfBiz and have a general question:

What is the process, if someone like me finds a bug in the standard implementation?

For example:
I'm using the service "cyberSourceCCAuth". The service-defnition defines the "billToEmail" as optional. As far as I can see this is not realy true, because cybersource needs an email-adress to auth a cc-payment.

If I'm wrong here - I'd be happy for any information. If I'm right, my question is, where to place such bugs.

Thanks a lot.
Alexander
Reply | Threaded
Open this post in threaded view
|

Re: Dev-process for bugs in OfBiz

Sumit Pandit-3
Hi Alexander,

For any issue, there are some general action which we follow like -
- Post in mailing list if it requires discussion.
- Create a jira issue if it really and issue, post enough details to describe the issue. https://issues.apache.org/jira/secure/Dashboard.jspa
- Post steps to reproduce.
- Post proposed solution if you have.
- Post the patch on issue if you fixed it.
- On jira you can do discussion via comments.

--
Thanks and Regards
Sumit Pandit

On Jan 4, 2010, at 4:40 PM, Alexander1893 wrote:

>
> Hi all,
>
> I'm new to OfBiz and have a general question:
>
> What is the process, if someone like me finds a bug in the standard
> implementation?
>
> For example:
> I'm using the service "cyberSourceCCAuth". The service-defnition defines the
> "billToEmail" as optional. As far as I can see this is not realy true,
> because cybersource needs an email-adress to auth a cc-payment.
>
> If I'm wrong here - I'd be happy for any information. If I'm right, my
> question is, where to place such bugs.
>
> Thanks a lot.
> Alexander
> --
> View this message in context: http://n4.nabble.com/Dev-process-for-bugs-in-OfBiz-tp998189p998189.html
> Sent from the OFBiz - Dev mailing list archive at Nabble.com.

Reply | Threaded
Open this post in threaded view
|

Re: Dev-process for bugs in OfBiz

Jacques Le Roux
Administrator
Also detailled : http://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Contributors+Best+Practices

Jacques

From: "Sumit Pandit" <[hidden email]>

> Hi Alexander,
>
> For any issue, there are some general action which we follow like -
> - Post in mailing list if it requires discussion.
> - Create a jira issue if it really and issue, post enough details to describe the issue.
> https://issues.apache.org/jira/secure/Dashboard.jspa
> - Post steps to reproduce.
> - Post proposed solution if you have.
> - Post the patch on issue if you fixed it.
> - On jira you can do discussion via comments.
>
> --
> Thanks and Regards
> Sumit Pandit
>
> On Jan 4, 2010, at 4:40 PM, Alexander1893 wrote:
>
>>
>> Hi all,
>>
>> I'm new to OfBiz and have a general question:
>>
>> What is the process, if someone like me finds a bug in the standard
>> implementation?
>>
>> For example:
>> I'm using the service "cyberSourceCCAuth". The service-defnition defines the
>> "billToEmail" as optional. As far as I can see this is not realy true,
>> because cybersource needs an email-adress to auth a cc-payment.
>>
>> If I'm wrong here - I'd be happy for any information. If I'm right, my
>> question is, where to place such bugs.
>>
>> Thanks a lot.
>> Alexander
>> --
>> View this message in context: http://n4.nabble.com/Dev-process-for-bugs-in-OfBiz-tp998189p998189.html
>> Sent from the OFBiz - Dev mailing list archive at Nabble.com.
>
>


Reply | Threaded
Open this post in threaded view
|

Re: Dev-process for bugs in OfBiz

David E. Jones-2

Yes, that's a much better and more official place to look.

-David


On Jan 4, 2010, at 8:52 AM, Jacques Le Roux wrote:

> Also detailled : http://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Contributors+Best+Practices
>
> Jacques
>
> From: "Sumit Pandit" <[hidden email]>
>> Hi Alexander,
>>
>> For any issue, there are some general action which we follow like -
>> - Post in mailing list if it requires discussion.
>> - Create a jira issue if it really and issue, post enough details to describe the issue. https://issues.apache.org/jira/secure/Dashboard.jspa
>> - Post steps to reproduce.
>> - Post proposed solution if you have.
>> - Post the patch on issue if you fixed it.
>> - On jira you can do discussion via comments.
>>
>> --
>> Thanks and Regards
>> Sumit Pandit
>>
>> On Jan 4, 2010, at 4:40 PM, Alexander1893 wrote:
>>
>>>
>>> Hi all,
>>>
>>> I'm new to OfBiz and have a general question:
>>>
>>> What is the process, if someone like me finds a bug in the standard
>>> implementation?
>>>
>>> For example:
>>> I'm using the service "cyberSourceCCAuth". The service-defnition defines the
>>> "billToEmail" as optional. As far as I can see this is not realy true,
>>> because cybersource needs an email-adress to auth a cc-payment.
>>>
>>> If I'm wrong here - I'd be happy for any information. If I'm right, my
>>> question is, where to place such bugs.
>>>
>>> Thanks a lot.
>>> Alexander
>>> --
>>> View this message in context: http://n4.nabble.com/Dev-process-for-bugs-in-OfBiz-tp998189p998189.html
>>> Sent from the OFBiz - Dev mailing list archive at Nabble.com.
>>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: Dev-process for bugs in OfBiz

Alexander1893
In reply to this post by Alexander1893
Thanks for the information!

I will open a new thread here for discussion, if there's really a bug in the service definition.

Alexander

Alexander1893 wrote
Hi all,

I'm new to OfBiz and have a general question:

What is the process, if someone like me finds a bug in the standard implementation?

For example:
I'm using the service "cyberSourceCCAuth". The service-defnition defines the "billToEmail" as optional. As far as I can see this is not realy true, because cybersource needs an email-adress to auth a cc-payment.

If I'm wrong here - I'd be happy for any information. If I'm right, my question is, where to place such bugs.

Thanks a lot.
Alexander