Re: Eclipse Classpath in SVN release

2007-02-28 Thread BJ Freeman
viewing in Eclipse it shows .classpath 509773 2/20/07 jonesde David E. Jones wrote: Sounds like you have a local update conflict. What is the status on the file when you do an svn st? -David On Feb 27, 2007, at 1:21 AM, BJ Freeman wrote: Looks like the classpath has two configurations

Re: 64 bit ofBiz

2007-03-29 Thread BJ Freeman
the is slightly off topic: when you increase the bits of a processor, the available ram is decreased. so 2 gig on a 32 bit is only usable 1 gig on 64 bit. so unless the code in javaVM at the machine level is taking advantage of the 64 bit instruction set, you are not gaining anything. What usually

Re: NOOB Questions about Marketing Campaigns

2007-03-31 Thread BJ Freeman
Hi Scott: first what version of ofbiz are your using? I am looking at the current version of ofbiz and don't see the field you are talking about. Scott A sent the following on 3/31/2007 9:22 AM: Hi Anil, The page I am referring to is /marketing/control/EditMarketingCampaign. The third field

commits

2007-04-01 Thread BJ Freeman
My last commit message was on the 26th. it this correct?

Re: ShipmentScaleApplet.java

2007-04-03 Thread BJ Freeman
any java applet or application for that matter has to overcome how to communicate with ofbiz and no open a security whole. unlike the pages that are generated by. Applets are usually static, meaning there is no interaction back to ofbiz. in this case it communicates with the scale and displays it

Re: ShipmentScaleApplet.java

2007-04-05 Thread BJ Freeman
Walter: The Scale applet as it is in the code, basically shows the scale reading, to the user. it does not feed that information back into ofbiz. It has a default value built in if the scale is not connected. it needs a lot of work if you want to have it interactive with ofbiz. I changed it to an

Re: Questions about the future of ofbiz

2007-04-05 Thread BJ Freeman
as a independent consultant, I add many features to ofbiz. its core is substantial. I have clients that are adding custom stuff almost monthly. Like interfacing to Shipper, suppliers directly for order processing. as far as mail, ofbiz uses java mail to get emails. as of yet there is no email

Re: Questions about the future of ofbiz

2007-04-07 Thread BJ Freeman
which brings up a point, of why entities from finical and crmsfa are in ofbiz distribution. does this mean the entities that are in both ofbiz and the open strategies are under the apache license. David E. Jones sent the following on 4/6/2007 8:07 PM: The trick is that the GPL is not clear on

orderstats page

2007-04-07 Thread BJ Freeman
I am doing an update of the orderstats page. I put in a drop down for all (default) or a list of stores. I have put links in to view the orders that fit each Pending Status. the list is in an popup window. you can then click on the order which opens the order window. is there anything else ?

Re: Looking for a mentor on ofbiz

2007-04-13 Thread BJ Freeman
tried to send an email got rejected from http://www.spammilter.com/policies.shtml LOL Neil Aggarwal sent the following on 4/13/2007 12:51 PM: Hello: I have been playing with ofbiz for a few weeks and am very impressed with how complete it appears to be. Unfortunately, my progress has been

Attention: Seattle Startups and VCs--Amazon Web Services

2007-04-15 Thread BJ Freeman
Hope to make connection with VC. showing them my implementation of Amazon Web Services in Apache Ofbiz Amazon Web Services and Madrona Venture Group would like to invite you to an exclusive half-day event for tech start ups and VCs. Join us on Thursday, April 26th, 2-7pm in Seattle for this free

Software as a Service (SaaS)

2007-04-15 Thread BJ Freeman
I see this as a great opportunity for Apache Ofbiz For decades, companies ran their software on their own infrastructure. Software as a Service is a new delivery model where companies pay not for owning the software itself but for using it. In the SaaS scenario, a software provider is responsible

Re: Attention: Seattle Startups and VCs--Amazon Web Services

2007-04-16 Thread BJ Freeman
. 在 2007-04-15日的 19:10 -0800,BJ Freeman写道: Hope to make connection with VC. showing them my implementation of Amazon Web Services in Apache Ofbiz Amazon Web Services and Madrona Venture Group would like to invite you to an exclusive half-day event for tech start ups and VCs. Join us

Re: Confirmation E-Mail Corruption

2007-04-17 Thread BJ Freeman
Not sure what you mean by no setup. this is done in the products section. however the actual work is done by the template specified in the parameters. This has to be created by hand. you can see these in the demo data that is loaded for the demo store. to add more types of emails you would have to

Mobile phone developement for Nokia

2007-04-17 Thread BJ Freeman
not so much saying this needs to be considered. More if someone wanted to go this route, here is a source to become familiar with the tools. http://www.forum.nokia.com/main/resources/tools_and_sdks/tools_for_mobile_java_developers.html

Re: The Return of...Inaccurate Calculation of Order

2007-04-17 Thread BJ Freeman
if I read this right Grand Total 91.04 91.039 so if you round to two places on 91.039 you get 91.04 which means they equal. [EMAIL PROTECTED] sent the following on 4/17/2007 4:00 PM: Hi, There is something very odd about the way Ofbiz calculates tax (in the order manager).

Re: Question about employees logging in

2007-04-17 Thread BJ Freeman
POS run by itself in an ofbiz environment. there is a production page that lays this out it also show the login 1 for demo Jim Barrows sent the following on 4/17/2007 5:12 PM: If I setup an employee as a POS clerk? Where do they login at? Is there on login place that will direct them to the

Re: what is [storeIncomingEmail.messageWrapper]?

2007-04-19 Thread BJ Freeman
If I understand you, you can create a view with the sorting you want. rohit2006 sent the following on 4/19/2007 4:33 AM: Hi, I am trying configure email sorting in ofbiz and store emails as communication events. I believe i have to schedule the service storeIncomingEmail as a service. I

Demo Rep account

2007-04-19 Thread BJ Freeman
having looked at the Demo rep account a question comes to mind. should we list all the links and what permissions they have. Maybe in webtools a page that you can list all the permission and the links they have access to, so someone can do customization a little easier.

Re: Change in Menu.xsd

2007-04-19 Thread BJ Freeman
+Refactor The app-navigation class should be used only for the component's main navigation tab bar, since IDs are supposed to be unique within a page. -Adrian BJ Freeman wrote: I tracked down the item that make the menus uniform if you are creating a new XML menu. put this in the menu id

Re: permission in ftl and widets was Demo Rep account

2007-04-20 Thread BJ Freeman
, for a client. BJ Freeman sent the following on 4/19/2007 4:37 PM: having looked at the Demo rep account a question comes to mind. should we list all the links and what permissions they have. Maybe in webtools a page that you can list all the permission and the links they have access to, so someone can

Re: what is [storeIncomingEmail.messageWrapper]?

2007-04-20 Thread BJ Freeman
manager? Rohit BJ Freeman wrote: If I understand you, you can create a view with the sorting you want. rohit2006 sent the following on 4/19/2007 4:33 AM: Hi, I am trying configure email sorting in ofbiz and store emails as communication events. I believe i have to schedule the service

Re: what is [storeIncomingEmail.messageWrapper]?

2007-04-20 Thread BJ Freeman
emails. I have put the MCA rules in place but i am not able to configure the sortincomingemail' service. I understand that sortincomingemail has to be run at regular interval to process the email sorting. Rohit BJ Freeman [EMAIL PROTECTED] wrote: My previous response was aimed at sorting

Re: what is [storeIncomingEmail.messageWrapper]?

2007-04-20 Thread BJ Freeman
) [TransactionUtil.java:262:INFO ] [TransactionUtil.rollback] transaction rolled back 2007-04-20 12:44:03,176 (Thread-0) [ ServiceMcaAction.java:60 :ERROR] Failed to process incoming email: C: QUIT S: +OK Logging out. BJ Freeman wrote: could you be more specific about what you are trying to sort? would

Re: what is [storeIncomingEmail.messageWrapper]?

2007-04-21 Thread BJ Freeman
/storeIncomingEmail] finished in [303] milliseconds 2007-04-20 20:59:18,358 (Thread-0) [ ServiceMcaAction.java:60 :ERROR] BJ Freeman wrote: what I see first is you are using the crmsfa.processIncomingEmail so this is best ask in the opentaps forum. rohit2006 sent the following on 4/20/2007 12:11

Re: what is [storeIncomingEmail.messageWrapper]?

2007-04-21 Thread BJ Freeman
on 4/21/2007 12:24 AM: Yes, i have added [EMAIL PROTECTED] as email address of one of the parties. BJ Freeman wrote: do you have a [EMAIL PROTECTED] in one of the parties in ofbiz rohit2006 sent the following on 4/20/2007 8:13 PM: i have changed the service to use the ofbiz service

Re: what is [storeIncomingEmail.messageWrapper]?

2007-04-21 Thread BJ Freeman
PROTECTED] as email address of one of the parties. BJ Freeman wrote: do you have a [EMAIL PROTECTED] in one of the parties in ofbiz rohit2006 sent the following on 4/20/2007 8:13 PM: i have changed the service to use the ofbiz service 'storeIncomingEmail', but that didn't help either

Re: what is [storeIncomingEmail.messageWrapper]?

2007-04-21 Thread BJ Freeman
here is the jira about it https://issues.apache.org/jira/browse/OFBIZ-70 BJ Freeman sent the following on 4/21/2007 1:18 AM: here is the code as it is now // get the content(type) part if (contentType.startsWith(text)) { commEventMap.put(content

Re: Demo Rep account

2007-04-21 Thread BJ Freeman
let me work one up and will put in jira so have the license. Jacques Le Roux sent the following on 4/21/2007 1:45 AM: Hi BJ, Sound like a good idea, may you have a patch ? Jacques - Message d'origine - De : BJ Freeman [EMAIL PROTECTED] À : user@ofbiz.apache.org Envoyé

internationalization tool

2007-04-22 Thread BJ Freeman
as long as I am doing the security tool for showing what pages (widget, ftl) have permissions. I can see that a page to show what pages have internationalization would be helpful. I am thinking of a layout where the properties are listed with columns of the different languages so someone could

Re: Use of macros

2007-04-24 Thread BJ Freeman
if you look in the web-inf/action sections you will see bsh files used for macros. they have the same name as the ftl file. Bejoy Zac sent the following on 4/23/2007 8:48 PM: Can anybody tell me the usage of macros in ftl. How to create a macro? How to use in ftl? I want to create a macro to

Re: Chat Modules

2007-04-24 Thread BJ Freeman
mean an additional cron job in the JobSandbox? Or a change can be made to the header of each page to poll for incoming messages (via Ajax)? Jonathon BJ Freeman wrote: I would say to leverage the communications events and the forums module to make a chat or IM. Scott A sent the following

Re: Google Widget Toolkit and OFBiz Widget module

2007-04-24 Thread BJ Freeman
I have a tool that creates SWT code. the problem with JAVA based UI is that the application runs on the client not the web server. So a interface has to be written to communication with the ofbiz. Where I am going with this, is the Widgets xml is converted already in ofbiz. So I would liked to

control applet in 4.0

2007-04-27 Thread BJ Freeman
does application/ControlApplet.java 5198584 3/18/07 lektran belong in the release?

Re: control applet in 4.0

2007-04-27 Thread BJ Freeman
oops meant /applications/content/src/ControlApplet.java 5198584 3/18/07 lektran BJ Freeman sent the following on 4/27/2007 8:03 AM: does application/ControlApplet.java 5198584 3/18/07 lektran belong in the release?

Re: control applet in 4.0

2007-04-27 Thread BJ Freeman
? -David On Apr 27, 2007, at 10:06 AM, BJ Freeman wrote: oops meant /applications/content/src/ControlApplet.java 5198584 3/18/07 lektran BJ Freeman sent the following on 4/27/2007 8:03 AM: does application/ControlApplet.java 5198584 3/18/07 lektran belong in the release?

OSCON 2007

2007-04-30 Thread BJ Freeman
http://conferences.oreillynet.com/pub/w/58/register.html O'Reilly Open Source Convention July 23-27, 2007 in Portland, OR

Re: problem stopping ofbiz server

2007-05-01 Thread BJ Freeman
have your made any changes to the config or sh files [EMAIL PROTECTED] sent the following on 5/1/2007 1:57 PM: Hi, Has anyone ever had a problem stopping the ofbiz.server before...this is the error message. meranda:/usr/local/opentaps/pilot# ./stopofbiz.sh Set OFBIZ_HOME to -

Re: looking for an ofbiz consultant [was: tender for building an ofbiz based risk management system]

2007-05-02 Thread BJ Freeman
doing something like 1. Risk Management Approach 1.1 Overall Strategy 1.2 Roles Definition 2. Risk Assessment 2.1 Risk Identification 2.2 Risk Analysis 2.3 Risk Response Actions 3. Risk Monitoring and Control 3.1 Risk Tracking 3.2 Risk Reporting is quite an undertaking. 1.1 and 1.2

Re: security ofbiz opentaps and etc

2007-05-07 Thread BJ Freeman
two approaches, you can use groups then assign what security you want each group to have. you can do it by roles but this requires changing the code that validates security in widgets and ftl's. Krzysztof Podejma sent the following on 5/7/2007 2:30 PM: hello, is there any way to forbid

Re: ecommerce entitydef

2007-05-08 Thread BJ Freeman
if you look in the controller that give you a view of the screens. then work your way down to the FTL or Widgets. for FTL they have a bsh file for processing data. Look up an entity view for how to do a query. you can use the webtools to look up entities and how they are related and the data in

Re: Configure app bar

2007-05-31 Thread BJ Freeman
in your ofbiz-component.xml there is a webapp name= the title = is what will show on the app tab. location = the path you have setup. base-permission=NONE app-bar-display=true Chen Xi sent the following on 5/31/2007 8:54 AM: Can anyone explain how to config the appbar? I need to put my own

Accounting for Ecommerce consideration.

2007-06-09 Thread BJ Freeman
Along these lines, get ready to start filling out 46 quarterly tax forms starting this November: http://news.com.com/2100-1028_3-6186193.html I've read the bill and if you're a small business ($5M or less annual) you don't have to collect from every state. They also realize it will be quite a

Linux install instruction error

2007-06-23 Thread BJ Freeman
in the page http://docs.ofbiz.org/display/OFBIZ/How+to+run+OFBiz+as+a+Service there is a line useradd -m ofbizchown -R ofbiz /opt/ofbizchmod 700 /opt/ofbiz the -R is not supported in Fedora can someone give what that was suppose to mean so I can change it. thanks

Re: Linux install instruction error

2007-06-23 Thread BJ Freeman
Fedora but the command should work in any linux install. Brett On 6/23/07, BJ Freeman [EMAIL PROTECTED] wrote: in the page http://docs.ofbiz.org/display/OFBIZ/How+to+run+OFBiz+as+a+Service there is a line useradd -m ofbizchown -R ofbiz /opt/ofbizchmod 700 /opt/ofbiz the -R is not supported

Open SDK or Ice tea

2007-06-25 Thread BJ Freeman
http://fitzsim.org/blog/?p=17

Re: Loading Java SDK or Fedora fc7

2007-06-28 Thread BJ Freeman
thanks for your reply. was hoping someone had loaded the 1.4.2.14 of the jdk already have 1.5 on the machine. Shi Jinghai sent the following on 6/27/2007 10:49 PM: BJ Freeman wrote: been searching to find why the sun rpms are condisered not a valid rpm by fedora 7 if some has had experience

Re: Loading Java SDK or Fedora fc7

2007-06-28 Thread BJ Freeman
thanks walter. I have a hosted linux and fedora is the only choice. sigh Walter Vaughan sent the following on 6/27/2007 1:00 PM: BJ Freeman wrote: been searching to find why the sun rpms are condisered not a valid rpm by fedora 7 if some has had experience would appreciated input

Re: error

2007-06-28 Thread BJ Freeman
is this from SVN trunk or version 4.0 amit charaya sent the following on 6/28/2007 7:10 AM: when i try to run order application following error occur org.ofbiz.base.util.GeneralException: Error rendering screen [component://order/widget/ordermgr/OrderViewScreens.xml#OrderHeaderListView]:

obiz.rc fedora 7

2007-06-28 Thread BJ Freeman
# If root is running this script, su to $OFBIZ_USER first if [ $UID = 0 ]; then exec su - $OFBIZ_USER -c $0 $1 fi I am using a command line thru web admin /etc/rc.d/init.d/ofbiz restart as root. getting permission denied. on the -c $0 $1 any linux gurus know what might cause this.

Re: obiz.rc fedora 7

2007-06-28 Thread BJ Freeman
I checked all directories, both user and group are ofbiz Krzysztof Podejma sent the following on 6/28/2007 8:35 AM: does ofbiz user has permision to run $0 ?? I think he hasn't. so chown -R ofbiz.users your ofbiz directory and try again Krzysztof Podejma 2007/6/28, BJ Freeman [EMAIL

Re: obiz.rc fedora 7

2007-06-28 Thread BJ Freeman
have RWE for ofbiz user for /etc/rc.d/init.d/ofbiz Raj Saini sent the following on 6/28/2007 9:50 AM: Check if $0 binary/script has executable permission set. You can set the exe permission with chmod +x filename thanks, Raj BJ Freeman wrote: # If root is running this script, su

Re: obiz.rc fedora 7

2007-06-28 Thread BJ Freeman
been following these instructions http://docs.ofbiz.org/display/OFBIZ/How+to+run+OFBiz+as+a+Service Krzysztof Podejma sent the following on 6/28/2007 12:55 PM: so works or not? maybe you don't have permission to start init.d script with your user? 2007/6/28, BJ Freeman [EMAIL PROTECTED

Re: obiz.rc fedora 7

2007-06-29 Thread BJ Freeman
process if it is ofbiz not root 2007/6/28, BJ Freeman [EMAIL PROTECTED]: been following these instructions http://docs.ofbiz.org/display/OFBIZ/How+to+run+OFBiz+as+a+Service Krzysztof Podejma sent the following on 6/28/2007 12:55 PM: so works or not? maybe you don't have permission to start

Re: [Norton AntiSpam] Re: Problems w/ postgresql-8.1-407.jdbc3.jar

2007-07-04 Thread BJ Freeman
driver =postgresql-8.2-505.jdbc3.jar PostgreSQL version 8.2.4 works ok guo sent the following on 7/4/2007 8:02 AM: yes, i have try on 8.1 and 8.2 ,but it does not work

JKS error

2007-07-04 Thread BJ Freeman
any idea where to look to solve this Caused by: java.security.NoSuchAlgorithmException: Algorithm [JKS] of type [KeyStore] from provider [gnu.javax.security.auth.callback.GnuCallbacks: name=GNU-CALLBACKS version=2.1] is not found Fedora 7 java version 1.5.0 gij (GNU libgcj) version 4.1.2

Re: [Norton AntiSpam] Re: Problems w/ postgresql-8.1-407.jdbc3.jar

2007-07-05 Thread BJ Freeman
the error you show is not effected by the jars it is a difference between the database created by the enitity and the code guo sent the following on 7/5/2007 5:44 AM: postgreSQL 8.2.3 then ,neither 8.2-505 JDBC 3 nor 8.3dev-600 JDBC 3 does not work. ERROR: column priority is of type numeric

Re: [Norton AntiSpam] Re: Problems w/ postgresql-8.1-407.jdbc3.jar

2007-07-05 Thread BJ Freeman
am I missing something if you have a jar that works what is the problem guo sent the following on 7/5/2007 6:53 AM: i dont think so. when i use the former jar file(which include in ofbiz's former version),it works and the database has not been changed

Re: where ${parameters.mainDecoratorLocation} comes from ?

2007-07-06 Thread BJ Freeman
think your asking how the parm in web.xml gets the widgets code parameters. this is done in the code for widgets /framwork/widgets/src don't have time to go into the code, to be specific. sqlien sent the following on 7/6/2007 7:00 AM: thank you for response, but my question is where the variable

Java 1.5 open source (gcj)

2007-07-09 Thread BJ Freeman
well this has been quite an experience. the Linux box I got to host ofbiz on is a Fedora FC7 and has java sdk 1.5 opensource bundled with it. I have tried to load the Sun 1.5 SDK and it bombs the server. so until I figure out how to load the sun version I am stuck with gcj. gcj compiles to c Code

Re: webtools pre-configured export set

2007-07-10 Thread BJ Freeman
read the code in webtools for those exports would be the fastest way. Amine AZZI sent the following on 7/10/2007 8:52 AM: Hi all, I noticed that there are some pre-configured sets in the XML export screen in teh webtools module. I would like to create one, how should do it? Amine.

Re: webtools pre-configured export set

2007-07-10 Thread BJ Freeman
file in /framework/webtools/webapp/entity/xmldsdump.jsp, all is there. Thanks. 2007/7/10, BJ Freeman [EMAIL PROTECTED]: read the code in webtools for those exports would be the fastest way. Amine AZZI sent the following on 7/10/2007 8:52 AM: Hi all, I noticed that there are some

Re: Deployment/Script Help Needed

2007-07-12 Thread BJ Freeman
if you using windows you can use xcopy you can use the exclude directive you can also put the excludes in a file and specify them xcopy /? Adrian Crum sent the following on 7/12/2007 7:54 AM: I need to know if anyone has an ant script that will deploy a copy of OFBiz. I need it to copy the

Re: how to compile my e-commerce application ?

2007-07-13 Thread BJ Freeman
You need to become familiar with ant and how eclipse uses build files. that is beyond this forum. sqlien sent the following on 7/13/2007 9:30 AM: Hi, I have create an e-commerce application, so how to compile it? I have create class Certificat.java in eclipse, but when i try to execute

Re: where is list content located?

2007-07-13 Thread BJ Freeman
in the ofbiz-component.xml add to the webapp name= app-bar-display=false kurtis shipp sent the following on 7/13/2007 12:04 AM: I checked through CommonScreen.xml but could not find exactly what I want,l only got to see header.ftl,appbar.ftl,messages.ftl and footer.ftl The scenario

Re: how can i deploy ofbiz not on the same lan

2007-07-13 Thread BJ Freeman
you can use remote admin or web admin. as well. depends, if on linux or windows machine and the firewalls in place amit charaya sent the following on 7/13/2007 5:52 AM: how can i deploy ofbiz not on the same lan? thanks in advance

Re: Selenium Test Cases Help Required

2007-07-15 Thread BJ Freeman
you would probably get a better response from the selenium people. Ashish Vijaywargiya sent the following on 7/15/2007 10:32 AM: Hi, We are trying to prepare selenium test cases on Ofbiz for client demonstration. We are facing some issues with those test cases. 1) For running successive

Re: HR module

2007-07-15 Thread BJ Freeman
also union negotiations. union grievances Medical insurance Medical claims Unemployment processing I have looked a a few but they don't integrated well by that i mean they don't use the ofbiz framework or anything close Amine AZZI sent the following on 7/15/2007 12:38 PM: Hi all, I have to

Re: Issues with LRUMap - Can we updae commons-collections.jar ?

2007-07-16 Thread BJ Freeman
you can look at the current ver 4.0 and see what version works with the ver 4. starting at svn svn531956 found in framework/base/lib Specification-Vendor: Apache Software Foundation Specification-Title: Commons Collections Implementation-Version: 3.1 Gautam Deb sent the following on 7/16/2007

Re: Quality of bug reports on Apache.org

2007-08-06 Thread BJ Freeman
I got this email. not sure it is legit. don't remember posting bugs since moved to apache any input Sascha (Sascha Just [EMAIL PROTECTED])Just sent the following on 8/6/2007 9:33 AM: Dear BJ Freeman, We are writing to you because you reported a substantial number of bugs to the Apache.org

Re: poi rendrer

2007-08-11 Thread BJ Freeman
there is some sample code on how to import excel. from that you can create your own Export/import. you can do a code search for HSSFWorkbook in the java files. Amine AZZI sent the following on 8/11/2007 2:11 AM: is there any rendrer for Excel POI?

Re: poi rendrer

2007-08-11 Thread BJ Freeman
I am sorry I misled you. the exceltoxml.java is not in the code base. here is a link http://ofbizwiki.go-integral.com/Wiki.jsp?page=ExampleToGenerateXMLProductDataFromExcelTemplateUsingPOI BJ Freeman sent the following on 8/11/2007 9:57 AM: there is some sample code on how to import excel. from

Re: How to render Chinese characters in OFBiz PDF reports?

2007-08-12 Thread BJ Freeman
there can be many things that effect this. first is if they pdf is creating the correct code-set for the character. Second is if the Language is selected for the OS. third is if the fonts sets that support that language are loaded. Jacopo Cappellato sent the following on 8/9/2007 12:53 AM: Hi

Re: How to render Chinese characters in OFBiz PDF reports?

2007-08-12 Thread BJ Freeman
... Jacopo BJ Freeman wrote: there can be many things that effect this. first is if they pdf is creating the correct code-set for the character. Second is if the Language is selected for the OS. third is if the fonts sets that support that language are loaded. Jacopo Cappellato sent

Re: SEO Question

2007-08-12 Thread BJ Freeman
SEO is not about tags. the actual people that evaluate how you are adding to the understanding of people about your products. adding content will be your best bet have getting people to add comments are even better. EPaulson sent the following on 8/12/2007 5:29 PM: I have been unsuccessful at

Re: ms sql server 2005 /ofBiz : shoppinglist issue

2007-08-22 Thread BJ Freeman
the best way I debugged SQL sever was to use the SQL tools provide with the server and see what ofbiz is sending and what the server is responding with. Dave Tenerowicz sent the following on 8/21/2007 10:01 AM: We are still having issues with ofBiz and SQL Server 2005. Basically the issue is

J2SE v 1.4.2_15 SDK version 4.0 --/runtime/catalina/catalina-users.xml cannot be read

2007-08-24 Thread BJ Freeman
I don't see a /runtime/catalina directory. Created MBeanServer with ID: 715a70:114981ef9b8:-7fff:localhost.localdomain:1 2007-08-24 06:45:41,443 (main) [ContainerLoader.java:74 :INFO ] [Startup] Starting containers... org.ofbiz.base.start.StartupException: Cannot start()

Re: J2SE v 1.4.2_15 SDK version 4.0 --/runtime/catalina/catalina-users.xml cannot be read

2007-08-24 Thread BJ Freeman
may have been permission on Linux box. I created a Catalina manually and copied the catalina-users.xml over Think ofbiz should do this on its own. BJ Freeman sent the following on 8/24/2007 2:18 AM: I don't see a /runtime/catalina directory. Created MBeanServer with ID: 715a70:114981ef9b8

Re: Postgresql ofbiz building up pool processes

2007-08-26 Thread BJ Freeman
stands for Long Time Support: 5 years) Jacques De : BJ Freeman [EMAIL PROTECTED] my concern is memory usage that eventually these will use up all the memory in production box. I am still learning Linux and I am getting a crash course in Distros that have gotchas. Currently using Red hat

Could not find resource bundle [yahooUiLabels] in the locale [en_US]

2007-08-27 Thread BJ Freeman
running a linux box so what is this works find on a non linux box what am I missing?

change in catalina

2007-08-28 Thread BJ Freeman
Just checking before heading to the Apache Tomcat ml. had code the worked. when I post was sent to URL it got down to the controller and got processed correctly. Now I get a 400 error for the same post. I am now on a Linux machine, if that makes a difference. just wondering if there have been any

Re: change in catalina

2007-08-28 Thread BJ Freeman
thanks I will look into the code myself. David E Jones sent the following on 8/28/2007 12:57 PM: This is not enough detail to reproduce or evaluate. -David BJ Freeman wrote: Just checking before heading to the Apache Tomcat ml. had code the worked. when I post was sent to URL

Re: Question about web services...

2007-09-03 Thread BJ Freeman
some clarification would be helpful. are you speaking of Web Services which are defined in xml files or web services as defined in Tom cat. to my knowledge there are no Web Services in ofbiz, parse. Sumit Pandit sent the following on 9/3/2007 2:20 AM: Hi all, Can some one explaim me does web

Re: Mailinglist suggestion

2007-09-09 Thread BJ Freeman
all emails from the list are in the TO: you will note this one is user@ there are others dev@ which includes the Jira notices. there is also a commit@ I just filter on the To: and put them in a folder. Mark Erbaugh sent the following on 9/9/2007 10:50 AM: On other email lists that I monitor,

Re: Insert Person Language And Nationality

2007-09-10 Thread BJ Freeman
somebody can correct me if i am off base. I think you you can use the contactmech type and purpose for this. Stanimir Todorov sent the following on 9/10/2007 3:25 AM: Hi all, I am a novice in Ofbiz. This is the best project :) I have a question about Person. I need to put Person Language

Re: Link Party

2007-09-10 Thread BJ Freeman
An IP of each order is recorded. you may be able to have a service the links orders by iP address. this is not infallible but can help. Dave Tenerowicz sent the following on 9/10/2007 3:03 PM: Can anyone tell me what the Link Party function under Party Manager does? An implementation we are

Re: Link Party

2007-09-11 Thread BJ Freeman
the same machine. Skip -Original Message- From: BJ Freeman [mailto:[EMAIL PROTECTED] Sent: Monday, September 10, 2007 8:22 PM To: user@ofbiz.apache.org Subject: Re: Link Party An IP of each order is recorded. you may be able to have a service the links orders by iP address

Re: Travel Demo / Websites

2007-09-11 Thread BJ Freeman
not sure what version of ofbiz your using. The latest SVN does not have the webtravel demo application included. previous SVN before move to apache did have this. you can go to http://opentravelsystem.org/so/control/ots and see the demo and get the source code. the folder structure has been

Re: Ofbiz for restaurants - please advise

2007-09-14 Thread BJ Freeman
for history sake here is a good post about POS from 2005 Hi Matt and BJ, I know what you mean about TCP/IP reliability in legacy equipment environments, most companies are STILL RUNNING FLAT NETWORKS! With thousands of hosts! There are a few options to consider here one is RS485, this protocol

Re: Users of the release4.0 branch?

2007-09-14 Thread BJ Freeman
one in production as we speak but won't have much use till Oct. another about to go into production (installing today) with tier communications and POS David E Jones sent the following on 9/14/2007 12:50 AM: It has been nearly 5 months since we created the release4.0 branch (late April). The

Re: Users of the release4.0 branch?

2007-09-14 Thread BJ Freeman
have found it also generated more customization as they see what they want. Jacques Le Roux sent the following on 9/14/2007 10:17 AM: Out Of The Box, Great anyway ! Jacques De : BJ Freeman [EMAIL PROTECTED] I am not sure what OOTB means. (blushing) I have decided to use the pos

Re: Ofbiz for restaurants - please advise

2007-09-15 Thread BJ Freeman
I have been chunking away at Restaurant from some software i wrote in cobol in 84. The concept is a chain of restaurants. the actual menu separate Catalog with BOM for dishes, that eventually become products. This allows the manufacturing to be implemented for ERP and kitchen displays of

Re: Accessing database through bsh script.

2007-09-15 Thread BJ Freeman
look at framework/webtools/webapp/webtools/WEB-INF/actions/entity/EntitySQLProcessor.bsh vijay Si sent the following on 9/15/2007 10:27 AM: Jonathon It seems that other option left is to use a jdbc connection to database. Is it also imperative then, that for very complex querries having

Re: Rich client: licensing and other features

2007-09-16 Thread BJ Freeman
On that note: when we discussed UI in 2004, the widgets were implemented. how I took care of it, was to use a commercial Swt application that created a xml. then I wrote a xlst that converted it to widgets. Jonathon -- Improov sent the following on 9/16/2007 5:25 AM: I have the same

Re: Schedule Job

2007-09-17 Thread BJ Freeman
ecommerce module has sending emails Might look there if you look at ther service list in webtools you can find Createemail* services you can back track to the eca for this. vuppla sent the following on 9/17/2007 12:14 PM: Hi All, I am looking for some examples and specs for Schedule Job under

Re: POS Setup- with tiers

2007-09-18 Thread BJ Freeman
There is a lot more to this than you have described. there is no defined way to do what you have describe, to my knowledge. then again, someone may have slipped it in with out my knowing when I proposed this sometime ago, I left the actual way to communicate open. All the services that were used

Re: POS Setup- with tiers

2007-09-18 Thread BJ Freeman
. Unfortunately I don't have much time for learning curve on this effort. BJ Freeman wrote: There is a lot more to this than you have described. there is no defined way to do what you have describe, to my knowledge. then again, someone may have slipped it in with out my knowing when I

Re: POS Setup

2007-09-18 Thread BJ Freeman
here is a scenario for you to consider a person put a transaction on POS on hold say they needed to go get their wallet out of the car. now they come back and are at a different register to recall the transaction and pay for it. the next is someone puts something on layaway. then they come to a

Re: POS Setup

2007-09-18 Thread BJ Freeman
the POS transaction is a session.delegator. so what ever is set in the entityengine.xml is what POS is connected to. this is usually a local DB on which the POS is running. Skip sent the following on 9/18/2007 5:20 PM: Hmmm, I wonder if I am missing something here that I assumed was correct.

Re: How to do HTTP POST

2007-09-18 Thread BJ Freeman
good example in the DHL integration. org.ofbiz.shipment.thirdparty.dhl HttpClient http = new HttpClient(conStr); http.setTimeout(timeout * 1000); String response = null; try { response = http.post(xmlString); } catch (HttpClientException e) {

  1   2   3   4   5   6   7   8   9   10   >