Ofbiz work

2017-03-27 Thread masionas
Hi, In the case anyone is in need of Ofbiz developer's help I am available now as an independent contractor. Having 10 years of Ofbiz customizing experience (which you can trace down by my messages on this forum :) ) for jewelry industry e-commerce. As well as recent experience in a Big Data with

Re: having acces to two different databases from within Ofbiz

2017-01-30 Thread masionas
Figured it out. 1) Need to add another data source in entityengine.xml 2) Add under default delegator for that data source in entityengine.xml 3) Use delegator.getGroupHelperName and ConnectionFactory in the code to obtain the connection One thing though is you still have to use raw SQLs rath

Re: ERROR: Null DispatchContext

2015-08-27 Thread masionas
I suppose it would show Out of memory message in that case. However system is functioning just have a problem in services with dispatch context. Thanks anyway for looking into this BJ. -- View this message in context: http://ofbiz.135035.n4.nabble.com/ERROR-Null-DispatchContext-tp4671492p46716

Re: ERROR: Null DispatchContext

2015-08-25 Thread masionas
Hi BJ, Could you please elaborate a bit on it ? I have looked in start.properties and don't see anything regulating space? -- View this message in context: http://ofbiz.135035.n4.nabble.com/ERROR-Null-DispatchContext-tp4671492p4671558.html Sent from the OFBiz - User mailing list archive at Nab

ERROR: Null DispatchContext

2015-08-22 Thread masionas
Hi, >From time to time I get this error with no evident consistency. Somehow dispatch context gets lost. Usually it is cured by application restart. Does anyone experience anything similar? it is 13.07 version. Thanks. -- View this message in context: http://ofbiz.135035.n4.nabble.com/ERROR-N

Re: Delegator vs. GenericDelegator

2015-06-11 Thread masionas
Hi Taher, Well, I would not argue the well-known OOP conventions and completely agree with them. Like I said earlier though, my interest was particularly in context of Ofbiz code evolution and switching from "more specific" to "more general" rather than using "more general" from the start. I beli

Re: Delegator vs. GenericDelegator

2015-06-11 Thread masionas
Taher, I believe you are an expert and this is good that you know that interface can't be instantiated unless it is implemented in some particular class. My question was different though. In ofbiz you can see both of these: 1) Delegator delegator = (Delegator) request.getAttribute("delegator"); d

Delegator vs. GenericDelegator

2015-06-11 Thread masionas
Hi Guys, Once I have got a "null" error in a line of code which was trying to get "GenericDelegator". I have replaced it with Delegator and restarted app then an error is gone. So I am not sure if restart helped or GenericDelegator was the problem. I must say that it worked for ages with Generic i

Re: ofbiz.rc running ofbiz on linux as a service

2014-01-08 Thread masionas
Hi Pierre, I am on Fedora Linux 15. -- View this message in context: http://ofbiz.135035.n4.nabble.com/ofbiz-rc-running-ofbiz-on-linux-as-a-service-tp4646924p4646942.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: ofbiz.rc running ofbiz on linux as a service

2014-01-08 Thread masionas
Hi Hans, The file has -rwxr-xr-x permissions, basically like others services under /etc/init.d/ and ownership of "root:root". I changed ownership to "ofbiz:ofbiz" it did not help - same thing. -- View this message in context: http://ofbiz.135035.n4.nabble.com/ofbiz-rc-running-ofbiz-on-linux-as

ofbiz.rc running ofbiz on linux as a service

2014-01-07 Thread masionas
Hi Guys, I am having some issues on getting working ofbiz as a service. Followed the setup guide and it did not work. The problem is that a call to /etc/init.d/ofbiz returns "access denied" error when is called by root user. Here is the original code from "ofbiz.rc" script: # If root is runnin

Amazon Payments

2013-09-28 Thread masionas
Hi Guys, Was there ever an effort to add Amazon Payments support to ofbiz? -- View this message in context: http://ofbiz.135035.n4.nabble.com/Amazon-Payments-tp4644278.html Sent from the OFBiz - User mailing list archive at Nabble.com.

UPS shipping in Ofbiz

2013-05-02 Thread masionas
Hi, Does anyone successfully use UPS shipping api in ofbiz today? The latest posts I found was about 2008-2009 years. Also in technical setup docs wiki there was an outline that ups api is available only if you ship minimum 50 packages per business day. Reading the ups docs I cant find such restri

Re: Number of server threads Apache Tomcat Proxy problem

2012-12-18 Thread masionas
Version based on trunk dated January 2012 -- View this message in context: http://ofbiz.135035.n4.nabble.com/Number-of-server-threads-Apache-Tomcat-Proxy-problem-tp4638026p4638359.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Number of server threads Apache Tomcat Proxy problem

2012-12-03 Thread masionas
Hi Guys, We face occasionally situation when ofbiz tomcat stops responding to apache httpd requests and it is all ends up with "503 server temporarily unavailable". Some research gave us hint that it can be coupled that tomcat is running out of available threads in the pool while apache http keeps

Re: [Fwd: Re: JobInvoker crashes while reading serviceengine.xml]

2012-04-11 Thread masionas
Hi Florin, Could you please explain the steps how to achieve "stop reading the xml file every time the configuration is needed and instead store them within the JobInvoker upon creation. .." or perhaps up to this time you have got a better solution? I would appreciate if you could share it. Than

Re: Zero accounting in the midlle of the road

2012-01-26 Thread masionas
Hey, It is hard to believe no one else has this type of challenge? -- View this message in context: http://ofbiz.135035.n4.nabble.com/Zero-accounting-in-the-midlle-of-the-road-tp4278904p4332047.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: Auth.net issue and couple of questions with order approval.

2011-03-13 Thread masionas
it is trunk dated Feb 2011. Tracing down to the code shades some light on this. OB implementation of AUTh services does not appear to include in request shipping info at all. There is only AIMPaymentServices.buildCustomerBillingInfo method, but I do not see the one for shipping. -- View this mess

Re: mount point to root url - problem

2011-03-01 Thread masionas
that's what I do :-) , having Apache as front-end big web guy. -- View this message in context: http://ofbiz.135035.n4.nabble.com/mount-point-to-root-url-problem-tp3329949p3330362.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: mount point to root url - problem

2011-03-01 Thread masionas
Ok, I've sorted out. Need to put index,jsp with forward. -- View this message in context: http://ofbiz.135035.n4.nabble.com/mount-point-to-root-url-problem-tp3329949p3330146.html Sent from the OFBiz - User mailing list archive at Nabble.com.

mount point to root url - problem

2011-03-01 Thread masionas
hi, I am having problem to get mount point to "/" working properly. the app defined as follows: when I go to http://localhost:8080/ I get 404 from Tomcat. I have looked in ContextFilter.java and "/" is added to allowed paths. Where should I look further? Thank you in advance. -- View thi

Re: Fedex Shipment Gateway Configuration is not available

2011-02-28 Thread masionas
BJ, Thank you for looking into it. Perhaps you have on your notes revision number of what was the last "good" version for fedex so I could grab it? Appreciate it. Thank you. -- View this message in context: http://ofbiz.135035.n4.nabble.com/Fedex-Shipment-Gateway-Configuration-is-not-available

Re: Fedex Shipment Gateway Configuration is not available

2011-02-26 Thread masionas
Hi Jacques, First off, thank you very much for extended reply. I have read that FedEx introducing new API and that must be good for them ;-), but what I really hoped for is we would not break Fedex Direct Xml API short term until a new one is implemented :-). It is still going to do the job until

Fedex Shipment Gateway Configuration is not available

2011-02-25 Thread masionas
Hi Guys, Is Fedex integration working in the recent trunk? It used to work back in old times where the config was in the shipment.properties file. Now I am trying to enter config settings from Shipment Gateway Config UI under facility. Put Fedex account number and meter number. Then went to outgo

Re: "data/PasswordSecurityData.xml" is no longer loaded by seed reader

2011-01-11 Thread masionas
Thank you, Adrian. I see now. It is loaded now under "demo" reader ( for whatever reason) and has been moved to framework from applications. -- View this message in context: http://ofbiz.135035.n4.nabble.com/data-PasswordSecurityData-xml-is-no-longer-loaded-by-seed-reader-tp3209291p3209373.html

"data/PasswordSecurityData.xml" is no longer loaded by seed reader

2011-01-11 Thread masionas
hi Guys, After I merged with Ofbiz trunk recently I found out that admin user login as well "SecurityExtData.xml" has gone from security app "data" folder and not loading anymore in "applications/securityext/ofbiz-component.xml". The question is how it works now and where it has been moved to, i

Re: Users - scheduled jobs delayed by an hour

2010-07-24 Thread masionas
Hi Adrian, I think it is coupled somehow to specific server setup, OS version or even architecture. Because as I mentioned above on the other server Fedora Core 5 JVM picked up correct time zone and I never had this kind of problem there. But on the Fedora Core 11 server( hardware is also differe

Re: Users - scheduled jobs delayed by an hour

2010-07-21 Thread masionas
Hi Adrian, Yes, I have tried that, but it did not help. Stopped ofbiz, changed property, then started again, but it still used GMT -5:00 zone Here is what I have put in start.prtoperties but it did not helped # -- The default time zone for this OFBiz instance. ofbiz.timeZone.default=America/New_

Re: Users - scheduled jobs delayed by an hour

2010-07-21 Thread masionas
Ok, I have solved it. Time difference ofbiz vs system was caused by the fact that JVM uses own time zone settings regardless of what server has. It was solved by passing time zone param to jvm in startofbiz.sh script. -- View this message in context: http://ofbiz.135035.n4.nabble.com/Users-sched

Re: Users - scheduled jobs delayed by an hour

2010-07-07 Thread masionas
Hi, On one of the servers I have similiar problem. Preface: Hardware and system clocks are synced and shows correct time. trunk is r952341 Case 1 (ofbiz session time zone 1 hour less from actual) : When I login into webtools and schedule job it is showing Pending status even RunTime has already

Has anyone heard something about IGBO ( or LGBO) security?

2010-06-18 Thread masionas
Hi Guys, The question is in the subject. I just got a head up from my boss to find out if ofbiz has IGBO security implementation? It must be something fresh/new brought with 2010. But google seems not giving any valuable results at all when I try to search for it even without ofbiz context. So i

Re: Tomahawk meets Bizzness theme

2010-04-13 Thread masionas
Hi Guys, My client requested exactly the same thing. Have layout of Tomahawk but use colors of bizzzness time. So it look like a trend now.. ;-) -- View this message in context: http://n4.nabble.com/Tomahawk-meets-Bizzness-theme-tp1839039p1839067.html Sent from the OFBiz - User mailing list ar

Anon Checkout - the way personal data is stored

2010-04-05 Thread masionas
Hi, We are implementing Anon Checkout with some mods to native in our Ofbiz version and one question has raised with regard to partyId=_NA_ during anonymous checkout. The thing is it keeps adding postal addresses as well as emails and credit cards from all the different anon orders to SINGLE and

Re: ofbiz demo servers

2010-02-11 Thread masionas
Yes, the problem was with the root url had no redirect. If put in the specific app url, it works. Thank you, guys. -- View this message in context: http://n4.nabble.com/ofbiz-demo-servers-tp1476574p1477159.html Sent from the OFBiz - User mailing list archive at Nabble.com.

ofbiz demo servers

2010-02-10 Thread masionas
Hi Guys, I found recently that demo.ofbiz.org gets redirected to apache host but shows blank page. Am I missing something or it is really does not work anymore? Thanks. P.S. I searched the forum but the only message has come up is someone was talking about DNS issues, but it was a week or so ago

entity ProductCategoryTypeAttr - missing attrValue field

2009-09-29 Thread masionas
hi, it seems the attrValue field is missing. Or it is by design so? -- View this message in context: http://www.nabble.com/entity-ProductCategoryTypeAttr---missing-attrValue-field-tp25668206p25668206.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: Multiple POs in ONE shipment and on ONE Invoice

2009-09-28 Thread masionas
start to modify createInvoicesFromShipment service? Thank you, for the your help. masionas wrote: > > > Nevermind, I figured it out how to get to Order Items. Thanks > > > masionas wrote: >> >> Hi Guys, >> >> I appreciate your replies. I seem ca

Re: Vaildations in OFBiz

2009-09-22 Thread masionas
Form what I see you will have to load zip code -> (country and telephone) data file into ofbiz entity. And write a simple code to make a lookup and match. naveen chanda wrote: > > Hi, > > I am new to ofbiz implementation and i got a requirement to validate the > zip code as per the country and

Re: Server Hardware for Ofbiz hosting

2009-09-14 Thread masionas
So should I consider running VM/Ofbiz in 64bit mode if I go off with 4GB of memory? Anyone has a good experience with such setup, from the article about HotSpot they say no changes in code needed to run most java APIs in 64bit mode. Is it also true for Ofbiz? This all is to be on Linux Fedora Core

Re: Multiple POs in ONE shipment and on ONE Invoice

2009-09-09 Thread masionas
Nevermind, I figured it out how to get to Order Items. Thanks masionas wrote: > > Hi Guys, > > I appreciate your replies. I seem can;t find Order Items Tab on shipment. > I created shipment here > https://demo.ofbiz.org/facility/control/createShipment > But the only butto

Re: Multiple POs in ONE shipment and on ONE Invoice

2009-09-09 Thread masionas
Nevermind, I figured it out how to get to Order Items. Thanks masionas wrote: > > Hi Guys, > > I appreciate your replies. I seem can;t find Order Items Tab on shipment. > I created shipment here > https://demo.ofbiz.org/facility/control/createShipment > But the only butto

Re: Multiple POs in ONE shipment and on ONE Invoice

2009-09-09 Thread masionas
Hi Guys, I appreciate your replies. I seem can;t find Order Items Tab on shipment. I created shipment here https://demo.ofbiz.org/facility/control/createShipment But the only buttons it shows on top is "View" and "Edit" and "Generate Shipment Manifest Report" What I am missing? -- View this mes

Multiple POs in ONE shipment and on ONE Invoice

2009-09-08 Thread masionas
Hi guys, Very often supplier combines inventory from different POs in one shipment and sends it in one box. In Ofbiz, Shipment entity has a primary key as shipmentId and to indicate order it has primaryOrderId. However this design allows only one order per one shipment. Did anyone do some workaro

Re: The version of last two days won't compile r810416

2009-09-02 Thread masionas
Scott Gray-2 wrote: > > It compiles fine for me as well, but since there is no harm in > changing the code to prevent the error I've gone ahead and changed it > in r810438 > > Regards > Scott > > HotWax Media > http://www.hotwaxmedia.com > >

Re: The version of last two days won't compile r810416

2009-09-02 Thread masionas
> > On Wed, 2009-09-02 at 01:49 -0700, masionas wrote: >> A dozen of such type errors: >> >> framework/entity/src/org/ofbiz/entity/model/ModelViewEntity.java:1232: >> incomparable types: org.ofbiz.entity.condition.EntityOperator> ?> >> and or

The version of last two days won't compile r810416

2009-09-02 Thread masionas
A dozen of such type errors: framework/entity/src/org/ofbiz/entity/model/ModelViewEntity.java:1232: incomparable types: org.ofbiz.entity.condition.EntityOperator and org.ofbiz.entity.condition.EntityComparisonOperator [javac15] if ((operator == EntityOperator.IN || operator == Entit

Server Hardware for Ofbiz hosting

2009-09-01 Thread masionas
hi Guys, I have a couple of questions regarding the best server configurations to run Ofbiz smoothly to handle about 100 000 hits per day. 1) What will be the best hardware requirements to achieve this? 2) We can go with either Dual Core or Quad Core - will there be a noticeable difference in

Re: Users with disabled accounts are still able to login

2009-08-14 Thread masionas
place to be. just a bit strange behaviour of 5 min re-enabling. Do you see my point, Jacques? jacques.le.roux wrote: > > From: "masionas" >> HI Jacques, >> >> Thanks for your reply. But in a real world I think other scenario >> actually >> happe

Re: Users with disabled accounts are still able to login

2009-08-14 Thread masionas
ur with > a property. > > Jacques > > From: "masionas" >> >> Hi Guys, >> >> Any updates on whether it was fixed lately? With 9.04 release it seems >> still >> needs the workaround instead of directly to disable login permanently. >&g

Re: Users with disabled accounts are still able to login

2009-08-11 Thread masionas
Hi Guys, Any updates on whether it was fixed lately? With 9.04 release it seems still needs the workaround instead of directly to disable login permanently. Robert Volke wrote: > > Wow, that did the trick. When I first saved the Enabled flag change to N, > it automatically populated the disab

Re: Disable HTML Encoding Output

2009-05-08 Thread masionas
n another thread earlier today... > something about: > > ${StringUtil.wrapString(productPromo.promoText?if_exists)} > > -David > > > On Apr 23, 2009, at 1:26 AM, masionas wrote: > >> >> Hi David, >> >> Here is what I have: >> >> Ajax

Re: Disable HTML Encoding Output

2009-05-08 Thread masionas
Having problem again with 772685 revision. Now it started to add the doc type header while I do not need it, because I use html 4.01 strict for the consumer site. Is it configurable and can be switched off? Let me know please. Thanks. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> "

Re: Disable HTML Encoding Output

2009-04-23 Thread masionas
Ok. Got it working this way. First escapeJavaScript() like I did and then execute on escaped wrapString(). Thanks. masionas wrote: > > HI David, > > Actually I think I found where it is started to be encoded. To pass the > strings back to javascript as ajax response I esca

Re: Disable HTML Encoding Output

2009-04-23 Thread masionas
StringUtil.wrapString(productPromo.promoText?if_exists)} > > -David > > > On Apr 23, 2009, at 1:26 AM, masionas wrote: > >> >> Hi David, >> >> Here is what I have: >> >> Ajax request which maps to a a screen definition of couple groovy

Re: Disable HTML Encoding Output

2009-04-23 Thread masionas
ut encoded stuff. David E Jones-3 wrote: > > > Could you be more specific? Which file, or at least type of file, are > you looking at? > > What is the behavior you want, and what is actually happening? > > -David > > > On Apr 22, 2009, at 9:59 AM, masionas

Disable HTML Encoding Output

2009-04-22 Thread masionas
HI Guys, How can I disable html encoding on output which was brought with new security implementation? Is there a way to do it in request map or screen definition? Thank you. -- View this message in context: http://www.nabble.com/Disable-HTML-Encoding-Output-tp23175536p23175536.html Sent from t

Re: sure glad ofbiz will never gets like RHE

2009-04-20 Thread masionas
What about Fedora Core? Using it more than 5 years and had no problem. BJ Freeman wrote: > > My local servers are GNU lunix with Gnome. Started them before even free > BSD came out. Back then it was on cpm. LOL. > But the hosting companies have their favorites, unless i want to send > them a co

Currency and Locale relation

2009-04-06 Thread masionas
Hi, I was just thinking that it would be logical have "currency to locale" relation in order with setSessionLocale event fire also setSessionCurrencyUom. Example, if user changes locale to en_GB it would also reload the price in British Pounds. I looked in the data model and seems there are no su

Re: CompDoc and Content Review/Approval Mechanism

2009-03-23 Thread masionas
he version from the first decade of December 2008. masionas wrote: > > Hi, > > I found that CompDoc is supposed to be used for tracking revisions history > and to be able to Approve the content which is awaiting approval. However, > I could not find an example of the actual us

CompDoc and Content Review/Approval Mechanism

2009-03-11 Thread masionas
Hi, I found that CompDoc is supposed to be used for tracking revisions history and to be able to Approve the content which is awaiting approval. However, I could not find an example of the actual usage. I created a simple content which status default is set to "In-Progress". Then, basically I wou

Re: Redirect / restrict access based on geographical location of IP.

2009-02-27 Thread masionas
I think to go then with a combined scheme. First, auto detect and then also having possiblity to change manually in browser. David E Jones-3 wrote: > > > The browser's locale is a MUCH better practice. Also consider that > maybe you have someone visiting a far away place but they don't speak

Re: multilingual Sub-content and alternate locale

2009-02-27 Thread masionas
Hi Jacques , I have actually tried it from seed file, but an idea is the same as in your article - creating main content and then association as alternate locale. Here is the code I used in the seed and it appeared to work finally after adding en_US and en_GB to general.properties. HOW do I chec

Re: Redirect / restrict access based on geographical location of IP.

2009-02-26 Thread masionas
Hi Guys, I am looking for similiar thing - get geo Country by IP. What I would like is to automatically set session locale based on visitor's IP. Example, for United Kingdom's users it will set UK's locale and hence show the respective content etc. The question is does ofbiz have something alre

Re: multilingual Sub-content and alternate locale

2009-02-26 Thread masionas
... > > Jacques > > From: "masionas" >> >> Unfortunately it does not appear to work. >> >> >> jacques.le.roux wrote: >>> >>> Follow the same scheme using subdivisions. It should work (never >>> testesd) >>> &

Re: multilingual Sub-content and alternate locale

2009-02-23 Thread masionas
Unfortunately it does not appear to work. jacques.le.roux wrote: > > Follow the same scheme using subdivisions. It should work (never testesd) > > Jacques > > -- View this message in context: http://www.nabble.com/multilingual-Sub-content-and-alternate-locale-tp20953155p22170534.html Sent

Re: multilingual Sub-content and alternate locale

2009-02-18 Thread masionas
Hi, I have another issue. I need localization within "en" locale. Example having two different descriptions for category in "en_US" and "en_GB". Below files operates with localeString as localeString="en", localeString="fr" etc. Vince Clark wrote: > DemoProductI18nData.xml > DemoProductCategor

Re: Can't get URL Rewrite Filter to work

2009-02-10 Thread masionas
Actually, yes. I am sorry. That was not David. The topic I was talking about is http://www.nabble.com/URL-Rewriting-td13436253.html#a13436253 But anyway, you say "why not using mod_rewrite direcly?" Could you please be more specific? As I understand in order to use Apache's mod_rewrite I have t

Re: Strange behaviour in IE with auto generated HTML comments

2009-02-10 Thread masionas
Thank you, Jacques. That was it. jacques.le.roux wrote: > > Please see http://www.nabble.com/Strange-Errors-td21286095.html#a21293971 > > Jacques > > From: "masionas" >> >> Hi Guys, >> >> There is a weird problem when comments are flushe

Strange behaviour in IE with auto generated HTML comments

2009-02-09 Thread masionas
Hi Guys, There is a weird problem when comments are flushed before the DOCTYPE declaration. The page layout goes off. It happens only in IE. Tested in 6/7 versions. Is there any config setting to switch off the generation and output of these comments? Or maybe any other known workaround? Thank yo

Can't get URL Rewrite Filter to work

2009-02-09 Thread masionas
Hi Guys, I have searched the lists for a good filter to rewrite urls and found a post where David adviced to use Tuckey filter. So I downloaded that one, put the jar file in the lib folder and added conf info into web.xml of webapp in my component. In other words followed the guide from the lib d

Re: ReceiveOfflinePayments method

2009-01-27 Thread masionas
details screen and want to "receive" the payment into ofbiz. Then make a shipment. BJ Freeman wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > clarification > are you expecting to receive EXT_OFFLINE during the order process? > > masionas sent

ReceiveOfflinePayments method

2009-01-27 Thread masionas
hi Guys, I have a question with regard to EXT_OFFLINE payment method type id. Why it gets excluded in the ReceiveOfflinePayments method in OrderManagerEvents.java? In other words it apears impossible to receive payment with type EXT_OFFLINE from order view screen - payment info section. EntityE

Re: Default GL account for payment method

2009-01-23 Thread masionas
Hi Sharan, Thank you for looking into this. I think the confusion comes from that there are TWO places where the mapping is defined. 1) https://localhost:8443/accounting/control/editPaymentMethodType 2) https://localhost:8443/accounting/control/GlAccountNrPaymentMethod?organizationPartyId=Compan

Default GL account for payment method

2009-01-20 Thread masionas
Hello Guys, Have a bit of strange behavior. I have set up in the GL settings mapping for method "EXT_OFFLINE" (Offline Payment)to be posted to account number 00 (General Checking Account). However, when I receive customer payment with method type EXT_OFFLINE it posts it to "UNDEPOSITED RECE

Re: new SecurityGroup, cannot login

2009-01-13 Thread masionas
her or not a > permission can be used for login is the base permission setting in > ofbiz-component.xml. Is this correct, or is there another setting > somewhere else? > > - Original Message - > From: "masionas" > To: user@ofbiz.apache.org > Sent: Tuesday,

Re: new SecurityGroup, cannot login

2009-01-13 Thread masionas
I Permissions are cached, including no permissions status. So you have either to restart ofbiz to get the new permissions in effect or decrease cache time in props file to a couple of seconds. Vince Clark wrote: > > I created a new security group called MKTGADMIN and added the following > perm

Re: Login often needed in Catalog

2009-01-13 Thread masionas
ot; > To: user@ofbiz.apache.org > Sent: Monday, January 12, 2009 5:47:33 PM (GMT-0700) America/Denver > Subject: Re: Login often needed in Catalog > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > sounds like cookies are not enabled. > > masionas sent the fol

Re: Login often needed in Catalog

2009-01-12 Thread masionas
Hey, Any idea why this is happenening? "externalLoginKey" param is passed but it requires to re-login anyway. Thanks in adance. masionas wrote: > > Hi, > I have the similiar issue from time to time and not only in Catalog. Even > if the externalLoginKey is passed to ur

Currency Formatting/Rounding

2009-01-09 Thread masionas
HI Guys, I have quite strange behaviour with the way currency is rouonded. Here is what I have in the properties: 1) .../common/config/general.properties # -- the default currency to use for prices, etc currency.uom.id.default=USD # -- the default decimal format for currency currency.decimal.fo

Re: Login often needed in Catalog

2009-01-08 Thread masionas
Hi, I have the similiar issue from time to time and not only in Catalog. Even if the externalLoginKey is passed to url it still requires re-login at some places through an app. How could I fix it? Revision I use is r722010. Thanks for any hints. -- View this message in context: http://www.nabbl

Re: Newly created user and permissions

2009-01-05 Thread masionas
> > > On Jan 5, 2009, at 10:20 AM, masionas wrote: > >> >> I have created a new user with ORDER_ENTRYALL profile. And when I >> tried to >> login with it to ordermanager it told me: >> >> The Following Errors Occurred: >> >> Login for t

Newly created user and permissions

2009-01-05 Thread masionas
I have created a new user with ORDER_ENTRYALL profile. And when I tried to login with it to ordermanager it told me: The Following Errors Occurred: Login for this application couldn't be completed (required permissions missing). However, if I restart ofbiz then it logins with no problem. So loo

Re: Perfromance meter tool

2008-12-23 Thread masionas
http://www.redbooks.ibm.com/abstracts/sg247177.html?Open > > http://www.ddj.com/article/printableArticle.jhtml?articleID=184406433&dept_url=/java/ > > http://docs.hp.com/en/JAVAPERFTUNE/bytecode.pdf > > > > > On Tue, Dec 23, 2008 at 8:17 AM, masionas wrote: > >> >&

Re: Perfromance meter tool

2008-12-23 Thread masionas
the log and give you performance data. > minilanguage: > > > > > > masionas sent the following on 12/23/2008 7:17 AM: >> Hi Guys, >> >> I have bottlenecks in some places ( for example Commit Sales Order) takes >> 10+ seconds sometimes. So I would like so

Perfromance meter tool

2008-12-23 Thread masionas
Hi Guys, I have bottlenecks in some places ( for example Commit Sales Order) takes 10+ seconds sometimes. So I would like someone advice a decent tool to find out which piece of code has problem. Does Ofbiz has its own such kind of tool or is there anything good external which would work with Ofb

Payment status

2008-12-23 Thread masionas
Hi Guys, There are two different but similiar status types - PMNT_RECEIVED and PAYMENT_RECEIVED. The first one is used when we create payment in createPayment service and in Payment entity. However, the second one is used in orderPaymentPreference enity and to me it looks like they could to be a

WARNING: Uneven hash distribution

2008-12-16 Thread masionas
Hi Guys, Does anybody have such things in the startofbz.bat output? I have a bunch of these and they started to show today. I blame it onto new version of java (1.6) because I had updated it today. Also it seems started to be slower at times. here is the repeated message through the log: " Dec 1

Re: Return To Vendor

2008-12-08 Thread masionas
Okay. I see in new version the role type id requirement was changed from 'INTERNAL_ORGANIZAITIO' to 'SUPPLIER'. So now it does not give error when I try to use 'RETURN_TO_VENDOR' header type id. Thanks. masionas wrote: > > Hi Vikas, > > As I un

Re: Return To Vendor

2008-12-03 Thread masionas
egular customer return is that customer returns not to our company but directly to supplier? Vikas Mayur-3 wrote: > > Testing steps posted on jira issue > https://issues.apache.org/jira/browse/OFBIZ-1893 > could help. > > Vikas > > On Nov 14, 2008, at 5:10 PM, mas

Re: Return To Vendor

2008-11-14 Thread masionas
n where we input rma number. BJ Freeman wrote: > > the code was written to return items to the company. > you have to write new code to ask a supplier for an RMA > and returns to them > it gets more tricky if you use a dropshipper. > > masionas sent the following on 11/13/2

Re: Return To Vendor

2008-11-14 Thread masionas
Thank you guys for the responses. Actually I treat the vendor and supplier the same way. In my case these are the companies we buy from, in order to sell it further to the customers. So when customer makes a return of the order we initiate the return to the supplier. But I am still not sure if i

Return To Vendor

2008-11-13 Thread masionas
Hi Guys, I have an error when I try to create Return to Vendor. It says: The Following Errors Occurred: Error: a return must be to a party in the role of internal organization WHy is that? It looks logical to be that way if we have Return From Customer, then we return it to our company which is