Re: Is a single GeronimoTransactionManager shared between all tenants in a multi-tenant setup?

2016-07-21 Thread Justin Robinson
e a commit. > Please try to investigate in this direction and let me know if you do any > progress. > > Good luck! > > Jacopo > > On Wed, Jul 20, 2016 at 1:51 PM, Jacopo Cappellato < > jacopo.cappell...@hotwaxsystems.com> wrote: > > > Hi Justin, > > > > On Wed,

Re: Is a single GeronimoTransactionManager shared between all tenants in a multi-tenant setup?

2016-07-20 Thread Justin Robinson
20, 2016 at 1:17 PM, Jacopo Cappellato < jacopo.cappell...@hotwaxsystems.com> wrote: > Hi Justin, > > your understanding of the class implementation is correct and there may be > a chance that some code may need to be improved, but I am not sure as I > could only give a cur

Is a single GeronimoTransactionManager shared between all tenants in a multi-tenant setup?

2016-07-19 Thread Justin Robinson
I am trying to understand the database connection pooling in ofbiz 14, which uses dbcp2. In the class org.ofbiz.entity.connection.DBCPConnectionFactory there is a static ConcurrentHashMap which provides a ManagedDataSource for each tenant. But when it comes to obtaining a transaction manager

Re: obiz 13 thread deadlock 5000 concurrent users monitor org.base.start.Classpath$NativeLibClassLoader

2016-07-09 Thread Justin Robinson
the log from those tests is pretty big but will try add important parts to this thread On Sat, Jul 9, 2016 at 7:19 PM, Justin Robinson < ofbiz-10.04-downst...@fluidnotions.com> wrote: > This commercial erp is highly customised downstream project of ofbiz > 10.04, OT actually. I prof

Re: obiz 13 thread deadlock 5000 concurrent users monitor org.base.start.Classpath$NativeLibClassLoader

2016-07-09 Thread Justin Robinson
> Hi Justin, > > What do mean by project version 10? Do you mean OFBiz 10? > > Also do you have logs to show the progression towards dead locks? This > issue seems extremely technical with backported changes from two releases > back an old unsupported release. It would almos

obiz 13 thread deadlock 5000 concurrent users monitor org.base.start.Classpath$NativeLibClassLoader

2016-07-09 Thread Justin Robinson
I'm profiling a downstream project version 10, I recently replaced/refactored/bridged the framework components with obiz 13 and some obiz 14 (just the transaction related in entity, to use dbcp2 etc. Anyway the monitor deadlocks I saw with initial testing on the version 10 based multitenant erp

Re: Refactoring downstream customization to ofbiz 13 dealing with immutable DispatchContext breaking changes

2016-07-07 Thread Justin Robinson
that sounds like that stuff should be stored in the entity engine. That's > pretty much what it does, store values across multiple requests in a multi > user environment. :) > > --P > > > On Jul 6, 2016, at 12:53 AM, Justin Robinson < > ofbiz-10.04-downst...@fluidno

Refactoring downstream customization to ofbiz 13 dealing with immutable DispatchContext breaking changes

2016-07-05 Thread Justin Robinson
So I followed the advice of Paul and Nicolas in a previous thread, and started refactoring the framework of this code base build around ofbiz 10.04 I merged and ported mainly the code that removes static sychronized blocks and updated the libraries accordingly. One major issue I now have is the

Profiling Multi-tenant Ofbiz - thread deadlock

2016-06-21 Thread Justin Robinson
Profiling in jprofiler, using jmeter headless test on large test server, running customized ofbiz 10.4 (no customizations in this area though) ... 200 simultaneous users; 4 on each of 50 tenants that's where problems start to occur. Response times for page requests get very slow up to 15 seconds

Re: OFbiz version 10.04.06 - dynamically generated 5 digit open ports

2015-02-12 Thread Justin Robinson
On 12/02/2015 10:27 AM, Justin Robinson wrote: Ron, Thanks it wasn't making much sense to me either. Just spoke to the system admin who reported this issue. I'm not really sure what their actual issue is or what security concerns are. I don't do sys administration at all. For whatever reason

Re: OFbiz version 10.04.06 - dynamically generated 5 digit open ports

2015-02-12 Thread Justin Robinson
guessing it's related to an onsite deployment customer's firewall policy issue. example 1: root@justdev:/home/justin# netstat -tlnp | grep java tcp6 0 0 :::8009 :::* LISTEN 2097/java ( AJP port) tcp6 0 0 127.0.0.1:53161 :::* LISTEN 11015/java (admin) tcp6 0 0 :::1099 :::* LISTEN 2097/java (RMI port

Product Prices and Promos

2014-07-07 Thread Justin Dagostino
, Justin

Sales Order Shipping Discounts

2014-02-13 Thread Justin Dagostino
As far as I know, OFBiz supports order shipping discounts (free shipping on orders over $100, blanket discounts, etc.), but I can't seem to find where to configure them within Webtools. Can someone point me in the right direction? Thanks. --- Justin

Re: getRelated vs. findByAnd

2014-01-28 Thread Justin Dagostino
Thank you for your reply. How about any difference in terms of performance or what's happening behind the scenes? /JD --- *Justin Dagostino* Director Of Engineering TheCools.com On Tue, Jan 28, 2014 at 3:00 AM, Harsha Chadhar harsha.chad...@tcs.comwrote: Hi, The difference is, 1

Re: PerformFind With In Clause ??

2014-01-28 Thread Justin Dagostino
Thanks Adrian. How about the first part to this question? :) Can performFind be used to find based on an 'or' set of criteria? If so, how? Again, I tried suffixing the param name with _in, but that didn't seem to do anything. Any ideas? --- *Justin Dagostino* Director Of Engineering

Re: PerformFind With In Clause ??

2014-01-28 Thread Justin Dagostino
Yup.. that was my next step. Thanks again. --- *Justin Dagostino* Director Of Engineering TheCools.com On Tue, Jan 28, 2014 at 12:21 PM, Adrian Crum adrian.c...@sandglass-software.com wrote: Unfortunately, the performFind service is poorly documented. The best approach would be to reverse

getRelated vs. findByAnd

2014-01-27 Thread Justin Dagostino
Is there any difference between issuing a getRelated call on a GenericValue object vs. using the delegator's findByAnd method? virtualProduct.getRelated(ProductPrice, whereClause, null, true); VS. delegator.findByAnd(ProductPrice, whereClause, null, true); Thanks. --- Justin

PerformFind With In Clause ??

2014-01-27 Thread Justin Dagostino
} noConditionFind=N Returns 0 items FYI... The performFind service seems to behave differently than however the FindGeneric Webtools feature works as expected: /webtools/control/FindGeneric?entityName=Product Specify productId = 101 Returns 1 item Any insight would be very helpful. Thanks. --- Justin

Re: Debian Package Of OFBiz

2013-10-23 Thread Justin Dagostino
Thanks again for the reply and the link. One thing that is not 100% clear is whether or not people are actually checking out from SVN (from whatever branch) directly on production (and possibly running Ant tasks there as well). I'd really like to avoid that. If that's not what you are

Re: Debian Package Of OFBiz

2013-10-23 Thread Justin Dagostino
on your production server, then you have no choice - you must build it somewhere else and then copy it to the production server. Adrian Crum Sandglass Software www.sandglass-software.com On 10/23/2013 2:04 PM, Justin Dagostino wrote: Thanks again for the reply and the link. One thing

Debian Package Of OFBiz

2013-10-22 Thread Justin Dagostino
the debian folder in OFBiz. First, is this meant to provide the building blocks for creating an OFBiz Debian package? If not, can anyone provide some insight in accomplishing such a task? Any help would be greatly appreciated. Thank you. Justin

Re: Debian Package Of OFBiz

2013-10-22 Thread Justin Dagostino
://cwiki.apache.org/confluence/display/OFBADMIN/OFBiz+Attic#OFBizAttic-Debian Jacques Justin Dagostino wrote: Hi, I'm exploring some production deployment options that don't involve installing SVN, Ant, etc. on the production servers. Aside from TAR'ing up the entire project, copying it over

Re: I'm trying to CO an old revision svn co http://svn.apache.org/repos/asf/ofbiz/branches/release10.04@1137445

2012-05-08 Thread Justin
Using svn co http://svn.apache.org/repos/asf/ofbiz/branches/release10.04/framework@1137445 I get the error: svn: E175002: REPORT of '/repos/asf/!svn/me': Chunk delimiter was invalid ( http://svn.apache.org) On Tue, May 8, 2012 at 12:40 PM, Justin fluidmotionnoti...@gmail.comwrote: I need

Re: I'm trying to CO an old revision svn co http://svn.apache.org/repos/asf/ofbiz/branches/release10.04@1137445

2012-05-08 Thread Justin
to use it to create a patch On Tue, May 8, 2012 at 2:02 PM, Jacopo Cappellato jacopo.cappell...@hotwaxmedia.com wrote: try with: svn co -r 1137445 http://svn.apache.org/repos/asf/ofbiz/branches/release10.04/framework Jacopo On May 8, 2012, at 12:54 PM, Justin wrote: Using svn co http

Component Data Load Multitenancy Infastructure Confusion

2012-02-28 Thread Justin
I've been testing out this functionality and discovered the reason it doesn't work for me is: if (UtilValidate.isNotEmpty(delegator.getDelegatorTenantId()) in org.ofbiz.entityext.data.EntityDataLoadContainer part of the changes made with svn commit: r1172989 is always empty. I got the impression

My problem is not in the ml archive ... authorize.net keytool -import into $JAVA_HOME/jre/lib/security

2012-01-26 Thread Justin Robinson
related info hasn't got me the answer. It'd be wonderful if someone maybe knows what I'm missing here. Thanks. -- Regards, Justin Venture-Net Research Development

Re: My problem is not in the ml archive ... authorize.net keytool -import into $JAVA_HOME/jre/lib/security

2012-01-26 Thread Justin Robinson
changeit ... no ways. Go figure. I think I'll learn an instrument rather...what a day. On Thu, Jan 26, 2012 at 9:23 PM, Justin Robinson jus...@venturenet.co.zawrote: I've read up in the mailing archive on similar issues...what I don't seem to have in common with others who have had issues

Re: How to a list index to use as row numbering ofbiz form widget

2011-12-02 Thread Justin Robinson
)previousItem.get(quot;workEffortIdquot;);return !(prev!=nullamp;amp;prev.equals(workEffortId));} type=Boolean/ /row-actions also look at framework\widget\dtd\widget-form.xsd Justin Robinson sent the following on 12/1/2011 9:46 AM: form name=listAssetItems type=list target= list-name=AssetItems

Re: How to a list index to use as row numbering ofbiz form widget

2011-12-02 Thread Justin Robinson
don't have much sympathy for those that wanted it handed to them on a plate. the answer I gave you answers a lot. Sorry you are unable to glean the info you need. Justin Robinson sent the following on 12/2/2011 1:21 AM: Thanks for your answer what you mentioned here can all be found in ofbiz

How to a list index to use as row numbering ofbiz form widget

2011-12-01 Thread Justin Robinson
displaying the number '2' is there any way to ref the type=list index. Any clues would be helpful. -- Regards, Justin Venture-Net Research Development

Is it possible to set a form field with an expression without using hyperlink description=....

2011-12-01 Thread Justin Robinson
source for 'field name=$' returns no results, name can't take an expression, no doubt it messes with the data binding. Is there a way around this? -- Regards, Justin Venture-Net Research Development

Not committing transaction, status is No Transaction (6)

2011-11-02 Thread Justin Robinson
that may throw exceptions } TransactionUtil.commit() Any clues would be helpful, have often had this problem but have never gotten to the bottom of why it happens. -- Regards, Justin Venture-Net Research Development

Need help getting started with creating some specialized ProductPromoRules

2011-09-06 Thread Justin Robinson
be really awesome! *Thanks guys for all your help. * -- Regards, Justin Venture-Net Research Development

EntityConditions to lookup records between 2 dates

2011-07-21 Thread Justin Robinson
), EntityCondition.makeCondition(invoiceDate, EntityOperator.GREATER_THAN, periodBeginning)); This must be a fairly common task is there an EntityOperator for timestamps? Thanks in advance. -- Regards, Justin Venture-Net Research Development

Problems with Checkout Process

2011-06-27 Thread Justin Robinson
Refund Service CC Refund (subs.ccCreditPayGate) Pay Gate Payment Gateway I'm not asking for specifics relating to my custom gateway, am just wondering how the CC Authorise, CC Capture sequence usually occurs in a standard setup? -- Regards, Justin Venture-Net Research Development

Implementing yet another payment gateway...am confused on one point

2011-06-17 Thread Justin Robinson
in the spaghetti of the cart etc. Thanks in advance. -- Regards, Justin Venture-Net Research Development

Re: NoSuchMethodError accessing wrong version of class/library..How do I check what's in the server's system classloader on ofbiz?

2011-06-15 Thread Justin Robinson
Thanks, found an obscure library that had an earlier version of the com.google.common.* package bundled into it. I just removed it repacked that jar, seems to have fixed the problem. On Tue, Jun 14, 2011 at 11:56 AM, Scott Gray scott.g...@hotwaxmedia.com wrote: Hi Justin, What jars do you

NoSuchMethodError accessing wrong version of class/library..How do I check what's in the server's system classloader on ofbiz?

2011-06-14 Thread Justin Robinson
(GoogleAppsFacade.java:158) -- Regards, Justin Venture-Net Research Development

Curiosity about findByPrimaryKey fromDate ignore millisec minilang handling

2011-06-13 Thread Justin Robinson
bad form. I assume projectmgr works or has worked am really curious how this sort of problem is over come by the simple method above that I don't understand. Can anyone who works with minilang explain this one to me? -- Regards, Justin Venture-Net Research Development

Re: Help Editing a minilang simple method

2011-06-02 Thread Justin Robinson
Just added condition-expr field-name=orderItemSeqId operator=equals from-field=parameters.orderItemSeqId/ to the lookup it processes an orderItem list of 1. Nothing else needs changing. On Thu, Jun 2, 2011 at 11:15 AM, Justin Robinson jus...@venturenet.co.za wrote: I've made small adjustments

Form Widgets ... Are Nested Tables Possible?

2011-05-20 Thread Justin Robinson
=Attribute Namedisplay//field field name=attrValue title=Attribute Valuedisplay//field /form -- Regards, Justin Venture-Net Research Development

Handling Transactions

2011-05-17 Thread Justin Robinson
and then open a new one to ensure that the data. Or does anyone have any other ideas on how to handle this situation or what the problem might be...have really been pulling my hair out over this for the last 2 days. Any help would be appreciated. -- Regards, Justin Venture-Net Research

eca execution ordering transaction commit problems

2011-05-13 Thread Justin Robinson
have to do with transactions or the cache. Does anyone have an idea what I could be missing? Regards, Justin Venture-Net Research Development

Re: FreeMarker requestAttribute issue

2011-05-05 Thread Justin Robinson
with request parameters, session attributes and the webapp context). Once screen rendering begins a combined map of those sources is generated and used as the screen's context from that point forward. Regards Scott HotWax Media http://www.hotwaxmedia.com On 5/05/2011, at 5:23 AM, Justin

FreeMarker requestAttribute issue

2011-05-04 Thread Justin Robinson
(), UtilHttp.getParameterMap(request)); Debug.log(wrapper: +(wrapper!=null? not null:null), MODULE); request.setAttribute(surveyWrapper, wrapper); request.getSession().setAttribute(surveyWrapper, wrapper); request.setAttribute(surveyAction, addOrderItemSurvey) Regards, Justin Venture-Net Research

Re: FreeMarker requestAttribute issue

2011-05-04 Thread Justin Robinson
the createSurveyResponseAndRestoreParameters or a new service based on it as INOUT so they are available on the other side of the request, have yet to try this... But there must be a better way? On Wed, May 4, 2011 at 4:55 PM, Justin Robinson jus...@venturenet.co.zawrote: Brilliant thanks...for saving me some time... been

Complex relations in View Entity defs

2011-04-28 Thread Justin Robinson
but there must be another way around this, else will I have to create a new view entity the relates to the last one for each attribute I add? -- Regards, Justin Venture-Net Research Development

Re: Complex relations in View Entity defs

2011-04-28 Thread Justin Robinson
at 3:23 PM, Justin Robinson jus...@venturenet.co.za wrote: I'm creating a new view entity that has to contain several different attribute records from the same table. Attributes are distinguished by a combination on an id and the attrName. I've used a combination of fields for a view link

Re: Problems with initial tax setup

2011-04-11 Thread Justin Robinson
: Hi Justin, Yes, you do need the geo ID in your TaxAuthorityRateProduct (TARP). In some jurisdictions, sales within a given geo are taxed, and exports are not. You're right in thinking the address of the customer is checked to see if it is within the geo specified by the TARP. See https

Problems with initial tax setup

2011-04-08 Thread Justin Robinson
them with no effect. The fact that most posts on the subject show issues furthure down the line indicate I've missed something. Please if anyone can make some suggestions? Thanks. -- Regards, Justin Venture-Net Research Development

Re: OrderServices, fulfillDigitalItems with regards to subscription content associations

2011-04-04 Thread Justin Robinson
example just doesn't exist or if I'm overlooking something... On Sat, Apr 2, 2011 at 12:54 PM, Jacques Le Roux jacques.le.r...@les7arts.com wrote: Interesting, we use it also, I did not notice yet, thanks...WIP... BTW we should make our own page in the wiki... Jacques From: Justin Robinson jus

Re: building itemized component product listing in the cart view

2011-04-02 Thread Justin Robinson
...@les7arts.com wrote: I'm not quite sure what you want to achieve. By and large it's best to follow how things are organized in data files Jacques Justin Robinson wrote: I've set up configurable products, with variants in the choices; just like the PIZZA product on demo-stable.ofbiz.apache.org. What

OrderServices, fulfillDigitalItems with regards to subscription content associations

2011-04-01 Thread Justin Robinson
for the content related to the product not to the product's subscription. I just started on this today so if anyone has had experience with this knows I might be missing something, even a little light would be helpful. Thanks. -- Regards, Justin Venture-Net Research Development

building itemized component product listing in the cart view

2011-03-29 Thread Justin Robinson
the configId from it then do a lookup via ProductConfigConfig and ProductConfigProduct entities to get the list of productId's for the configuartion, then I can get product descriptions and component prices from ProductAndPriceView enity using the productId. -- Regards, Justin Venture-Net

Linking virtual products to their possible variants

2011-03-28 Thread Justin Robinson
. Thank you. -- Regards, Justin Venture-Net Research Development

Removing old catalogs from the browse catalogs box in catalog manager.

2011-03-25 Thread Justin Robinson
though removing there association to the store would work, no luck. Any ideas? Thanks. -- Regards, Justin Venture-Net Research Development

Re: Catalog Manager: Product Types

2011-03-16 Thread Justin Robinson
For anyone needing to start using the Catalog Manager, I suggest this document it is clear and concise: http://www.blogjava.net/Files/hugh/OFBizBasicProductionSetup.pdf On Mon, Mar 14, 2011 at 2:32 PM, Justin Robinson jus...@venturenet.co.za wrote: Firstly I'd just like to say thanks to the list

Catalog Manager: Product Types

2011-03-14 Thread Justin Robinson
to define configurable subscriptions? I don't expect a full explanation I'm just wondering if these aims are achievable, before I venture forth and maybe where to start would be a great help to. Thanks. -- Regards, Justin Venture-Net Research Development

Using call-bsh in minilang

2011-03-08 Thread Justin Robinson
result-to-field result-name=emailAddress field=parameters.sendTo / /call-service /if-empty -- Regards, Justin Venture-Net Research Development

Re: Using call-bsh in minilang

2011-03-08 Thread Justin Robinson
misapprehension. On Tue, Mar 8, 2011 at 2:49 PM, Jacques Le Roux jacques.le.r...@les7arts.com wrote: Please ask rather Opentaps questions on Opentaps forum Thanks Jacques From: Justin Robinson jus...@venturenet.co.za I've been trying to wing it with minilang, it seems pretty straight forward

Is there an EntityCondition for returning distinct records?

2011-03-02 Thread Justin Robinson
In the ofbiz entity engine, is there a way to ensure distinct/unique records are returned from a query, I can't seem to find a way. I have seen it somewhere, but I can't remember where I'm a bit pushed for time. Any chance someone could help me out? Thanks -- Regards, Justin Venture-Net

the data model...Party Group; Party; Relationships

2011-02-23 Thread Justin Robinson
created because of his memembership to the team there's no record I can see of which accounts belong to the team? From an ofbiz piont of viw can anyone give me some insight into the party of type party group, party of type person relationship situation -- Regards, Justin Venture-Net

Defining a new view entity (Scope: Detail Party:General Entities)

2011-02-23 Thread Justin Robinson
' Detail Party:General Entities am not sure which entities need to be joined in the view to get this done. Can anyone shed some light about how to do about this? Thanks in advance. -- Regards, Justin Venture-Net Research Development

Modifying a veiw entity...?

2011-02-21 Thread Justin Robinson
-- Regards, Justin Venture-Net Research Development

Re: Modifying a veiw entity...?

2011-02-21 Thread Justin Robinson
Hi Scott, Well spotted. Thanks that did the trick. -- Regards, Justin Venture-Net Research Development On Tue, Feb 22, 2011 at 9:32 AM, Scott Gray scott.g...@hotwaxmedia.com wrote: Hi Justin, Try reversing your view-link tag so that CR is pointing to PRDS (and the key-map to match), just

where can I define a scheduled service to run at intervals

2011-02-15 Thread Justin Robinson
I'd like to define a new service that makes use of existing services. It needs to retrieve an entity update it and store it again. I'm just not sure where I'm suppose to put it in the ofbiz framework -- Regards, Justin Venture-Net Research Development

Re: Email setup: The console.log shows emails are being fetched but they aren't showing in the Owner of Received Emails profile

2011-02-08 Thread Justin Robinson
Strategic Power Office with Supplier Automation http://www.businessesnetwork.com/automation/viewforum.php?f=52 Specialtymarket.com http://www.specialtymarket.com/ Systems Integrator-- Glad to Assist Chat Y! messenger: bjfr33man Justin Robinson sent the following on 2/7/2011 5:04 AM: I've got

Email setup: The console.log shows emails are being fetched but they aren't showing in the Owner of Received Emails profile

2011-02-07 Thread Justin Robinson
of Received Emails, in the party manager under communications no emails are listed. Any ideas what I might be missing? Best regards, Justin Venturenet Research Development

initialResponsiblePartyId(String) can't be a partyId for a party of type Party Group, so how do you assign customer imports to a team?

2011-02-04 Thread Justin Robinson
to do this, I imagine it's a common enough task for the initial setup of the system..? Best regards, Justin Venturenet Research Development logo

RE: initialResponsiblePartyId(String) can't be a partyId for a party of type Party Group, so how do you assign customer imports to a team?

2011-02-04 Thread Justin Robinson
This being the ofbiz ml...I'd like to know how to accomplish the task of assigning multiple customer parties to a (team) party group, so relationships to each of those customer parties automatically show up in each (team) party group member's profile. Best regards, Justin Venturenet Research

Scripting Bulk 'Assign Team' To list of Accounts? (Where to insert logic?)

2011-02-03 Thread Justin Robinson
to prove opentaps can be put to use in the short term and would therefore really appreciate any tips of clues you may be able to give me. Best regards, Justin Venturenet Research Development

Webtools application, how to use Xml data export filtered for just the employee parties...?

2011-02-03 Thread Justin Robinson
for initialResponsiblePartyId so that the accounts are visible to the team. Is there any way to filter an Xml data export and if so how would it be done? An example would be a great help? Best regards, Justin Venturenet Research Development

Re: Product requirements for generating purchase orders

2009-02-16 Thread Justin May
jacques.le.r...@les7arts.com wrote: Hi Justin, Sorry for the late reply. Are you still wondering about that or did you get through it ? Jacques From: Justin May may.jus...@gmail.com Hello, I've searched through the archives quite a bit and have not had any luck on this. What I want

Product requirements for generating purchase orders

2009-02-03 Thread Justin May
by going to [Order] [Requirements] [Approve Requirements] . Am I barking up the right tree here? Thanks, Justin