[jira] [Commented] (OFBIZ-11984) MessagingException in sendShipmentScheduledNotification service

2020-08-27 Thread Mridul Pathak (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17186049#comment-17186049
 ] 

Mridul Pathak commented on OFBIZ-11984:
---

[~jleroux] This issue also existed in migrated groovy version of trunk. 
sendOrderDeliveryScheduleNotification is still in minilang on trunk and same 
issue existed. Fixed it now, please refer the commit in comment above for more 
details.

> MessagingException in sendShipmentScheduledNotification service
> ---
>
> Key: OFBIZ-11984
> URL: https://issues.apache.org/jira/browse/OFBIZ-11984
> Project: OFBiz
>  Issue Type: Bug
>  Components: product/facility
>Affects Versions: Release Branch 18.12, Release Branch 17.12, Trunk
>Reporter: Mridul Pathak
>Assignee: Mridul Pathak
>Priority: Minor
> Fix For: 18.12.01, Upcoming Branch, 17.12.05
>
>
> Please refer the stack-trace below,
> {noformat}
> 2020-08-26 18:57:22,183 |OFBiz-JobQueue-0     |EmailServices                 
> |E| MessagingException when creating message to [[ofbizt...@example.com, 
> ofbizsupp...@example.com]] from [,ofbizt...@example.com] cc [null] bcc [null] 
> subject [Scheduled Notification for Shipment 10001 for Primary Order 
> WSCO10001]
> javax.mail.internet.AddressException: Local address contains illegal character
> at 
> javax.mail.internet.InternetAddress.checkAddress(InternetAddress.java:1368) 
> ~[javax.mail-1.6.2.jar:1.6.2]
> at javax.mail.internet.InternetAddress.parse(InternetAddress.java:1215) 
> ~[javax.mail-1.6.2.jar:1.6.2]
> at javax.mail.internet.InternetAddress.parse(InternetAddress.java:752) 
> ~[javax.mail-1.6.2.jar:1.6.2]
> at javax.mail.internet.InternetAddress.parse(InternetAddress.java:729) 
> ~[javax.mail-1.6.2.jar:1.6.2]
> at javax.mail.internet.MimeMessage.addRecipients(MimeMessage.java:714) 
> ~[javax.mail-1.6.2.jar:1.6.2]
> at 
> org.apache.ofbiz.common.email.EmailServices.sendMail(EmailServices.java:267) 
> [main/:?]
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_144]
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
> ~[?:1.8.0_144]
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  ~[?:1.8.0_144]
> at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_144]
> at 
> org.apache.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:101)
>  [main/:?]
> at 
> org.apache.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57)
>  [main/:?]
> at 
> org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:424)
>  [main/:?]
> at 
> org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:240)
>  [main/:?]
> at 
> org.apache.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:93)
>  [main/:?]
> at 
> org.apache.ofbiz.common.email.NotificationServices.sendNotification(NotificationServices.java:159)
>  [main/:?]
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_144]
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
> ~[?:1.8.0_144]
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  ~[?:1.8.0_144]
> at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_144]
> at 
> org.apache.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:101)
>  [main/:?]
> at 
> org.apache.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57)
>  [main/:?]
> at 
> org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:424)
>  [main/:?]
> at 
> org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:240)
>  [main/:?]
> at 
> org.apache.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:93)
>  [main/:?]
> at org.apache.ofbiz.service.LocalDispatcher$runSync$0.call(Unknown Source) 
> [main/:?]
> at 
> org.apache.ofbiz.service.engine.GroovyBaseScript.runService(GroovyBaseScript.groovy:50)
>  [main/:?]
> at sun.reflect.GeneratedMethodAccessor328.invoke(Unknown Source) ~[?:?]
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  ~[?:1.8.0_144]
> at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_144]
> at 
> org.codehaus.groovy.runtime.callsite.PlainObjectMetaMethodSite.doInvoke(PlainObjectMetaMethodSite.java:43)
>  [groovy-2.5.11.jar:2.5.11]
> at 
> org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSite.invoke(PogoMetaMethodSite.java:167)
>  [groovy-2.5.11.jar:2.5.11]
> at 
> org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.callCurrent(PogoMetaMethodSite.java:58)
>  [groovy-2.5.

[jira] [Updated] (OFBIZ-11984) MessagingException in sendShipmentScheduledNotification service

2020-08-27 Thread Mridul Pathak (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-11984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak updated OFBIZ-11984:
--
Fix Version/s: Upcoming Branch

> MessagingException in sendShipmentScheduledNotification service
> ---
>
> Key: OFBIZ-11984
> URL: https://issues.apache.org/jira/browse/OFBIZ-11984
> Project: OFBiz
>  Issue Type: Bug
>  Components: product/facility
>Affects Versions: Release Branch 18.12, Release Branch 17.12, Trunk
>Reporter: Mridul Pathak
>Assignee: Mridul Pathak
>Priority: Minor
> Fix For: 18.12.01, Upcoming Branch, 17.12.05
>
>
> Please refer the stack-trace below,
> {noformat}
> 2020-08-26 18:57:22,183 |OFBiz-JobQueue-0     |EmailServices                 
> |E| MessagingException when creating message to [[ofbizt...@example.com, 
> ofbizsupp...@example.com]] from [,ofbizt...@example.com] cc [null] bcc [null] 
> subject [Scheduled Notification for Shipment 10001 for Primary Order 
> WSCO10001]
> javax.mail.internet.AddressException: Local address contains illegal character
> at 
> javax.mail.internet.InternetAddress.checkAddress(InternetAddress.java:1368) 
> ~[javax.mail-1.6.2.jar:1.6.2]
> at javax.mail.internet.InternetAddress.parse(InternetAddress.java:1215) 
> ~[javax.mail-1.6.2.jar:1.6.2]
> at javax.mail.internet.InternetAddress.parse(InternetAddress.java:752) 
> ~[javax.mail-1.6.2.jar:1.6.2]
> at javax.mail.internet.InternetAddress.parse(InternetAddress.java:729) 
> ~[javax.mail-1.6.2.jar:1.6.2]
> at javax.mail.internet.MimeMessage.addRecipients(MimeMessage.java:714) 
> ~[javax.mail-1.6.2.jar:1.6.2]
> at 
> org.apache.ofbiz.common.email.EmailServices.sendMail(EmailServices.java:267) 
> [main/:?]
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_144]
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
> ~[?:1.8.0_144]
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  ~[?:1.8.0_144]
> at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_144]
> at 
> org.apache.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:101)
>  [main/:?]
> at 
> org.apache.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57)
>  [main/:?]
> at 
> org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:424)
>  [main/:?]
> at 
> org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:240)
>  [main/:?]
> at 
> org.apache.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:93)
>  [main/:?]
> at 
> org.apache.ofbiz.common.email.NotificationServices.sendNotification(NotificationServices.java:159)
>  [main/:?]
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_144]
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
> ~[?:1.8.0_144]
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  ~[?:1.8.0_144]
> at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_144]
> at 
> org.apache.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:101)
>  [main/:?]
> at 
> org.apache.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57)
>  [main/:?]
> at 
> org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:424)
>  [main/:?]
> at 
> org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:240)
>  [main/:?]
> at 
> org.apache.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:93)
>  [main/:?]
> at org.apache.ofbiz.service.LocalDispatcher$runSync$0.call(Unknown Source) 
> [main/:?]
> at 
> org.apache.ofbiz.service.engine.GroovyBaseScript.runService(GroovyBaseScript.groovy:50)
>  [main/:?]
> at sun.reflect.GeneratedMethodAccessor328.invoke(Unknown Source) ~[?:?]
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  ~[?:1.8.0_144]
> at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_144]
> at 
> org.codehaus.groovy.runtime.callsite.PlainObjectMetaMethodSite.doInvoke(PlainObjectMetaMethodSite.java:43)
>  [groovy-2.5.11.jar:2.5.11]
> at 
> org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSite.invoke(PogoMetaMethodSite.java:167)
>  [groovy-2.5.11.jar:2.5.11]
> at 
> org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.callCurrent(PogoMetaMethodSite.java:58)
>  [groovy-2.5.11.jar:2.5.11]
> at 
> org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:51)
>  [groovy-2.5.11.jar:2.5.11]
> at 
> org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.callCurrent(PogoMetaMethodSite.java:63)
>  [groovy-2.

[jira] [Comment Edited] (OFBIZ-11984) MessagingException in sendShipmentScheduledNotification service

2020-08-26 Thread Mridul Pathak (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17185370#comment-17185370
 ] 

Mridul Pathak edited comment on OFBIZ-11984 at 8/26/20, 5:27 PM:
-

I think you were earlier referring to sendTo but I referred to sendFrom 
(fromAddress) in my reply and it caused confusion. sendTo has correct 
implementation which I have tested when fixing OFBIZ-11983, but sendFrom 
doesn't.


was (Author: mridulpathak):
I think you were earlier referring to sendTo but I referred to sendFrom 
(fromAddress) in my reply and it caused confusion. sendTo has correct 
implementation, but sendFrom doesn't.

> MessagingException in sendShipmentScheduledNotification service
> ---
>
> Key: OFBIZ-11984
> URL: https://issues.apache.org/jira/browse/OFBIZ-11984
> Project: OFBiz
>  Issue Type: Bug
>  Components: product/facility
>Affects Versions: Release Branch 18.12, Release Branch 17.12, Trunk
>Reporter: Mridul Pathak
>Assignee: Mridul Pathak
>Priority: Minor
>
> Please refer the stack-trace below,
> {noformat}
> 2020-08-26 18:57:22,183 |OFBiz-JobQueue-0     |EmailServices                 
> |E| MessagingException when creating message to [[ofbizt...@example.com, 
> ofbizsupp...@example.com]] from [,ofbizt...@example.com] cc [null] bcc [null] 
> subject [Scheduled Notification for Shipment 10001 for Primary Order 
> WSCO10001]
> javax.mail.internet.AddressException: Local address contains illegal character
> at 
> javax.mail.internet.InternetAddress.checkAddress(InternetAddress.java:1368) 
> ~[javax.mail-1.6.2.jar:1.6.2]
> at javax.mail.internet.InternetAddress.parse(InternetAddress.java:1215) 
> ~[javax.mail-1.6.2.jar:1.6.2]
> at javax.mail.internet.InternetAddress.parse(InternetAddress.java:752) 
> ~[javax.mail-1.6.2.jar:1.6.2]
> at javax.mail.internet.InternetAddress.parse(InternetAddress.java:729) 
> ~[javax.mail-1.6.2.jar:1.6.2]
> at javax.mail.internet.MimeMessage.addRecipients(MimeMessage.java:714) 
> ~[javax.mail-1.6.2.jar:1.6.2]
> at 
> org.apache.ofbiz.common.email.EmailServices.sendMail(EmailServices.java:267) 
> [main/:?]
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_144]
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
> ~[?:1.8.0_144]
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  ~[?:1.8.0_144]
> at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_144]
> at 
> org.apache.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:101)
>  [main/:?]
> at 
> org.apache.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57)
>  [main/:?]
> at 
> org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:424)
>  [main/:?]
> at 
> org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:240)
>  [main/:?]
> at 
> org.apache.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:93)
>  [main/:?]
> at 
> org.apache.ofbiz.common.email.NotificationServices.sendNotification(NotificationServices.java:159)
>  [main/:?]
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_144]
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
> ~[?:1.8.0_144]
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  ~[?:1.8.0_144]
> at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_144]
> at 
> org.apache.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:101)
>  [main/:?]
> at 
> org.apache.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57)
>  [main/:?]
> at 
> org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:424)
>  [main/:?]
> at 
> org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:240)
>  [main/:?]
> at 
> org.apache.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:93)
>  [main/:?]
> at org.apache.ofbiz.service.LocalDispatcher$runSync$0.call(Unknown Source) 
> [main/:?]
> at 
> org.apache.ofbiz.service.engine.GroovyBaseScript.runService(GroovyBaseScript.groovy:50)
>  [main/:?]
> at sun.reflect.GeneratedMethodAccessor328.invoke(Unknown Source) ~[?:?]
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  ~[?:1.8.0_144]
> at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_144]
> at 
> org.codehaus.groovy.runtime.callsite.PlainObjectMetaMethodSite.doInvoke(PlainObjectMetaMethodSite.java:43)
>  [groovy-2.5.11.jar:2.5.11]
> at 
> org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodS

[jira] [Commented] (OFBIZ-11984) MessagingException in sendShipmentScheduledNotification service

2020-08-26 Thread Mridul Pathak (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17185370#comment-17185370
 ] 

Mridul Pathak commented on OFBIZ-11984:
---

I think you were earlier referring to sendTo but I referred to sendFrom 
(fromAddress) in my reply and it caused confusion. sendTo has correct 
implementation, but sendFrom doesn't.

> MessagingException in sendShipmentScheduledNotification service
> ---
>
> Key: OFBIZ-11984
> URL: https://issues.apache.org/jira/browse/OFBIZ-11984
> Project: OFBiz
>  Issue Type: Bug
>  Components: product/facility
>Affects Versions: Release Branch 18.12, Release Branch 17.12, Trunk
>Reporter: Mridul Pathak
>Assignee: Mridul Pathak
>Priority: Minor
>
> Please refer the stack-trace below,
> {noformat}
> 2020-08-26 18:57:22,183 |OFBiz-JobQueue-0     |EmailServices                 
> |E| MessagingException when creating message to [[ofbizt...@example.com, 
> ofbizsupp...@example.com]] from [,ofbizt...@example.com] cc [null] bcc [null] 
> subject [Scheduled Notification for Shipment 10001 for Primary Order 
> WSCO10001]
> javax.mail.internet.AddressException: Local address contains illegal character
> at 
> javax.mail.internet.InternetAddress.checkAddress(InternetAddress.java:1368) 
> ~[javax.mail-1.6.2.jar:1.6.2]
> at javax.mail.internet.InternetAddress.parse(InternetAddress.java:1215) 
> ~[javax.mail-1.6.2.jar:1.6.2]
> at javax.mail.internet.InternetAddress.parse(InternetAddress.java:752) 
> ~[javax.mail-1.6.2.jar:1.6.2]
> at javax.mail.internet.InternetAddress.parse(InternetAddress.java:729) 
> ~[javax.mail-1.6.2.jar:1.6.2]
> at javax.mail.internet.MimeMessage.addRecipients(MimeMessage.java:714) 
> ~[javax.mail-1.6.2.jar:1.6.2]
> at 
> org.apache.ofbiz.common.email.EmailServices.sendMail(EmailServices.java:267) 
> [main/:?]
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_144]
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
> ~[?:1.8.0_144]
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  ~[?:1.8.0_144]
> at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_144]
> at 
> org.apache.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:101)
>  [main/:?]
> at 
> org.apache.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57)
>  [main/:?]
> at 
> org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:424)
>  [main/:?]
> at 
> org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:240)
>  [main/:?]
> at 
> org.apache.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:93)
>  [main/:?]
> at 
> org.apache.ofbiz.common.email.NotificationServices.sendNotification(NotificationServices.java:159)
>  [main/:?]
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_144]
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
> ~[?:1.8.0_144]
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  ~[?:1.8.0_144]
> at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_144]
> at 
> org.apache.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:101)
>  [main/:?]
> at 
> org.apache.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57)
>  [main/:?]
> at 
> org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:424)
>  [main/:?]
> at 
> org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:240)
>  [main/:?]
> at 
> org.apache.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:93)
>  [main/:?]
> at org.apache.ofbiz.service.LocalDispatcher$runSync$0.call(Unknown Source) 
> [main/:?]
> at 
> org.apache.ofbiz.service.engine.GroovyBaseScript.runService(GroovyBaseScript.groovy:50)
>  [main/:?]
> at sun.reflect.GeneratedMethodAccessor328.invoke(Unknown Source) ~[?:?]
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  ~[?:1.8.0_144]
> at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_144]
> at 
> org.codehaus.groovy.runtime.callsite.PlainObjectMetaMethodSite.doInvoke(PlainObjectMetaMethodSite.java:43)
>  [groovy-2.5.11.jar:2.5.11]
> at 
> org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSite.invoke(PogoMetaMethodSite.java:167)
>  [groovy-2.5.11.jar:2.5.11]
> at 
> org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.callCurrent(PogoMetaMethodSite.java:58)
>  [groovy-2.5.11.jar:2.5.11]
> at 
> org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:51)
>  

[jira] [Commented] (OFBIZ-11984) MessagingException in sendShipmentScheduledNotification service

2020-08-26 Thread Mridul Pathak (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11984?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17185359#comment-17185359
 ] 

Mridul Pathak commented on OFBIZ-11984:
---

Hi Jacques,

This MessagingException issue isn't with sendTo, but it's with sendFrom, please 
refer the the code blocks from minilang and groovy versions below,
{code:java}








{code}
{code:java}
// find email address for currently logged in user, set as sendFrom
GenericValue curUserPartyAndContactMech = from("PartyAndContactMech")
        .where(partyId: userLogin.partyId,
                contactMechTypeId: "EMAIL_ADDRESS")
        .queryFirst()
Map sendEmailMap = [sendFrom: ("," + curUserPartyAndContactMech.infoString)]
{code}

> MessagingException in sendShipmentScheduledNotification service
> ---
>
> Key: OFBIZ-11984
> URL: https://issues.apache.org/jira/browse/OFBIZ-11984
> Project: OFBiz
>  Issue Type: Bug
>  Components: product/facility
>Affects Versions: Release Branch 18.12, Release Branch 17.12, Trunk
>Reporter: Mridul Pathak
>Assignee: Mridul Pathak
>Priority: Minor
>
> Please refer the stack-trace below,
> {noformat}
> 2020-08-26 18:57:22,183 |OFBiz-JobQueue-0     |EmailServices                 
> |E| MessagingException when creating message to [[ofbizt...@example.com, 
> ofbizsupp...@example.com]] from [,ofbizt...@example.com] cc [null] bcc [null] 
> subject [Scheduled Notification for Shipment 10001 for Primary Order 
> WSCO10001]
> javax.mail.internet.AddressException: Local address contains illegal character
> at 
> javax.mail.internet.InternetAddress.checkAddress(InternetAddress.java:1368) 
> ~[javax.mail-1.6.2.jar:1.6.2]
> at javax.mail.internet.InternetAddress.parse(InternetAddress.java:1215) 
> ~[javax.mail-1.6.2.jar:1.6.2]
> at javax.mail.internet.InternetAddress.parse(InternetAddress.java:752) 
> ~[javax.mail-1.6.2.jar:1.6.2]
> at javax.mail.internet.InternetAddress.parse(InternetAddress.java:729) 
> ~[javax.mail-1.6.2.jar:1.6.2]
> at javax.mail.internet.MimeMessage.addRecipients(MimeMessage.java:714) 
> ~[javax.mail-1.6.2.jar:1.6.2]
> at 
> org.apache.ofbiz.common.email.EmailServices.sendMail(EmailServices.java:267) 
> [main/:?]
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_144]
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
> ~[?:1.8.0_144]
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  ~[?:1.8.0_144]
> at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_144]
> at 
> org.apache.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:101)
>  [main/:?]
> at 
> org.apache.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57)
>  [main/:?]
> at 
> org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:424)
>  [main/:?]
> at 
> org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:240)
>  [main/:?]
> at 
> org.apache.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:93)
>  [main/:?]
> at 
> org.apache.ofbiz.common.email.NotificationServices.sendNotification(NotificationServices.java:159)
>  [main/:?]
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_144]
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
> ~[?:1.8.0_144]
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  ~[?:1.8.0_144]
> at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_144]
> at 
> org.apache.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:101)
>  [main/:?]
> at 
> org.apache.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57)
>  [main/:?]
> at 
> org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:424)
>  [main/:?]
> at 
> org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:240)
>  [main/:?]
> at 
> org.apache.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:93)
>  [main/:?]
> at org.apache.ofbiz.service.LocalDispatcher$runSync$0.call(Unknown Source) 
> [main/:?]
> at 
> org.apache.ofbiz.service.engine.GroovyBaseScript.runService(GroovyBaseScript.groovy:50)
>  [main/:?]
> at sun.reflect.GeneratedMethodAccessor328.invoke(Unknown Source) ~[?:?]
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>  ~[?:1.8.0_144]
> at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_144]
> at 
> org.codehaus.groovy.runtime.callsite.PlainObjectMetaMethodSite.doInvoke(PlainObjectMetaMethodSite.java:43)
>  [groovy-2.5.11.jar:2.5.11]
> at 
> org.codehaus.gro

[jira] [Closed] (OFBIZ-11983) Error in sendShipmentScheduledNotification service

2020-08-26 Thread Mridul Pathak (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-11983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak closed OFBIZ-11983.
-
Fix Version/s: Upcoming Branch
   Resolution: Fixed

> Error in sendShipmentScheduledNotification service
> --
>
> Key: OFBIZ-11983
> URL: https://issues.apache.org/jira/browse/OFBIZ-11983
> Project: OFBiz
>  Issue Type: Bug
>  Components: product/facility
>Affects Versions: Trunk
>Reporter: Mridul Pathak
>Assignee: Mridul Pathak
>Priority: Minor
> Fix For: Upcoming Branch
>
>
> Please refer stack-trace below,
> {noformat}
> 2020-08-26 18:15:20,543 |OFBiz-JobQueue-0     |ServiceDispatcher             
> |T| [[Sync service failed...- total:0.0,since last(Begin):0.0]] - 'facility / 
> sendShipmentScheduledNotification'
> 2020-08-26 18:15:20,549 |OFBiz-JobQueue-0     |TransactionUtil               
> |I| Transaction rolled back
> 2020-08-26 18:15:20,549 |OFBiz-JobQueue-0     |TransactionUtil               
> |W| Not committing transaction, status is No Transaction (6)
> 2020-08-26 18:15:20,554 |OFBiz-JobQueue-0     |GenericServiceJob             
> |E| Async-Service failed.
> org.apache.ofbiz.service.GenericServiceException: Error running Groovy method 
> [sendShipmentScheduledNotification] in Groovy file 
> [component://product/groovyScripts/shipment/ShipmentServices.groovy]:  
> (org.apache.ofbiz.entity.GenericModelException: In 
> selectListIteratorByCondition invalid field names specified: [sendTo])
>  at 
> org.apache.ofbiz.service.engine.GroovyEngine.runSync(GroovyEngine.java:130) 
> ~[main/:?]
>  at 
> org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:424)
>  ~[main/:?]
>  at 
> org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:240)
>  ~[main/:?]
>  at 
> org.apache.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:93)
>  ~[main/:?]
>  at 
> org.apache.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
>  [main/:?]
>  at org.apache.ofbiz.service.job.AbstractJob.run(AbstractJob.java:87) 
> [main/:?]
>  at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>  [?:1.8.0_144]
>  at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>  [?:1.8.0_144]
>  at java.lang.Thread.run(Thread.java:748) [?:1.8.0_144]
> Caused by: org.codehaus.groovy.runtime.InvokerInvocationException: 
> org.apache.ofbiz.entity.GenericModelException: In 
> selectListIteratorByCondition invalid field names specified: [sendTo]
>  at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:107) 
> ~[groovy-2.5.11.jar:2.5.11]
>  at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:323) 
> ~[groovy-2.5.11.jar:2.5.11]
>  at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1217) 
> ~[groovy-2.5.11.jar:2.5.11]
>  at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1041) 
> ~[groovy-2.5.11.jar:2.5.11]
>  at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:821) 
> ~[groovy-2.5.11.jar:2.5.11]
>  at groovy.lang.GroovyObjectSupport.invokeMethod(GroovyObjectSupport.java:44) 
> ~[groovy-2.5.11.jar:2.5.11]
>  at groovy.lang.Script.invokeMethod(Script.java:77) 
> ~[groovy-2.5.11.jar:2.5.11]
>  at 
> org.apache.ofbiz.service.engine.GroovyEngine.runSync(GroovyEngine.java:110) 
> ~[main/:?]
>  ... 8 more
> Caused by: org.apache.ofbiz.entity.GenericModelException: In 
> selectListIteratorByCondition invalid field names specified: [sendTo]
>  at 
> org.apache.ofbiz.entity.datasource.GenericDAO.selectListIteratorByCondition(GenericDAO.java:656)
>  ~[main/:?]
>  at 
> org.apache.ofbiz.entity.datasource.GenericHelperDAO.findListIteratorByCondition(GenericHelperDAO.java:155)
>  ~[main/:?]
>  at org.apache.ofbiz.entity.GenericDelegator.find(GenericDelegator.java:1600) 
> ~[main/:?]
>  at 
> org.apache.ofbiz.entity.util.EntityQuery.queryIterator(EntityQuery.java:389) 
> ~[main/:?]
>  at 
> org.apache.ofbiz.entity.util.EntityQuery.getFieldList(EntityQuery.java:534) 
> ~[main/:?]
>  at org.apache.ofbiz.entity.util.EntityQuery$getFieldList$14.call(Unknown 
> Source) ~[?:?]
>  at 
> org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
>  ~[groovy-2.5.11.jar:2.5.11]
>  at 
> org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115)
>  ~[groovy-2.5.11.jar:2.5.11]
>  at 
> org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:127)
>  ~[groovy-2.5.11.jar:2.5.11]
>  at 
> ShipmentServices.sendShipmentScheduledNotification(ShipmentServices.groovy:471)
>  ~[?:?]
>  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_144]
>  at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorIm

[jira] [Commented] (OFBIZ-11983) Error in sendShipmentScheduledNotification service

2020-08-26 Thread Mridul Pathak (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17185256#comment-17185256
 ] 

Mridul Pathak commented on OFBIZ-11983:
---

Just to keep track, the issue is due to invalid comma character but in 
following line,
{code:java}
// Map sendEmailMap = [sendFrom: ("," + curUserPartyAndContactMech.infoString)]
{code}

> Error in sendShipmentScheduledNotification service
> --
>
> Key: OFBIZ-11983
> URL: https://issues.apache.org/jira/browse/OFBIZ-11983
> Project: OFBiz
>  Issue Type: Bug
>  Components: product/facility
>Affects Versions: Trunk
>Reporter: Mridul Pathak
>Assignee: Mridul Pathak
>Priority: Minor
>
> Please refer stack-trace below,
> {noformat}
> 2020-08-26 18:15:20,543 |OFBiz-JobQueue-0     |ServiceDispatcher             
> |T| [[Sync service failed...- total:0.0,since last(Begin):0.0]] - 'facility / 
> sendShipmentScheduledNotification'
> 2020-08-26 18:15:20,549 |OFBiz-JobQueue-0     |TransactionUtil               
> |I| Transaction rolled back
> 2020-08-26 18:15:20,549 |OFBiz-JobQueue-0     |TransactionUtil               
> |W| Not committing transaction, status is No Transaction (6)
> 2020-08-26 18:15:20,554 |OFBiz-JobQueue-0     |GenericServiceJob             
> |E| Async-Service failed.
> org.apache.ofbiz.service.GenericServiceException: Error running Groovy method 
> [sendShipmentScheduledNotification] in Groovy file 
> [component://product/groovyScripts/shipment/ShipmentServices.groovy]:  
> (org.apache.ofbiz.entity.GenericModelException: In 
> selectListIteratorByCondition invalid field names specified: [sendTo])
>  at 
> org.apache.ofbiz.service.engine.GroovyEngine.runSync(GroovyEngine.java:130) 
> ~[main/:?]
>  at 
> org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:424)
>  ~[main/:?]
>  at 
> org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:240)
>  ~[main/:?]
>  at 
> org.apache.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:93)
>  ~[main/:?]
>  at 
> org.apache.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
>  [main/:?]
>  at org.apache.ofbiz.service.job.AbstractJob.run(AbstractJob.java:87) 
> [main/:?]
>  at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>  [?:1.8.0_144]
>  at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>  [?:1.8.0_144]
>  at java.lang.Thread.run(Thread.java:748) [?:1.8.0_144]
> Caused by: org.codehaus.groovy.runtime.InvokerInvocationException: 
> org.apache.ofbiz.entity.GenericModelException: In 
> selectListIteratorByCondition invalid field names specified: [sendTo]
>  at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:107) 
> ~[groovy-2.5.11.jar:2.5.11]
>  at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:323) 
> ~[groovy-2.5.11.jar:2.5.11]
>  at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1217) 
> ~[groovy-2.5.11.jar:2.5.11]
>  at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1041) 
> ~[groovy-2.5.11.jar:2.5.11]
>  at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:821) 
> ~[groovy-2.5.11.jar:2.5.11]
>  at groovy.lang.GroovyObjectSupport.invokeMethod(GroovyObjectSupport.java:44) 
> ~[groovy-2.5.11.jar:2.5.11]
>  at groovy.lang.Script.invokeMethod(Script.java:77) 
> ~[groovy-2.5.11.jar:2.5.11]
>  at 
> org.apache.ofbiz.service.engine.GroovyEngine.runSync(GroovyEngine.java:110) 
> ~[main/:?]
>  ... 8 more
> Caused by: org.apache.ofbiz.entity.GenericModelException: In 
> selectListIteratorByCondition invalid field names specified: [sendTo]
>  at 
> org.apache.ofbiz.entity.datasource.GenericDAO.selectListIteratorByCondition(GenericDAO.java:656)
>  ~[main/:?]
>  at 
> org.apache.ofbiz.entity.datasource.GenericHelperDAO.findListIteratorByCondition(GenericHelperDAO.java:155)
>  ~[main/:?]
>  at org.apache.ofbiz.entity.GenericDelegator.find(GenericDelegator.java:1600) 
> ~[main/:?]
>  at 
> org.apache.ofbiz.entity.util.EntityQuery.queryIterator(EntityQuery.java:389) 
> ~[main/:?]
>  at 
> org.apache.ofbiz.entity.util.EntityQuery.getFieldList(EntityQuery.java:534) 
> ~[main/:?]
>  at org.apache.ofbiz.entity.util.EntityQuery$getFieldList$14.call(Unknown 
> Source) ~[?:?]
>  at 
> org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
>  ~[groovy-2.5.11.jar:2.5.11]
>  at 
> org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115)
>  ~[groovy-2.5.11.jar:2.5.11]
>  at 
> org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:127)
>  ~[groovy-2.5.11.jar:2.5.11]
>  at 
> ShipmentServices.sendShipmentScheduledNotification(ShipmentServices.groovy:471)
>  ~[?:?]
>  at sun.

[jira] [Commented] (OFBIZ-11983) Error in sendShipmentScheduledNotification service

2020-08-26 Thread Mridul Pathak (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17185224#comment-17185224
 ] 

Mridul Pathak commented on OFBIZ-11983:
---

[~jleroux] yes, that's exactly the issue. Actually in the original minilang 
version  tag was wrongly used instead of  tag as we are 
working with only one email here, it's the fromAddress so it should only be 
one. And it was migrated to the groovy version the same way. This issue needs 
to be fixed in previous releases as well, so I have created OFBIZ-11984 to 
track this.

> Error in sendShipmentScheduledNotification service
> --
>
> Key: OFBIZ-11983
> URL: https://issues.apache.org/jira/browse/OFBIZ-11983
> Project: OFBiz
>  Issue Type: Bug
>  Components: product/facility
>Affects Versions: Trunk
>Reporter: Mridul Pathak
>Assignee: Mridul Pathak
>Priority: Minor
>
> Please refer stack-trace below,
> {noformat}
> 2020-08-26 18:15:20,543 |OFBiz-JobQueue-0     |ServiceDispatcher             
> |T| [[Sync service failed...- total:0.0,since last(Begin):0.0]] - 'facility / 
> sendShipmentScheduledNotification'
> 2020-08-26 18:15:20,549 |OFBiz-JobQueue-0     |TransactionUtil               
> |I| Transaction rolled back
> 2020-08-26 18:15:20,549 |OFBiz-JobQueue-0     |TransactionUtil               
> |W| Not committing transaction, status is No Transaction (6)
> 2020-08-26 18:15:20,554 |OFBiz-JobQueue-0     |GenericServiceJob             
> |E| Async-Service failed.
> org.apache.ofbiz.service.GenericServiceException: Error running Groovy method 
> [sendShipmentScheduledNotification] in Groovy file 
> [component://product/groovyScripts/shipment/ShipmentServices.groovy]:  
> (org.apache.ofbiz.entity.GenericModelException: In 
> selectListIteratorByCondition invalid field names specified: [sendTo])
>  at 
> org.apache.ofbiz.service.engine.GroovyEngine.runSync(GroovyEngine.java:130) 
> ~[main/:?]
>  at 
> org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:424)
>  ~[main/:?]
>  at 
> org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:240)
>  ~[main/:?]
>  at 
> org.apache.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:93)
>  ~[main/:?]
>  at 
> org.apache.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
>  [main/:?]
>  at org.apache.ofbiz.service.job.AbstractJob.run(AbstractJob.java:87) 
> [main/:?]
>  at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>  [?:1.8.0_144]
>  at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>  [?:1.8.0_144]
>  at java.lang.Thread.run(Thread.java:748) [?:1.8.0_144]
> Caused by: org.codehaus.groovy.runtime.InvokerInvocationException: 
> org.apache.ofbiz.entity.GenericModelException: In 
> selectListIteratorByCondition invalid field names specified: [sendTo]
>  at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:107) 
> ~[groovy-2.5.11.jar:2.5.11]
>  at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:323) 
> ~[groovy-2.5.11.jar:2.5.11]
>  at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1217) 
> ~[groovy-2.5.11.jar:2.5.11]
>  at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1041) 
> ~[groovy-2.5.11.jar:2.5.11]
>  at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:821) 
> ~[groovy-2.5.11.jar:2.5.11]
>  at groovy.lang.GroovyObjectSupport.invokeMethod(GroovyObjectSupport.java:44) 
> ~[groovy-2.5.11.jar:2.5.11]
>  at groovy.lang.Script.invokeMethod(Script.java:77) 
> ~[groovy-2.5.11.jar:2.5.11]
>  at 
> org.apache.ofbiz.service.engine.GroovyEngine.runSync(GroovyEngine.java:110) 
> ~[main/:?]
>  ... 8 more
> Caused by: org.apache.ofbiz.entity.GenericModelException: In 
> selectListIteratorByCondition invalid field names specified: [sendTo]
>  at 
> org.apache.ofbiz.entity.datasource.GenericDAO.selectListIteratorByCondition(GenericDAO.java:656)
>  ~[main/:?]
>  at 
> org.apache.ofbiz.entity.datasource.GenericHelperDAO.findListIteratorByCondition(GenericHelperDAO.java:155)
>  ~[main/:?]
>  at org.apache.ofbiz.entity.GenericDelegator.find(GenericDelegator.java:1600) 
> ~[main/:?]
>  at 
> org.apache.ofbiz.entity.util.EntityQuery.queryIterator(EntityQuery.java:389) 
> ~[main/:?]
>  at 
> org.apache.ofbiz.entity.util.EntityQuery.getFieldList(EntityQuery.java:534) 
> ~[main/:?]
>  at org.apache.ofbiz.entity.util.EntityQuery$getFieldList$14.call(Unknown 
> Source) ~[?:?]
>  at 
> org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
>  ~[groovy-2.5.11.jar:2.5.11]
>  at 
> org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115)
>  ~[groovy-2.5.11.jar:2.5.11]
>  at 
> org.codehaus.groovy.runtime.callsit

[jira] [Created] (OFBIZ-11984) MessagingException in sendShipmentScheduledNotification service

2020-08-26 Thread Mridul Pathak (Jira)
Mridul Pathak created OFBIZ-11984:
-

 Summary: MessagingException in sendShipmentScheduledNotification 
service
 Key: OFBIZ-11984
 URL: https://issues.apache.org/jira/browse/OFBIZ-11984
 Project: OFBiz
  Issue Type: Bug
  Components: product/facility
Affects Versions: Trunk, Release Branch 18.12, Release Branch 17.12
Reporter: Mridul Pathak
Assignee: Mridul Pathak


Please refer the stack-trace below,

2020-08-26 18:57:22,183 |OFBiz-JobQueue-0     |EmailServices                 
|E| MessagingException when creating message to [[ofbizt...@example.com, 
ofbizsupp...@example.com]] from [,ofbizt...@example.com] cc [null] bcc [null] 
subject [Scheduled Notification for Shipment 10001 for Primary Order WSCO10001]

javax.mail.internet.AddressException: Local address contains illegal character

at javax.mail.internet.InternetAddress.checkAddress(InternetAddress.java:1368) 
~[javax.mail-1.6.2.jar:1.6.2]

at javax.mail.internet.InternetAddress.parse(InternetAddress.java:1215) 
~[javax.mail-1.6.2.jar:1.6.2]

at javax.mail.internet.InternetAddress.parse(InternetAddress.java:752) 
~[javax.mail-1.6.2.jar:1.6.2]

at javax.mail.internet.InternetAddress.parse(InternetAddress.java:729) 
~[javax.mail-1.6.2.jar:1.6.2]

at javax.mail.internet.MimeMessage.addRecipients(MimeMessage.java:714) 
~[javax.mail-1.6.2.jar:1.6.2]

at org.apache.ofbiz.common.email.EmailServices.sendMail(EmailServices.java:267) 
[main/:?]

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_144]

at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
~[?:1.8.0_144]

at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 ~[?:1.8.0_144]

at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_144]

at 
org.apache.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:101)
 [main/:?]

at 
org.apache.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57)
 [main/:?]

at 
org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:424) 
[main/:?]

at 
org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:240) 
[main/:?]

at 
org.apache.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:93)
 [main/:?]

at 
org.apache.ofbiz.common.email.NotificationServices.sendNotification(NotificationServices.java:159)
 [main/:?]

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_144]

at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
~[?:1.8.0_144]

at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 ~[?:1.8.0_144]

at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_144]

at 
org.apache.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:101)
 [main/:?]

at 
org.apache.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57)
 [main/:?]

at 
org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:424) 
[main/:?]

at 
org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:240) 
[main/:?]

at 
org.apache.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:93)
 [main/:?]

at org.apache.ofbiz.service.LocalDispatcher$runSync$0.call(Unknown Source) 
[main/:?]

at 
org.apache.ofbiz.service.engine.GroovyBaseScript.runService(GroovyBaseScript.groovy:50)
 [main/:?]

at sun.reflect.GeneratedMethodAccessor328.invoke(Unknown Source) ~[?:?]

at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 ~[?:1.8.0_144]

at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_144]

at 
org.codehaus.groovy.runtime.callsite.PlainObjectMetaMethodSite.doInvoke(PlainObjectMetaMethodSite.java:43)
 [groovy-2.5.11.jar:2.5.11]

at 
org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSite.invoke(PogoMetaMethodSite.java:167)
 [groovy-2.5.11.jar:2.5.11]

at 
org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.callCurrent(PogoMetaMethodSite.java:58)
 [groovy-2.5.11.jar:2.5.11]

at 
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:51)
 [groovy-2.5.11.jar:2.5.11]

at 
org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.callCurrent(PogoMetaMethodSite.java:63)
 [groovy-2.5.11.jar:2.5.11]

at 
org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:176)
 [groovy-2.5.11.jar:2.5.11]

at 
org.apache.ofbiz.service.engine.GroovyBaseScript.run(GroovyBaseScript.groovy:58)
 [main/:?]

at org.apache.ofbiz.service.engine.GroovyBaseScript$run$0.callCurrent(Unknown 
Source) [main/:?]

at 
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:51)
 [groovy-2.5.11.jar:2.5.11]

at 
org.cod

[jira] [Commented] (OFBIZ-11983) Error in sendShipmentScheduledNotification service

2020-08-26 Thread Mridul Pathak (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17185201#comment-17185201
 ] 

Mridul Pathak commented on OFBIZ-11983:
---

Interestingly found another error in this service while fixing this error, 
seems like this service never worked, refer stack-trace below for details,

 

2020-08-26 18:57:22,183 |OFBiz-JobQueue-0     |EmailServices                 
|E| MessagingException when creating message to [[ofbizt...@example.com, 
ofbizsupp...@example.com]] from [,ofbizt...@example.com] cc [null] bcc [null] 
subject [Scheduled Notification for Shipment 10001 for Primary Order WSCO10001]

javax.mail.internet.AddressException: Local address contains illegal character

 at javax.mail.internet.InternetAddress.checkAddress(InternetAddress.java:1368) 
~[javax.mail-1.6.2.jar:1.6.2]

 at javax.mail.internet.InternetAddress.parse(InternetAddress.java:1215) 
~[javax.mail-1.6.2.jar:1.6.2]

 at javax.mail.internet.InternetAddress.parse(InternetAddress.java:752) 
~[javax.mail-1.6.2.jar:1.6.2]

 at javax.mail.internet.InternetAddress.parse(InternetAddress.java:729) 
~[javax.mail-1.6.2.jar:1.6.2]

 at javax.mail.internet.MimeMessage.addRecipients(MimeMessage.java:714) 
~[javax.mail-1.6.2.jar:1.6.2]

 at 
org.apache.ofbiz.common.email.EmailServices.sendMail(EmailServices.java:267) 
[main/:?]

 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_144]

 at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
~[?:1.8.0_144]

 at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 ~[?:1.8.0_144]

 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_144]

 at 
org.apache.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:101)
 [main/:?]

 at 
org.apache.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57)
 [main/:?]

 at 
org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:424) 
[main/:?]

 at 
org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:240) 
[main/:?]

 at 
org.apache.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:93)
 [main/:?]

 at 
org.apache.ofbiz.common.email.NotificationServices.sendNotification(NotificationServices.java:159)
 [main/:?]

 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_144]

 at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
~[?:1.8.0_144]

 at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 ~[?:1.8.0_144]

 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_144]

 at 
org.apache.ofbiz.service.engine.StandardJavaEngine.serviceInvoker(StandardJavaEngine.java:101)
 [main/:?]

 at 
org.apache.ofbiz.service.engine.StandardJavaEngine.runSync(StandardJavaEngine.java:57)
 [main/:?]

 at 
org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:424) 
[main/:?]

 at 
org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:240) 
[main/:?]

 at 
org.apache.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:93)
 [main/:?]

 at org.apache.ofbiz.service.LocalDispatcher$runSync$0.call(Unknown Source) 
[main/:?]

 at 
org.apache.ofbiz.service.engine.GroovyBaseScript.runService(GroovyBaseScript.groovy:50)
 [main/:?]

 at sun.reflect.GeneratedMethodAccessor328.invoke(Unknown Source) ~[?:?]

 at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 ~[?:1.8.0_144]

 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_144]

 at 
org.codehaus.groovy.runtime.callsite.PlainObjectMetaMethodSite.doInvoke(PlainObjectMetaMethodSite.java:43)
 [groovy-2.5.11.jar:2.5.11]

 at 
org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSite.invoke(PogoMetaMethodSite.java:167)
 [groovy-2.5.11.jar:2.5.11]

 at 
org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.callCurrent(PogoMetaMethodSite.java:58)
 [groovy-2.5.11.jar:2.5.11]

 at 
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:51)
 [groovy-2.5.11.jar:2.5.11]

 at 
org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.callCurrent(PogoMetaMethodSite.java:63)
 [groovy-2.5.11.jar:2.5.11]

 at 
org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:176)
 [groovy-2.5.11.jar:2.5.11]

 at 
org.apache.ofbiz.service.engine.GroovyBaseScript.run(GroovyBaseScript.groovy:58)
 [main/:?]

 at org.apache.ofbiz.service.engine.GroovyBaseScript$run$0.callCurrent(Unknown 
Source) [main/:?]

 at 
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallCurrent(CallSiteArray.java:51)
 [groovy-2.5.11.jar:2.5.11]

 at 
org.codehaus.groovy.runtime.callsite.AbstractCallSite.callCurrent(AbstractCallSite.java:156)
 [g

[jira] [Commented] (OFBIZ-11983) Error in sendShipmentScheduledNotification service

2020-08-26 Thread Mridul Pathak (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17185199#comment-17185199
 ] 

Mridul Pathak commented on OFBIZ-11983:
---

[~jleroux] Yes, it seems to be a typo error in minilang to groovy migration, 
also I think we need to replace sendTo by infoString here.

> Error in sendShipmentScheduledNotification service
> --
>
> Key: OFBIZ-11983
> URL: https://issues.apache.org/jira/browse/OFBIZ-11983
> Project: OFBiz
>  Issue Type: Bug
>  Components: product/facility
>Affects Versions: Trunk
>Reporter: Mridul Pathak
>Assignee: Mridul Pathak
>Priority: Minor
>
> Please refer stack-trace below,
> {noformat}
> 2020-08-26 18:15:20,543 |OFBiz-JobQueue-0     |ServiceDispatcher             
> |T| [[Sync service failed...- total:0.0,since last(Begin):0.0]] - 'facility / 
> sendShipmentScheduledNotification'
> 2020-08-26 18:15:20,549 |OFBiz-JobQueue-0     |TransactionUtil               
> |I| Transaction rolled back
> 2020-08-26 18:15:20,549 |OFBiz-JobQueue-0     |TransactionUtil               
> |W| Not committing transaction, status is No Transaction (6)
> 2020-08-26 18:15:20,554 |OFBiz-JobQueue-0     |GenericServiceJob             
> |E| Async-Service failed.
> org.apache.ofbiz.service.GenericServiceException: Error running Groovy method 
> [sendShipmentScheduledNotification] in Groovy file 
> [component://product/groovyScripts/shipment/ShipmentServices.groovy]:  
> (org.apache.ofbiz.entity.GenericModelException: In 
> selectListIteratorByCondition invalid field names specified: [sendTo])
>  at 
> org.apache.ofbiz.service.engine.GroovyEngine.runSync(GroovyEngine.java:130) 
> ~[main/:?]
>  at 
> org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:424)
>  ~[main/:?]
>  at 
> org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:240)
>  ~[main/:?]
>  at 
> org.apache.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:93)
>  ~[main/:?]
>  at 
> org.apache.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70)
>  [main/:?]
>  at org.apache.ofbiz.service.job.AbstractJob.run(AbstractJob.java:87) 
> [main/:?]
>  at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
>  [?:1.8.0_144]
>  at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
>  [?:1.8.0_144]
>  at java.lang.Thread.run(Thread.java:748) [?:1.8.0_144]
> Caused by: org.codehaus.groovy.runtime.InvokerInvocationException: 
> org.apache.ofbiz.entity.GenericModelException: In 
> selectListIteratorByCondition invalid field names specified: [sendTo]
>  at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:107) 
> ~[groovy-2.5.11.jar:2.5.11]
>  at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:323) 
> ~[groovy-2.5.11.jar:2.5.11]
>  at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1217) 
> ~[groovy-2.5.11.jar:2.5.11]
>  at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1041) 
> ~[groovy-2.5.11.jar:2.5.11]
>  at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:821) 
> ~[groovy-2.5.11.jar:2.5.11]
>  at groovy.lang.GroovyObjectSupport.invokeMethod(GroovyObjectSupport.java:44) 
> ~[groovy-2.5.11.jar:2.5.11]
>  at groovy.lang.Script.invokeMethod(Script.java:77) 
> ~[groovy-2.5.11.jar:2.5.11]
>  at 
> org.apache.ofbiz.service.engine.GroovyEngine.runSync(GroovyEngine.java:110) 
> ~[main/:?]
>  ... 8 more
> Caused by: org.apache.ofbiz.entity.GenericModelException: In 
> selectListIteratorByCondition invalid field names specified: [sendTo]
>  at 
> org.apache.ofbiz.entity.datasource.GenericDAO.selectListIteratorByCondition(GenericDAO.java:656)
>  ~[main/:?]
>  at 
> org.apache.ofbiz.entity.datasource.GenericHelperDAO.findListIteratorByCondition(GenericHelperDAO.java:155)
>  ~[main/:?]
>  at org.apache.ofbiz.entity.GenericDelegator.find(GenericDelegator.java:1600) 
> ~[main/:?]
>  at 
> org.apache.ofbiz.entity.util.EntityQuery.queryIterator(EntityQuery.java:389) 
> ~[main/:?]
>  at 
> org.apache.ofbiz.entity.util.EntityQuery.getFieldList(EntityQuery.java:534) 
> ~[main/:?]
>  at org.apache.ofbiz.entity.util.EntityQuery$getFieldList$14.call(Unknown 
> Source) ~[?:?]
>  at 
> org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
>  ~[groovy-2.5.11.jar:2.5.11]
>  at 
> org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115)
>  ~[groovy-2.5.11.jar:2.5.11]
>  at 
> org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:127)
>  ~[groovy-2.5.11.jar:2.5.11]
>  at 
> ShipmentServices.sendShipmentScheduledNotification(ShipmentServices.groovy:471)
>  ~[?:?]
>  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Me

[jira] [Created] (OFBIZ-11983) Error in sendShipmentScheduledNotification service

2020-08-26 Thread Mridul Pathak (Jira)
Mridul Pathak created OFBIZ-11983:
-

 Summary: Error in sendShipmentScheduledNotification service
 Key: OFBIZ-11983
 URL: https://issues.apache.org/jira/browse/OFBIZ-11983
 Project: OFBiz
  Issue Type: Bug
  Components: product/facility
Affects Versions: Trunk
Reporter: Mridul Pathak
Assignee: Mridul Pathak


Please refer stack-trace below,

 

2020-08-26 18:15:20,543 |OFBiz-JobQueue-0     |ServiceDispatcher             
|T| [[Sync service failed...- total:0.0,since last(Begin):0.0]] - 'facility / 
sendShipmentScheduledNotification'

2020-08-26 18:15:20,549 |OFBiz-JobQueue-0     |TransactionUtil               
|I| Transaction rolled back

2020-08-26 18:15:20,549 |OFBiz-JobQueue-0     |TransactionUtil               
|W| Not committing transaction, status is No Transaction (6)

2020-08-26 18:15:20,554 |OFBiz-JobQueue-0     |GenericServiceJob             
|E| Async-Service failed.

org.apache.ofbiz.service.GenericServiceException: Error running Groovy method 
[sendShipmentScheduledNotification] in Groovy file 
[component://product/groovyScripts/shipment/ShipmentServices.groovy]:  
(org.apache.ofbiz.entity.GenericModelException: In 
selectListIteratorByCondition invalid field names specified: [sendTo])

 at org.apache.ofbiz.service.engine.GroovyEngine.runSync(GroovyEngine.java:130) 
~[main/:?]

 at 
org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:424) 
~[main/:?]

 at 
org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:240) 
~[main/:?]

 at 
org.apache.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:93)
 ~[main/:?]

 at 
org.apache.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:70) 
[main/:?]

 at org.apache.ofbiz.service.job.AbstractJob.run(AbstractJob.java:87) [main/:?]

 at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
[?:1.8.0_144]

 at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
[?:1.8.0_144]

 at java.lang.Thread.run(Thread.java:748) [?:1.8.0_144]

Caused by: org.codehaus.groovy.runtime.InvokerInvocationException: 
org.apache.ofbiz.entity.GenericModelException: In selectListIteratorByCondition 
invalid field names specified: [sendTo]

 at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:107) 
~[groovy-2.5.11.jar:2.5.11]

 at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:323) 
~[groovy-2.5.11.jar:2.5.11]

 at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1217) 
~[groovy-2.5.11.jar:2.5.11]

 at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:1041) 
~[groovy-2.5.11.jar:2.5.11]

 at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:821) 
~[groovy-2.5.11.jar:2.5.11]

 at groovy.lang.GroovyObjectSupport.invokeMethod(GroovyObjectSupport.java:44) 
~[groovy-2.5.11.jar:2.5.11]

 at groovy.lang.Script.invokeMethod(Script.java:77) ~[groovy-2.5.11.jar:2.5.11]

 at org.apache.ofbiz.service.engine.GroovyEngine.runSync(GroovyEngine.java:110) 
~[main/:?]

 ... 8 more

Caused by: org.apache.ofbiz.entity.GenericModelException: In 
selectListIteratorByCondition invalid field names specified: [sendTo]

 at 
org.apache.ofbiz.entity.datasource.GenericDAO.selectListIteratorByCondition(GenericDAO.java:656)
 ~[main/:?]

 at 
org.apache.ofbiz.entity.datasource.GenericHelperDAO.findListIteratorByCondition(GenericHelperDAO.java:155)
 ~[main/:?]

 at org.apache.ofbiz.entity.GenericDelegator.find(GenericDelegator.java:1600) 
~[main/:?]

 at 
org.apache.ofbiz.entity.util.EntityQuery.queryIterator(EntityQuery.java:389) 
~[main/:?]

 at org.apache.ofbiz.entity.util.EntityQuery.getFieldList(EntityQuery.java:534) 
~[main/:?]

 at org.apache.ofbiz.entity.util.EntityQuery$getFieldList$14.call(Unknown 
Source) ~[?:?]

 at 
org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:47)
 ~[groovy-2.5.11.jar:2.5.11]

 at 
org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:115)
 ~[groovy-2.5.11.jar:2.5.11]

 at 
org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:127)
 ~[groovy-2.5.11.jar:2.5.11]

 at 
ShipmentServices.sendShipmentScheduledNotification(ShipmentServices.groovy:471) 
~[?:?]

 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_144]

 at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) 
~[?:1.8.0_144]

 at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
 ~[?:1.8.0_144]

 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_144]

 at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:101) 
~[groovy-2.5.11.jar:2.5.11]

 at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:323) 
~[groovy-2.5.11.jar:2.5.11]

 at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImp

[jira] [Updated] (OFBIZ-11961) Refactor hardcoded shipping integration service references to make them configurable

2020-08-22 Thread Mridul Pathak (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-11961?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak updated OFBIZ-11961:
--
Sprint: OFBiz Community Day (Aug 2020)

> Refactor hardcoded shipping integration service references to make them 
> configurable
> 
>
> Key: OFBIZ-11961
> URL: https://issues.apache.org/jira/browse/OFBIZ-11961
> Project: OFBiz
>  Issue Type: Improvement
>  Components: product/facility
>Affects Versions: Trunk
>Reporter: Mridul Pathak
>Assignee: Mridul Pathak
>Priority: Minor
>
> Introduce a new entity “ProductStoreShipmentSettings” to configure available 
> shipping gateway services for shipping carriers at product store level. To 
> begin with the entity could have following fields,
> 1. productStoreId (pk)
> 2. carrierPartyId (pk)
> 3. shipmentServiceEnumId (pk)
> 4. shipmentService
> 5. shipmentGatewayConfigId (Ideally this field should become party of this 
> new entity, though it is currently supported in ProductStoreShipmentMeth 
> entity)
>  
> Mailing List Reference: 
> https://lists.apache.org/thread.html/rde6be39555b09af27e4e53f57788c98d0928a1569c3f92578ba44b6d%40%3Cdev.ofbiz.apache.org%3E



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (OFBIZ-11961) Refactor hardcoded shipping integration service references to make them configurable

2020-08-18 Thread Mridul Pathak (Jira)
Mridul Pathak created OFBIZ-11961:
-

 Summary: Refactor hardcoded shipping integration service 
references to make them configurable
 Key: OFBIZ-11961
 URL: https://issues.apache.org/jira/browse/OFBIZ-11961
 Project: OFBiz
  Issue Type: Improvement
  Components: product/facility
Affects Versions: Trunk
Reporter: Mridul Pathak
Assignee: Mridul Pathak


Introduce a new entity “ProductStoreShipmentSettings” to configure available 
shipping gateway services for shipping carriers at product store level. To 
begin with the entity could have following fields,
1. productStoreId (pk)
2. carrierPartyId (pk)
3. shipmentServiceEnumId (pk)
4. shipmentService
5. shipmentGatewayConfigId (Ideally this field should become party of this new 
entity, though it is currently supported in ProductStoreShipmentMeth entity)
 
Mailing List Reference: 
https://lists.apache.org/thread.html/rde6be39555b09af27e4e53f57788c98d0928a1569c3f92578ba44b6d%40%3Cdev.ofbiz.apache.org%3E



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Closed] (OFBIZ-7529) Delete stale java files from applications and framework

2020-07-25 Thread Mridul Pathak (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-7529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak closed OFBIZ-7529.

Fix Version/s: 17.12.03
   Resolution: Fixed

Added to the attic so closing now.

[~jleroux] Could you please check the fix version, I wasn't sure what to put?

> Delete stale java files from applications and framework
> ---
>
> Key: OFBIZ-7529
> URL: https://issues.apache.org/jira/browse/OFBIZ-7529
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL COMPONENTS
>Affects Versions: Trunk
>Reporter: Mridul Pathak
>Assignee: Mridul Pathak
>Priority: Major
> Fix For: 17.12.03
>
>
> As per the discussions on the thread - 
> http://ofbiz.135035.n4.nabble.com/Proposal-to-delete-stale-java-files-tt4683855.html,
>  following files and their references needs to be deleted from applications 
> and framework,
> applications/content/src/org/ofbiz/content/openoffice/OpenOfficeByteArrayInputStream.java
> applications/content/src/org/ofbiz/content/openoffice/OpenOfficeByteArrayOutputStream.java
> applications/content/src/org/ofbiz/content/openoffice/OpenOfficeServices.java
> applications/content/src/org/ofbiz/content/openoffice/OpenOfficeWorker.java
> applications/content/src/org/ofbiz/content/report
> applications/content/src/org/ofbiz/content/report/JREntityListIteratorDataSource.java
> applications/content/src/org/ofbiz/content/report/JRMapCollectionDataSource.java
> applications/product/src/ShipmentScaleApplet.java
> applications/securityext/src/org/ofbiz/securityext/thirdparty/truition/TruitionCoReg.java
> framework/webapp/src/org/ofbiz/webapp/view/JasperReportsJXlsViewHandler.java
> framework/webapp/src/org/ofbiz/webapp/view/JasperReportsPdfViewHandler.java
> framework/webapp/src/org/ofbiz/webapp/view/JasperReportsPoiXlsViewHandler.java
> framework/webapp/src/org/ofbiz/webapp/view/JasperReportsXmlViewHandler.java



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-7529) Delete stale java files from applications and framework

2020-06-19 Thread Mridul Pathak (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-7529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17140428#comment-17140428
 ] 

Mridul Pathak commented on OFBIZ-7529:
--

Hi Jacques,

I believe attic isn't updated, I'll review and update the attic. And yes I 
think we could close this ticket once the attic is updated as this ticket was 
specific to deleting the referenced files which is already complete.

> Delete stale java files from applications and framework
> ---
>
> Key: OFBIZ-7529
> URL: https://issues.apache.org/jira/browse/OFBIZ-7529
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL COMPONENTS
>Affects Versions: Trunk
>Reporter: Mridul Pathak
>Assignee: Mridul Pathak
>Priority: Major
>
> As per the discussions on the thread - 
> http://ofbiz.135035.n4.nabble.com/Proposal-to-delete-stale-java-files-tt4683855.html,
>  following files and their references needs to be deleted from applications 
> and framework,
> applications/content/src/org/ofbiz/content/openoffice/OpenOfficeByteArrayInputStream.java
> applications/content/src/org/ofbiz/content/openoffice/OpenOfficeByteArrayOutputStream.java
> applications/content/src/org/ofbiz/content/openoffice/OpenOfficeServices.java
> applications/content/src/org/ofbiz/content/openoffice/OpenOfficeWorker.java
> applications/content/src/org/ofbiz/content/report
> applications/content/src/org/ofbiz/content/report/JREntityListIteratorDataSource.java
> applications/content/src/org/ofbiz/content/report/JRMapCollectionDataSource.java
> applications/product/src/ShipmentScaleApplet.java
> applications/securityext/src/org/ofbiz/securityext/thirdparty/truition/TruitionCoReg.java
> framework/webapp/src/org/ofbiz/webapp/view/JasperReportsJXlsViewHandler.java
> framework/webapp/src/org/ofbiz/webapp/view/JasperReportsPdfViewHandler.java
> framework/webapp/src/org/ofbiz/webapp/view/JasperReportsPoiXlsViewHandler.java
> framework/webapp/src/org/ofbiz/webapp/view/JasperReportsXmlViewHandler.java



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Closed] (OFBIZ-11365) Convert setContentStatus service from mini-lang to groovy DSL

2020-05-23 Thread Mridul Pathak (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-11365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak closed OFBIZ-11365.
-
Fix Version/s: Upcoming Branch
   Resolution: Fixed

> Convert setContentStatus service from mini-lang to groovy DSL
> -
>
> Key: OFBIZ-11365
> URL: https://issues.apache.org/jira/browse/OFBIZ-11365
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: content
>Affects Versions: Trunk
>Reporter: Devanshu Vyas
>Assignee: Mridul Pathak
>Priority: Minor
>  Labels: patch-available
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-11365.patch, OFBIZ-11365.patch, OFBIZ-11365.patch
>
>
> Convert the setContentStatus service code from mini lang to groovy DSL.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Assigned] (OFBIZ-11365) Convert setContentStatus service from mini-lang to groovy DSL

2020-05-23 Thread Mridul Pathak (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-11365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak reassigned OFBIZ-11365:
-

Assignee: Mridul Pathak  (was: Devanshu Vyas)

> Convert setContentStatus service from mini-lang to groovy DSL
> -
>
> Key: OFBIZ-11365
> URL: https://issues.apache.org/jira/browse/OFBIZ-11365
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: content
>Affects Versions: Trunk
>Reporter: Devanshu Vyas
>Assignee: Mridul Pathak
>Priority: Minor
>  Labels: patch-available
> Attachments: OFBIZ-11365.patch, OFBIZ-11365.patch, OFBIZ-11365.patch
>
>
> Convert the setContentStatus service code from mini lang to groovy DSL.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-11365) Convert setContentStatus service from mini-lang to groovy DSL

2020-05-23 Thread Mridul Pathak (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17114576#comment-17114576
 ] 

Mridul Pathak commented on OFBIZ-11365:
---

[~devanshu.vyas], the patch seems to remove deactivateAllContentRoles simple 
method as well, probably a mixup?

> Convert setContentStatus service from mini-lang to groovy DSL
> -
>
> Key: OFBIZ-11365
> URL: https://issues.apache.org/jira/browse/OFBIZ-11365
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: content
>Affects Versions: Trunk
>Reporter: Devanshu Vyas
>Assignee: Devanshu Vyas
>Priority: Minor
>  Labels: patch-available
> Attachments: OFBIZ-11365.patch, OFBIZ-11365.patch
>
>
> Convert the setContentStatus service code from mini lang to groovy DSL.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (OFBIZ-11369) Convert findAssocContent service from mini-lang to groovy DSL

2020-04-25 Thread Mridul Pathak (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17092137#comment-17092137
 ] 

Mridul Pathak commented on OFBIZ-11369:
---

Hi [~prakhar.kumar],

Please use iterator for mapKeys as in original simple method. IN operator could 
end up giving performance issues for heavily populated ContentAssoc entity.

> Convert findAssocContent service from mini-lang to groovy DSL
> -
>
> Key: OFBIZ-11369
> URL: https://issues.apache.org/jira/browse/OFBIZ-11369
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: content
>Affects Versions: Trunk
>Reporter: Devanshu Vyas
>Assignee: Prakhar Kumar
>Priority: Minor
> Attachments: OFBIZ-11369.patch
>
>
> Convert findAssocContent service code from mini-lang to groovy DSL.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Closed] (OFBIZ-11109) Getting an error while creating event from SFA without providing event name

2019-06-22 Thread Mridul Pathak (JIRA)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-11109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak closed OFBIZ-11109.
-

Thanks [~harman.kaur] for reporting and [~aditi17] for providing the patch.

> Getting an error while creating event from SFA without providing event name
> ---
>
> Key: OFBIZ-11109
> URL: https://issues.apache.org/jira/browse/OFBIZ-11109
> Project: OFBiz
>  Issue Type: Bug
>Affects Versions: Trunk, Release Branch 16.11, Release Branch 17.12, 
> Release Branch 18.12
>Reporter: Harman kaur Matharu
>Assignee: Mridul Pathak
>Priority: Major
> Fix For: 17.12.01, 16.11.06, 18.12.01
>
> Attachments: OFBIZ-11109.patch, Screenshot from 2019-06-22 
> 11-43-54.png
>
>
>  Steps-
> 1) Navigate to SFA than events.
> 2) Click on create button.
> 3) Enter only Party Id and proceed to Create Event.
> Expected: Event should be successfully created.
> Actual: Error message gets displayed, which does not make any sense to the 
> system user. 
>  
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (OFBIZ-11109) Getting an error while creating event from SFA without providing event name

2019-06-22 Thread Mridul Pathak (JIRA)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-11109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak resolved OFBIZ-11109.
---
   Resolution: Fixed
Fix Version/s: 18.12.01
   16.11.06
   17.12.01

Fixed in trunk r1861838, 18.12 r1861842, 17.12 r1861843, 16.11 r1861844.

> Getting an error while creating event from SFA without providing event name
> ---
>
> Key: OFBIZ-11109
> URL: https://issues.apache.org/jira/browse/OFBIZ-11109
> Project: OFBiz
>  Issue Type: Bug
>Affects Versions: Trunk, Release Branch 16.11, Release Branch 17.12, 
> Release Branch 18.12
>Reporter: Harman kaur Matharu
>Assignee: Mridul Pathak
>Priority: Major
> Fix For: 17.12.01, 16.11.06, 18.12.01
>
> Attachments: OFBIZ-11109.patch, Screenshot from 2019-06-22 
> 11-43-54.png
>
>
>  Steps-
> 1) Navigate to SFA than events.
> 2) Click on create button.
> 3) Enter only Party Id and proceed to Create Event.
> Expected: Event should be successfully created.
> Actual: Error message gets displayed, which does not make any sense to the 
> system user. 
>  
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (OFBIZ-9092) Unit test case for service - getPayments

2019-06-22 Thread Mridul Pathak (JIRA)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-9092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak closed OFBIZ-9092.


Thanks [~deepak.nigam] for reporting and providing initial patch and 
[~yogesh.naroliya] for providing the updated patch.

> Unit test case for service -  getPayments
> -
>
> Key: OFBIZ-9092
> URL: https://issues.apache.org/jira/browse/OFBIZ-9092
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Reporter: Deepak Nigam
>Assignee: Mridul Pathak
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-9092.patch, OFBIZ-9092.patch
>
>
> Unit test case for service -  getPayments



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (OFBIZ-9092) Unit test case for service - getPayments

2019-06-22 Thread Mridul Pathak (JIRA)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-9092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak reassigned OFBIZ-9092:


Assignee: Mridul Pathak

> Unit test case for service -  getPayments
> -
>
> Key: OFBIZ-9092
> URL: https://issues.apache.org/jira/browse/OFBIZ-9092
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Reporter: Deepak Nigam
>Assignee: Mridul Pathak
>Priority: Minor
> Attachments: OFBIZ-9092.patch, OFBIZ-9092.patch
>
>
> Unit test case for service -  getPayments



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (OFBIZ-11109) Getting an error while creating event from SFA without providing event name

2019-06-22 Thread Mridul Pathak (JIRA)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-11109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak reassigned OFBIZ-11109:
-

Assignee: Mridul Pathak  (was: Aditi Patidar)

> Getting an error while creating event from SFA without providing event name
> ---
>
> Key: OFBIZ-11109
> URL: https://issues.apache.org/jira/browse/OFBIZ-11109
> Project: OFBiz
>  Issue Type: Bug
>Affects Versions: Trunk
>Reporter: Harman kaur Matharu
>Assignee: Mridul Pathak
>Priority: Major
> Attachments: OFBIZ-11109.patch, Screenshot from 2019-06-22 
> 11-43-54.png
>
>
>  Steps-
> 1) Navigate to SFA than events.
> 2) Click on create button.
> 3) Enter only Party Id and proceed to Create Event.
> Expected: Event should be successfully created.
> Actual: Error message gets displayed, which does not make any sense to the 
> system user. 
>  
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (OFBIZ-7935) Move 3rd party shipping integrations from product application to plugins

2019-04-27 Thread Mridul Pathak (JIRA)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-7935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak reassigned OFBIZ-7935:


Assignee: Mridul Pathak

> Move 3rd party shipping integrations from product application to plugins
> 
>
> Key: OFBIZ-7935
> URL: https://issues.apache.org/jira/browse/OFBIZ-7935
> Project: OFBiz
>  Issue Type: Improvement
>  Components: product
>Affects Versions: Trunk
>Reporter: Mridul Pathak
>Assignee: Mridul Pathak
>Priority: Major
>
> This is a placeholder issue to capture all sub tasks for removing 3rd party 
> shipping integrations from product application and moving to a new component 
> in special purpose.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (OFBIZ-7415) Move 3rd party payment integrations from accounting application to plugins

2019-04-27 Thread Mridul Pathak (JIRA)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-7415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak reassigned OFBIZ-7415:


Assignee: Mridul Pathak

> Move 3rd party payment integrations from accounting application to plugins
> --
>
> Key: OFBIZ-7415
> URL: https://issues.apache.org/jira/browse/OFBIZ-7415
> Project: OFBiz
>  Issue Type: Improvement
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Pierre Smits
>Assignee: Mridul Pathak
>Priority: Major
> Attachments: OFBIZ_7415.patch
>
>
> This is a placeholder issue to capture all sub tasks for removing 3rd party 
> payment integrations from accounting application and moving to a new 
> component in special purpose.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (OFBIZ-7936) Move 3rd party tax integrations from order application to plugins

2019-04-27 Thread Mridul Pathak (JIRA)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-7936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak reassigned OFBIZ-7936:


Assignee: Mridul Pathak

> Move 3rd party tax integrations from order application to plugins
> -
>
> Key: OFBIZ-7936
> URL: https://issues.apache.org/jira/browse/OFBIZ-7936
> Project: OFBiz
>  Issue Type: Improvement
>  Components: order
>Affects Versions: Trunk
>Reporter: Mridul Pathak
>Assignee: Mridul Pathak
>Priority: Major
>
> This is a placeholder issue to capture all sub tasks for removing 3rd party 
> tax integrations from order application and moving to a new component in 
> special purpose.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (OFBIZ-7529) Delete stale java files from applications and framework

2019-04-27 Thread Mridul Pathak (JIRA)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-7529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak reassigned OFBIZ-7529:


Assignee: Mridul Pathak

> Delete stale java files from applications and framework
> ---
>
> Key: OFBIZ-7529
> URL: https://issues.apache.org/jira/browse/OFBIZ-7529
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL COMPONENTS
>Affects Versions: Trunk
>Reporter: Mridul Pathak
>Assignee: Mridul Pathak
>Priority: Major
>
> As per the discussions on the thread - 
> http://ofbiz.135035.n4.nabble.com/Proposal-to-delete-stale-java-files-tt4683855.html,
>  following files and their references needs to be deleted from applications 
> and framework,
> applications/content/src/org/ofbiz/content/openoffice/OpenOfficeByteArrayInputStream.java
> applications/content/src/org/ofbiz/content/openoffice/OpenOfficeByteArrayOutputStream.java
> applications/content/src/org/ofbiz/content/openoffice/OpenOfficeServices.java
> applications/content/src/org/ofbiz/content/openoffice/OpenOfficeWorker.java
> applications/content/src/org/ofbiz/content/report
> applications/content/src/org/ofbiz/content/report/JREntityListIteratorDataSource.java
> applications/content/src/org/ofbiz/content/report/JRMapCollectionDataSource.java
> applications/product/src/ShipmentScaleApplet.java
> applications/securityext/src/org/ofbiz/securityext/thirdparty/truition/TruitionCoReg.java
> framework/webapp/src/org/ofbiz/webapp/view/JasperReportsJXlsViewHandler.java
> framework/webapp/src/org/ofbiz/webapp/view/JasperReportsPdfViewHandler.java
> framework/webapp/src/org/ofbiz/webapp/view/JasperReportsPoiXlsViewHandler.java
> framework/webapp/src/org/ofbiz/webapp/view/JasperReportsXmlViewHandler.java



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (OFBIZ-7210) Redesign org.ofbiz.entity.datasource

2019-04-27 Thread Mridul Pathak (JIRA)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-7210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak reassigned OFBIZ-7210:


Assignee: (was: Mridul Pathak)

> Redesign org.ofbiz.entity.datasource
> 
>
> Key: OFBIZ-7210
> URL: https://issues.apache.org/jira/browse/OFBIZ-7210
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Mridul Pathak
>Priority: Major
>
> All objects under org.ofbiz.entity.datasource need to be redesigned into an 
> interface model and implemented with concrete classes. Things like the 
> GenericDao should be broken down to many pieces as it is massive, complex, 
> and overly designed (Interface Segregation principle violated)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (OFBIZ-7935) Move 3rd party shipping integrations from product application to plugins

2019-04-27 Thread Mridul Pathak (JIRA)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-7935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak reassigned OFBIZ-7935:


Assignee: (was: Mridul Pathak)

> Move 3rd party shipping integrations from product application to plugins
> 
>
> Key: OFBIZ-7935
> URL: https://issues.apache.org/jira/browse/OFBIZ-7935
> Project: OFBiz
>  Issue Type: Improvement
>  Components: product
>Affects Versions: Trunk
>Reporter: Mridul Pathak
>Priority: Major
>
> This is a placeholder issue to capture all sub tasks for removing 3rd party 
> shipping integrations from product application and moving to a new component 
> in special purpose.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (OFBIZ-7415) Move 3rd party payment integrations from accounting application to plugins

2019-04-27 Thread Mridul Pathak (JIRA)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-7415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak reassigned OFBIZ-7415:


Assignee: (was: Mridul Pathak)

> Move 3rd party payment integrations from accounting application to plugins
> --
>
> Key: OFBIZ-7415
> URL: https://issues.apache.org/jira/browse/OFBIZ-7415
> Project: OFBiz
>  Issue Type: Improvement
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Pierre Smits
>Priority: Major
> Attachments: OFBIZ_7415.patch
>
>
> This is a placeholder issue to capture all sub tasks for removing 3rd party 
> payment integrations from accounting application and moving to a new 
> component in special purpose.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (OFBIZ-7529) Delete stale java files from applications and framework

2019-04-27 Thread Mridul Pathak (JIRA)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-7529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak reassigned OFBIZ-7529:


Assignee: (was: Mridul Pathak)

> Delete stale java files from applications and framework
> ---
>
> Key: OFBIZ-7529
> URL: https://issues.apache.org/jira/browse/OFBIZ-7529
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL COMPONENTS
>Affects Versions: Trunk
>Reporter: Mridul Pathak
>Priority: Major
>
> As per the discussions on the thread - 
> http://ofbiz.135035.n4.nabble.com/Proposal-to-delete-stale-java-files-tt4683855.html,
>  following files and their references needs to be deleted from applications 
> and framework,
> applications/content/src/org/ofbiz/content/openoffice/OpenOfficeByteArrayInputStream.java
> applications/content/src/org/ofbiz/content/openoffice/OpenOfficeByteArrayOutputStream.java
> applications/content/src/org/ofbiz/content/openoffice/OpenOfficeServices.java
> applications/content/src/org/ofbiz/content/openoffice/OpenOfficeWorker.java
> applications/content/src/org/ofbiz/content/report
> applications/content/src/org/ofbiz/content/report/JREntityListIteratorDataSource.java
> applications/content/src/org/ofbiz/content/report/JRMapCollectionDataSource.java
> applications/product/src/ShipmentScaleApplet.java
> applications/securityext/src/org/ofbiz/securityext/thirdparty/truition/TruitionCoReg.java
> framework/webapp/src/org/ofbiz/webapp/view/JasperReportsJXlsViewHandler.java
> framework/webapp/src/org/ofbiz/webapp/view/JasperReportsPdfViewHandler.java
> framework/webapp/src/org/ofbiz/webapp/view/JasperReportsPoiXlsViewHandler.java
> framework/webapp/src/org/ofbiz/webapp/view/JasperReportsXmlViewHandler.java



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (OFBIZ-7936) Move 3rd party tax integrations from order application to plugins

2019-04-27 Thread Mridul Pathak (JIRA)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-7936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak reassigned OFBIZ-7936:


Assignee: (was: Mridul Pathak)

> Move 3rd party tax integrations from order application to plugins
> -
>
> Key: OFBIZ-7936
> URL: https://issues.apache.org/jira/browse/OFBIZ-7936
> Project: OFBiz
>  Issue Type: Improvement
>  Components: order
>Affects Versions: Trunk
>Reporter: Mridul Pathak
>Priority: Major
>
> This is a placeholder issue to capture all sub tasks for removing 3rd party 
> tax integrations from order application and moving to a new component in 
> special purpose.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OFBIZ-7936) Move 3rd party tax integrations from order application to plugins

2019-04-27 Thread Mridul Pathak (JIRA)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-7936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak updated OFBIZ-7936:
-
Summary: Move 3rd party tax integrations from order application to plugins  
(was: Move 3rd party tax integrations from order application to specialpurpose)

> Move 3rd party tax integrations from order application to plugins
> -
>
> Key: OFBIZ-7936
> URL: https://issues.apache.org/jira/browse/OFBIZ-7936
> Project: OFBiz
>  Issue Type: Improvement
>  Components: order
>Affects Versions: Trunk
>Reporter: Mridul Pathak
>Assignee: Mridul Pathak
>Priority: Major
>
> This is a placeholder issue to capture all sub tasks for removing 3rd party 
> tax integrations from order application and moving to a new component in 
> special purpose.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OFBIZ-7935) Move 3rd party shipping integrations from product application to plugins

2019-04-27 Thread Mridul Pathak (JIRA)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-7935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak updated OFBIZ-7935:
-
Summary: Move 3rd party shipping integrations from product application to 
plugins  (was: Move 3rd party shipping integrations from product application to 
specialpurpose)

> Move 3rd party shipping integrations from product application to plugins
> 
>
> Key: OFBIZ-7935
> URL: https://issues.apache.org/jira/browse/OFBIZ-7935
> Project: OFBiz
>  Issue Type: Improvement
>  Components: product
>Affects Versions: Trunk
>Reporter: Mridul Pathak
>Assignee: Mridul Pathak
>Priority: Major
>
> This is a placeholder issue to capture all sub tasks for removing 3rd party 
> shipping integrations from product application and moving to a new component 
> in special purpose.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OFBIZ-7415) Move 3rd party payment integrations from accounting application to plugins

2019-04-27 Thread Mridul Pathak (JIRA)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-7415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak updated OFBIZ-7415:
-
Summary: Move 3rd party payment integrations from accounting application to 
plugins  (was: Move 3rd party payment integrations from accounting application 
to specialpurpose)

> Move 3rd party payment integrations from accounting application to plugins
> --
>
> Key: OFBIZ-7415
> URL: https://issues.apache.org/jira/browse/OFBIZ-7415
> Project: OFBiz
>  Issue Type: Improvement
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Pierre Smits
>Assignee: Mridul Pathak
>Priority: Major
> Attachments: OFBIZ_7415.patch
>
>
> This is a placeholder issue to capture all sub tasks for removing 3rd party 
> payment integrations from accounting application and moving to a new 
> component in special purpose.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (OFBIZ-5438) Virtual feature selection and selected variant price inconsistencies

2019-04-27 Thread Mridul Pathak (JIRA)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-5438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak reassigned OFBIZ-5438:


Assignee: (was: Mridul Pathak)

> Virtual feature selection and selected variant price inconsistencies
> 
>
> Key: OFBIZ-5438
> URL: https://issues.apache.org/jira/browse/OFBIZ-5438
> Project: OFBiz
>  Issue Type: Improvement
>  Components: order
>Reporter: Christian Carlow
>Priority: Minor
>
> To reproduce this issue:
> 1.  Create a sales order for DemoCustCompany
> 2.  Add WG-9944 to the cart
> 3.  Select Black (notice +$4.30) and 4-Wheels and click "Add to Cart"
> 4.  Click the check mark for the WG-9944 variant item that was added to the 
> cart and then click the "Remove Selected" button
> 5.  Navigate to the WG-9944 product features page
> 6.  Click feature 9000 to edit the Black Color feature
> 7.  Update the feature price from 4.3 to 1.3
> 8.  Add WG-9944 to the cart again by selecting the Black (notice now +$1.30) 
> and 4-Wheel feature options
> After step 9, notice that the item price is actually calculated using the 
> previous feature default price value even though the new feature price is 
> listed with the option.  
> A similar problem occurs if the virtual product default price is changed.  
> The feature selection page shows the updated virtual product price but once 
> the features are selected, the default price of the variant product which was 
> set when the variant was initially created is still set to the previous 
> default price that existed before the variant default price was changed.
> Maybe some logic should exist to check that the selected features prices add 
> up to the variant default price value and if they do not, then the previous 
> variant default price thruDate should be set and a new default price 
> consistent with the feature price sum created.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (OFBIZ-6934) Assigning a fixed asset to a WorkEffort record doesn't respect the thruDate of the WorkEffort

2019-04-27 Thread Mridul Pathak (JIRA)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-6934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak reassigned OFBIZ-6934:


Assignee: (was: Mridul Pathak)

> Assigning a fixed asset to a WorkEffort record doesn't respect the thruDate 
> of the WorkEffort
> -
>
> Key: OFBIZ-6934
> URL: https://issues.apache.org/jira/browse/OFBIZ-6934
> Project: OFBiz
>  Issue Type: Bug
>  Components: workeffort
>Affects Versions: Trunk
>Reporter: Pierre Smits
>Priority: Major
>
> When a fixed asset is assigned to a workeffort record the service should set 
> the thruDate (estimatedCompletionDate) on the assignment. However this 
> doesn't happen.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (OFBIZ-6558) Cancelled Payment Shows Amount Outstanding to be Applied

2019-04-27 Thread Mridul Pathak (JIRA)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-6558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak reassigned OFBIZ-6558:


Assignee: (was: Mridul Pathak)

> Cancelled Payment Shows Amount Outstanding to be Applied
> 
>
> Key: OFBIZ-6558
> URL: https://issues.apache.org/jira/browse/OFBIZ-6558
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
>Affects Versions: 13.07.02
>Reporter: Sharan Foga
>Priority: Minor
>
> When a payment is cancelled the Amount Outstanding (i.e. Open Amount that can 
> applied) is not set to zero. This means that cancelled payments still show up 
> in the list of payments that can be selected to be applied to an invoice. If 
> you try to apply a cancelled payment there is an error message but if the 
> amount outstanding is set to zero then these payments won't appear in the 
> list available for selection to be applied.
> This bug applies to both incoming and outgoing payments.
> How to re-create using an Incoming Payment
> 1. Go to Accounting / Payments
> 2. Create a new Incoming Payment to DemoCustomer for $10
> 3. Go back and view the list the newly created payment in the list of 
> payments  (Note that both the Amount and the Outstanding Amount show as $10. 
> The Outstanding Amount is the amount that can be applied to an invoice)
> 4. Select the newly created payment
> 5. Change the Status to Cancelled
> 6. Go back and view the payment in the payments list and both the amount and 
> the Amount Outstanding are still showing as $10.  (The amount Outstanding 
> here should be zero)
> 7. If you then select the payment and view the details. In the payment 
> Applied area it shows that $0.00 has been applied, which is fine but then it 
> shows that $10 is still open to be applied, which is wrong.  (If you cancel a 
> payment none of it should be available to be applied).
> The cancelled payment also appears in the payment lookup for selecting 
> payments to apply because the amount outstanding is not zero.  This means you 
> can select it to apply. However if you do try to apply it you get an error 
> message saying that it cant be applied because it is cancelled. 
> I think that setting the outstanding amount to zero when a payment is  
> cancelled will resolve this issue.
> Impact is that the list of payments will show incorrect information about 
> cancelled payments.
> Thanks
> Sharan



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (OFBIZ-6434) In ofbizsetup, create product category causes exception

2019-04-27 Thread Mridul Pathak (JIRA)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-6434?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak reassigned OFBIZ-6434:


Assignee: (was: Mridul Pathak)

> In ofbizsetup, create product category causes exception
> ---
>
> Key: OFBIZ-6434
> URL: https://issues.apache.org/jira/browse/OFBIZ-6434
> Project: OFBiz
>  Issue Type: Bug
>  Components: commonext
>Affects Versions: Trunk
>Reporter: Wai
>Priority: Major
>
> in ofbizsetup. create 1st productCategory gives exception.
> Seems that ofbiz tries to auto create a promotions category but the resulting 
> productCategoryId is too long for for the database field defined as a 
> varchar(20).
> My database is currently configured to use utf8.
> ...console output...
> INSERT INTO public.PRODUCT_CATEGORY (PRODUCT_CATEGORY_ID, 
> PRODUCT_CATEGORY_TYPE_ID, PRIMARY_PARENT_CATEGORY_ID, CATEGORY_NAME, 
> DESCRIPTION, LONG_DESCRIPTION, CATEGORY_IMAGE_URL, LINK_ONE_IMAGE_URL, 
> LINK_TWO_IMAGE_URL, DETAIL_SCREEN, SHOW_IN_SELECT, LAST_UPDATED_STAMP, 
> LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES 
> ('MYCOCLG1_ID_PROMOTIONS', 'CATALOG_CATEGORY', NULL, 'MYCOCLG1_ID 
> Promotions', NULL, NULL, NULL, NULL, NULL, 
> 'component://ecommerce/widget/CatalogScreens.xml#categorydetailmatrix', NULL, 
> '2015-05-29 13:03:32.74 -04:00:00', '2015-05-29 13:03:32.587000 
> -04:00:00', '2015-05-29 13:03:32.74 -04:00:00', '2015-05-29 
> 13:03:32.587000 -04:00:00')
> 2015-05-29 13:03:32,743 |ttp-bio-8443-exec-10 |GenericDelegator  
> |E| Failure in create operation for entity [ProductCategory]: 
> org.ofbiz.entity.GenericEntityException: Error while inserting: 
> [GenericEntity:ProductCategory][categoryName,MYCOCLG1_ID 
> Promotions(java.lang.String)][createdStamp,2015-05-29 
> 13:03:32.74(java.sql.Timestamp)][createdTxStamp,2015-05-29 
> 13:03:32.587(java.sql.Timestamp)][detailScreen,component://ecommerce/widget/CatalogScreens.xml#categorydetailmatrix(java.lang.String)][lastUpdatedStamp,2015-05-29
>  13:03:32.74(java.sql.Timestamp)][lastUpdatedTxStamp,2015-05-29 
> 13:03:32.587(java.sql.Timestamp)][productCategoryId,MYCOCLG1_ID_PROMOTIONS(java.lang.String)][productCategoryTypeId,CATALOG_CATEGORY(java.lang.String)]
>  (SQL Exception while executing the following:INSERT INTO 
> public.PRODUCT_CATEGORY (PRODUCT_CATEGORY_ID, PRODUCT_CATEGORY_TYPE_ID, 
> PRIMARY_PARENT_CATEGORY_ID, CATEGORY_NAME, DESCRIPTION, LONG_DESCRIPTION, 
> CATEGORY_IMAGE_URL, LINK_ONE_IMAGE_URL, LINK_TWO_IMAGE_URL, DETAIL_SCREEN, 
> SHOW_IN_SELECT, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, 
> CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) 
> (ERROR: value too long for type character varying(20)))



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (OFBIZ-7196) UI labels are not in alphabetic order

2018-09-14 Thread Mridul Pathak (JIRA)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-7196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak closed OFBIZ-7196.

Resolution: Implemented

As all child tickets are complete closing the parent ticket.

> UI labels are not in alphabetic order
> -
>
> Key: OFBIZ-7196
> URL: https://issues.apache.org/jira/browse/OFBIZ-7196
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL COMPONENTS
>Affects Versions: Trunk
>Reporter: Shivangi Tanwar
>Assignee: Suraj Khurana
>Priority: Minor
> Fix For: Trunk
>
>
> Actual: UI labels are not in alphabetic order.
> Expected: As per standard, UI labels should be in alphabetic order.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (OFBIZ-7328) Promotion is applied multiple times in case of Order Flat Amount action

2017-09-23 Thread Mridul Pathak (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-7328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak closed OFBIZ-7328.


> Promotion is applied multiple times in case of Order Flat Amount action
> ---
>
> Key: OFBIZ-7328
> URL: https://issues.apache.org/jira/browse/OFBIZ-7328
> Project: OFBiz
>  Issue Type: Bug
>Reporter: Vishal Chhabria
>Assignee: Mridul Pathak
>
> Steps to regenerate - 
> Create a promotion with 
> condition - > cart subtotal greater than equal to zero.
> action - > Order Amount Flat - 10
> Expected - 10 $ should be deducted from cart.
> Actual - Promotion keeps on applying unless cart amount reaches 0



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Resolved] (OFBIZ-7328) Promotion is applied multiple times in case of Order Flat Amount action

2017-09-23 Thread Mridul Pathak (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-7328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak resolved OFBIZ-7328.
--
Resolution: Not A Problem

Promotion engine is properly designed to handle this case and it's more related 
to correct data setup. Thanks [~aditi17] for providing additional details.

> Promotion is applied multiple times in case of Order Flat Amount action
> ---
>
> Key: OFBIZ-7328
> URL: https://issues.apache.org/jira/browse/OFBIZ-7328
> Project: OFBiz
>  Issue Type: Bug
>Reporter: Vishal Chhabria
>Assignee: Mridul Pathak
>
> Steps to regenerate - 
> Create a promotion with 
> condition - > cart subtotal greater than equal to zero.
> action - > Order Amount Flat - 10
> Expected - 10 $ should be deducted from cart.
> Actual - Promotion keeps on applying unless cart amount reaches 0



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Assigned] (OFBIZ-7328) Promotion is applied multiple times in case of Order Flat Amount action

2017-09-23 Thread Mridul Pathak (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-7328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak reassigned OFBIZ-7328:


Assignee: Mridul Pathak  (was: Aditi Patidar)

> Promotion is applied multiple times in case of Order Flat Amount action
> ---
>
> Key: OFBIZ-7328
> URL: https://issues.apache.org/jira/browse/OFBIZ-7328
> Project: OFBiz
>  Issue Type: Bug
>Reporter: Vishal Chhabria
>Assignee: Mridul Pathak
>
> Steps to regenerate - 
> Create a promotion with 
> condition - > cart subtotal greater than equal to zero.
> action - > Order Amount Flat - 10
> Expected - 10 $ should be deducted from cart.
> Actual - Promotion keeps on applying unless cart amount reaches 0



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Assigned] (OFBIZ-8505) Can't find Company and admin in Party find feature

2016-11-03 Thread Mridul Pathak (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8505?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak reassigned OFBIZ-8505:


Assignee: Mridul Pathak

> Can't find Company and admin in Party find feature
> --
>
> Key: OFBIZ-8505
> URL: https://issues.apache.org/jira/browse/OFBIZ-8505
> Project: OFBiz
>  Issue Type: Bug
>  Components: party
>Affects Versions: Trunk
>Reporter: Jacques Le Roux
>Assignee: Mridul Pathak
> Fix For: Upcoming Branch
>
>
> This was working last week, so must be a recent change



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-7563) Error message not visible properly after adding item in webpos

2016-10-15 Thread Mridul Pathak (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-7563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15578132#comment-15578132
 ] 

Mridul Pathak commented on OFBIZ-7563:
--

Thanks [~suraj.khurana] for contribution. Your patch is in trunk r1765063, 
15.12 r1765064, 14.12 r1765067.

> Error message not visible properly after adding item in webpos
> --
>
> Key: OFBIZ-7563
> URL: https://issues.apache.org/jira/browse/OFBIZ-7563
> Project: OFBiz
>  Issue Type: Bug
>  Components: specialpurpose/webpos
>Reporter: Suraj Khurana
>Assignee: Mridul Pathak
>Priority: Minor
> Fix For: Release Branch 14.12, Upcoming Branch, Release Branch 
> 15.12
>
> Attachments: OFBIZ-7563, OFBIZ-7563.png
>
>
> Steps to generate:
> - Go to Web Pos:
> - Click on search button on product search.
> - Click on product CPU 586 to add it to cart.
> - As no valid product price is not associated with product, then it should 
> not be added to cart, and show proper error message.
> - Error message is not properly visible to user due to overlapped div. 
> (Please refer screenshot)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-7563) Error message not visible properly after adding item in webpos

2016-10-15 Thread Mridul Pathak (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-7563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak closed OFBIZ-7563.


> Error message not visible properly after adding item in webpos
> --
>
> Key: OFBIZ-7563
> URL: https://issues.apache.org/jira/browse/OFBIZ-7563
> Project: OFBiz
>  Issue Type: Bug
>  Components: specialpurpose/webpos
>Reporter: Suraj Khurana
>Assignee: Mridul Pathak
>Priority: Minor
> Fix For: Release Branch 14.12, Upcoming Branch, Release Branch 
> 15.12
>
> Attachments: OFBIZ-7563, OFBIZ-7563.png
>
>
> Steps to generate:
> - Go to Web Pos:
> - Click on search button on product search.
> - Click on product CPU 586 to add it to cart.
> - As no valid product price is not associated with product, then it should 
> not be added to cart, and show proper error message.
> - Error message is not properly visible to user due to overlapped div. 
> (Please refer screenshot)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8483) Example : Remove unused imports from groovy files for code optimization

2016-10-15 Thread Mridul Pathak (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak updated OFBIZ-8483:
-
Fix Version/s: (was: Trunk)
   Upcoming Branch

> Example : Remove unused imports from groovy files for code optimization
> ---
>
> Key: OFBIZ-8483
> URL: https://issues.apache.org/jira/browse/OFBIZ-8483
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: specialpurpose/example
>Affects Versions: Trunk
>Reporter: Gopal Yadav
>Assignee: Mridul Pathak
>Priority: Minor
> Fix For: 14.12.01, Upcoming Branch, 15.12.01
>
> Attachments: OFBIZ-8483_trunk.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8465) Party : Remove unused imports from groovy files for code optimization

2016-10-15 Thread Mridul Pathak (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak updated OFBIZ-8465:
-
Fix Version/s: (was: Trunk)
   Upcoming Branch

> Party : Remove unused imports from groovy files for code optimization
> -
>
> Key: OFBIZ-8465
> URL: https://issues.apache.org/jira/browse/OFBIZ-8465
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: party
>Affects Versions: Trunk
>Reporter: Gopal Yadav
>Assignee: Mridul Pathak
>Priority: Minor
> Fix For: 14.12.01, Upcoming Branch, 15.12.01
>
> Attachments: OFBIZ-8465_trunk.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8474) BI : Remove unused imports from groovy files for code optimization

2016-10-15 Thread Mridul Pathak (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak updated OFBIZ-8474:
-
Fix Version/s: (was: Trunk)
   Upcoming Branch

> BI : Remove unused imports from groovy files for code optimization
> --
>
> Key: OFBIZ-8474
> URL: https://issues.apache.org/jira/browse/OFBIZ-8474
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: specialpurpose/bi
>Affects Versions: Trunk
>Reporter: Gopal Yadav
>Assignee: Mridul Pathak
>Priority: Minor
> Fix For: 14.12.01, Upcoming Branch, 15.12.01
>
> Attachments: OFBIZ-8474_trunk.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8442) WebPos : Remove unused imports from groovy files for code optimization.

2016-10-15 Thread Mridul Pathak (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak updated OFBIZ-8442:
-
Fix Version/s: (was: Trunk)
   Upcoming Branch

> WebPos : Remove unused imports from groovy files for code optimization.
> ---
>
> Key: OFBIZ-8442
> URL: https://issues.apache.org/jira/browse/OFBIZ-8442
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: specialpurpose/webpos
>Affects Versions: Trunk
>Reporter: Gopal Yadav
>Assignee: Mridul Pathak
>Priority: Minor
> Fix For: 14.12.01, Upcoming Branch, 15.12.01
>
> Attachments: OFBIZ-8442_trunk.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8485) EbayStore : Remove unused imports from groovy files for code optimization

2016-10-15 Thread Mridul Pathak (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak updated OFBIZ-8485:
-
Fix Version/s: (was: Trunk)
   Upcoming Branch

> EbayStore : Remove unused imports from groovy files for code optimization
> -
>
> Key: OFBIZ-8485
> URL: https://issues.apache.org/jira/browse/OFBIZ-8485
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: specialpurpose/ebaystore
>Affects Versions: Trunk
>Reporter: Ankit Joshi
>Assignee: Mridul Pathak
>Priority: Minor
> Fix For: 14.12.01, Upcoming Branch, 15.12.01
>
> Attachments: OFBIZ-8485_trunk.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8482) Birt : Remove unused imports from groovy files for code optimization.

2016-10-15 Thread Mridul Pathak (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak updated OFBIZ-8482:
-
Fix Version/s: (was: Trunk)
   Upcoming Branch

> Birt : Remove unused imports from groovy files for code optimization.
> -
>
> Key: OFBIZ-8482
> URL: https://issues.apache.org/jira/browse/OFBIZ-8482
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: specialpurpose/birt
>Affects Versions: Trunk
>Reporter: Ankit Joshi
>Assignee: Mridul Pathak
>Priority: Minor
> Fix For: 14.12.01, Upcoming Branch, 15.12.01
>
> Attachments: OFBIZ-8482_trunk.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8488) ProjectMgr : Remove unused imports from groovy files for code optimization

2016-10-15 Thread Mridul Pathak (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak closed OFBIZ-8488.


> ProjectMgr : Remove unused imports from groovy files for code optimization
> --
>
> Key: OFBIZ-8488
> URL: https://issues.apache.org/jira/browse/OFBIZ-8488
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: specialpurpose/projectmgr
>Affects Versions: Trunk
>Reporter: Gopal Yadav
>Assignee: Mridul Pathak
>Priority: Minor
> Fix For: Trunk, 14.12.01, 15.12.01
>
> Attachments: OFBIZ-8488_trunk.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-8488) ProjectMgr : Remove unused imports from groovy files for code optimization

2016-10-15 Thread Mridul Pathak (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-8488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15578107#comment-15578107
 ] 

Mridul Pathak commented on OFBIZ-8488:
--

Thanks [~gopalyadav] for contribution. Your patch is in trunk r1765059.

> ProjectMgr : Remove unused imports from groovy files for code optimization
> --
>
> Key: OFBIZ-8488
> URL: https://issues.apache.org/jira/browse/OFBIZ-8488
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: specialpurpose/projectmgr
>Affects Versions: Trunk
>Reporter: Gopal Yadav
>Assignee: Mridul Pathak
>Priority: Minor
> Fix For: 14.12.01, 15.12.01
>
> Attachments: OFBIZ-8488_trunk.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-8488) ProjectMgr : Remove unused imports from groovy files for code optimization

2016-10-15 Thread Mridul Pathak (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak reassigned OFBIZ-8488:


Assignee: Mridul Pathak

> ProjectMgr : Remove unused imports from groovy files for code optimization
> --
>
> Key: OFBIZ-8488
> URL: https://issues.apache.org/jira/browse/OFBIZ-8488
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: specialpurpose/projectmgr
>Affects Versions: Trunk
>Reporter: Gopal Yadav
>Assignee: Mridul Pathak
>Priority: Minor
> Fix For: 14.12.01, 15.12.01
>
> Attachments: OFBIZ-8488_trunk.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-7598) Empty header row should not render if list to render in file is empty

2016-10-15 Thread Mridul Pathak (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-7598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak reassigned OFBIZ-7598:


Assignee: Mridul Pathak  (was: Suraj Khurana)

> Empty header row should not render if list to render in file is empty
> -
>
> Key: OFBIZ-7598
> URL: https://issues.apache.org/jira/browse/OFBIZ-7598
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Suraj Khurana
>Assignee: Mridul Pathak
> Fix For: Trunk
>
> Attachments: OFBIZ-7598.patch, OFBIZ-7598.patch, OFBIZ-7598.png
>
>
> If list inside form doesn't contain data, then header row should not render 
> from better UI perspective and proper message should be shown to user.
> Please refer screenshot for details.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-7598) Empty header row should not render if list to render in file is empty

2016-10-15 Thread Mridul Pathak (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-7598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak closed OFBIZ-7598.


> Empty header row should not render if list to render in file is empty
> -
>
> Key: OFBIZ-7598
> URL: https://issues.apache.org/jira/browse/OFBIZ-7598
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Suraj Khurana
>Assignee: Suraj Khurana
> Fix For: Trunk
>
> Attachments: OFBIZ-7598.patch, OFBIZ-7598.patch, OFBIZ-7598.png
>
>
> If list inside form doesn't contain data, then header row should not render 
> from better UI perspective and proper message should be shown to user.
> Please refer screenshot for details.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-7598) Empty header row should not render if list to render in file is empty

2016-10-15 Thread Mridul Pathak (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-7598?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15578094#comment-15578094
 ] 

Mridul Pathak commented on OFBIZ-7598:
--

Thanks [~suraj.khurana] for contribution. Your patch is in trunk r1765058.

> Empty header row should not render if list to render in file is empty
> -
>
> Key: OFBIZ-7598
> URL: https://issues.apache.org/jira/browse/OFBIZ-7598
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Suraj Khurana
>Assignee: Suraj Khurana
> Fix For: Trunk
>
> Attachments: OFBIZ-7598.patch, OFBIZ-7598.patch, OFBIZ-7598.png
>
>
> If list inside form doesn't contain data, then header row should not render 
> from better UI perspective and proper message should be shown to user.
> Please refer screenshot for details.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-7598) Empty header row should not render if list to render in file is empty

2016-10-15 Thread Mridul Pathak (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-7598?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak updated OFBIZ-7598:
-
Affects Version/s: Trunk

> Empty header row should not render if list to render in file is empty
> -
>
> Key: OFBIZ-7598
> URL: https://issues.apache.org/jira/browse/OFBIZ-7598
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Suraj Khurana
>Assignee: Suraj Khurana
> Fix For: Trunk
>
> Attachments: OFBIZ-7598.patch, OFBIZ-7598.patch, OFBIZ-7598.png
>
>
> If list inside form doesn't contain data, then header row should not render 
> from better UI perspective and proper message should be shown to user.
> Please refer screenshot for details.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8484) Accounting : Remove unused imports from groovy files for code optimization.

2016-10-15 Thread Mridul Pathak (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak closed OFBIZ-8484.


> Accounting : Remove unused imports from groovy files for code optimization.
> ---
>
> Key: OFBIZ-8484
> URL: https://issues.apache.org/jira/browse/OFBIZ-8484
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Suraj Khurana
>Assignee: Suraj Khurana
>Priority: Minor
> Fix For: Trunk
>
> Attachments: OFBIZ-8484.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-8484) Accounting : Remove unused imports from groovy files for code optimization.

2016-10-15 Thread Mridul Pathak (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-8484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15578080#comment-15578080
 ] 

Mridul Pathak commented on OFBIZ-8484:
--

Thanks [~suraj.khurana] for contribution. Your patch is in trunk r1765057.

> Accounting : Remove unused imports from groovy files for code optimization.
> ---
>
> Key: OFBIZ-8484
> URL: https://issues.apache.org/jira/browse/OFBIZ-8484
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Suraj Khurana
>Assignee: Suraj Khurana
>Priority: Minor
> Fix For: Trunk
>
> Attachments: OFBIZ-8484.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-8483) Example : Remove unused imports from groovy files for code optimization

2016-10-15 Thread Mridul Pathak (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-8483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15578061#comment-15578061
 ] 

Mridul Pathak commented on OFBIZ-8483:
--

Thanks [~gopalyadav] for contribution. Your patch is in trunk r1765054.

> Example : Remove unused imports from groovy files for code optimization
> ---
>
> Key: OFBIZ-8483
> URL: https://issues.apache.org/jira/browse/OFBIZ-8483
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: specialpurpose/example
>Affects Versions: Trunk
>Reporter: Gopal Yadav
>Assignee: Mridul Pathak
>Priority: Minor
> Fix For: Trunk, 14.12.01, 15.12.01
>
> Attachments: OFBIZ-8483_trunk.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8483) Example : Remove unused imports from groovy files for code optimization

2016-10-15 Thread Mridul Pathak (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak closed OFBIZ-8483.


> Example : Remove unused imports from groovy files for code optimization
> ---
>
> Key: OFBIZ-8483
> URL: https://issues.apache.org/jira/browse/OFBIZ-8483
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: specialpurpose/example
>Affects Versions: Trunk
>Reporter: Gopal Yadav
>Assignee: Mridul Pathak
>Priority: Minor
> Fix For: Trunk, 14.12.01, 15.12.01
>
> Attachments: OFBIZ-8483_trunk.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-8483) Example : Remove unused imports from groovy files for code optimization

2016-10-15 Thread Mridul Pathak (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak reassigned OFBIZ-8483:


Assignee: Mridul Pathak

> Example : Remove unused imports from groovy files for code optimization
> ---
>
> Key: OFBIZ-8483
> URL: https://issues.apache.org/jira/browse/OFBIZ-8483
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: specialpurpose/example
>Affects Versions: Trunk
>Reporter: Gopal Yadav
>Assignee: Mridul Pathak
>Priority: Minor
> Fix For: 14.12.01, 15.12.01
>
> Attachments: OFBIZ-8483_trunk.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8485) EbayStore : Remove unused imports from groovy files for code optimization

2016-10-15 Thread Mridul Pathak (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak closed OFBIZ-8485.


> EbayStore : Remove unused imports from groovy files for code optimization
> -
>
> Key: OFBIZ-8485
> URL: https://issues.apache.org/jira/browse/OFBIZ-8485
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: specialpurpose/ebaystore
>Affects Versions: Trunk
>Reporter: Ankit Joshi
>Assignee: Mridul Pathak
>Priority: Minor
> Fix For: Trunk, 14.12.01, 15.12.01
>
> Attachments: OFBIZ-8485_trunk.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-8485) EbayStore : Remove unused imports from groovy files for code optimization

2016-10-15 Thread Mridul Pathak (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-8485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15578047#comment-15578047
 ] 

Mridul Pathak commented on OFBIZ-8485:
--

Thanks [~ankit.joshi] for contribution. Your patch is in trunk r1765052.

> EbayStore : Remove unused imports from groovy files for code optimization
> -
>
> Key: OFBIZ-8485
> URL: https://issues.apache.org/jira/browse/OFBIZ-8485
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: specialpurpose/ebaystore
>Affects Versions: Trunk
>Reporter: Ankit Joshi
>Assignee: Mridul Pathak
>Priority: Minor
> Fix For: 14.12.01, 15.12.01
>
> Attachments: OFBIZ-8485_trunk.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-8485) EbayStore : Remove unused imports from groovy files for code optimization

2016-10-15 Thread Mridul Pathak (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8485?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak reassigned OFBIZ-8485:


Assignee: Mridul Pathak

> EbayStore : Remove unused imports from groovy files for code optimization
> -
>
> Key: OFBIZ-8485
> URL: https://issues.apache.org/jira/browse/OFBIZ-8485
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: specialpurpose/ebaystore
>Affects Versions: Trunk
>Reporter: Ankit Joshi
>Assignee: Mridul Pathak
>Priority: Minor
> Fix For: 14.12.01, 15.12.01
>
> Attachments: OFBIZ-8485_trunk.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-8001) Entity ECA rules throws NPE in case of remove operation

2016-10-15 Thread Mridul Pathak (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak reassigned OFBIZ-8001:


Assignee: Mridul Pathak  (was: Suraj Khurana)

> Entity ECA rules throws NPE in case of remove operation
> ---
>
> Key: OFBIZ-8001
> URL: https://issues.apache.org/jira/browse/OFBIZ-8001
> Project: OFBiz
>  Issue Type: Bug
>  Components: framework
>Affects Versions: Release Branch 14.12, Trunk, Release Branch 15.12
>Reporter: Suraj Khurana
>Assignee: Mridul Pathak
> Fix For: Release Branch 14.12, Trunk, Release Branch 15.12
>
> Attachments: OFBIZ-8001-1412.patch, OFBIZ-8001.patch, OFBIZ-8001.png
>
>
> Please refer screen-shot for more details.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8001) Entity ECA rules throws NPE in case of remove operation

2016-10-15 Thread Mridul Pathak (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak closed OFBIZ-8001.


> Entity ECA rules throws NPE in case of remove operation
> ---
>
> Key: OFBIZ-8001
> URL: https://issues.apache.org/jira/browse/OFBIZ-8001
> Project: OFBiz
>  Issue Type: Bug
>  Components: framework
>Affects Versions: Release Branch 14.12, Trunk, Release Branch 15.12
>Reporter: Suraj Khurana
>Assignee: Mridul Pathak
> Fix For: Release Branch 14.12, Trunk, Release Branch 15.12
>
> Attachments: OFBIZ-8001-1412.patch, OFBIZ-8001.patch, OFBIZ-8001.png
>
>
> Please refer screen-shot for more details.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-8001) Entity ECA rules throws NPE in case of remove operation

2016-10-15 Thread Mridul Pathak (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-8001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15578040#comment-15578040
 ] 

Mridul Pathak commented on OFBIZ-8001:
--

Thanks [~suraj.khurana] for contribution. Your patch is in trunk r1765048, 
15.12 r1765049, 14.12 r1765051.

> Entity ECA rules throws NPE in case of remove operation
> ---
>
> Key: OFBIZ-8001
> URL: https://issues.apache.org/jira/browse/OFBIZ-8001
> Project: OFBiz
>  Issue Type: Bug
>  Components: framework
>Affects Versions: Release Branch 14.12, Trunk, Release Branch 15.12
>Reporter: Suraj Khurana
>Assignee: Suraj Khurana
> Attachments: OFBIZ-8001-1412.patch, OFBIZ-8001.patch, OFBIZ-8001.png
>
>
> Please refer screen-shot for more details.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8482) Birt : Remove unused imports from groovy files for code optimization.

2016-10-15 Thread Mridul Pathak (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak closed OFBIZ-8482.


> Birt : Remove unused imports from groovy files for code optimization.
> -
>
> Key: OFBIZ-8482
> URL: https://issues.apache.org/jira/browse/OFBIZ-8482
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: specialpurpose/birt
>Affects Versions: Trunk
>Reporter: Ankit Joshi
>Assignee: Mridul Pathak
>Priority: Minor
> Fix For: Trunk, 14.12.01, 15.12.01
>
> Attachments: OFBIZ-8482_trunk.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-8482) Birt : Remove unused imports from groovy files for code optimization.

2016-10-15 Thread Mridul Pathak (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-8482?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15577983#comment-15577983
 ] 

Mridul Pathak commented on OFBIZ-8482:
--

Thanks [~ankit.joshi] for contribution. You patch is in trunk r1765042.

> Birt : Remove unused imports from groovy files for code optimization.
> -
>
> Key: OFBIZ-8482
> URL: https://issues.apache.org/jira/browse/OFBIZ-8482
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: specialpurpose/birt
>Affects Versions: Trunk
>Reporter: Ankit Joshi
>Assignee: Mridul Pathak
>Priority: Minor
> Fix For: 14.12.01, 15.12.01
>
> Attachments: OFBIZ-8482_trunk.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-8482) Birt : Remove unused imports from groovy files for code optimization.

2016-10-15 Thread Mridul Pathak (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak reassigned OFBIZ-8482:


Assignee: Mridul Pathak

> Birt : Remove unused imports from groovy files for code optimization.
> -
>
> Key: OFBIZ-8482
> URL: https://issues.apache.org/jira/browse/OFBIZ-8482
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: specialpurpose/birt
>Affects Versions: Trunk
>Reporter: Ankit Joshi
>Assignee: Mridul Pathak
>Priority: Minor
> Fix For: 14.12.01, 15.12.01
>
> Attachments: OFBIZ-8482_trunk.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8474) BI : Remove unused imports from groovy files for code optimization

2016-10-15 Thread Mridul Pathak (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak closed OFBIZ-8474.


> BI : Remove unused imports from groovy files for code optimization
> --
>
> Key: OFBIZ-8474
> URL: https://issues.apache.org/jira/browse/OFBIZ-8474
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: specialpurpose/bi
>Affects Versions: Trunk
>Reporter: Gopal Yadav
>Assignee: Mridul Pathak
>Priority: Minor
> Fix For: Trunk, 14.12.01, 15.12.01
>
> Attachments: OFBIZ-8474_trunk.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-8474) BI : Remove unused imports from groovy files for code optimization

2016-10-15 Thread Mridul Pathak (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-8474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15577943#comment-15577943
 ] 

Mridul Pathak commented on OFBIZ-8474:
--

Thanks [~gopalyadav] for contribution. Your patch is in trunk r1765037.

> BI : Remove unused imports from groovy files for code optimization
> --
>
> Key: OFBIZ-8474
> URL: https://issues.apache.org/jira/browse/OFBIZ-8474
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: specialpurpose/bi
>Affects Versions: Trunk
>Reporter: Gopal Yadav
>Assignee: Mridul Pathak
>Priority: Minor
> Fix For: 14.12.01, 15.12.01
>
> Attachments: OFBIZ-8474_trunk.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-8474) BI : Remove unused imports from groovy files for code optimization

2016-10-15 Thread Mridul Pathak (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak reassigned OFBIZ-8474:


Assignee: Mridul Pathak

> BI : Remove unused imports from groovy files for code optimization
> --
>
> Key: OFBIZ-8474
> URL: https://issues.apache.org/jira/browse/OFBIZ-8474
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: specialpurpose/bi
>Affects Versions: Trunk
>Reporter: Gopal Yadav
>Assignee: Mridul Pathak
>Priority: Minor
> Fix For: 14.12.01, 15.12.01
>
> Attachments: OFBIZ-8474_trunk.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8465) Party : Remove unused imports from groovy files for code optimization

2016-10-15 Thread Mridul Pathak (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak closed OFBIZ-8465.


> Party : Remove unused imports from groovy files for code optimization
> -
>
> Key: OFBIZ-8465
> URL: https://issues.apache.org/jira/browse/OFBIZ-8465
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: party
>Affects Versions: Trunk
>Reporter: Gopal Yadav
>Assignee: Mridul Pathak
>Priority: Minor
> Fix For: Trunk, 14.12.01, 15.12.01
>
> Attachments: OFBIZ-8465_trunk.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-8465) Party : Remove unused imports from groovy files for code optimization

2016-10-15 Thread Mridul Pathak (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-8465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15577932#comment-15577932
 ] 

Mridul Pathak commented on OFBIZ-8465:
--

Thanks [~gopalyadav] for contribution. Your patch is in trunk r1765036.

> Party : Remove unused imports from groovy files for code optimization
> -
>
> Key: OFBIZ-8465
> URL: https://issues.apache.org/jira/browse/OFBIZ-8465
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: party
>Affects Versions: Trunk
>Reporter: Gopal Yadav
>Assignee: Mridul Pathak
>Priority: Minor
> Fix For: Trunk, 14.12.01, 15.12.01
>
> Attachments: OFBIZ-8465_trunk.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-8465) Party : Remove unused imports from groovy files for code optimization

2016-10-15 Thread Mridul Pathak (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8465?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak reassigned OFBIZ-8465:


Assignee: Mridul Pathak

> Party : Remove unused imports from groovy files for code optimization
> -
>
> Key: OFBIZ-8465
> URL: https://issues.apache.org/jira/browse/OFBIZ-8465
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: party
>Affects Versions: Trunk
>Reporter: Gopal Yadav
>Assignee: Mridul Pathak
>Priority: Minor
> Fix For: 14.12.01, 15.12.01
>
> Attachments: OFBIZ-8465_trunk.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-7597) Entity auto services doesn't returns success message

2016-10-15 Thread Mridul Pathak (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-7597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak closed OFBIZ-7597.


> Entity auto services doesn't returns success message
> 
>
> Key: OFBIZ-7597
> URL: https://issues.apache.org/jira/browse/OFBIZ-7597
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Suraj Khurana
>Assignee: Mridul Pathak
> Fix For: Trunk
>
> Attachments: OFBIZ-7597-Updated.patch, OFBIZ-7597.patch
>
>
> All the services which uses entity-auto engine should return proper success 
> messages according to action.
> With reference to EntityAutoEngine.java, proposed messages according to 
> action:
> For Create:  created successfully
> For Update:  updated successfully
> For Delete:  deleted successfully
> For Expire:  expired successfully



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-7597) Entity auto services doesn't returns success message

2016-10-15 Thread Mridul Pathak (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-7597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak updated OFBIZ-7597:
-
Affects Version/s: Trunk

> Entity auto services doesn't returns success message
> 
>
> Key: OFBIZ-7597
> URL: https://issues.apache.org/jira/browse/OFBIZ-7597
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Suraj Khurana
>Assignee: Mridul Pathak
> Fix For: Trunk
>
> Attachments: OFBIZ-7597-Updated.patch, OFBIZ-7597.patch
>
>
> All the services which uses entity-auto engine should return proper success 
> messages according to action.
> With reference to EntityAutoEngine.java, proposed messages according to 
> action:
> For Create:  created successfully
> For Update:  updated successfully
> For Delete:  deleted successfully
> For Expire:  expired successfully



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-7597) Entity auto services doesn't returns success message

2016-10-15 Thread Mridul Pathak (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-7597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15577916#comment-15577916
 ] 

Mridul Pathak commented on OFBIZ-7597:
--

Thanks [~suraj.khurana] for contribution. Your patch is in trunk r1765035.

> Entity auto services doesn't returns success message
> 
>
> Key: OFBIZ-7597
> URL: https://issues.apache.org/jira/browse/OFBIZ-7597
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Reporter: Suraj Khurana
>Assignee: Mridul Pathak
> Attachments: OFBIZ-7597-Updated.patch, OFBIZ-7597.patch
>
>
> All the services which uses entity-auto engine should return proper success 
> messages according to action.
> With reference to EntityAutoEngine.java, proposed messages according to 
> action:
> For Create:  created successfully
> For Update:  updated successfully
> For Delete:  deleted successfully
> For Expire:  expired successfully



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-7359) Product based promotion calculation

2016-10-15 Thread Mridul Pathak (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-7359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak closed OFBIZ-7359.


> Product based promotion calculation
> ---
>
> Key: OFBIZ-7359
> URL: https://issues.apache.org/jira/browse/OFBIZ-7359
> Project: OFBiz
>  Issue Type: Improvement
>  Components: order
>Affects Versions: Trunk
>Reporter: Arvind Singh Tomar
>Assignee: Mridul Pathak
>Priority: Minor
> Fix For: Trunk
>
> Attachments: OFBIZ-7359_trunk.patch, OFBIZ-7359_trunk.patch, 
> Promotion1.png, Promotion2.png
>
>
> I found the behavior of product base promotion calculation a bit strange. Any 
> further insights into the issue would be very helpful.
> The promotion which I used was to give 30% discount for the item (i.e. 
> RAM1GB_BRAND). I created a sales order with 10 quantity of the product. 
> During the promotion calculation, OFBiz created 10 OrderAdjustments, one for 
> each quantity for the same promotion type.
> I was expecting that in the case if same Promotion is applicable for more 
> than one quantity of a product then a single OrderAdjustment should be 
> created instead of creating one for each quantity. It is also messing up the 
> UI.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-7359) Product based promotion calculation

2016-10-15 Thread Mridul Pathak (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-7359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15577889#comment-15577889
 ] 

Mridul Pathak commented on OFBIZ-7359:
--

Thanks [~arvind.singh] for contribution. Your patch is in trunk r1765034.

> Product based promotion calculation
> ---
>
> Key: OFBIZ-7359
> URL: https://issues.apache.org/jira/browse/OFBIZ-7359
> Project: OFBiz
>  Issue Type: Improvement
>  Components: order
>Affects Versions: Trunk
>Reporter: Arvind Singh Tomar
>Assignee: Mridul Pathak
>Priority: Minor
> Attachments: OFBIZ-7359_trunk.patch, OFBIZ-7359_trunk.patch, 
> Promotion1.png, Promotion2.png
>
>
> I found the behavior of product base promotion calculation a bit strange. Any 
> further insights into the issue would be very helpful.
> The promotion which I used was to give 30% discount for the item (i.e. 
> RAM1GB_BRAND). I created a sales order with 10 quantity of the product. 
> During the promotion calculation, OFBiz created 10 OrderAdjustments, one for 
> each quantity for the same promotion type.
> I was expecting that in the case if same Promotion is applicable for more 
> than one quantity of a product then a single OrderAdjustment should be 
> created instead of creating one for each quantity. It is also messing up the 
> UI.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-7597) Entity auto services doesn't returns success message

2016-10-15 Thread Mridul Pathak (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-7597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak reassigned OFBIZ-7597:


Assignee: Mridul Pathak  (was: Suraj Khurana)

> Entity auto services doesn't returns success message
> 
>
> Key: OFBIZ-7597
> URL: https://issues.apache.org/jira/browse/OFBIZ-7597
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Reporter: Suraj Khurana
>Assignee: Mridul Pathak
> Attachments: OFBIZ-7597-Updated.patch, OFBIZ-7597.patch
>
>
> All the services which uses entity-auto engine should return proper success 
> messages according to action.
> With reference to EntityAutoEngine.java, proposed messages according to 
> action:
> For Create:  created successfully
> For Update:  updated successfully
> For Delete:  deleted successfully
> For Expire:  expired successfully



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-7359) Product based promotion calculation

2016-10-15 Thread Mridul Pathak (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-7359?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak updated OFBIZ-7359:
-
Summary: Product based promotion calculation  (was: Product base promotion 
calculation)

> Product based promotion calculation
> ---
>
> Key: OFBIZ-7359
> URL: https://issues.apache.org/jira/browse/OFBIZ-7359
> Project: OFBiz
>  Issue Type: Improvement
>  Components: order
>Affects Versions: Trunk
>Reporter: Arvind Singh Tomar
>Assignee: Mridul Pathak
>Priority: Minor
> Attachments: OFBIZ-7359_trunk.patch, OFBIZ-7359_trunk.patch, 
> Promotion1.png, Promotion2.png
>
>
> I found the behavior of product base promotion calculation a bit strange. Any 
> further insights into the issue would be very helpful.
> The promotion which I used was to give 30% discount for the item (i.e. 
> RAM1GB_BRAND). I created a sales order with 10 quantity of the product. 
> During the promotion calculation, OFBiz created 10 OrderAdjustments, one for 
> each quantity for the same promotion type.
> I was expecting that in the case if same Promotion is applicable for more 
> than one quantity of a product then a single OrderAdjustment should be 
> created instead of creating one for each quantity. It is also messing up the 
> UI.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-7482) Deposit price support

2016-10-15 Thread Mridul Pathak (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-7482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak updated OFBIZ-7482:
-
Affects Version/s: Trunk

> Deposit price support 
> --
>
> Key: OFBIZ-7482
> URL: https://issues.apache.org/jira/browse/OFBIZ-7482
> Project: OFBiz
>  Issue Type: New Feature
>  Components: product
>Affects Versions: Trunk
>Reporter: Suraj Khurana
>Assignee: Suraj Khurana
> Attachments: OFBIZ-7482.patch
>
>
> Business requirements: 
> In many business industry this is very common pattern that you need to pay 
> some amount as deposit for particular products. Such as when you purchase 
> wine or other bottle products, you need to pay some amount as deposit and 
> whenever you return back that bottle, that deposited amount will be refunded 
> to you.
> Technical Details:
> Create a new ProductPricePurpose as 'DEPOSIT' and for similar products we 
> will create product price record with productPriceTypeId as 'DEFAULT_PRICE' 
> and productPricePurposeId as 'DEPOSIT'. At the time of Order creation simply 
> create order adjustments for such products.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-7482) Deposit price support

2016-10-15 Thread Mridul Pathak (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-7482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak reassigned OFBIZ-7482:


Assignee: Mridul Pathak  (was: Suraj Khurana)

> Deposit price support 
> --
>
> Key: OFBIZ-7482
> URL: https://issues.apache.org/jira/browse/OFBIZ-7482
> Project: OFBiz
>  Issue Type: New Feature
>  Components: product
>Affects Versions: Trunk
>Reporter: Suraj Khurana
>Assignee: Mridul Pathak
> Attachments: OFBIZ-7482.patch
>
>
> Business requirements: 
> In many business industry this is very common pattern that you need to pay 
> some amount as deposit for particular products. Such as when you purchase 
> wine or other bottle products, you need to pay some amount as deposit and 
> whenever you return back that bottle, that deposited amount will be refunded 
> to you.
> Technical Details:
> Create a new ProductPricePurpose as 'DEPOSIT' and for similar products we 
> will create product price record with productPriceTypeId as 'DEFAULT_PRICE' 
> and productPricePurposeId as 'DEPOSIT'. At the time of Order creation simply 
> create order adjustments for such products.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-8442) WebPos : Remove unused imports from groovy files for code optimization.

2016-10-15 Thread Mridul Pathak (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak closed OFBIZ-8442.


> WebPos : Remove unused imports from groovy files for code optimization.
> ---
>
> Key: OFBIZ-8442
> URL: https://issues.apache.org/jira/browse/OFBIZ-8442
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: specialpurpose/webpos
>Affects Versions: Trunk
>Reporter: Gopal Yadav
>Assignee: Mridul Pathak
>Priority: Minor
> Fix For: Trunk, 14.12.01, 15.12.01
>
> Attachments: OFBIZ-8442_trunk.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OFBIZ-8442) WebPos : Remove unused imports from groovy files for code optimization.

2016-10-15 Thread Mridul Pathak (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-8442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15577724#comment-15577724
 ] 

Mridul Pathak commented on OFBIZ-8442:
--

Thanks [~gopalyadav] for contribution. Your code is in trunk r1765022.

> WebPos : Remove unused imports from groovy files for code optimization.
> ---
>
> Key: OFBIZ-8442
> URL: https://issues.apache.org/jira/browse/OFBIZ-8442
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: specialpurpose/webpos
>Affects Versions: Trunk
>Reporter: Gopal Yadav
>Assignee: Mridul Pathak
>Priority: Minor
> Fix For: Trunk, 14.12.01, 15.12.01
>
> Attachments: OFBIZ-8442_trunk.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-8442) WebPos : Remove unused imports from groovy files for code optimization.

2016-10-15 Thread Mridul Pathak (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak updated OFBIZ-8442:
-
Fix Version/s: Trunk

> WebPos : Remove unused imports from groovy files for code optimization.
> ---
>
> Key: OFBIZ-8442
> URL: https://issues.apache.org/jira/browse/OFBIZ-8442
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: specialpurpose/webpos
>Affects Versions: Trunk
>Reporter: Gopal Yadav
>Assignee: Mridul Pathak
>Priority: Minor
> Fix For: Trunk, 14.12.01, 15.12.01
>
> Attachments: OFBIZ-8442_trunk.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-8442) WebPos : Remove unused imports from groovy files for code optimization.

2016-10-15 Thread Mridul Pathak (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-8442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak reassigned OFBIZ-8442:


Assignee: Mridul Pathak

> WebPos : Remove unused imports from groovy files for code optimization.
> ---
>
> Key: OFBIZ-8442
> URL: https://issues.apache.org/jira/browse/OFBIZ-8442
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: specialpurpose/webpos
>Affects Versions: Trunk
>Reporter: Gopal Yadav
>Assignee: Mridul Pathak
>Priority: Minor
> Fix For: 14.12.01, 15.12.01
>
> Attachments: OFBIZ-8442_trunk.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OFBIZ-7981) Index.jsp is missing for BI component

2016-08-27 Thread Mridul Pathak (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-7981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak closed OFBIZ-7981.


> Index.jsp is missing for BI component
> -
>
> Key: OFBIZ-7981
> URL: https://issues.apache.org/jira/browse/OFBIZ-7981
> Project: OFBiz
>  Issue Type: Bug
>Affects Versions: Release Branch 14.12, Trunk, Release Branch 15.12
>Reporter: Vishal Chhabria
>Assignee: Mridul Pathak
>Priority: Trivial
> Fix For: Release Branch 14.12, Trunk, Release Branch 15.12
>
> Attachments: OFBIZ-7981.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OFBIZ-7981) Index.jsp is missing for BI component

2016-08-27 Thread Mridul Pathak (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-7981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak updated OFBIZ-7981:
-
Affects Version/s: Release Branch 14.12
   Trunk
   Release Branch 15.12

> Index.jsp is missing for BI component
> -
>
> Key: OFBIZ-7981
> URL: https://issues.apache.org/jira/browse/OFBIZ-7981
> Project: OFBiz
>  Issue Type: Bug
>Affects Versions: Release Branch 14.12, Trunk, Release Branch 15.12
>Reporter: Vishal Chhabria
>Assignee: Mridul Pathak
>Priority: Trivial
> Attachments: OFBIZ-7981.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (OFBIZ-7981) Index.jsp is missing for BI component

2016-08-27 Thread Mridul Pathak (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-7981?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mridul Pathak reassigned OFBIZ-7981:


Assignee: Mridul Pathak

> Index.jsp is missing for BI component
> -
>
> Key: OFBIZ-7981
> URL: https://issues.apache.org/jira/browse/OFBIZ-7981
> Project: OFBiz
>  Issue Type: Bug
>Reporter: Vishal Chhabria
>Assignee: Mridul Pathak
>Priority: Trivial
> Attachments: OFBIZ-7981.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)