[jira] [Commented] (OFBIZ-9194) After creating a new Flexible Birt report, before visualising it you need other actions

2017-01-31 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-9194:


OK, the initial design of this page (report edition) by François has been 
totally changed by Nicolas and I have to wrap my head around...

> After creating a new Flexible Birt report, before visualising it you need 
> other actions
> ---
>
> Key: OFBIZ-9194
> URL: https://issues.apache.org/jira/browse/OFBIZ-9194
> Project: OFBiz
>  Issue Type: Bug
>  Components: specialpurpose/birt
>Affects Versions: Trunk
>Reporter: Jacques Le Roux
>Assignee: Jacques Le Roux
>Priority: Trivial
> Fix For: Upcoming Release
>
>
> After creating a new Flexible Birt report, before visualising it you need to 
> add the data set fields with the Birt Report Designer and publish the report.
> So the "Send" button of the "Preview" form on the "Edit report" page should 
> be grayed/unavailable before the report has been plublished. If it's then not 
> correclty done that's an user problem. 
> This should also be clearly documented, hence related with OFBIZ-9188



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (OFBIZ-9194) After creating a new Flexible Birt report, before visualising it you need other actions

2017-01-31 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-9194:


We can get also this kind of error when pressing the "Send" button beore having 
published the report
bq. org.eclipse.birt.report.engine.api.EngineException: The design file can not 
be found.
{code}
2017-02-01 08:15:57,255 |http-nio-8443-exec-7 |RequestHandler
|I| Rendering View [ExecuteFlexibleReport].  Hidden sessionId by default.
2017-02-01 08:15:57,264 |http-nio-8443-exec-7 |ControlServlet
|E| Error in request handler:
org.eclipse.birt.report.engine.api.EngineException: The design file  can not be 
found.
 at 
org.eclipse.birt.report.engine.api.impl.ReportEngineHelper.openReportDesign(ReportEngineHelper.java:113)
 ~[org.eclipse.birt.runtime-4.4.1.jar:?]
at 
org.eclipse.birt.report.engine.api.impl.ReportEngine.openReportDesign(ReportEngine.java:310)
 ~[org.eclipse.birt.runtime-4.4.1.jar:?]
at 
org.apache.ofbiz.birt.webapp.view.BirtViewHandler.render(BirtViewHandler.java:89)
 ~[ofbiz.jar:?]
at 
org.apache.ofbiz.webapp.control.RequestHandler.renderView(RequestHandler.java:985)
 ~[ofbiz.jar:?]
   at 
org.apache.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:649)
 ~[ofbiz.jar:?]
at 
org.apache.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:210) 
[ofbiz.jar:?]
 at 
org.apache.ofbiz.webapp.control.ControlServlet.doPost(ControlServlet.java:85) 
[ofbiz.jar:?]
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:707) 
[javax.servlet-api-3.1.0.jar:3.1.0]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) 
[javax.servlet-api-3.1.0.jar:3.1.0]
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:292)
 [tomcat-catalina-8.0.39.jar:8.0.39]
   at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
 [tomcat-catalina-8.0.39.jar:8.0.39]
   at 
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) 
[tomcat-embed-websocket-8.0.39.jar:8.0.39]
   at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)
 [tomcat-catalina-8.0.39.jar:8.0.39]
   at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
 [tomcat-catalina-8.0.39.jar:8.0.39]
   at 
org.apache.ofbiz.webapp.control.ContextFilter.doFilter(ContextFilter.java:209) 
[ofbiz.jar:?]
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)
 [tomcat-catalina-8.0.39.jar:8.0.39]
   at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
 [tomcat-catalina-8.0.39.jar:8.0.39]
   at 
org.apache.ofbiz.webapp.control.ControlFilter.doFilter(ControlFilter.java:156) 
[ofbiz.jar:?]
at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240)
 [tomcat-catalina-8.0.39.jar:8.0.39]
   at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207)
 [tomcat-catalina-8.0.39.jar:8.0.39]
   at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:212)
 [tomcat-catalina-8.0.39.jar:8.0.39]
 at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106)
 [tomcat-catalina-8.0.39.jar:8.0.39]
 at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)
 [tomcat-catalina-8.0.39.jar:8.0.39]
  at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141) 
[tomcat-catalina-8.0.39.jar:8.0.39]
   at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79) 
[tomcat-catalina-8.0.39.jar:8.0.39]
at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88)
 [tomcat-catalina-8.0.39.jar:8.0.39]
at 
org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:616)
 [tomcat-catalina-8.0.39.jar:8.0.39]
   at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:509) 
[tomcat-catalina-8.0.39.jar:8.0.39]
 at 
org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1104)
 [tomcat-coyote-8.0.39.jar:8.0.39]
   at 
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:684)
 [tomcat-coyote-8.0.39.jar:8.0.39]
   at 
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1520)
 [tomcat-coyote-8.0.39.jar:8.0.39]
   at 
org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1476)
 [tomcat-coyote-8.0.39.jar:8.0.39]
 at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) 
[?:1.8.0_112]
   at 

[jira] (OFBIZ-9182) create a separate svn repository for OFBiz official plugins

2017-01-31 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-9182:


Hi Taher,

Just thinking out loud for now...

We don't need 2 Buildbot scripts if we can use svn externals 
http://svnbook.red-bean.com/en/1.8/svn.advanced.externals.html
Note about automation: currently 
https://github.com/martoe/gradle-svntools-plugin does not support svn propedit, 
we could contribute, it's groovy code after all...
BTW, there is a similar solutions with Git if we need it later 
https://stackoverflow.com/questions/571232/svnexternals-equivalent-in-git

I have one worry, what about people relying on branches (eg evolving with new 
features R16.11) and not release (fixed but bug 16.11.01) ? It seems they will 
loose something, don't they? Fortunately svn externals allows to define 
specific revisions. For instance we could define a revision for each plugin. As 
you said maybe too much, but maybe also convenient. Anyway this needs at least 
to be evaluated (ie more than just thinking out loud late in the evening...)

> create a separate svn repository for OFBiz official plugins
> ---
>
> Key: OFBIZ-9182
> URL: https://issues.apache.org/jira/browse/OFBIZ-9182
> Project: OFBiz
>  Issue Type: Improvement
>Affects Versions: Upcoming Release
>Reporter: Taher Alkhateeb
>Priority: Minor
>  Labels: gradle, plugins, subversion
> Attachments: OFBIZ-9182-subversion-embedded.patch
>
>
> This issue is related to the discussion found in [this 
> thread|https://s.apache.org/aohk] in which the community approved 
> restructuring our repositories. To achieve this task the following needs to 
> be done (in this order)
> # Update the gradle scripts to assume that no plugins exist in the plugins 
> directory by default and no component-load.xml exists. It should follow the 
> same logic in loading the components as found in the ComponentContainer 
> class. Also the activation and deactivation of plugins happens in 
> ofbiz-component.xml, not in component-load.xml
> # Add a new task to gradle called pullPluginSource that retrieves a plugin 
> from subversion and defaults to the official plugins repository of Apache 
> OFBiz. This task mostly serve "Trunk" because it always needs the latest 
> source code of the plugins.
> # delete plugins/component-load.xml
> # move all plugins to a new repository called 
> http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins
> # move the core framework to a new repository called 
> http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework
> # fix buildbot to point to the new framework location
> # update documentation where applicable including README.md



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] (OFBIZ-9191) Navigate Accounts tree does not work

2017-01-31 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux commented on OFBIZ-9191:


Actually using encode="true" for links in AccountingTrees.xml should work. We 
could create a JIra for that, but I fear that by encoding the whole URI it 
would be less legible, KISS way... Still it's bad to have an encoding option 
which does not work :/

> Navigate Accounts tree does not work
> 
>
> Key: OFBIZ-9191
> URL: https://issues.apache.org/jira/browse/OFBIZ-9191
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
>Affects Versions: Release Branch 16.11
> Environment: windows 10
>Reporter: Moatasim Al Masri
>Assignee: Jacques Le Roux
> Fix For: Upcoming Release, 16.11.02
>
>
> go to 
> Accounting --> Global GL Setting --> Navigate Accounts
> when I try to open tree, gave me in URL 
> https://localhost:8443/accounting/control/GlAccountNavigate?glAccountId=10=null|10
> and gave me white page !!? it should expand the tree !
> NOTE: OFBiz ver. 16.11.01 and database Oracle 12c



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] (OFBIZ-9191) Navigate Accounts tree does not work

2017-01-31 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux closed OFBIZ-9191.
--
   Resolution: Fixed
Fix Version/s: 16.11.02
   Upcoming Release

Thanks Moatasim Al Masri for report,

Fixed in 
trunk r1781125  
R16.11 r1781126

This is due to a change in (at least) Tomcat 8.0.39
https://stackoverflow.com/questions/41053653/tomcat-8-is-not-able-to-handle-get-request-with-in-query-parameters
http://tomcat.10.x6.nabble.com/Tomcat-8-0-39-and-tomcat-8-5-8-fails-handling-requsest-td5057320.html

I tried other ways but none worked and I prefer to keep this simple.
* Using an encoder at this stage (just before calling the macro) is not an 
option. Or maybe by using the encoder on the linkurl variable alone. But then 
linkurl  must be transformed in a String and  back to a StringBuilder or more 
refactoring is needed. It does not worth it IMO.
* Also using encode="true" for links in AccountingTrees.xml does not work.




> Navigate Accounts tree does not work
> 
>
> Key: OFBIZ-9191
> URL: https://issues.apache.org/jira/browse/OFBIZ-9191
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
>Affects Versions: Release Branch 16.11
> Environment: windows 10
>Reporter: Moatasim Al Masri
>Assignee: Jacques Le Roux
> Fix For: Upcoming Release, 16.11.02
>
>
> go to 
> Accounting --> Global GL Setting --> Navigate Accounts
> when I try to open tree, gave me in URL 
> https://localhost:8443/accounting/control/GlAccountNavigate?glAccountId=10=null|10
> and gave me white page !!? it should expand the tree !
> NOTE: OFBiz ver. 16.11.01 and database Oracle 12c



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] (OFBIZ-9191) Navigate Accounts tree does not work

2017-01-31 Thread Jacques Le Roux (JIRA)

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

Jacques Le Roux updated OFBIZ-9191:
---
Summary: Navigate Accounts tree does not work  (was: Navigate Accounts tree 
)

> Navigate Accounts tree does not work
> 
>
> Key: OFBIZ-9191
> URL: https://issues.apache.org/jira/browse/OFBIZ-9191
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
>Affects Versions: Release Branch 16.11
> Environment: windows 10
>Reporter: Moatasim Al Masri
>Assignee: Jacques Le Roux
>
> go to 
> Accounting --> Global GL Setting --> Navigate Accounts
> when I try to open tree, gave me in URL 
> https://localhost:8443/accounting/control/GlAccountNavigate?glAccountId=10=null|10
> and gave me white page !!? it should expand the tree !
> NOTE: OFBiz ver. 16.11.01 and database Oracle 12c



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] (OFBIZ-9191) Navigate Accounts tree

2017-01-31 Thread Jacques Le Roux (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jacques Le Roux commented on  OFBIZ-9191 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Navigate Accounts tree   
 
 
 
 
 
 
 
 
 
 
OK this is the problem: 

 

2017-01-31 15:30:15,159 |http-nio-8443-exec-3 |ControlServlet|T| [[[GlAccountNavigate(Domain:https://localhost)] Request Done- total:0.715,since last([GlAccountNavigat...):0.715]]
Jan 31, 2017 3:30:18 PM org.apache.coyote.http11.AbstractHttp11Processor process
INFO: Error parsing HTTP request header
 Note: further occurrences of HTTP header parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in the request target. The valid characters are defined in RFC 7230 and RFC 3986
at org.apache.coyote.http11.AbstractNioInputBuffer.parseRequestLine(AbstractNioInputBuffer.java:283)
at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1017)
at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:684)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1520)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1476)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:745)
 

 
So it seems Tomcat is no longer accepting the | char because  https://ofbiz-vm2.apache.org:28443/accounting/control/GlAccountNavigate?trail=null|10 works (| not encoded) 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   



[jira] (OFBIZ-9191) Navigate Accounts tree

2017-01-31 Thread Jacques Le Roux (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jacques Le Roux assigned an issue to Jacques Le Roux 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 OFBiz /  OFBIZ-9191 
 
 
 
  Navigate Accounts tree   
 
 
 
 
 
 
 
 
 

Change By:
 
 Jacques Le Roux 
 
 
 

Assignee:
 
 Jacques Le Roux 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   



[jira] (OFBIZ-9192) Implement and demonstrate few services in Birt Report Builder

2017-01-31 Thread Jacques Le Roux (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jacques Le Roux updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 OFBiz /  OFBIZ-9192 
 
 
 
  Implement and demonstrate few services in Birt Report Builder  
 
 
 
 
 
 
 
 
 

Change By:
 
 Jacques Le Roux 
 
 
 

Issue Type:
 
 Sub-task Bug 
 
 
 

Parent:
 
 OFBIZ-6919 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   



[jira] (OFBIZ-9192) Implement and demonstrate few services in Birt Report Builder

2017-01-31 Thread Jacques Le Roux (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jacques Le Roux commented on  OFBIZ-9192 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Implement and demonstrate few services in Birt Report Builder  
 
 
 
 
 
 
 
 
 
 
Also just noticed this 

 

2017-01-31 15:00:23,000 |ttp-nio-8443-exec-10 |rptdesign |E| InternalError: Can't find method org.apache.ofbiz.base.util.Debug.logError(java.lang.String). (/report/data-sets/script-data-set[@id="6"]/method[@name="open"]#6)
 

 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   



[jira] (OFBIZ-9192) Implement and demonstrate few services in Birt Report Builder

2017-01-31 Thread Jacques Le Roux (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jacques Le Roux commented on  OFBIZ-9192 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Implement and demonstrate few services in Birt Report Builder  
 
 
 
 
 
 
 
 
 
 
OK did not notice this error in log 

 

2017-01-31 15:00:22,908 |ttp-nio-8443-exec-10 |RequestHandler|I| Rendering View [ExecuteFlexibleReport].  Hidden sessionId by default.
2017-01-31 15:00:22,911 |ttp-nio-8443-exec-10 |BirtWorker|I| Get report engine
2017-01-31 15:00:22,911 |ttp-nio-8443-exec-10 |BirtWorker|I| Set BIRT locale:en
2017-01-31 15:00:22,913 |ttp-nio-8443-exec-10 |BirtWorker|I| BIRT's locale is: en
2017-01-31 15:00:22,913 |ttp-nio-8443-exec-10 |BirtWorker|I| Run report's task
2017-01-31 15:00:22,948 |ttp-nio-8443-exec-10 |rptdesign |I| ## In initialize
2017-01-31 15:00:22,952 |ttp-nio-8443-exec-10 |rptdesign |I| ## In beforeFactory
Jan 31, 2017 3:00:22 PM uk.co.spudsoft.birt.emitters.excel.framework.Logger info
INFO: start:org.eclipse.birt.report.engine.content.impl.ReportContent@5a321fc6
2017-01-31 15:00:22,980 |ttp-nio-8443-exec-10 |rptdesign |I|  In open
java.lang.IllegalArgumentException: Key(0), with value([thruDate <= '2017-01-31 15:00:22.986', thruDate IS NULL]) is not a String.
at org.apache.ofbiz.entity.util.EntityUtil.makeFields(EntityUtil.java:66)
at org.apache.ofbiz.entity.condition.EntityFieldMap.(EntityFieldMap.java:51)
at org.apache.ofbiz.entity.condition.EntityCondition.makeCondition(EntityCondition.java:92)
at org.apache.ofbiz.birt.flexible.BirtMasterReportServices.turnOver(BirtMasterReportServices.java:187)
 

 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   



[jira] (OFBIZ-9192) Implement and demonstrate few services in Birt Report Builder

2017-01-31 Thread Jacques Le Roux (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jacques Le Roux commented on  OFBIZ-9192 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Implement and demonstrate few services in Birt Report Builder  
 
 
 
 
 
 
 
 
 
 
At revision: 1781084 are comiited trivial changes 
 

fixes missing Lookup maps and view in controller for the "rotation" report
 

new needed labels
 

typos fixed
 
 
Before putting in new "service reports" I'll continue on the "rotation" report because by default you don't get any data in the report, even when setting  from date at 2001/01/01,  Product Category Id at CATALOG1  and Product Store Id at 9000 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   



[jira] (OFBIZ-9194) After creating a new Flexible Birt report, before visualising it you need other actions

2017-01-31 Thread Jacques Le Roux (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jacques Le Roux created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 OFBiz /  OFBIZ-9194 
 
 
 
  After creating a new Flexible Birt report, before visualising it you need other actions  
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Affects Versions:
 

 Trunk 
 
 
 

Assignee:
 
 Jacques Le Roux 
 
 
 

Components:
 

 specialpurpose/birt 
 
 
 

Created:
 

 31/Jan/17 13:03 
 
 
 

Fix Versions:
 

 Upcoming Release 
 
 
 

Priority:
 
  Trivial 
 
 
 

Reporter:
 
 Jacques Le Roux 
 
 
 
 
 
 
 
 
 
 
After creating a new Flexible Birt report, before visualising it you need to add the data set fields with the Birt Report Designer and publish the report. 
So the "Send" button of the "Preview" form on the "Edit report" page should be grayed/unavailable before the report has been plublished. If it's then not correclty done that's an user problem.  
This should also be clearly documented, hence related with OFBIZ-9188 
 
 
 
 
 
 
 

[jira] (OFBIZ-9193) NPE when changing locale from birt/control/CreateFlexibleReport

2017-01-31 Thread Jacques Le Roux (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jacques Le Roux created an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 OFBiz /  OFBIZ-9193 
 
 
 
  NPE when changing locale from birt/control/CreateFlexibleReport   
 
 
 
 
 
 
 
 
 

Issue Type:
 
  Bug 
 
 
 

Affects Versions:
 

 Trunk 
 
 
 

Assignee:
 
 Jacques Le Roux 
 
 
 

Components:
 

 specialpurpose/birt 
 
 
 

Created:
 

 31/Jan/17 12:55 
 
 
 

Fix Versions:
 

 Upcoming Release 
 
 
 

Priority:
 
  Major 
 
 
 

Reporter:
 
 Jacques Le Roux 
 
 
 
 
 
 
 
 
 
 
After creating and trying (also w/o succes, another issue to come) to visualise a new Flexible Birt report, trying to change the locale generate a NPE 

 

2017-01-31 13:48:41,534 |http-nio-8443-exec-5 |RequestHandler|I| Rendering View [ExecuteFlexibleReport].  Hidden sessionId by default.
2017-01-31 13:48:41,535 |http-nio-8443-exec-5 |ControlServlet|E| Error in request handler:
java.lang.NullPointerException
 at org.apache.ofbiz.birt.webapp.view.BirtViewHandler.render(BirtViewHandler.java:85) ~[ofbiz.jar:?]
at 

[jira] (OFBIZ-6919) Birt Report Builder: an enhancement of the Birt component. Easier user possibility of report creation.

2017-01-31 Thread Jacques Le Roux (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jacques Le Roux edited a comment on  OFBIZ-6919 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Birt Report Builder: an enhancement of the Birt component. Easier user possibility of report creation.  
 
 
 
 
 
 
 
 
 
 I close this issue. We will  use subtasks for  create  bugs and improvements  issues rather than subtasks because you can't give a type (bugs, improvements, etc.) to Sub-tasks :/We will link these issues to the current one. 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   



[jira] (OFBIZ-6919) Birt Report Builder: an enhancement of the Birt component. Easier user possibility of report creation.

2017-01-31 Thread Jacques Le Roux (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jacques Le Roux closed an issue as Implemented 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
I close this issue. We will use subtasks for bugs and improvements 
 
 
 
 
 
 
 
 
 
 OFBiz /  OFBIZ-6919 
 
 
 
  Birt Report Builder: an enhancement of the Birt component. Easier user possibility of report creation.  
 
 
 
 
 
 
 
 
 

Change By:
 
 Jacques Le Roux 
 
 
 

Status:
 
 Resolved Closed 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   



[jira] (OFBIZ-9191) Navigate Accounts tree

2017-01-31 Thread Moatasim Al Masri (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Moatasim Al Masri commented on  OFBIZ-9191 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Navigate Accounts tree   
 
 
 
 
 
 
 
 
 
 
thank you Jacques could you tell me how can I fix the encoding in my trunk. 
I downloaded latest current truck today from https://ci.apache.org/projects/ofbiz/snapshots/ but still not solved. 
thank you again 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   



[jira] (OFBIZ-9182) create a separate svn repository for OFBiz official plugins

2017-01-31 Thread Taher Alkhateeb (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Taher Alkhateeb commented on  OFBIZ-9182 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: create a separate svn repository for OFBiz official plugins  
 
 
 
 
 
 
 
 
 
 
Hello Nicolas and Jacques, 
I will answer both your questions / comments here since they are related. This is my proposition for how the plugin mechanism works (nothing concrete yet, just ideas): 
 

All OFBiz future releases would have equivalent plugin releases. So for example, if we have say .. release 18.04, we can have a plugin with the same version that is guaranteed to be compatible. You download the plugin using the ./gradlew pullPlugin, and NOT the ./gradlew pullPluginSource
 

OFBiz trunk, on the other hand, is not a released code. So, in order to install and test plugins for Trunk, you use the ./gradlew pullPluginSource
 
 
So published plugins exist only for releases (NOT for trunk). In my opinion this would greatly simplify the release process and it would give us independence from the underlying source code revision system. 
In other words, it does not make a lot of sense to go down to revision-by-revision tracking of what works with that, that's just too much work. Instead, it's much easier to just have releases (with matching numbers) between released framework and plugins, and to have source-code to source-code compatibility between the ofbiz source code and the plugins source code. 
So the next question is, how do we make sure that trunk always works with plugins? Well, the simplest answer that I can come up with is automated builds. We can have one buildbot script for OFBiz, and another buildbot script for Plugins. This way we can always catch problems while maintaining separate repositories. 
So these are my thoughts, you're welcome to modify or start discussing on ML for more 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
 

[jira] (OFBIZ-9182) create a separate svn repository for OFBiz official plugins

2017-01-31 Thread Taher Alkhateeb (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Taher Alkhateeb updated an issue 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 OFBiz /  OFBIZ-9182 
 
 
 
  create a separate svn repository for OFBiz official plugins  
 
 
 
 
 
 
 
 
 

Change By:
 
 Taher Alkhateeb 
 
 
 
 
 
 
 
 
 
 This issue is related to the discussion found in [this thread|https://s.apache.org/aohk] in which the community approved restructuring our repositories. To achieve this task the following needs to be done (in this order)# Update the gradle scripts to assume that no plugins exist in the plugins directory by default and no component-load.xml exists. It should follow the same logic in loading the components as found in the ComponentContainer class. Also the activation and deactivation of plugins happens in ofbiz-component.xml, not in component-load.xml# Add a new task to gradle called pullPluginSource that retrieves a plugin from subversion and defaults to the official plugins repository of Apache OFBiz. This task mostly  server  serve  "Trunk" because it always needs the latest source code of the plugins.# delete plugins/component-load.xml# move all plugins to a new repository called http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins# move the core framework to a new repository called http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework# fix buildbot to point to the new framework location# update documentation where applicable including README.md 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d) 
 
 
 
 
  
 
 
 
 
 
 
 
 
   



[jira] (OFBIZ-9192) Implement and demonstrate few services in Birt Report Builder

2017-01-31 Thread Jacques Le Roux (JIRA)
Title: Message Title
 
 
 
 
 
 
 
 
 
 
  
 
 Jacques Le Roux commented on  OFBIZ-9192 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
  Re: Implement and demonstrate few services in Birt Report Builder  
 
 
 
 
 
 
 
 
 
 
OK I did not check it right, there is already an example with "Turnover", I'll continue on this... 
 
 
 
 
 
 
 
 
 
 
 
 

 
 Add Comment 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 

 This message was sent by Atlassian JIRA (v6.3.15#6346-sha1:dbc023d)