RE: createComponent task not in ofbiz16.11

2017-02-18 Thread mike Butler
Yes OfbizdemoUiLabels created as expected with contents ok as far as I can see. Looks like the plugin creation has a problem. I am checking the component against one created in 15.12. Sent from Mail for Windows 10 From: Jacques Le

Re: MySQL Deadlocks in OfBiz 12.04

2017-02-18 Thread Scott Gray
I don't know, I'm inclined to think these lists do a better job of sharing information in a searchable manner than Jira does. Regards Scott On 19/02/2017 00:36, "Jacques Le Roux" wrote: Thanks Scott, As I referred to the thread it could help people to fix related

Re: createComponent task not in ofbiz16.11

2017-02-18 Thread Jacques Le Roux
Mike, It seems you created an Ofbizdemo component and it is missing en_GB OfbizdemoUiLabels. But this should normally default (for all languages) to en. Please check that you have a OfbizdemoUiLabels.xml in your component (normally created by plugin creation) Jacques Le 18/02/2017 à 18:35,

RE: createComponent task not in ofbiz16.11

2017-02-18 Thread mike Butler
Thank Jacques Created plugin OK. Ran gradlew cleanAll loadDefault Ran gradlew ofbiz All OK however when running https://localhost:8443/ofbizdemo/control/main I get error: org.apache.ofbiz.widget.renderer.ScreenRenderException: Error rendering screen

Re: createComponent task not in ofbiz16.11

2017-02-18 Thread Jacques Le Roux
There is also this wiki page mostly based on the main README.md but with some migration advices and such https://cwiki.apache.org/confluence/display/OFBIZ/From+Ant+to+Gradle Jacques Le 18/02/2017 à 12:45, mike Butler a écrit : Great. Thanks Sent from

Re: disabling components

2017-02-18 Thread Pierre Smits
Hi Zabihullah, Welcome to the OFBiz community. Which release did you install? Which components are you opting to disable/remove? For some this can be done more easily than others. Best regards, Pierre Smits ORRTIZ.COM OFBiz based solutions & services OFBiz Extensions

RE: createComponent task not in ofbiz16.11

2017-02-18 Thread mike Butler
Great. Thanks Sent from Mail for Windows 10 From: Taher Alkhateeb Sent: 18 February 2017 12:35 To: user@ofbiz.apache.org Subject: Re: createComponent task not in ofbiz16.11 Yeah the

Re: MySQL Deadlocks in OfBiz 12.04

2017-02-18 Thread Jacques Le Roux
Thanks Scott, As I referred to the thread it could help people to fix related issues if they stumble upon. Else if you think it's confusing, please feel free to change the summary and description, maybe by adding your comment below? Jacques Le 18/02/2017 à 11:37, Scott Gray a écrit : There

Re: createComponent task not in ofbiz16.11

2017-02-18 Thread Taher Alkhateeb
Yeah the plugins should probably replace hot-deploy but in your release. This is still on-going in trunk. The detailed documentation that you need is available in README.md at the top level directory. On Sat, Feb 18, 2017 at 2:27 PM, mike Butler wrote: > Thanks for

RE: createComponent task not in ofbiz16.11

2017-02-18 Thread mike Butler
Thanks for prompt reply Are plugins intended to replace hot-deploy components or will createComponent be reintroduced. What is the format for createPlugin task. Nothing found in user documentation! Sent from Mail for Windows 10 From: Taher

Re: createComponent task not in ofbiz16.11

2017-02-18 Thread Taher Alkhateeb
Hello mike. Yeah the alternative is to call the task createPlugin. It would do the same thing but create the component in /specialpurpose and add it to component-load.xml. This was due to the transitional switch to plugins (long story) On Sat, Feb 18, 2017 at 2:05 PM, mike Butler

createComponent task not in ofbiz16.11

2017-02-18 Thread mike Butler
I have installed Ofbiz16.11 and want to use the createComponent task but I get 'createComponent' not found in root project 'ofbiz' and when I ‘gradlew tasks’ or gradlew tasks –all, createComponent it is not in the list returned. I cannot find anything in the archives about this. Has the command

Re: MySQL Deadlocks in OfBiz 12.04

2017-02-18 Thread Scott Gray
There was no bug report in this thread, just some vague details. Deadlocks are not simple to locate and fix, finding the competing transactions is difficult even with access to the logs and database. I don't think there's any point in filing a ticket unless Robb comes back with more details

Re: MySQL Deadlocks in OfBiz 12.04

2017-02-18 Thread Jacques Le Roux
Hi Scott, I was referring to the bug which was initially reported in this thread. I understand that we should rather refactor FinAccount services and I have opened a Jira for that https://issues.apache.org/jira/browse/OFBIZ-9221 Jacques Le 18/02/2017 à 08:06, Scott Gray a écrit : Which

Re: disabling components

2017-02-18 Thread Rishi Solanki
Zabi, In OFBiz application and framework components will have inter-app dependencies, so it won't be recommended (also not easy) to disable/remove them. Still if you really want to disable the component, resolve all the dependencies and fix them. Instead you can remove it from the screen by