Re: Disable HTML Encoding Output

2009-04-22 Thread David E Jones
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 wrote: HI Guys, How can I disable html encoding on output which was brought with new

Re: building OFBiz from the svn trunk

2009-04-21 Thread David E Jones
On Apr 21, 2009, at 1:37 PM, Tamer Sezgin wrote: Hi, I'm very new to OFBiz, and trying to learn more about it.. I downloaded and run release 4.0 (on Linux/Sun Java 1.6) successfully. Now, I tried to build and use the svn trunk copy, but I could not succeed. Although I did not get any error

Re: Freshmeat.net Profile

2009-04-21 Thread David E Jones
BTW, I have access to many of these resources (not some, like wikipedia) and will be updating them soon. Thanks for the reminder! As for time zones... people usually talk in terms of their own time zone which can be confusing because (for example) not everyone knows that Jacques is in

Re: Adding components to an instance of OFBiz

2009-04-19 Thread David E Jones
The best way to do this is just put it in the hot-deploy directory. When OFBiz starts up it will look in that directory for sub- directories that have a ofbiz-component.xml file which it will read to load resources for that component. -David P.S. It's good to see you around again Ruth!

Re: PortalData load errors on update

2009-04-18 Thread David E Jones
It looks like your data loading problem is further up than that. Keep in mind that if a file fails early on then other files that depend on it will fail too. I just tried this with the latest trunk with a clean database and the data files are loading fine. The best thing to do is look up

Re: PortalData load errors on update

2009-04-18 Thread David E Jones
to shrink VARCHAR 'Accounting related data' to length 20. [java] cause - --- On Sat, 4/18/09, David E Jones david.jo...@hotwaxmedia.com wrote: From: David E Jones david.jo...@hotwaxmedia.com Subject: Re: PortalData

Re: PortalData load errors on update

2009-04-18 Thread David E Jones
been tested more than the main trunk. --- On Sat, 4/18/09, David E Jones david.jo...@hotwaxmedia.com wrote: From: David E Jones david.jo...@hotwaxmedia.com Subject: Re: PortalData load errors on update To: user@ofbiz.apache.org Date: Saturday, April 18, 2009, 2:32 PM Which revision

Re: About OFBiz logo being ownership of ASF

2009-04-18 Thread David E Jones
Jacques, While I appreciate your concern the proper place to discuss things of a sensitive nature like this is on the PMC mailing list, and NOT out in public like this... especially on both the dev and user mailing lists at the same time (making a conversation even more cumbersome), and

Re: theme errors at r766336

2009-04-18 Thread David E Jones
Doing a clean install shouldn't be required for this (but would definitely take care of it!), just reloading seed data should be enough (ie ant run-install-seed). -David On Apr 18, 2009, at 10:09 PM, Ashish Vijaywargiya wrote: I was getting the same error before 3 days or so. I dropped

Re: theme errors at r766336

2009-04-18 Thread David E Jones
- which may generate these types of errors. -Adrian --- On Sat, 4/18/09, David E Jones david.jo...@hotwaxmedia.com wrote: From: David E Jones david.jo...@hotwaxmedia.com Subject: Re: theme errors at r766336 To: user@ofbiz.apache.org Cc: aswath.satras...@gmail.com Date: Saturday, April 18, 2009

Re: transaction consistency in ofbiz

2009-04-17 Thread David E Jones
It sounds like you're digging pretty deep, and I'd recommend a peek at the TransactionUtil.java file. It's really quite simple code. The begin() method returns false if there is already a transaction in place, and along with it the rollback(beganTransaction) method will only do the

Re: ftl form question

2009-04-17 Thread David E Jones
On Apr 17, 2009, at 11:44 AM, Jacek Wagner wrote: All, In all ftl forms I found when method=post action always points to a desire service. Is it possible to call direct url instead. Example: instead action=@ofbizUrlsearchorders/ @ofbizUrl*** do something like this

OFBiz Symposium at ApacheCon USA Redux 2009

2009-04-17 Thread David E Jones
The ApacheCon USA 2009 conference committee has contacted the OFBiz PMC (and other pmcs) about conference involvement. There is some interest among PMC members in participating in the conference, and last year most of the speakers were not on the PMC, so I wanted to open this discussion

Re: How about individual service provider pages on docs.ofbiz.org?

2009-04-16 Thread David E Jones
My main thought is that one way or other we want an index, like the page we have now. In addition to that it is a wiki space there, so anyone can add their own page and link to it and such. I think that's all we need for this... a fairly simple thing. -David On Apr 16, 2009, at 9:04

Re: Java and tomcat version for ofbiz

2009-04-16 Thread David E Jones
Thanks for the answer BJ. Succinct, but I think it hits most of the points. Mustansar: let us know if you have other questions about this. The documents BJ pointed out are have great introductory material that should help you get a general understanding of how things fit together.

Re: Java and tomcat version for ofbiz

2009-04-16 Thread David E Jones
around the corner. David E Jones wrote: Thanks for the answer BJ. Succinct, but I think it hits most of the points. Mustansar: let us know if you have other questions about this. The documents BJ pointed out are have great introductory material that should help you get a general

Re: best web framework

2009-04-15 Thread David E Jones
are deployed on each server. Doing a different prefix per system is mainly for systems where you have different databases that are synchronized over time and therefore have different sequencing tables. -David - Original Message - From: David E Jones david.jo...@hotwaxmedia.com To: user

Re: best web framework

2009-04-15 Thread David E Jones
services remotly. In a project, there are technical reasons, business reasons, and human reasons. The best solution is the best mix of these 3. Don't you think it can be a good alternative ? Cimballi On Wed, Apr 15, 2009 at 1:57 PM, David E Jones david.jo...@hotwaxmedia.comwrote: Depending on what

Re: best web framework

2009-04-15 Thread David E Jones
, at 1:44 PM, Cimballi wrote: Ok, thanks for your comments. As I said before, here we are developing a site this way (using RMI), so when it will be ready, I will post a feedback on the list. Cimballi On Wed, Apr 15, 2009 at 2:32 PM, David E Jones david.jo...@hotwaxmedia.comwrote

Re: processorder + transaction boundires

2009-04-14 Thread David E Jones
In general each event in a request chain runs in its own transaction and is responsible for returning a status according to its result, and then in the request response definitions you can decide how to have the request chain flow based on those responses. If you want it to be part of

Re: Apache OFBiz Community Building Tour - Mid-western USA, April 2009

2009-04-14 Thread David E Jones
On Apr 13, 2009, at 5:19 PM, Adrian Crum wrote: David E Jones wrote: I am planning to do this in other areas in the near future, but don't have firm plans yet. The next likely area will be the north- western USA in July (around the time and place of OSCON which I'll be speaking at on July

Re: processorder + transaction boundires

2009-04-14 Thread David E Jones
On Apr 14, 2009, at 2:23 PM, Grant Edwards wrote: 2) While a normal transaction rollback would clean-up the database, is it possible to detect / intercept the rollback and make a call to a 3rd party system to clean-up order related data. I would welcome any suggestions in this regard.

Apache OFBiz Community Building Tour - Mid-western USA, April 2009

2009-04-13 Thread David E Jones
As a follow-on to the April release branch, and to help encourage community growth and participation for Apache OFBiz, I'm planning a tour of the Mid-western United States. As part of this tour I'd like to visit with individuals and organizations who are current and prospective users,

Re: Apache OFBiz Community Building Tour - Mid-western USA, April 2009

2009-04-13 Thread David E Jones
of marketing. I hope that clears it up... -David On Apr 13, 2009, at 4:53 PM, BJ Freeman wrote: I hope you will also let them know of other sources for support besides hotwax, as the PMC chair. David E Jones sent the following on 4/13/2009 10:45 AM: As a follow-on to the April release branch

Re: workflow engine

2009-04-09 Thread David E Jones
It is pretty easy to mix Service/Entity Engine and Hibernate code and have them participate in the same transaction as they both use JTA... just make sure they are both referring to the same UserTransaction and TransactionManager objects. -David On Apr 9, 2009, at 7:44 AM, Jack Liu

Re: erro Could not load VFS configuration

2009-04-09 Thread David E Jones
The resources on that site are more about opentaps than about OFBiz, and even though opentaps is based on a version of OFBiz from about 2 years ago they have made a lot of changes and it seems like they are moving mostly away from OFBiz anyway. I'd recommend you stick to the resources on

Re: Secure URLs end for link, hyperlink and sub-hyperlink

2009-04-09 Thread David E Jones
Angelo, This issue should be addressed in SVN rev 763855. Please read the commit log as deploying in this way is not recommended as it opens a security hole. Also, as a general recommendation for future reference so that your feedback and requests are better received: if you find an

Re: Have you ever integrated pentaho with ofbiz

2009-04-08 Thread David E Jones
Why would you ever want to have Pentaho run through the Entity Engine? In general stand-alone reporting and BI tools like Crystal Reports, Business Objects, etc, etc are much better when they talk directly to the database. It is true that long ago we did some stuff so that JasperReports

Re: OfBiz readiness for multi-tenancy

2009-04-08 Thread David E Jones
OFBiz works well OOTB for certain multi-tenant scenarios, but not for others. Could you be more specific about at least the scaling range that you're going for? BTW, one thing to consider is that because OFBiz is community driven if a feature you're looking for doesn't exist, it means

Re: OfBiz readiness for multi-tenancy

2009-04-08 Thread David E Jones
of 2000 users. Gopi -Original Message- From: David E Jones [mailto:david.jo...@hotwaxmedia.com] Sent: Wednesday, April 08, 2009 3:52 AM To: user@ofbiz.apache.org Subject: Re: OfBiz readiness for multi-tenancy OFBiz works well OOTB for certain multi-tenant scenarios, but not for others

Re: Have you ever integrated pentaho with ofbiz

2009-04-08 Thread David E Jones
Have you looked into what it actually means for Opentaps to include Pentaho? You might be surprised... -David On Apr 7, 2009, at 11:41 PM, Michael Xu (xudong) wrote: hi Tim, Actually, pentaho technically can integrate with all database applications. But point here is pentaho is ready

Re: New Look and Feel

2009-04-08 Thread David E Jones
The new home page is also in place on: http://ofbiz.apache.org I'll be looking at the back-end applications theme (OFBIZ-2263) later this evening (unless someone beats me to it! ;) ). -David On Apr 8, 2009, at 10:30 AM, Tim Ruppert wrote: All, many thanks to those that have contributed

Re: New Look and Feel

2009-04-08 Thread David E Jones
) to figure as a regular Service Provider on 1st page :p Time of Savoir Faire is off, now is time of Faire Savoir ! Jacques From: David E Jones david.jo...@hotwaxmedia.com The new home page is also in place on: http://ofbiz.apache.org I'll be looking at the back-end applications theme (OFBIZ

Re: httpd (proxy) and tomcat java.net.BindException: Address already in use:80

2009-04-08 Thread David E Jones
I don't know what OTTB means either, but he may have meant OOTB which means Out-Of-The-Box and is a pretty commonly used acronym 'round here. -David On Apr 8, 2009, at 8:11 PM, Branden Strickland wrote: NEVERMIND!!! I got it working... I still don't know what OTTB means, but I kept

Re: httpd (proxy) and tomcat java.net.BindException: Address already in use:80

2009-04-08 Thread David E Jones
i will probably type it correct. thanks. David E Jones sent the following on 4/8/2009 7:32 PM: I don't know what OTTB means either, but he may have meant OOTB which means Out-Of-The-Box and is a pretty commonly used acronym 'round here. -David On Apr 8, 2009, at 8:11 PM, Branden

Re: OfBiz 4.0 Release schedule

2009-04-06 Thread David E Jones
This document describes the release plan for OFBiz: http://docs.ofbiz.org/display/OFBADMIN/Release+Plan In short: the release4.0 branch is a stabilized branch, and to use it just get the latest from SVN (so you can get bug fixes if there are any more easily, ie as patches/etc), or download

Re: OFBiz Security Standards.

2009-04-05 Thread David E Jones
On Apr 5, 2009, at 3:43 AM, Ritika Agrawal wrote: Hello Users, Is there any list of security standards that OFBiz followed ? If not then can any one please tell me what security standards OFBiz followed ? What is a security standard? Could you be more specific... perhaps with some

Re: Javascript of myportal is blocked

2009-04-01 Thread David E Jones
It may be that the form name is not unique, ie there is something else on the page with that same name. If this is in a list of things then something needs to be done (a suffix to the name added) so that each form name is unique. -David On Apr 1, 2009, at 10:30 AM, santosh chouhan

Re: Problem with https

2009-04-01 Thread David E Jones
I'm not sure if I understand what you're running into. What would be most helpful to make progress on this is if you describe the problem you're having, and then hopefully this proposed solution to the problem would make more sense. In the problem description please include steps to

Re: JVM issues on Godaddy Virtual Server

2009-03-31 Thread David E Jones
OFBiz will definitely work on a shared server, I've worked with dozens of clients who have done that. It isn't too hard to fit half a dozen instances on a single low-end (but modern) server, with databases for each too. Of course, shared server approaches are as varied as holidays around

Re: Problem with https

2009-03-31 Thread David E Jones
On Mar 31, 2009, at 2:07 PM, Angelo Matarazzo wrote: Hello, Everyone I have seen the new security improvement, but I would like to know if there is a global property in order to ignore https=true for every request. To ignore https in every controller.xml, I have set https=N in

Re: UserLogin seeding and passwords

2009-03-31 Thread David E Jones
I personally just use OFBiz itself for this (preferably a local instance as it is more secure, but it can be done on the demo server too). Just create a new user, with the password you want, and then look in the database (can be done with the WebTools Entity Data Maintenance screens) to

Re: JVM issues on Godaddy Virtual Server

2009-03-31 Thread David E Jones
more than one instance can share when another instance is running 70-90% cpu, at peak times. I would guess it is like a bare-bones system with out many threads, or activity. David E Jones sent the following on 3/31/2009 1:34 PM: OFBiz will definitely work on a shared server, I've worked

Re: OFBiz's jdbc driver

2009-03-30 Thread David E Jones
This looks like the problem with the new webslinger stuff running on Java 5. Adam has fixed this a few days ago, so an update is a good idea. If that doesn't fix it... please reply with the OFBiz revision number you're using, and the version of Java you're running in. -David On Mar 30,

Re: About OFBiz and RMI

2009-03-28 Thread David E Jones
For an easier solution try letting the Service Engine take care of it all. For details see the ExampleRemoteService.java file, which has comments about which libraries you need from OFBiz, and then you can call the OFBiz services remotely and communicate pretty easily that way. Anyway,

Re: Prices showing in USD after customisation

2009-03-28 Thread David E Jones
, it shows as Your Price: US$0.00 How can I fix this. Thank you --- On Sat, 3/28/09, David E Jones david.jo...@hotwaxmedia.com wrote: From: David E Jones david.jo...@hotwaxmedia.com Subject: Re: About OFBiz and RMI To: user@ofbiz.apache.org Date: Saturday, March 28, 2009, 2:50 PM For an easier

Re: Unit tests

2009-03-27 Thread David E Jones
It sounds like you're looking for the Apache Open For Business All Unit Tested Project and not this one. -David On Mar 27, 2009, at 8:03 AM, varun store wrote: Hello,There are no unit-tests written for many commits. What kind of of unit-tests are written. Can someone explain the

Re: To locate productstores on the basis of the postalcode given

2009-03-26 Thread David E Jones
these productstores on the basis of the postalcode given. Regards -- Vikas David E Jones wrote: Are the physical stores using OFBiz for their POS system? If so then it makes sense to have a ProductStore record for each, otherwise it doesn't really make any sense at all... they would just be Facility

Re: Team collaboration

2009-03-26 Thread David E Jones
will keep on looking to see what I can do. Thank you again. On Tue Mar 24,2009 09:39 pm, David E Jones wrote: Look in the Content Manager and the eCommerce templates. If you are familiar with the OFBiz framework enough to use the ArtifactInfo pages (in the WebTools webapp), start

Re: Getting The data should be encrypted by making it part of the request body instead of the request URL. errors in Back Office

2009-03-26 Thread David E Jones
That's great, CJay, thanks for submitting those. Either here or on the dev mailing list is fine, and the format you've used below is fine as well. -David On Mar 26, 2009, at 1:01 PM, CJay Horton wrote: David, What you said makes perfect sense and is a very reasonable request. I will

Re: Smart search

2009-03-26 Thread David E Jones
It sounds like you want to search for people, and Person is a type of Party, so you're looking for a Party search. There is Party search functionality in the Party Manager, it's actually the main page there (or click on the Find menu button near the top). The current functionality does

Re: Smart search

2009-03-26 Thread David E Jones
implementation of this issue. Thanks : Valentina On Mar 27, 2009, at 12:35 AM, David E Jones wrote: It sounds like you want to search for people, and Person is a type of Party, so you're looking for a Party search. There is Party search functionality in the Party Manager, it's actually

Re: How do I use this

2009-03-25 Thread David E Jones
That document is just an outline for training, not a complete document or meant as an index of anything. BJ sent a link to the business setup guide, and here is the technical setup guide (they link to eachother too):

Re: Automatic DB Update

2009-03-25 Thread David E Jones
On Mar 25, 2009, at 7:30 AM, Sanders, Brian wrote: From what I've been reading, OFBiz is supposed to automatically update your database if you modify an entity. For some reason, I cannot get mine to update. I've tried using the Update Tool to no avail. Can anyone tell me why I'm having

Re: To locate productstores on the basis of the postalcode given

2009-03-25 Thread David E Jones
) are available corresponding to given postal code. But I could not find any attribute in ProductStore entity to serve my purpose. So, please tell me how I can associate ProductStores with their different owners or postal address. Regards, -- Vikas Gupta David E Jones wrote

Re: Exchanges

2009-03-24 Thread David E Jones
) into this corner where you have to add fields to entity to add a similar feature. Thanks. -Original Message- From: David E Jones [mailto:david.jo...@hotwaxmedia.com] Sent: Thursday, March 19, 2009 3:52 PM To: user@ofbiz.apache.org Subject: Re: Exchanges OFBiz does support various things that could

Re: OFBiz Requirements and Designs

2009-03-24 Thread David E Jones
Anyone who is interested in this should read the introduction document: http://docs.ofbiz.org/display/OFBREQDES/UBPL+Introduction If anyone has questions, please feel free to send them to me. Aside from fleshing out the stories one step coming up right away is to do a gap analysis between

Re: To locate productstores on the basis of the postalcode given

2009-03-24 Thread David E Jones
There are certainly structures in place for this sort of thing, but the detail here is not sufficient to select one. To start out... Are you talking about physical stores (like a physical retail store), or are you talking about different ecommerce stores that serve different parts of the

Re: Team collaboration

2009-03-24 Thread David E Jones
Look in the Content Manager and the eCommerce templates. If you are familiar with the OFBiz framework enough to use the ArtifactInfo pages (in the WebTools webapp), start with the Content entity and look at related artifacts. -David On Mar 24, 2009, at 9:33 PM, Mansour Al Akeel wrote:

Re: Two accounting transaction for each payment

2009-03-24 Thread David E Jones
On Mar 24, 2009, at 9:38 PM, Muhammad Aamir wrote: I noticed that whenever I make and outgoing payment, it creates two duplicate accounting transactions. Is it a bug or I am doing something wrong? Note: I am using trunk release. Unless someone has seen the same thing recently and happens to

Re: Problem while performing Quick Ship Entire Order

2009-03-23 Thread David E Jones
Yes, I did expect questions about this, but not so much from developers... To fix this the link needs to be changed into a form so that the parameters are encrypted (more secure from snooping, spoofing, etc). There has been significant discussion around this point, and changes made in

Re: user interface

2009-03-23 Thread David E Jones
On Mar 23, 2009, at 2:39 AM, lahmar wrote: Hi, So how can i modify user interface with NeogiaOfbiz? There is quite a bit of good introductory documentation for OFBiz, and some of it will apply to Neogia (your mileage will vary, as the saying goes). This is a good page to start with:

Re: Setting up a warehouse

2009-03-23 Thread David E Jones
On Mar 23, 2009, at 1:08 PM, madppiper wrote: Ah, so in an overly-simplified manner: we'll simply exchange xml files as defined in the dtds directory using the oagis-services, correct? And any exchange will then be listed on the UI, right? Well, if that's it, than you are perfectly

Re: New field: desiredDeliveryDate

2009-03-21 Thread David E Jones
On Mar 19, 2009, at 11:00 PM, Divesh Dutta wrote: Hello All, As I started this discussion on Dev mailing list because I proposed new field desiredDeliveryDate to be introduce in OFBiz. But after getting BJ's comment I am redirecting it to User maililng list. BJ was clearly

Re: delegator.finlist method doesn't work in ftl

2009-03-20 Thread David E Jones
Why are you calling it in the FTL file and not in an action in the screen definition (the normal place to do data preparation, FTL is just for layout of prepared data). -David On Mar 20, 2009, at 12:17 AM, Arun Patidar wrote: Hello all, When I try to access this request

Re: Exchanges

2009-03-19 Thread David E Jones
OFBiz does support various things that could be called an Exchange. Usually this is done as a return for in-store credit, and then the customer can place whatever order they would like. A CSR could also do this on behalf of a customer without the customer having to place the actual

Re: combined and sequential order and return numbers

2009-03-19 Thread David E Jones
On Mar 19, 2009, at 3:58 PM, mayo wrote: OFBiz is great. A few lines of code and returns are now pulling from the order number sequence. For the solution I added a useOrderIdForReturns indicator, modified the admin form, and programmed a return to look at useOrderIdForReturns and call

Re: don't want promotion for some items

2009-03-18 Thread David E Jones
If you don't want to exclude the product from all promotions, but instead exclude it only from a particular promotion, you can associate the product with the promotions using the exclude type of application. This can be done for a promo in general, or even for a particular condition or

Re: Problem in anonOnePageCheckout request

2009-03-18 Thread David E Jones
That error means that the field specified for the userLogin object was not a GenericValue object, but instead is a FastMap object. This operation requires a GenericValue object. -David On Mar 18, 2009, at 2:33 AM, Vikas Gupta wrote: Hi All After installing my data, I take

Re: How to generate a war of OFBiz?

2009-03-18 Thread David E Jones
The WAR file specification is not sufficient for something like OFBiz. The main reason is that OFBiz consists of more than one webapp (actually around 20). There is also a lot of infrastructure (framework tools and such) that are shared among multiple webapps. The EAR specification gets

Re: GLAccountGroup* entities

2009-03-17 Thread David E Jones
On Mar 17, 2009, at 1:12 PM, Jacques Le Roux wrote: As a side note, also GlAccountClass and GlAccountType (though less to the point) are also used for grouping acounts (maybe not in the way you are looking for) Best answer about that so far http://markmail.org/message/hrbdnxoazvcfdpdb

Re: combined and sequential order and return numbers

2009-03-17 Thread David E Jones
The answer you seek is in the PartyAcctgPreference entity. It sounds like you're comfortable with code, so the fastest way (well, IMO) is to search across the project for that and you'll find the entity definition, demo data, UI for changing it, and even code that uses the settings (if

Re: Error Message trying to Close an unused Time Period

2009-03-16 Thread David E Jones
Okay, in rev 755032 it is technically fixed. The error is still not turned on, but this will avoid the log warning message, and handle it in the future when the strict error is turned back on. -David On Mar 11, 2009, at 11:14 AM, David E Jones wrote: Technically it's not fixed

Re: Closing an accounting period

2009-03-15 Thread David E Jones
Yes, this does seem like something that should be in the demo data along with the rest of the demo chart of accounts. Actually... I'm a bit surprised it isn't there. :) -David On Mar 15, 2009, at 8:46 PM, Hans Bakker wrote: shouldn't we add this to the demo data? On Sun, 2009-03-15 at

Re: Why cant we have free shipping in promos?

2009-03-14 Thread David E Jones
On Mar 12, 2009, at 9:19 AM, Todd Burdeinei wrote: This seems like functionality that would be handy to have. From what I found the commitors think it should be excluded. What makes you think that? As far as I know, it simply isn't true. It's just a simple matter of no one wanting it

Re: Multiple logins needed

2009-03-13 Thread David E Jones
parameter to every request which should not generate new externalLoginKey. WDYT? Other proposals? Bilgin On Mar 12, 2009, at 7:19 AM, David E Jones wrote: On Mar 11, 2009, at 5:16 PM, Bilgin Ibryam wrote: Quoting David E Jones david.jo...@hotwaxmedia.com: You may be describing a well

Re: Demo Error: Cannot login a user with new Security Group

2009-03-12 Thread David E Jones
by just digging through the code and working until you find an issue or do you start with the repository and find an instance where this didn't occur and work your way from there? Or a combination of these or none of the above? heh Jay David E Jones-3 wrote: Interesting... that's different

Re: Wrong Assumption?

2009-03-11 Thread David E Jones
If you look at the way the roles are structured there are certain roles that are only for organizations and other roles that are only for individuals, and others that are for any. However, because there are situations where users don't want to restrict this it is not enforced by default.

Re: http://docs.ofbiz.org/display/OFBADMIN/Apache+OFBiz+Getting+Started

2009-03-11 Thread David E Jones
On Mar 11, 2009, at 2:17 PM, BJ Freeman wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I believe #3 is misleading. Not really: I'm happy to offer feedback, but I really need something that will work well now and well into the future so we can get things going in our organization This

Re: RV: basket of products

2009-03-11 Thread David E Jones
On Mar 11, 2009, at 2:08 PM, Uniflor S.A. C.I. - Carlos Andrés Arias wrote: _ De: Uniflor S.A. C.I. - Carlos Andrés Arias [mailto:carlosar...@uniflor.com.co] Enviado el: Wednesday, March 11, 2009 2:05 PM Para: 'user-i...@ofbiz.apache.org' Asunto: basket of products Hi, I need to

Re: Multiple logins needed

2009-03-11 Thread David E Jones
On Mar 11, 2009, at 5:16 PM, Bilgin Ibryam wrote: Quoting David E Jones david.jo...@hotwaxmedia.com: You may be describing a well known issue, and one that is part of the way the externalLoginKey works (so it is not likely to change). The externalLoginKey allows you to automatically login

Re: Demo Error: Cannot login a user with new Security Group

2009-03-11 Thread David E Jones
] (Could not find resource bundle [SecurityextUiLabels] in the locale [en]) Thanks, CJ On Wed, Mar 11, 2009 at 3:56 PM, David E Jones david.jo...@hotwaxmedia.comwrote: While there is never a guarantee that someone will help you fix the problem you find, your chances are much better

Re: depreciate fields

2009-03-10 Thread David E Jones
else any opinions? Regards, Hans On Tue, 2009-03-10 at 00:38 -0600, David E Jones wrote: What about all the other places where this pattern is used, ie where there are partyId and/or roleTypeId fields along with a *Role entity? There are probably dozens of them... The main idea

Re: depreciate fields

2009-03-10 Thread David E Jones
On Mar 10, 2009, at 1:42 AM, Hans Bakker wrote: see below... On Tue, 2009-03-10 at 01:15 -0600, David E Jones wrote: Aside from it being easier to find the data when they are in these entity fields (which are always there, don't require a join/view or additional find, etc), not all

Re: Product Overview?

2009-03-10 Thread David E Jones
On Mar 10, 2009, at 2:24 AM, Sam Hamilton wrote: We are currently building up a few OFBiz websites and I was wondering if I had missed a feature or if we will need to build it. We use 10 different catalogs for each of the 10 different sites we run but in a few exceptions we are not able

Re: depreciate fields

2009-03-10 Thread David E Jones
, David E Jones wrote: On Mar 10, 2009, at 1:42 AM, Hans Bakker wrote: see below... On Tue, 2009-03-10 at 01:15 -0600, David E Jones wrote: Aside from it being easier to find the data when they are in these entity fields (which are always there, don't require a join/view or additional find, etc

Re: keepAlive

2009-03-10 Thread David E Jones
At runtime OFBiz always uses local XSD files for validation, and you should do the same in your XML editor. The one on ofbiz.apache.org (if it says www.ofbiz.org it's a very old revision, at least 2-3 years old) is updated regularly to keep up with the trunk. So yeah, the solution is

Re: restful web services

2009-03-10 Thread David E Jones
Yes, the term REST and it's cousin REST-ful are some of my least favorite these days. They were watered down and misinterpreted from day 1. The concept of them has been around for years, but people started applying it to everything that isn't SOAP, which is just silly. The thing to keep

Re: restful web services

2009-03-10 Thread David E Jones
with Axis, or make/fund/wait for changes to the OFBiz service engine. Either way I intend to leverage what has already been established in the OAGIS component. - Original Message - From: David E Jones david.jo...@hotwaxmedia.com To: user@ofbiz.apache.org Sent: Tuesday, March 10, 2009 2:27

Re: Wrong Assumption?

2009-03-10 Thread David E Jones
It sounds like you're starting to scratch the surface. Best wishes on a more thorough and deep review. -David On Mar 10, 2009, at 10:22 PM, Muhammad Aamir wrote: I am new to ofbiz ERP and trying to understand how it works. I've just read Party and Accounting chapters from Data Model

Re: Consolidating code

2009-03-09 Thread David E Jones
Did I say or imply that? Now we're getting into trolling... so unless you want to talk about something specific... -David On Mar 9, 2009, at 10:17 AM, BJ Freeman wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 and from your response you don't agree. interesting. David E Jones

Re: Consolidating code

2009-03-09 Thread David E Jones
Jones sent the following on 3/9/2009 9:27 AM: Did I say or imply that? Now we're getting into trolling... so unless you want to talk about something specific... -David On Mar 9, 2009, at 10:17 AM, BJ Freeman wrote: and from your response you don't agree. interesting. David E Jones sent

Re: Problem in trunk: admin missing visual themes and others

2009-03-09 Thread David E Jones
You may need to update your seed data. In ofbiz seed data is (or should) always be pure seed data maintained with code and is meant to be updated whenever you update the code. Run: ant run-install-seed -David On Mar 9, 2009, at 12:48, Todd Burdeinei tburdei...@gmail.com wrote: I just

Re: subscriptions

2009-03-09 Thread David E Jones
It sounds like you're misunderstanding the meaning of various entities: Subscription: keeps track of entitlement to SubscriptionResource for a certain period of time (ie history of what was purchased/etc, used to check permission to access, etc) SubscriptionResource: you would have one of

Re: Which release/revision of ofbiz would you recommend

2009-03-09 Thread David E Jones
This page is a good place to start, and has information that directly addresses this question: http://docs.ofbiz.org/display/OFBADMIN/Apache+OFBiz+Getting+Started On a somewhat subjective note... all of the best OFBiz service providers work straight from the trunk and value community

Re: Multiple logins needed

2009-03-08 Thread David E Jones
You may be describing a well known issue, and one that is part of the way the externalLoginKey works (so it is not likely to change). The externalLoginKey allows you to automatically login to another webapp without a username/password. In order to do this a new login key is generated

Re: widget-form external url

2009-03-06 Thread David E Jones
Just use the hyperlink field type. There is an attribute to tell it that it is an external link. -David On Mar 6, 2009, at 8:59 AM, Jacek Wagner wrote: I try to avoid to call external URL through the controller. This should be as simple as lookup:whitepages.com from the orderview BJ

Re: How to add company name on OFBiz service providers list?

2009-03-05 Thread David E Jones
Which list are you referring to? The main one is a wiki page, so anyone can edit it: http://docs.ofbiz.org/display/OFBIZ/Apache+OFBiz+Service+Providers You do need to have an account on the Confluence server there, and there is a handy link right on the page to do so. -David On Mar 5,

Re: widget-form external url

2009-03-05 Thread David E Jones
Most email clients are not PGP aware, it usually requires a plugin and not very many people use it. Do you mean to say that in these replies you don't see the -BEGIN PGP SIGNED MESSAGE- lines? They are at the beginning of each message you send, and they are in the reply too.

Re: Javascript is parsed to HTML (Freemarker ?)

2009-03-04 Thread David E Jones
have .properties files with table headings in them. I used to be able to put a br tag br in the content of my labels to break two words. ex. Cust.brOrder# would turn into Cust. Order# on my display, now it sends it literally. How do I get the old behavior back? David E Jones wrote: Have

<    1   2   3   4   5   6   7   8   9   10   >