Unit testing for a custom module

2024-06-09 Thread Carsten Schinzer
Hello all, I am looking for a reference to integrate my plugin unit tests into the test run of OfBiz, i.e. when I run > ./gradlew test My defined test suite should be included and executed. I did browse the official plugin repository and found no reference. First issue: how to define the

Re: Docker Image build from Release 22.01 does not start up - JAVA_HOME issues?

2024-01-05 Thread Carsten Schinzer
SvnCheckout in Gradle (OFBIZ-12868) > > I believe the question should be on u...@ofbiz.apache.org > <mailto:u...@ofbiz.apache.org>. > > Regards, > Eugen > > > La 05.01.2024 17:45, Carsten Schinzer a scris: >> Hello all and Happy New Year, >> During my CI/CD pipeli

OfBiz developer guideline to set up version control and dev environment for plugin development

2023-10-10 Thread Carsten Schinzer
Hi all, While I have understood the OfBiz createPlugin Gradle task I fail to see how I would separate concerns in order to achieve version control for my plugin code vs the ofbiz framework version control. Namely I have difficulty to configure a proper development environment where I would

Re: I'm working on an OFBiz helm chart for kubernetes

2021-07-01 Thread Carsten Schinzer
artifacts and rewrite them as part of the deployment process, which might be an antipattern on Helm. Could that be overcome and dynamic DB connection string be used somehow? Warm regards Carsten --- Dr. Carsten Schinzer *Inhaber* t +49 89 88569642 | f +49 89 99964059 | m +49 159 05269462 DCS

Re: Behavior of Groovy vs JUnit tests with test data

2020-09-08 Thread Carsten Schinzer
ues > > Le 03/09/2020 à 13:43, Carsten Schinzer a écrit : >> Hi all, >> >> >> I did find and try the following from google search: >> >> - wrap all the tests in a class >> - tag the class with @RunWith(SpringRunner.class) >> - tag

Re: Behavior of Groovy vs JUnit tests with test data

2020-09-03 Thread Carsten Schinzer
:13 schrieb Carsten Schinzer > : > > Hi everyone, > > > Recently, I did find that test cases actually are much easier to write in > Groovy and hence I started doing that, but now I stumble across the fact that > some of the Groovy tests seem to find changes applied t

Behavior of Groovy vs JUnit tests with test data

2020-09-03 Thread Carsten Schinzer
Hi everyone, Recently, I did find that test cases actually are much easier to write in Groovy and hence I started doing that, but now I stumble across the fact that some of the Groovy tests seem to find changes applied to entities from previous tests. The behavior is the following: - I load

Re: REST implementation

2020-06-17 Thread Carsten Schinzer
Hi Girish, Thanks to clarify :) What caught me on the OpenAPI integration is the snippet quoted below and I realize I should have read it in context. Actually then it is aligned with my view. Warm regards Carsten > Initial implementation does not contain OpenApi integration yet. And

Re: REST implementation

2020-06-17 Thread Carsten Schinzer
Hello Giresh, Thanks for the example, it makes clearer what you want to achieve. General considerations on RESTful or not: If you want to stop a productionRun, why do you use PATCH and not DELETE? Well, I know the connotation of Delete is „dismantle“ rather than „stop“, but PATCH also

Re: Add CHANGELOG.md file

2020-06-17 Thread Carsten Schinzer
+1 for a CHANGELOG.md Would this be maintained for all official release branches + trunk, right? Or official release branches only. Regards Carsten

Re: REST implementation

2020-06-15 Thread Carsten Schinzer
Hello, Certainly +1 for a REST API Implementation including JWT. I am implementing a REST API for internal use in my job based upon PHP and Symfony framework (FOS REST and NELMIO Bundle just in case someone is interested) and find VERY cool that the NELMIO API Doc Bundle comes with an

OFBiz Coding Conventions

2020-06-15 Thread Carsten Schinzer
Hello all, Like many of you, I am currently working on a piece to move services from minilang to Groovy DSL. When looking around in the Wiki I found that the Coding Conventions (https://cwiki.apache.org/confluence/display/OFBIZ/Coding+Conventions

Re: Parameterized Unit Tests?

2020-05-28 Thread Carsten Schinzer
://issues.apache.org/jira/browse/OFBIZ-11744 <https://issues.apache.org/jira/browse/OFBIZ-11744> Warm regards Carsten > Am 25.05.2020 um 17:24 schrieb Carsten Schinzer > : > > Thanks for the hint, Dan! > > Also, I just came across this one: > https://stackoverflow.com/questions/33

Re: Help required - calling Minilang Experts

2020-05-28 Thread Carsten Schinzer
the "custRequest" > variable from checkStatusCustRequest was available to updateCustRequest. > Now that the implementation is a service, you'd need to explicitly return > that value from the service in order to be able to use it. > > Regards > Scott > > On Thu, 28 May 2020 a

Help required - calling Minilang Experts

2020-05-27 Thread Carsten Schinzer
Hello MiniLang Experts, I am migrating the checkStatusCustRequest service to Groovy (OFBIZ-11692 ), part of our May CommunityDays scope and sprint. In the finalization I now notice that the original Minilang service „checkStatusCustRequest“

Re: Parameterized Unit Tests?

2020-05-25 Thread Carsten Schinzer
Sorry, misunderstanding here: I will try both suggestions from Stackoverflow and decide for one option. Regarding your suggestion, Dan, I guess that is a new JIRA Improvement once I validated the parametrized testing with my test case, right? > Am 25.05.2020 um 17:24 schrieb Carsten Schin

Re: Parameterized Unit Tests?

2020-05-25 Thread Carsten Schinzer
estParsing(), > testWithVerbosity() and testQuietly() methods. > > Thanks, > > Dan. > > On Mon, 25 May 2020 at 15:43, Carsten Schinzer < > cars...@dcs-verkaufssysteme.de> wrote: > >> Hello all, >> >> >> I find no other reference to org.ju

Re: LineLength for checkstyle

2020-05-25 Thread Carsten Schinzer
+1 for setting the max lines rule > Am 25.05.2020 um 17:05 schrieb Daniel Watford : > > Hi Jacques, > > I would vote for setting an explicit rule to have the max line length set > at 2000 lines and then work on refactoring those offending source files > where possible. > > If we find some

Parameterized Unit Tests?

2020-05-25 Thread Carsten Schinzer
Hello all, I find no other reference to org.junit.Parameterized in the code stack on trunk which indicates that no-one else has committed parameterized unit tests. I am asking because I have a test case where I would need that (I want to run all options for the CustRequestStatusType against

Re: Difficulties to support the Community Days

2020-05-25 Thread Carsten Schinzer
https://issues.apache.org/jira/browse/OFBIZ-11738 :) > Am 25.05.2020 um 11:43 schrieb Pierre Smits : > > Ahh. Yes, there is also Fisheye (another Atlassian product, and still in > play). That aspect of our tooling hasn't been adjusted yet (showing (links > to) commits in Github. > > Please

Re: Difficulties to support the Community Days

2020-05-25 Thread Carsten Schinzer
e.org/> since > 2008 (without privileges) > > *Apache Trafodion <https://trafodion.apache.org>, Vice President* > *Apache Directory <https://directory.apache.org>, PMC Member* > Apache Incubator <https://incubator.apache.org>, committer > Apache Steve <

Difficulties to support the Community Days

2020-05-25 Thread Carsten Schinzer
Hello all, Admittedly I have been away for a very long time and things have changed. I seem to be having difficulties to contribute to the Community Days, but maybe simply rookie issues, so any helping hand is appreciated. I have this status: * OFBiz code bases (framework and plugins) cloned

Re: Ideas about OFBiz servlet filters

2016-09-17 Thread Carsten Schinzer
Great proposal, I had quite some headaches with this 2-3 years ago when I was diving deep into the multitenancy with several (mini) shops and content sites for different tenants.. ContextFilter handles it well, but the others don't for the reasons you mention. I was hesitating to propose anything

Re: Duplicate webapp loads by birt component

2014-05-19 Thread Carsten Schinzer
? Jacques Le 18/05/2014 20:11, Carsten Schinzer a écrit : Thanks for the info, I comfirm it is harmless. Just wanted to be sure. Regards Carsten 2014-05-18 14:27 GMT+02:00 Jacques Le Roux jacques.le.r...@les7arts.com: Jacopo introduced a change to be able to move

Re: Duplicate webapp loads by birt component

2014-05-18 Thread Carsten Schinzer
Thanks for the info, I comfirm it is harmless. Just wanted to be sure. Regards Carsten 2014-05-18 14:27 GMT+02:00 Jacques Le Roux jacques.le.r...@les7arts.com: Jacopo introduced a change to be able to move the Birt component from framework to specialpupose So yes it's an intended change but

[jira] [Updated] (OFBIZ-5298) iDEAL Configuration and Documentation

2013-08-30 Thread Carsten Schinzer (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5298?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Schinzer updated OFBIZ-5298: Attachment: OFBIZ-5298_iDEAL_Configuration_and_Documentation.patch This patch will fix

[jira] [Created] (OFBIZ-5298) iDEAL Configuration and Documentation

2013-08-24 Thread Carsten Schinzer (JIRA)
Carsten Schinzer created OFBIZ-5298: --- Summary: iDEAL Configuration and Documentation Key: OFBIZ-5298 URL: https://issues.apache.org/jira/browse/OFBIZ-5298 Project: OFBiz Issue Type

Question: Product Screens, Suppliers, SupplierPrefOrderId

2013-08-03 Thread Carsten Schinzer
Hello Product Screen experts There are questions i have regarding the values of attribute SupplierPrefOrderId: 1) While from the name I would expect a free form text field to be filled, it shows a drop down that allows to select Main Supplier or Alt Supplier. So why is this a select element and

[jira] [Commented] (OFBIZ-5218) MRF Landing Page as Portal Page with some Portlet proposals

2013-06-25 Thread Carsten Schinzer (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13692815#comment-13692815 ] Carsten Schinzer commented on OFBIZ-5218: - Hello Julien, thanks for that input

[jira] [Updated] (OFBIZ-5218) MRF Landing Page as Portal Page with some Portlet proposals

2013-06-25 Thread Carsten Schinzer (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Schinzer updated OFBIZ-5218: Description: I would like to introduce a portal page when landing into the manufacturing

Report formatting - Locale dependant ?

2013-06-13 Thread Carsten Schinzer
Hello all, A question for all non-US devs of OFBiz out there, possible with similar problems than I have ... ideally Multitenant experience I am getting into phases where my customers want me to print reports on DIN A4 paper (German / European norm, 21 x 29.7 cm). Moreover, I want to customize

Re: Report formatting - Locale dependant ?

2013-06-13 Thread Carsten Schinzer
Thanks. Will do. Regards Carsten 2013/6/13 Adrian Crum adrian.c...@sandglass-software.com There are A4 page masters in the common component. Look at the GlobalFoDecorator widget in CommonScreens.xml, and the related FreeMarker templates. -Adrian On 6/13/2013 3:22 PM, Carsten Schinzer

[jira] [Created] (OFBIZ-5218) MRF Landing Page as Portal Page with some Portlet proposals

2013-06-11 Thread Carsten Schinzer (JIRA)
Carsten Schinzer created OFBIZ-5218: --- Summary: MRF Landing Page as Portal Page with some Portlet proposals Key: OFBIZ-5218 URL: https://issues.apache.org/jira/browse/OFBIZ-5218 Project: OFBiz

[jira] [Updated] (OFBIZ-5208) Missing UI Labels for Product Comparison

2013-06-02 Thread Carsten Schinzer (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Schinzer updated OFBIZ-5208: Remaining Estimate: 0.5h Original Estimate: 0.5h Missing UI Labels for Product

[jira] [Created] (OFBIZ-5208) Missing UI Labels for Product Comparison

2013-06-02 Thread Carsten Schinzer (JIRA)
Carsten Schinzer created OFBIZ-5208: --- Summary: Missing UI Labels for Product Comparison Key: OFBIZ-5208 URL: https://issues.apache.org/jira/browse/OFBIZ-5208 Project: OFBiz Issue Type

[jira] [Updated] (OFBIZ-5208) Missing de UI Labels for Product Comparison

2013-06-02 Thread Carsten Schinzer (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5208?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Schinzer updated OFBIZ-5208: Summary: Missing de UI Labels for Product Comparison (was: Missing UI Labels for Product

[jira] [Created] (OFBIZ-5190) Missing UI Label translations to de Locale for Tags

2013-05-10 Thread Carsten Schinzer (JIRA)
Carsten Schinzer created OFBIZ-5190: --- Summary: Missing UI Label translations to de Locale for Tags Key: OFBIZ-5190 URL: https://issues.apache.org/jira/browse/OFBIZ-5190 Project: OFBiz

[jira] [Updated] (OFBIZ-5190) Missing UI Label translations to de Locale for Tags

2013-05-10 Thread Carsten Schinzer (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Schinzer updated OFBIZ-5190: Remaining Estimate: 0.5h Original Estimate: 0.5h Missing UI Label translations

[jira] [Updated] (OFBIZ-5190) Missing UI Label translations to de Locale for Tags

2013-05-10 Thread Carsten Schinzer (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Schinzer updated OFBIZ-5190: Attachment: OFBIZ-5190_Missing_UI_Label_translations_to_de_Locale_for_Tags.patch

Re: [jira] [Commented] (OFBIZ-5179) checkExternalPayment returns payflowpro instead of paypal

2013-05-01 Thread Carsten Schinzer
: Carsten Schinzer Fix For: SVN trunk Original Estimate: 1h Remaining Estimate: 1h The following method contains a false return value: org.ofbiz.order.schoppingcart.CheckOutEvents#checkExternalPayment It verifies a Paypal payment method is defined for the ProductStore

[jira] [Updated] (OFBIZ-5181) missing de UI Labels in Accounting

2013-04-21 Thread Carsten Schinzer (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Schinzer updated OFBIZ-5181: Attachment: OFBIZ-5181_missing_de_UI_Labels_in_Accounting.patch better patch now

[jira] [Updated] (OFBIZ-5181) missing de UI Labels in Accounting

2013-04-21 Thread Carsten Schinzer (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Schinzer updated OFBIZ-5181: Attachment: (was: mylyn-context.zip) missing de UI Labels in Accounting

[jira] [Updated] (OFBIZ-5181) missing de UI Labels in Accounting

2013-04-21 Thread Carsten Schinzer (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Schinzer updated OFBIZ-5181: Attachment: (was: OFBIZ-5181_missing_de_UI_Labels_in_Accounting.patch) missing de

[jira] [Updated] (OFBIZ-5182) LoginServices.userLogin add info to fail message

2013-04-21 Thread Carsten Schinzer (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Schinzer updated OFBIZ-5182: Attachment: OFBIZ-5182_LoginServices.userLogin_add_info.patch better patch file

[jira] [Updated] (OFBIZ-5182) LoginServices.userLogin add info to fail message

2013-04-21 Thread Carsten Schinzer (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Schinzer updated OFBIZ-5182: Attachment: (was: OFBIZ-5182_LoginServices.userLogin_add_info.patch

Re: [jira] [Commented] (OFBIZ-5181) missing de UI Labels in Accounting

2013-04-20 Thread Carsten Schinzer
://issues.apache.org/jira/browse/OFBIZ-5181 Project: OFBiz Issue Type: Improvement Components: accounting Affects Versions: SVN trunk Environment: XML configuration files, independant Reporter: Carsten Schinzer Assignee

[jira] [Updated] (OFBIZ-5182) LoginServices.userLogin add info to fail message

2013-04-19 Thread Carsten Schinzer (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Schinzer updated OFBIZ-5182: Remaining Estimate: 0.5h Original Estimate: 0.5h LoginServices.userLogin add

[jira] [Created] (OFBIZ-5182) LoginServices.userLogin add info to fail message

2013-04-19 Thread Carsten Schinzer (JIRA)
Carsten Schinzer created OFBIZ-5182: --- Summary: LoginServices.userLogin add info to fail message Key: OFBIZ-5182 URL: https://issues.apache.org/jira/browse/OFBIZ-5182 Project: OFBiz Issue

[jira] [Updated] (OFBIZ-5182) LoginServices.userLogin add info to fail message

2013-04-19 Thread Carsten Schinzer (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Schinzer updated OFBIZ-5182: Attachment: OFBIZ-5182_LoginServices.userLogin_add_info.patch LoginServices.userLogin

[jira] [Commented] (OFBIZ-5182) LoginServices.userLogin add info to fail message

2013-04-19 Thread Carsten Schinzer (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13636178#comment-13636178 ] Carsten Schinzer commented on OFBIZ-5182: - patching the log at line 412

ref. OFBIZ-5179 -- Paypal Checkout

2013-04-19 Thread Carsten Schinzer
Guys, after 3 days of reserach and trying to make this work, I conclude that the PayPal services are not usable ootb. Any comments? The following is missing from my PoV: - services incomplete / wrong interface services defined - PayPalServices.java is not efficiently using context and existing

Re: ref. OFBIZ-5179 -- Paypal Checkout

2013-04-19 Thread Carsten Schinzer
for the files being analyzed. If there hasn't been any commit activity lately, then most likely the code has become out-of-date. So, the instructions in the Business Setup Guide might be outdated, but they were never a joke. -Adrian On 4/19/2013 9:40 AM, Carsten Schinzer wrote: Guys, after 3 days

[jira] [Created] (OFBIZ-5181) missing de UI Labels in Accounting

2013-04-17 Thread Carsten Schinzer (JIRA)
Carsten Schinzer created OFBIZ-5181: --- Summary: missing de UI Labels in Accounting Key: OFBIZ-5181 URL: https://issues.apache.org/jira/browse/OFBIZ-5181 Project: OFBiz Issue Type

[jira] [Updated] (OFBIZ-5181) missing de UI Labels in Accounting

2013-04-17 Thread Carsten Schinzer (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Schinzer updated OFBIZ-5181: Remaining Estimate: 1h Original Estimate: 1h missing de UI Labels in Accounting

[jira] [Updated] (OFBIZ-5179) checkExternalPayment returns payflowpro instead of paypal

2013-04-17 Thread Carsten Schinzer (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Schinzer updated OFBIZ-5179: Summary: checkExternalPayment returns payflowpro instead of paypal

[jira] [Commented] (OFBIZ-5179) checkExternalPayment returns payflowpro instead of paypal

2013-04-17 Thread Carsten Schinzer (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5179?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13634171#comment-13634171 ] Carsten Schinzer commented on OFBIZ-5179: - The scope of this creeps unfortunately

[jira] [Updated] (OFBIZ-5181) missing de UI Labels in Accounting

2013-04-17 Thread Carsten Schinzer (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Schinzer updated OFBIZ-5181: Attachment: OFBIZ-5181_missing_de_UI_Labels_in_Accounting.patch missing de UI Labels

[jira] [Updated] (OFBIZ-5181) missing de UI Labels in Accounting

2013-04-17 Thread Carsten Schinzer (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Schinzer updated OFBIZ-5181: Attachment: mylyn-context.zip missing de UI Labels in Accounting

[jira] [Created] (OFBIZ-5179) cehckExternalPayment returns payflowpro instead of paypal

2013-04-16 Thread Carsten Schinzer (JIRA)
Carsten Schinzer created OFBIZ-5179: --- Summary: cehckExternalPayment returns payflowpro instead of paypal Key: OFBIZ-5179 URL: https://issues.apache.org/jira/browse/OFBIZ-5179 Project: OFBiz

[jira] [Updated] (OFBIZ-5179) cehckExternalPayment returns payflowpro instead of paypal

2013-04-16 Thread Carsten Schinzer (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Schinzer updated OFBIZ-5179: Remaining Estimate: 1h Original Estimate: 1h cehckExternalPayment returns

Re: PAYPAL vs PAYFLOWPRO

2013-04-16 Thread Carsten Schinzer
After some more study on code and datamodel I have now opened: OFBIZ-5179. 2013/4/15 Carsten Schinzer c.schin...@gmail.com All, I realize that PAYPAL vs. PAYFLOWPRO payment gateways are not the same and actually org.ofbiz.order.shoppingcart.CheckOutEvents.java#checkExternalCheckout only

PAYPAL vs PAYFLOWPRO

2013-04-15 Thread Carsten Schinzer
All, I realize that PAYPAL vs. PAYFLOWPRO payment gateways are not the same and actually org.ofbiz.order.shoppingcart.CheckOutEvents.java#checkExternalCheckout only returns paypal when actually the related paymentGatewayConfigTypeId is PAYFLOWPRO. How can I use simple Paypal Express checkout

[jira] [Created] (OFBIZ-5131) Review ServletFilter architecture and Servlet vs Session vs Request objects

2013-02-08 Thread Carsten Schinzer (JIRA)
Carsten Schinzer created OFBIZ-5131: --- Summary: Review ServletFilter architecture and Servlet vs Session vs Request objects Key: OFBIZ-5131 URL: https://issues.apache.org/jira/browse/OFBIZ-5131

[jira] [Commented] (OFBIZ-5100) Delegator name is expected to be always default which is not the right approac

2013-02-08 Thread Carsten Schinzer (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13574404#comment-13574404 ] Carsten Schinzer commented on OFBIZ-5100: - Webapp delegators: AFAIK the (default

[jira] [Commented] (OFBIZ-5100) Delegator name is expected to be always default which is not the right approac

2013-02-08 Thread Carsten Schinzer (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13574480#comment-13574480 ] Carsten Schinzer commented on OFBIZ-5100: - My last sentence should end

[jira] [Commented] (OFBIZ-5100) Delegator name is expected to be always default which is not the right approac

2013-01-20 Thread Carsten Schinzer (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13558269#comment-13558269 ] Carsten Schinzer commented on OFBIZ-5100: - Indeed ... I must have been very sleepy

[jira] [Commented] (OFBIZ-5019) Multitenant delegator assignment not working correctly

2013-01-20 Thread Carsten Schinzer (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13558277#comment-13558277 ] Carsten Schinzer commented on OFBIZ-5019: - Meanwhile I did some research

Re: [jira] [Commented] (OFBIZ-5019) Multitenant delegator assignment not working correctly

2013-01-16 Thread Carsten Schinzer
All, I really need help on this -- I know multitenant is not very popular in use. Yet, if someone could find time to look at this, would be a great help! I have modified ContextFilter and LoginWorker now as follows in my local environment: LoginWorker: - identifies the correct tenant delegator

[jira] [Created] (OFBIZ-5120) Two minor typos on OrderUILabels, lang=de

2013-01-06 Thread Carsten Schinzer (JIRA)
Carsten Schinzer created OFBIZ-5120: --- Summary: Two minor typos on OrderUILabels, lang=de Key: OFBIZ-5120 URL: https://issues.apache.org/jira/browse/OFBIZ-5120 Project: OFBiz Issue Type

[jira] [Updated] (OFBIZ-5120) Two minor typos on OrderUILabels, lang=de

2013-01-06 Thread Carsten Schinzer (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Schinzer updated OFBIZ-5120: Attachment: OFBIZ-5120_Two_minor_typos_on_OrderUILabels_lang_de.patch Two minor typos

[jira] [Created] (OFBIZ-5106) non facet valide method name in OrderServices.xml#orderSequence-enforced

2012-12-19 Thread Carsten Schinzer (JIRA)
Carsten Schinzer created OFBIZ-5106: --- Summary: non facet valide method name in OrderServices.xml#orderSequence-enforced Key: OFBIZ-5106 URL: https://issues.apache.org/jira/browse/OFBIZ-5106 Project

[jira] [Created] (OFBIZ-5107) XML Validation error on CustomerServices.xml

2012-12-19 Thread Carsten Schinzer (JIRA)
Carsten Schinzer created OFBIZ-5107: --- Summary: XML Validation error on CustomerServices.xml Key: OFBIZ-5107 URL: https://issues.apache.org/jira/browse/OFBIZ-5107 Project: OFBiz Issue Type

[jira] [Updated] (OFBIZ-5107) XML Validation error on CustomerServices.xml

2012-12-19 Thread Carsten Schinzer (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Schinzer updated OFBIZ-5107: Attachment: OFBIZ-5107_XML_Validation_error_on_CustomerServices.xml.patch the patch

[jira] [Updated] (OFBIZ-5106) non facet valide method name in OrderServices.xml#orderSequence-enforced

2012-12-19 Thread Carsten Schinzer (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Schinzer updated OFBIZ-5106: Attachment: OFBIZ-5106_non_facet_valid_method_name_in_OrderServices.xml.patch the patch

[jira] [Updated] (OFBIZ-5106) non facet valid method name in OrderServices.xml#orderSequence-enforced

2012-12-19 Thread Carsten Schinzer (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Schinzer updated OFBIZ-5106: Summary: non facet valid method name in OrderServices.xml#orderSequence-enforced

[jira] [Commented] (OFBIZ-5107) XML Validation error on CustomerServices.xml

2012-12-19 Thread Carsten Schinzer (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13536440#comment-13536440 ] Carsten Schinzer commented on OFBIZ-5107: - Hmm. Maybe a shortcoming on my side: I

[jira] [Created] (OFBIZ-5102) CheckoutScrips not adapoted after ShoppingCart.setShipmentMethodTypdeId

2012-12-16 Thread Carsten Schinzer (JIRA)
Carsten Schinzer created OFBIZ-5102: --- Summary: CheckoutScrips not adapoted after ShoppingCart.setShipmentMethodTypdeId Key: OFBIZ-5102 URL: https://issues.apache.org/jira/browse/OFBIZ-5102 Project

[jira] [Updated] (OFBIZ-5102) CheckoutScripts not adapoted after ShoppingCart.setShipmentMethodTypdeId

2012-12-16 Thread Carsten Schinzer (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Schinzer updated OFBIZ-5102: Description: The CustomerEvent scripts do not yet account for the fact

[jira] [Commented] (OFBIZ-5102) CheckoutScripts not adapoted after ShoppingCart.setShipmentMethodTypdeId

2012-12-16 Thread Carsten Schinzer (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13533366#comment-13533366 ] Carsten Schinzer commented on OFBIZ-5102: - Minilang Script calls

[jira] [Commented] (OFBIZ-5102) CheckoutScripts not adapoted after ShoppingCart.setShipmentMethodTypdeId

2012-12-16 Thread Carsten Schinzer (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13533369#comment-13533369 ] Carsten Schinzer commented on OFBIZ-5102: - Also (potentially) affected: - set[All

[jira] [Updated] (OFBIZ-5102) CheckoutScripts not adapoted after ShoppingCart.setShipmentMethodTypdeId

2012-12-16 Thread Carsten Schinzer (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Schinzer updated OFBIZ-5102: Attachment: OFBIZ-5102_Checkout_scripts_not_adopted_for_rev1407116.patch

[jira] [Updated] (OFBIZ-5102) CheckoutScripts not adopted after ShoppingCart.setShipmentMethodTypdeId

2012-12-16 Thread Carsten Schinzer (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Schinzer updated OFBIZ-5102: Remaining Estimate: 2h (was: 4h) Original Estimate: 2h (was: 4h

[jira] [Updated] (OFBIZ-5102) CheckoutScripts not adopted after ShoppingCart.setShipmentMethodTypdeId

2012-12-16 Thread Carsten Schinzer (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Schinzer updated OFBIZ-5102: Attachment: OFBIZ-5102_Checkout_scripts_not_adopted_for_rev1407116.patch final version

[jira] [Updated] (OFBIZ-5102) CheckoutScripts not adopted after ShoppingCart.setShipmentMethodTypdeId

2012-12-16 Thread Carsten Schinzer (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Schinzer updated OFBIZ-5102: Attachment: (was: OFBIZ-5102_Checkout_scripts_not_adopted_for_rev1407116.patch

[jira] [Commented] (OFBIZ-5019) Multitenant delegator assignment not working correctly

2012-12-09 Thread Carsten Schinzer (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13527505#comment-13527505 ] Carsten Schinzer commented on OFBIZ-5019: - More on this topic: I would like

[jira] [Commented] (OFBIZ-5019) Multitenant delegator assignment not working correctly

2012-12-09 Thread Carsten Schinzer (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13527509#comment-13527509 ] Carsten Schinzer commented on OFBIZ-5019: - Further to this I do see

[jira] [Commented] (OFBIZ-5019) Multitenant delegator assignment not working correctly

2012-12-06 Thread Carsten Schinzer (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13511502#comment-13511502 ] Carsten Schinzer commented on OFBIZ-5019: - This does still not work properly in my

[jira] [Created] (OFBIZ-5090) Type in new party/entitymodel.xml

2012-12-02 Thread Carsten Schinzer (JIRA)
Carsten Schinzer created OFBIZ-5090: --- Summary: Type in new party/entitymodel.xml Key: OFBIZ-5090 URL: https://issues.apache.org/jira/browse/OFBIZ-5090 Project: OFBiz Issue Type: Bug

[jira] [Updated] (OFBIZ-5090) Type in new party/entitymodel.xml

2012-12-02 Thread Carsten Schinzer (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Schinzer updated OFBIZ-5090: Remaining Estimate: 0.25h Original Estimate: 0.25h Type in new party

[jira] [Updated] (OFBIZ-5090) Typ0 in new party-entitymodel

2012-12-02 Thread Carsten Schinzer (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Schinzer updated OFBIZ-5090: Summary: Typ0 in new party-entitymodel (was: Type in new party/entitymodel.xml

[jira] [Updated] (OFBIZ-5090) Typ0 in new party-entitymodel

2012-12-02 Thread Carsten Schinzer (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Schinzer updated OFBIZ-5090: Attachment: OFBIZ-5090_Typo in new party-entitymodel.patch Typ0 in new party

[jira] [Commented] (OFBIZ-5090) Typ0 in new party-entitymodel

2012-12-02 Thread Carsten Schinzer (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13508320#comment-13508320 ] Carsten Schinzer commented on OFBIZ-5090: - the patch Typ0 in new

[jira] [Updated] (OFBIZ-5090) Typ0 in new party-entitymodel

2012-12-02 Thread Carsten Schinzer (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5090?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Schinzer updated OFBIZ-5090: Attachment: OFBIZ-5090_Typo in new party-entitymodel.patch Typ0 in new party

[jira] [Commented] (OFBIZ-5090) Typ0 in new party-entitymodel

2012-12-02 Thread Carsten Schinzer (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13508321#comment-13508321 ] Carsten Schinzer commented on OFBIZ-5090: - the patch Typ0 in new

[jira] [Commented] (OFBIZ-5090) Typ0 in new party-entitymodel

2012-12-02 Thread Carsten Schinzer (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5090?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13508322#comment-13508322 ] Carsten Schinzer commented on OFBIZ-5090: - sorry, I attached the same file twice

Re: Key-Encryption-key support, r1334257

2012-11-21 Thread Carsten Schinzer
and rather due to the patch-up to current trunk which I tend to to on a monthly basis. I shall add some lines to the Multitenancy page then. Thanks regards Carsten 2012/11/21 Adam Heath doo...@brainfood.com On 11/18/2012 05:38 AM, Carsten Schinzer wrote: Hello again and thanks. ant

[jira] [Created] (OFBIZ-5076) Manufacturing language help data: Wrong reference path to DTD

2012-11-19 Thread Carsten Schinzer (JIRA)
Carsten Schinzer created OFBIZ-5076: --- Summary: Manufacturing language help data: Wrong reference path to DTD Key: OFBIZ-5076 URL: https://issues.apache.org/jira/browse/OFBIZ-5076 Project: OFBiz

Re: Key-Encryption-key support, r1334257

2012-11-18 Thread Carsten Schinzer
: Adrian Crum adrian.c...@sandglass-software.com Try using ofbiz-base.jar instead of ofbiz.jar. -Adrian On 11/17/2012 5:05 PM, Carsten Schinzer wrote: Hello all, I do have issues with this as follows: After downloading the latest trunk for my monthly merge release I do find

[jira] [Created] (OFBIZ-5057) Image rendering issue on productdetail.ftl

2012-10-21 Thread Carsten Schinzer (JIRA)
Carsten Schinzer created OFBIZ-5057: --- Summary: Image rendering issue on productdetail.ftl Key: OFBIZ-5057 URL: https://issues.apache.org/jira/browse/OFBIZ-5057 Project: OFBiz Issue Type

[jira] [Updated] (OFBIZ-5057) Image rendering issue on productdetail.ftl

2012-10-21 Thread Carsten Schinzer (JIRA)
[ https://issues.apache.org/jira/browse/OFBIZ-5057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Schinzer updated OFBIZ-5057: Description: Reference: Line 358 ! #if productImageList?has_content

  1   2   3   >