[jira] Updated: (OFBIZ-3244) New feature to upload multiple Additional View Images at Product Content.

2009-11-22 Thread Surya Kusumakar (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Surya Kusumakar updated OFBIZ-3244: --- Attachment: OFBIZ_3244.patch Hello Jacques, Thanks for your comments. I have uploaded patch

Re: Error while Invoking authorization services

2009-11-22 Thread Amit Sharma
Thanks Bilgin and Jacopo for taking care of this issue. Regards Amit Sharma Bilgin Ibryam wrote: In r882836 Jacopo reverted the changes causing errors. Ruth Hoffman wrote: Hello Bilgin: What does this mean? Why will it be gone after r882836? Regards, Ruth Bilgin Ibryam wrote: Amit Sharma w

Re: Change in SVN Authorization

2009-11-22 Thread Tim Ruppert
Thanks PMC - much appreciated. Cheers, Ruppert -- Tim Ruppert HotWax Media http://www.hotwaxmedia.com o:801.649.6594 f:801.649.6595 On Nov 22, 2009, at 1:42 PM, David E Jones wrote: Previously the practice in ofbiz was that new committers did not have access to the framework and certain ot

[jira] Commented: (OFBIZ-3245) Sandbox: Integrating The New Conversion Framework Into The Entity Engine

2009-11-22 Thread David E. Jones (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12781285#action_12781285 ] David E. Jones commented on OFBIZ-3245: --- In C++ or Java switch statements are pretty

[jira] Commented: (OFBIZ-3246) duplicated countries listed in currency selection

2009-11-22 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12781242#action_12781242 ] Jacques Le Roux commented on OFBIZ-3246: This is not clear to me. When reading htt

[jira] Commented: (OFBIZ-3032) AP Main page headings odd positioning.

2009-11-22 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3032?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12781241#action_12781241 ] Jacques Le Roux commented on OFBIZ-3032: Actually it's also OK in R9.04, I ran out

[jira] Closed: (OFBIZ-3032) AP Main page headings odd positioning.

2009-11-22 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-3032. -- Resolution: Fixed Fix Version/s: SVN trunk This is fixed now in trunk. R9.04 is stil bro

Re: UtilCache.utilCacheTable WeakHashMap incorrect usage

2009-11-22 Thread Adam Heath
Scott Gray wrote: > Umm... http://svn.ofbiz.org/viewcvs?rev=2202&view=rev :-) SELECT DISTINCT a.partyId, a.firstName, b.lastName FROM Person a JOIN FaceAttributes b ON a.partyId = b.partyId WHERE b.faceAttributeTypeId = 'EGG';

Re: UtilCache.utilCacheTable WeakHashMap incorrect usage

2009-11-22 Thread Scott Gray
Umm... http://svn.ofbiz.org/viewcvs?rev=2202&view=rev :-) Regards Scott On 23/11/2009, at 10:21 AM, Adam Heath wrote: UtilCache.utilCacheTable is a WeakHashMap. This class is defined to clear out entries when the *key* is only weakly referenced. Since the key in this case is a string, the us

Re: svn commit: r883034 - in /ofbiz/trunk/applications/order: entitydef/entitymodel_olap.xml ofbiz-component.xml

2009-11-22 Thread Hans Bakker
Yes i already noticed them and will fix them this week. On Mon, 2009-11-23 at 09:41 +1300, Scott Gray wrote: > Hi Hans, > > Please also take a look at these warnings when you get a chance: > [java] 2009-11-23 09:30:58,451 (main) [ GenericDelegator.java: > 233:WARN ] =-=-=-=-= Found 5 war

UtilCache.utilCacheTable WeakHashMap incorrect usage

2009-11-22 Thread Adam Heath
UtilCache.utilCacheTable is a WeakHashMap. This class is defined to clear out entries when the *key* is only weakly referenced. Since the key in this case is a string, the usage really doesn't make sense. Either the cache item will be kept forever(if the cache is configured with a static string n

Change in SVN Authorization

2009-11-22 Thread David E Jones
Previously the practice in ofbiz was that new committers did not have access to the framework and certain other parts of the ofbiz SVN tree. The PMC has voted on a change so that all committers have full access to the ofbiz SVN tree, including the site, trunk, branches, and everything underneat

Re: svn commit: r883034 - in /ofbiz/trunk/applications/order: entitydef/entitymodel_olap.xml ofbiz-component.xml

2009-11-22 Thread Scott Gray
Hi Hans, Please also take a look at these warnings when you get a chance: [java] 2009-11-23 09:30:58,451 (main) [ GenericDelegator.java: 233:WARN ] =-=-=-=-= Found 5 warnings when checking the entity definitions: [java] 2009-11-23 09:30:58,451 (main) [ GenericDelegator.java: 235

Re: Change in AgreementWorkEffortAppl entity

2009-11-22 Thread Bilgin Ibryam
Bilgin Ibryam wrote: Hi all, I have a question regarding AgreementWorkEffortAppl entity. I need to assign WorkEfforts to an Agreement instead of separate Agreement Items, but current data model doesn't allow that. The reason is in the relations of AgreementWorkEffortAppl entity:

Re: Model Widget Ideas

2009-11-22 Thread Harmeet Bedi
I had done some playing around with alternate ways of XSD, Java Model conversion and runtime transformation of model.. Here is an approach that seemed very clean to me FWIW: - Use XSD to specify API and documentation for XML forms. Specify as much as possible in XSD. - Use Jaxb to generate Java

Re: svn commit: r882948 - /ofbiz/trunk/framework/example/config/ExampleUiLabels.xml

2009-11-22 Thread Adrian Crum
This is an interesting conundrum. I thought the problem was in a Freemarker template, but it turns out it is in the macro form renderer. I don't have a solution or suggestion at this time. I will have to think about it. -Adrian --- On Sat, 11/21/09, Bilgin Ibryam wrote: > From: Bilgin Ibryam

Re: add BIRT branch to trunk.

2009-11-22 Thread Adam Heath
Chatree Srichart wrote: > All jar files that are plug-in bundle for eclipse OSGI platform need to > have bundle description in META-INF/MANIFEST.MF file that placed in it and > all plug-in bundle jar files must be placed in > framework/birt/lib/platform/plugins directoroy. So I can not move an

Re: add BIRT branch to trunk.

2009-11-22 Thread Jacques Le Roux
From: "Jacques Le Roux" Also if you may need to update the NOTICE file and let us know to update the wiki libraries page (I guess it needs permission) Why a if there ? no ideas :D Jacques Jacques From: "Hans Bakker" In general try to use the ones in the base component. If the version in

[jira] Closed: (OFBIZ-3239) Styling flaws in DroppingCrumbs

2009-11-22 Thread Jacques Le Roux (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-3239. -- Resolution: Fixed Fix Version/s: SVN trunk Assignee: Bruno Busco I can't see an

Re: svn commit: r883034 - in /ofbiz/trunk/applications/order: entitydef/entitymodel_olap.xml ofbiz-component.xml

2009-11-22 Thread Adrian Crum
If an entity isn't explicitly added to a group, the entity engine assumes it is a part of the org.ofbiz group. So, if you want to add an entity to a different group, then you will need an entitygroup file. -Adrian --- On Sun, 11/22/09, Jacques Le Roux wrote: > From: Jacques Le Roux > Subject

Re: svn commit: r883034 - in /ofbiz/trunk/applications/order: entitydef/entitymodel_olap.xml ofbiz-component.xml

2009-11-22 Thread Jacopo Cappellato
If the entity-group is not specified, the default group "org.ofbiz" is used. The group is then mapped (in entityengine.xml) to a specific database. Since all the entities of the OFBiz applications are in the same database (associated to ofbiz.org), then it is not needed to specify them. But all t

Re: svn commit: r883034 - in /ofbiz/trunk/applications/order: entitydef/entitymodel_olap.xml ofbiz-component.xml

2009-11-22 Thread Jacques Le Roux
AFAIK, the only exception is BI (but I can't remember why, maybe because it uses its own group-map) Jacques From: "Hans Bakker" I have them here, but i was under the impressions entitygroup files were not needed anymore? Regards, Hans On Sun, 2009-11-22 at 12:49 +0100, Jacopo Cappellato wro

Re: add BIRT branch to trunk.

2009-11-22 Thread Jacques Le Roux
Also if you may need to update the NOTICE file and let us know to update the wiki libraries page (I guess it needs permission) Jacques From: "Hans Bakker" In general try to use the ones in the base component. If the version in birt is later, copy them to the base component and update the lice

Re: upgrading axis v1 to v2 in OFbiz

2009-11-22 Thread Chatree Srichart
I try to send parameters as Map object but I not work. I try to use OMElement as message and use BeanUtil as converter. This is code example. ... parameters.add(new QName("parameterName")); parameters.add(bos.toByteArray()); // byte code of Map object XMLStreamReader xr = new ADBXMLStreamReaderI

Re: add BIRT branch to trunk.

2009-11-22 Thread Chatree Srichart
Can OFBiz base on eclipse OSGI platform? It can place all common/base libraries as eclipse plugin. Eclipse has very variety plug-in bundles and eclipse OSGI is a perfect framework.

Re: add BIRT branch to trunk.

2009-11-22 Thread Chatree Srichart
All jar files that are plug-in bundle for eclipse OSGI platform need to have bundle description in META-INF/MANIFEST.MF file that placed in it and all plug-in bundle jar files must be placed in framework/birt/lib/platform/plugins directoroy. So I can not move any jar files from base component

[jira] Updated: (OFBIZ-3227) Drag'n'Drop update - add directly in the my portal application

2009-11-22 Thread Sascha Rodekamp (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sascha Rodekamp updated OFBIZ-3227: --- Attachment: myPortalDragNDrop_v2.patch Hi, i changed a few things.. : 1) the cursor is now

[jira] Updated: (OFBIZ-3227) Drag'n'Drop update - add directly in the my portal application

2009-11-22 Thread Sascha Rodekamp (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sascha Rodekamp updated OFBIZ-3227: --- Attachment: (was: DragNDrop_v2.patch) > Drag'n'Drop update - add directly in the my porta

Re: add BIRT branch to trunk.

2009-11-22 Thread Hans Bakker
In general try to use the ones in the base component. If the version in birt is later, copy them to the base component and update the license file We have to ensure however that existing function still works with this new version... not sure how we can easily test that Regards, Hans On Sun,

Re: add BIRT branch to trunk.

2009-11-22 Thread Chatree Srichart
Hello, Adam Heath I have a question about solve duplicated jar files. Can I use those jar files in birt component instead of use in base component and remove from base component?

Re: svn commit: r883034 - in /ofbiz/trunk/applications/order: entitydef/entitymodel_olap.xml ofbiz-component.xml

2009-11-22 Thread Hans Bakker
I have them here, but i was under the impressions entitygroup files were not needed anymore? Regards, Hans On Sun, 2009-11-22 at 12:49 +0100, Jacopo Cappellato wrote: > Hi Hans, > > it is great to see some interest in this area of the project! > I had not time to review this (but I will do for s

Re: svn commit: r883034 - in /ofbiz/trunk/applications/order: entitydef/entitymodel_olap.xml ofbiz-component.xml

2009-11-22 Thread Jacopo Cappellato
Hi Hans, it is great to see some interest in this area of the project! I had not time to review this (but I will do for sure) but one think that is missing here are the entries for the new entities in the entitygroup_olap.xml file: etc... I guess that you have just forgotten to commit tha

Re: svn commit: r882187 - /ofbiz/trunk/framework/service/src/org/ofbiz/service/ModelServiceReader.java

2009-11-22 Thread Jacopo Cappellato
Bilgin, I've committed a better version of my work in rev. 883056 Let me know if you find other issues, this one should be working fine. Jacopo On Nov 21, 2009, at 8:29 AM, Jacopo Cappellato wrote: > Thanks Bilgin: I have reverted it in rev. 882836 > I will investigate more and find a better s

[jira] Commented: (OFBIZ-3192) Add the possibility to filter the list of available countries from the drop down

2009-11-22 Thread Marco Risaliti (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3192?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12781109#action_12781109 ] Marco Risaliti commented on OFBIZ-3192: --- Thanks a lot Jacques. > Add the possibility

Re: Layout Problems

2009-11-22 Thread Bruno Busco
I understand Adrian, thank you for sharing all this. -Bruno 2009/11/22 Adrian Crum : > By the way, I really appreciate all of the work you're doing on the UI and > the visual themes! > > Something that might be helpful in your efforts would be to review the dev > list emails from January 2007 t

Re: Layout Problems

2009-11-22 Thread Bruno Busco
Hi Adrian, agreed! ;-) I will try to change them all. I think the example was not explicitly saying "hey this is the pattern to follow for future screens!". Having all TabBar menu in the pre-body will be far more visible. -Bruno 2009/11/22 Adrian Crum : > That would be great! > > The pre-body se

[jira] Commented: (OFBIZ-3245) Sandbox: Integrating The New Conversion Framework Into The Entity Engine

2009-11-22 Thread Erwan de FERRIERES (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-3245?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12781101#action_12781101 ] Erwan de FERRIERES commented on OFBIZ-3245: --- Hi Adrian, I've got this error on m