Hi Arun, Thank you for sharing this series. It is great to see real OFBiz issues being solved with AI assisted development.
Kind Regards, Chandan Khandelwal On Tue, Apr 28, 2026 at 5:32 PM Arun Patidar <[email protected]> wrote: > Hi Devs and Users, > > Continuing the video series, I have published a new video on the official > Apache OFBiz YouTube channel. > > *Details:* > > - *Title*: Fixing Apache OFBiz Issue OFBIZ-12104 LIVE with AI Agent | EP-03 > - *URL*: https://youtu.be/YqX2QA9bMCk > - *Jira Issue*: OFBIZ-12104 ( > https://issues.apache.org/jira/browse/OFBIZ-12104) > - *Tools*: Antigravity (Gemini) > - *Duration*: 30 minutes > > *Issue Summary:* > Canceling an item from the order view and refreshing the page caused > promotional items to endlessly duplicate in the ITEM_CREATED status. > > *Root Cause:* > 1. The recreateOrderAdjustments service created new promotional items but > failed to link them to their ship groups (OrderItemShipGroupAssoc). Without > this link, the cancellation service could not identify or remove them > during subsequent runs, causing items to accumulate. > 2. New promotional items were hardcoded to the ITEM_CREATED status, even if > the parent order was already ORDER_APPROVED. > > In this video, we explore how a developer's domain knowledge is essential > in guiding AI agents to generate the correct solution. > > > > Best regards, > --- > Arun Patidar > > On Wed, Apr 22, 2026 at 11:59 AM Ratnesh Upadhyay < > [email protected]> wrote: > > > Hi Arun, > > > > I really appreciate the effort you're putting into this video series. > > Using AI agents to walk through real Jira issues is a very practical and > > engaging way to demonstrate problem-solving in OFBiz. > > > > I look forward to more videos in this series. This will definitely be a > > valuable resource for the OFBiz developer community. > > > > -- > > > > Best Regards, > > Ratnesh Upadhyay > > > > *HotWax Systems* > > *Enterprise open source experts* > > > > http://www.hotwaxsystems.com > > > > On Sat, Apr 18, 2026 at 11:39 AM Arun Patidar <[email protected]> > > wrote: > > > > > Hi Devs and Users, > > > > > > In continuation of this video series, I have published another video on > > the > > > official Apache OFBiz YouTube channel. > > > > > > Below are the details: > > > > > > - Title: Fixing Apache OFBiz Issue OFBIZ-12103 LIVE with AI Agent | > EP-02 > > > - URL: https://youtu.be/QjXQbU-Amvo > > > - Jira Issue: OFBIZ-12103 ( > > > https://issues.apache.org/jira/browse/OFBIZ-12103 > > > ) > > > - Tools: IntelliJ IDEA AI Chat (Codex and Cursor) > > > - Duration: 20 minutes > > > > > > In this video, we see how a developer's domain knowledge helps guide AI > > > agents to generate the correct solution. > > > > > > > > > Best regards, > > > Arun Patidar > > > > > > > > > > > > > > > On Fri, Apr 17, 2026 at 12:44 PM Arun Patidar <[email protected]> > > > wrote: > > > > > > > I have republished this video on the official Apache OFBiz YouTube > > > > channel. Below are the details: > > > > > > > > URL: https://youtu.be/zZRJ0nydUTc > > > > Playlist - Vibe Coding > > > > > > > > > > > > Regards > > > > Arun Patidar > > > > > > > > > > > > > > > > > > > > On Tue, Apr 14, 2026 at 12:39 PM Arun Patidar < > [email protected]> > > > > wrote: > > > > > > > >> Hi Team, > > > >> > > > >> I’ve started a new video series demonstrating how we can use *AI > > agents* > > > >> to streamline Apache OFBiz development. > > > >> > > > >> In each video, I pick a reported Jira issue, verify it, and solve it > > > live > > > >> using "vibe coding" techniques. Initially, I am picking bug type > > issues. > > > >> > > > >> *Latest Video:* Fixing Shipment Issue OFBIZ-12157 > > > >> <https://youtu.be/q4pIibyJrNk> > > > >> *Jira Link:* OFBIZ-12157 > > > >> <https://issues.apache.org/jira/browse/OFBIZ-12157> > > > >> > > > >> Please check it out and share your thoughts. > > > >> > > > >> Best regards, > > > >> --- > > > >> Arun Patidar > > > >> > > > >> > > > >> > > > > > >
