[jira] Closed: (OFBIZ-3348) Showing multiple geopoints on a map

2009-12-20 Thread Bruno Busco (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-3348?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bruno Busco closed OFBIZ-3348.
--

Resolution: Fixed

Committed in trunk rev. 892579

 Showing multiple geopoints on a map
 ---

 Key: OFBIZ-3348
 URL: https://issues.apache.org/jira/browse/OFBIZ-3348
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Reporter: Bruno Busco
Priority: Minor
 Attachments: OFBIZ-3348 geoChart.patch


 As discussed on the ML I need to show several geoPoint markers on a single 
 map.
 I searched for some helping tools in the framework and found the screen 
 name=geoLocation
 and the relative request-map uri=geoLocation
 Unfortunately this can only be used to show on a Google Map a single geoPoint 
 record providing its geoPointId.
 In my application I have a sort of event entity.
 Each event has the LAT and LON coordinates of where the event took place and 
 I need to show on a map all the query-selected events.
 In the attached patch there is an implementation of a geoChart framework 
 screen that takes as input a geoChart map containing:
 geoChart
   - dataSourceId - select the map system to be used (google, yahoo etc.) I 
 do not like this mane. I think I will rename to mapProviderId but it is how 
 it is named right now
   - width
   - height - map dimensions
   - center - the center point of the map
   - points - the points array to be showed on the map
 In the patch there are also some example screens (in the example application) 
 to show how it works.
 I think that the suggested screen is more general and can replace the actual 
 one.
 BTW:
 1) Why the dataSourceId is in the GeoPoint entity ?
 I think the GeoPointEntity should be independent of what map provider (if 
 any) will be used to show it.
 2) A further improvement to this will be to add an heatmap mode (just started 
 looking at this code: http://code.google.com/p/jheatmap/) that can be used 
 when points will be too many or whenever an average distribution is only 
 required (but this will be another page). 
 I submit this patch in order to have a first review by you.
 Thank you,
 Bruno

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (OFBIZ-3352) BIRT (demo) application should be moved to example

2009-12-20 Thread Bruno Busco (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-3352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bruno Busco closed OFBIZ-3352.
--

Resolution: Fixed

Done in trunk At revision: 892633

 BIRT (demo) application should be moved to example
 --

 Key: OFBIZ-3352
 URL: https://issues.apache.org/jira/browse/OFBIZ-3352
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: SVN trunk
Reporter: Bruno Busco

 The BIRT demo has been added to the secondary applications menu bar.
 I think that to be consistent to other framework resources (i.e. widgets) 
 this should be moved under the example application and not be visible on the 
 secondary menu becouse it is not a real application but only a collection of 
 demo reports. (This is what the example application is designed to be used 
 for)
 Also the birt webapp with the requests:
 view-map name=main type=screen 
 page=component://birt/widget/BirtScreens.xml#main/
 view-map name=Viewer type=screen 
 page=component://birt/widget/BirtScreens.xml#Viewer/
 view-map name=Report type=screen 
 page=component://birt/widget/BirtScreens.xml#Report/
 view-map name=Mail type=screen 
 page=component://birt/widget/BirtScreens.xml#EditMail/
 (being a demo) should be better moved from the birt folder to the example.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (OFBIZ-3352) BIRT (demo) application should be moved to example

2009-12-20 Thread Bruno Busco (JIRA)

[ 
https://issues.apache.org/jira/browse/OFBIZ-3352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12793043#action_12793043
 ] 

Bruno Busco commented on OFBIZ-3352:


Hans,
after some wrong commits I think I finally did it.
Please check it this new layout is ok for you.

 BIRT (demo) application should be moved to example
 --

 Key: OFBIZ-3352
 URL: https://issues.apache.org/jira/browse/OFBIZ-3352
 Project: OFBiz
  Issue Type: Improvement
  Components: framework
Affects Versions: SVN trunk
Reporter: Bruno Busco

 The BIRT demo has been added to the secondary applications menu bar.
 I think that to be consistent to other framework resources (i.e. widgets) 
 this should be moved under the example application and not be visible on the 
 secondary menu becouse it is not a real application but only a collection of 
 demo reports. (This is what the example application is designed to be used 
 for)
 Also the birt webapp with the requests:
 view-map name=main type=screen 
 page=component://birt/widget/BirtScreens.xml#main/
 view-map name=Viewer type=screen 
 page=component://birt/widget/BirtScreens.xml#Viewer/
 view-map name=Report type=screen 
 page=component://birt/widget/BirtScreens.xml#Report/
 view-map name=Mail type=screen 
 page=component://birt/widget/BirtScreens.xml#EditMail/
 (being a demo) should be better moved from the birt folder to the example.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



run tests in ofbiz and installinmg cobertura.

2009-12-20 Thread Hans Bakker
Can anybody give me information how to run the junit tests in ofbiz?

I used ./ant run-tests and then i see coberura is missing, i see that
need to be installed but could not find any info on it related to ofbiz

can tests now run without it? because i see further problems in the run.

We would like to add tests for the new Axis2 but run in the problems
above.

running tests should be easy?

-- 
Antwebsystems.com: Quality OFBiz services for competitive rates



Re: run tests in ofbiz and installinmg cobertura.

2009-12-20 Thread Scott Gray

Hi Hans,

The problem is that using ./ant run-tests triggers the build using the  
ant version bundled with OFBiz and of late a few dependencies have  
been introduced that haven't been made available in our bundled  
version.  It hasn't affected me because I use the ant installed on my  
system rather than OFBiz's copy so I haven't complained about it.


Without these problems running the tests is easy.

Regards
Scott

On 21/12/2009, at 3:54 PM, Hans Bakker wrote:


Can anybody give me information how to run the junit tests in ofbiz?

I used ./ant run-tests and then i see coberura is missing, i see that
need to be installed but could not find any info on it related to  
ofbiz


can tests now run without it? because i see further problems in the  
run.


We would like to add tests for the new Axis2 but run in the problems
above.

running tests should be easy?

--
Antwebsystems.com: Quality OFBiz services for competitive rates





smime.p7s
Description: S/MIME cryptographic signature


Re: run tests in ofbiz and installinmg cobertura.

2009-12-20 Thread Adam Heath
Hans Bakker wrote:
 I used ./ant run-tests and then i see coberura is missing, i see that
 need to be installed but could not find any info on it related to ofbiz

Everything should still work without the cobertura jar installed.
What error did you get?



Re: run tests in ofbiz and installinmg cobertura.

2009-12-20 Thread Adam Heath
Adam Heath wrote:
 Hans Bakker wrote:
 I used ./ant run-tests and then i see coberura is missing, i see that
 need to be installed but could not find any info on it related to ofbiz
 
 Everything should still work without the cobertura jar installed.
 What error did you get?

This error has nothing to do with cobertura.  Those exceptions you see
early are ignored by the code.  I designed the instrumentation system
to deal with the error.

The problem you are actually seeing has to do with there being no
ant-trax.jar in framework/base/lib; this is needed by junitreport.

Scott, could you get an ant-trax.jar for version 1.7.0?  I only have
1.7.1 installed locally.

Hans, next time, actually report the error(s) you get, instead of just
saying it doesn't work.  If someone reported an error in something
you had done, wouldn't you want to have as much information as possible?



Re: run tests in ofbiz and installinmg cobertura.

2009-12-20 Thread Hans Bakker
Hi Adam,

i would have come back with an error message...As i could not find any
information about running the tests in OFBiz I was just asking general
information. 

Wouldn't it be nice to have some explanation about it? There was
recently a lot of discussion about it, however only in the mailing list.

Regards,
Hans

On Sun, 2009-12-20 at 21:59 -0600, Adam Heath wrote:
 Adam Heath wrote:
  Hans Bakker wrote:
  I used ./ant run-tests and then i see coberura is missing, i see that
  need to be installed but could not find any info on it related to ofbiz
  
  Everything should still work without the cobertura jar installed.
  What error did you get?
 
 This error has nothing to do with cobertura.  Those exceptions you see
 early are ignored by the code.  I designed the instrumentation system
 to deal with the error.
 
 The problem you are actually seeing has to do with there being no
 ant-trax.jar in framework/base/lib; this is needed by junitreport.
 
 Scott, could you get an ant-trax.jar for version 1.7.0?  I only have
 1.7.1 installed locally.
 
 Hans, next time, actually report the error(s) you get, instead of just
 saying it doesn't work.  If someone reported an error in something
 you had done, wouldn't you want to have as much information as possible?
 
-- 
Antwebsystems.com: Quality OFBiz services for competitive rates



Re: run tests in ofbiz and installinmg cobertura.

2009-12-20 Thread Scott Gray

On 21/12/2009, at 4:59 PM, Adam Heath wrote:


Adam Heath wrote:

Hans Bakker wrote:
I used ./ant run-tests and then i see coberura is missing, i see  
that
need to be installed but could not find any info on it related to  
ofbiz


Everything should still work without the cobertura jar installed.
What error did you get?


This error has nothing to do with cobertura.  Those exceptions you see
early are ignored by the code.  I designed the instrumentation system
to deal with the error.

The problem you are actually seeing has to do with there being no
ant-trax.jar in framework/base/lib; this is needed by junitreport.

Scott, could you get an ant-trax.jar for version 1.7.0?  I only have
1.7.1 installed locally.


I'm on 1.7.1 as well, I'm sure we could get hold of a copy but I don't  
have time to do so right now.


Regards
Scott

smime.p7s
Description: S/MIME cryptographic signature


Re: run tests in ofbiz and installinmg cobertura.

2009-12-20 Thread Adam Heath
Scott Gray wrote:
 On 21/12/2009, at 4:59 PM, Adam Heath wrote:
 
 Adam Heath wrote:
 Hans Bakker wrote:
 I used ./ant run-tests and then i see coberura is missing, i see that
 need to be installed but could not find any info on it related to ofbiz

 Everything should still work without the cobertura jar installed.
 What error did you get?

 This error has nothing to do with cobertura.  Those exceptions you see
 early are ignored by the code.  I designed the instrumentation system
 to deal with the error.

 The problem you are actually seeing has to do with there being no
 ant-trax.jar in framework/base/lib; this is needed by junitreport.

 Scott, could you get an ant-trax.jar for version 1.7.0?  I only have
 1.7.1 installed locally.
 
 I'm on 1.7.1 as well, I'm sure we could get hold of a copy but I don't
 have time to do so right now.

I'm upgrading the internal ant to 1.7.1, and will fix this trax
problem as well.



Re: run tests in ofbiz and installinmg cobertura.

2009-12-20 Thread Scott Gray

On 21/12/2009, at 5:36 PM, Adam Heath wrote:


Scott Gray wrote:

On 21/12/2009, at 4:59 PM, Adam Heath wrote:


Adam Heath wrote:

Hans Bakker wrote:
I used ./ant run-tests and then i see coberura is missing, i see  
that
need to be installed but could not find any info on it related  
to ofbiz


Everything should still work without the cobertura jar installed.
What error did you get?


This error has nothing to do with cobertura.  Those exceptions you  
see
early are ignored by the code.  I designed the instrumentation  
system

to deal with the error.

The problem you are actually seeing has to do with there being no
ant-trax.jar in framework/base/lib; this is needed by junitreport.

Scott, could you get an ant-trax.jar for version 1.7.0?  I only have
1.7.1 installed locally.


I'm on 1.7.1 as well, I'm sure we could get hold of a copy but I  
don't

have time to do so right now.


I'm upgrading the internal ant to 1.7.1, and will fix this trax
problem as well.


That's great, thanks so much Adam.



smime.p7s
Description: S/MIME cryptographic signature


[jira] Updated: (OFBIZ-3363) Upgrading Axis V1 to V2 in OFbiz's Web Service and Complex Type Supported

2009-12-20 Thread Chatree Srichart (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-3363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chatree Srichart updated OFBIZ-3363:


Attachment: (was: axis2.diff)

 Upgrading Axis V1 to V2 in OFbiz's Web Service and Complex Type Supported
 -

 Key: OFBIZ-3363
 URL: https://issues.apache.org/jira/browse/OFBIZ-3363
 Project: OFBiz
  Issue Type: New Feature
  Components: framework
Affects Versions: SVN trunk
Reporter: Chatree Srichart
Assignee: Hans Bakker
 Fix For: SVN trunk

 Attachments: libraries.zip, testSoap.wsdl, types.xsd


 Upgrading Axis V1 to V2 in OFbiz's Web Service and Complex Type Supported
 I change OFBiz's web service API to Axis2.
 ==Client Engine==
 1. XMLSerializer to serialize parameters Map object to XML.
 2. create OMElement from XML stream.
 3. ServiceClient send SOAP message.
 4. get result OMElement.
 5. convert XML content in OMElement to results Map object.
 ==Event Handler==
 1. create OMElement from InputStream
 2. get service's name
 3. XMLSerializer to deserialize parameters XML to Map object
 4. call specific service
 5. XMLSerializer to serializer service's results Map object to XML
 6. create OMElement for service's results
 7. send OMElement to response
 ==Apply Axis2 in OFBiz==
 1. apply patch
 2. unzip libraries.zip and copy all jar files to framework/service/lib 
 directory
 ==Test SOAP Service==
 run unit test:
 ./ant run-single-test -Dtest.component=service -Dtest.case=service-soap-tests
 This is a test case that demonstrate service engine can sent both of single 
 type and complex type
 ==WSDL==
 The testSoap.wsdl file is web service definition language of testSoap service.
 Every services require map-Map as type of input/output parameter. In map-Map 
 consist of key/value pair for service's parameters.
 In wsdl:part of wsdl:message has wsdl:documentation which state service's 
 attribute, consist of
 1. name
 2. type
 3. namespace
 4. java-class
 5. optional
 ==WSDL Types==
 The types.xsd file is xml schema for complex type
 WSDL Types be generated by code. If any one has a better solution please 
 comment this issue.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (OFBIZ-3363) Upgrading Axis V1 to V2 in OFbiz's Web Service and Complex Type Supported

2009-12-20 Thread Chatree Srichart (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-3363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chatree Srichart updated OFBIZ-3363:


Attachment: axis2.diff

Because old version of diff file required demo data for run test. So I upload 
new version for diff file. The current diff file create ProductCategory and 
Product value at runtime for send through web service.

 Upgrading Axis V1 to V2 in OFbiz's Web Service and Complex Type Supported
 -

 Key: OFBIZ-3363
 URL: https://issues.apache.org/jira/browse/OFBIZ-3363
 Project: OFBiz
  Issue Type: New Feature
  Components: framework
Affects Versions: SVN trunk
Reporter: Chatree Srichart
Assignee: Hans Bakker
 Fix For: SVN trunk

 Attachments: axis2.diff, libraries.zip, testSoap.wsdl, types.xsd


 Upgrading Axis V1 to V2 in OFbiz's Web Service and Complex Type Supported
 I change OFBiz's web service API to Axis2.
 ==Client Engine==
 1. XMLSerializer to serialize parameters Map object to XML.
 2. create OMElement from XML stream.
 3. ServiceClient send SOAP message.
 4. get result OMElement.
 5. convert XML content in OMElement to results Map object.
 ==Event Handler==
 1. create OMElement from InputStream
 2. get service's name
 3. XMLSerializer to deserialize parameters XML to Map object
 4. call specific service
 5. XMLSerializer to serializer service's results Map object to XML
 6. create OMElement for service's results
 7. send OMElement to response
 ==Apply Axis2 in OFBiz==
 1. apply patch
 2. unzip libraries.zip and copy all jar files to framework/service/lib 
 directory
 ==Test SOAP Service==
 run unit test:
 ./ant run-single-test -Dtest.component=service -Dtest.case=service-soap-tests
 This is a test case that demonstrate service engine can sent both of single 
 type and complex type
 ==WSDL==
 The testSoap.wsdl file is web service definition language of testSoap service.
 Every services require map-Map as type of input/output parameter. In map-Map 
 consist of key/value pair for service's parameters.
 In wsdl:part of wsdl:message has wsdl:documentation which state service's 
 attribute, consist of
 1. name
 2. type
 3. namespace
 4. java-class
 5. optional
 ==WSDL Types==
 The types.xsd file is xml schema for complex type
 WSDL Types be generated by code. If any one has a better solution please 
 comment this issue.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Closed: (OFBIZ-3363) Upgrading Axis V1 to V2 in OFbiz's Web Service and Complex Type Supported

2009-12-20 Thread Hans Bakker (JIRA)

 [ 
https://issues.apache.org/jira/browse/OFBIZ-3363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hans Bakker closed OFBIZ-3363.
--

Resolution: Fixed

Thank you Chattree for this contribution: Committed revision 892712.

 Upgrading Axis V1 to V2 in OFbiz's Web Service and Complex Type Supported
 -

 Key: OFBIZ-3363
 URL: https://issues.apache.org/jira/browse/OFBIZ-3363
 Project: OFBiz
  Issue Type: New Feature
  Components: framework
Affects Versions: SVN trunk
Reporter: Chatree Srichart
Assignee: Hans Bakker
 Fix For: SVN trunk

 Attachments: axis2.diff, libraries.zip, testSoap.wsdl, types.xsd


 Upgrading Axis V1 to V2 in OFbiz's Web Service and Complex Type Supported
 I change OFBiz's web service API to Axis2.
 ==Client Engine==
 1. XMLSerializer to serialize parameters Map object to XML.
 2. create OMElement from XML stream.
 3. ServiceClient send SOAP message.
 4. get result OMElement.
 5. convert XML content in OMElement to results Map object.
 ==Event Handler==
 1. create OMElement from InputStream
 2. get service's name
 3. XMLSerializer to deserialize parameters XML to Map object
 4. call specific service
 5. XMLSerializer to serializer service's results Map object to XML
 6. create OMElement for service's results
 7. send OMElement to response
 ==Apply Axis2 in OFBiz==
 1. apply patch
 2. unzip libraries.zip and copy all jar files to framework/service/lib 
 directory
 ==Test SOAP Service==
 run unit test:
 ./ant run-single-test -Dtest.component=service -Dtest.case=service-soap-tests
 This is a test case that demonstrate service engine can sent both of single 
 type and complex type
 ==WSDL==
 The testSoap.wsdl file is web service definition language of testSoap service.
 Every services require map-Map as type of input/output parameter. In map-Map 
 consist of key/value pair for service's parameters.
 In wsdl:part of wsdl:message has wsdl:documentation which state service's 
 attribute, consist of
 1. name
 2. type
 3. namespace
 4. java-class
 5. optional
 ==WSDL Types==
 The types.xsd file is xml schema for complex type
 WSDL Types be generated by code. If any one has a better solution please 
 comment this issue.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



Re: svn commit: r892712 - in /ofbiz/trunk: ./ framework/common/servicedef/ framework/common/src/org/ofbiz/common/ framework/service/lib/ framework/service/src/org/ofbiz/service/ framework/service/src/

2009-12-20 Thread Adam Heath
hans...@apache.org wrote:
 Author: hansbak
 Date: Mon Dec 21 07:31:58 2009
 New Revision: 892712
 
 URL: http://svn.apache.org/viewvc?rev=892712view=rev
 Log:
 Upgrade Axis1 to Axis2. Ofbiz now supports complex parameters in webservices 
 including WSDL generation. see OFBIZ-3363 for more info. A contribution of 
 Antwebsystems employee Chatree
 
 Added:
 ofbiz/trunk/framework/service/lib/XmlSchema-1.4.3.jar   (with props)
 ofbiz/trunk/framework/service/lib/axiom-api-1.2.8.jar   (with props)
 ofbiz/trunk/framework/service/lib/axiom-impl-1.2.8.jar   (with props)
 ofbiz/trunk/framework/service/lib/axis2-kernel-1.5.1.jar   (with props)
 ofbiz/trunk/framework/service/lib/axis2-transport-http-1.5.1.jar   (with 
 props)
 ofbiz/trunk/framework/service/lib/axis2-transport-local-1.5.1.jar   (with 
 props)
 ofbiz/trunk/framework/service/lib/commons-httpclient-3.1.jar   (with 
 props)
 ofbiz/trunk/framework/service/lib/neethi-2.0.4.jar   (with props)
 
 ofbiz/trunk/framework/service/src/org/ofbiz/service/test/ServiceSOAPTests.java
(with props)
 Modified:
 ofbiz/trunk/LICENSE
 ofbiz/trunk/framework/common/servicedef/services_test.xml
 ofbiz/trunk/framework/common/src/org/ofbiz/common/CommonServices.java
 ofbiz/trunk/framework/service/src/org/ofbiz/service/ModelParam.java
 ofbiz/trunk/framework/service/src/org/ofbiz/service/ModelService.java
 
 ofbiz/trunk/framework/service/src/org/ofbiz/service/engine/SOAPClientEngine.java
 ofbiz/trunk/framework/service/testdef/servicetests.xml
 
 ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java

What about .classpath?


Re: svn commit: r892712 - in /ofbiz/trunk: ./ framework/common/servicedef/ framework/common/src/org/ofbiz/common/ framework/service/lib/ framework/service/src/org/ofbiz/service/ framework/service/src/

2009-12-20 Thread David E Jones

On Dec 21, 2009, at 1:35 AM, Adam Heath wrote:

 hans...@apache.org wrote:
 Author: hansbak
 Date: Mon Dec 21 07:31:58 2009
 New Revision: 892712
 
 URL: http://svn.apache.org/viewvc?rev=892712view=rev
 Log:
 Upgrade Axis1 to Axis2. Ofbiz now supports complex parameters in webservices 
 including WSDL generation. see OFBIZ-3363 for more info. A contribution of 
 Antwebsystems employee Chatree
 
 Added:
ofbiz/trunk/framework/service/lib/XmlSchema-1.4.3.jar   (with props)
ofbiz/trunk/framework/service/lib/axiom-api-1.2.8.jar   (with props)
ofbiz/trunk/framework/service/lib/axiom-impl-1.2.8.jar   (with props)
ofbiz/trunk/framework/service/lib/axis2-kernel-1.5.1.jar   (with props)
ofbiz/trunk/framework/service/lib/axis2-transport-http-1.5.1.jar   (with 
 props)
ofbiz/trunk/framework/service/lib/axis2-transport-local-1.5.1.jar   (with 
 props)
ofbiz/trunk/framework/service/lib/commons-httpclient-3.1.jar   (with 
 props)
ofbiz/trunk/framework/service/lib/neethi-2.0.4.jar   (with props)

 ofbiz/trunk/framework/service/src/org/ofbiz/service/test/ServiceSOAPTests.java
(with props)
 Modified:
ofbiz/trunk/LICENSE
ofbiz/trunk/framework/common/servicedef/services_test.xml
ofbiz/trunk/framework/common/src/org/ofbiz/common/CommonServices.java
ofbiz/trunk/framework/service/src/org/ofbiz/service/ModelParam.java
ofbiz/trunk/framework/service/src/org/ofbiz/service/ModelService.java

 ofbiz/trunk/framework/service/src/org/ofbiz/service/engine/SOAPClientEngine.java
ofbiz/trunk/framework/service/testdef/servicetests.xml

 ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java
 
 What about .classpath?

What about it? We can't assume everyone uses Eclipse...

-David



Re: svn commit: r892712 - in /ofbiz/trunk: ./ framework/common/servicedef/ framework/common/src/org/ofbiz/common/ framework/service/lib/ framework/service/src/org/ofbiz/service/ framework/service/src/

2009-12-20 Thread Adam Heath
David E Jones wrote:
 On Dec 21, 2009, at 1:35 AM, Adam Heath wrote:
 
 hans...@apache.org wrote:
 Author: hansbak
 Date: Mon Dec 21 07:31:58 2009
 New Revision: 892712

 URL: http://svn.apache.org/viewvc?rev=892712view=rev
 Log:
 Upgrade Axis1 to Axis2. Ofbiz now supports complex parameters in 
 webservices including WSDL generation. see OFBIZ-3363 for more info. A 
 contribution of Antwebsystems employee Chatree

 Added:
ofbiz/trunk/framework/service/lib/XmlSchema-1.4.3.jar   (with props)
ofbiz/trunk/framework/service/lib/axiom-api-1.2.8.jar   (with props)
ofbiz/trunk/framework/service/lib/axiom-impl-1.2.8.jar   (with props)
ofbiz/trunk/framework/service/lib/axis2-kernel-1.5.1.jar   (with props)
ofbiz/trunk/framework/service/lib/axis2-transport-http-1.5.1.jar   (with 
 props)
ofbiz/trunk/framework/service/lib/axis2-transport-local-1.5.1.jar   
 (with props)
ofbiz/trunk/framework/service/lib/commons-httpclient-3.1.jar   (with 
 props)
ofbiz/trunk/framework/service/lib/neethi-2.0.4.jar   (with props)

 ofbiz/trunk/framework/service/src/org/ofbiz/service/test/ServiceSOAPTests.java
(with props)
 Modified:
ofbiz/trunk/LICENSE
ofbiz/trunk/framework/common/servicedef/services_test.xml
ofbiz/trunk/framework/common/src/org/ofbiz/common/CommonServices.java
ofbiz/trunk/framework/service/src/org/ofbiz/service/ModelParam.java
ofbiz/trunk/framework/service/src/org/ofbiz/service/ModelService.java

 ofbiz/trunk/framework/service/src/org/ofbiz/service/engine/SOAPClientEngine.java
ofbiz/trunk/framework/service/testdef/servicetests.xml

 ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java
 What about .classpath?
 
 What about it? We can't assume everyone uses Eclipse...

What does using eclipse have to do with updating that file?  I don't
use eclipse, but I still update .classpath.  I also don't use ant.bat,
yet I just updated that.

If you know that you have to keep .classpath updated to make eclipse
work, and you knowingly check in new libraries, or remove old ones,
then why make eclipse broken?  It's really not that hard to change.

Honestly, I don't understand why you would think not keeping it
uptodate is a good thing.

... perplexed ...



Re: svn commit: r892712 - in /ofbiz/trunk: ./ framework/common/servicedef/ framework/common/src/org/ofbiz/common/ framework/service/lib/ framework/service/src/org/ofbiz/service/ framework/service/src/

2009-12-20 Thread David E Jones

On Dec 21, 2009, at 1:49 AM, Adam Heath wrote:

 David E Jones wrote:
 On Dec 21, 2009, at 1:35 AM, Adam Heath wrote:
 
 hans...@apache.org wrote:
 Author: hansbak
 Date: Mon Dec 21 07:31:58 2009
 New Revision: 892712
 
 URL: http://svn.apache.org/viewvc?rev=892712view=rev
 Log:
 Upgrade Axis1 to Axis2. Ofbiz now supports complex parameters in 
 webservices including WSDL generation. see OFBIZ-3363 for more info. A 
 contribution of Antwebsystems employee Chatree
 
 Added:
   ofbiz/trunk/framework/service/lib/XmlSchema-1.4.3.jar   (with props)
   ofbiz/trunk/framework/service/lib/axiom-api-1.2.8.jar   (with props)
   ofbiz/trunk/framework/service/lib/axiom-impl-1.2.8.jar   (with props)
   ofbiz/trunk/framework/service/lib/axis2-kernel-1.5.1.jar   (with props)
   ofbiz/trunk/framework/service/lib/axis2-transport-http-1.5.1.jar   (with 
 props)
   ofbiz/trunk/framework/service/lib/axis2-transport-local-1.5.1.jar   
 (with props)
   ofbiz/trunk/framework/service/lib/commons-httpclient-3.1.jar   (with 
 props)
   ofbiz/trunk/framework/service/lib/neethi-2.0.4.jar   (with props)
   
 ofbiz/trunk/framework/service/src/org/ofbiz/service/test/ServiceSOAPTests.java
(with props)
 Modified:
   ofbiz/trunk/LICENSE
   ofbiz/trunk/framework/common/servicedef/services_test.xml
   ofbiz/trunk/framework/common/src/org/ofbiz/common/CommonServices.java
   ofbiz/trunk/framework/service/src/org/ofbiz/service/ModelParam.java
   ofbiz/trunk/framework/service/src/org/ofbiz/service/ModelService.java
   
 ofbiz/trunk/framework/service/src/org/ofbiz/service/engine/SOAPClientEngine.java
   ofbiz/trunk/framework/service/testdef/servicetests.xml
   
 ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java
 What about .classpath?
 
 What about it? We can't assume everyone uses Eclipse...
 
 What does using eclipse have to do with updating that file?  I don't
 use eclipse, but I still update .classpath.  I also don't use ant.bat,
 yet I just updated that.
 
 If you know that you have to keep .classpath updated to make eclipse
 work, and you knowingly check in new libraries, or remove old ones,
 then why make eclipse broken?  It's really not that hard to change.
 
 Honestly, I don't understand why you would think not keeping it
 uptodate is a good thing.
 
 ... perplexed ...

Where did I write not keeping it uptodate is a good thing? And if I didn't 
write it, how can you assert I was thinking it?

-David