RE: Controlhaus JdbcControl

2005-01-18 Thread Chad Schoettger
Hi Mike, I've replied to you post on the controlhaus forums. I think it is a deployment problem, see my post for details. - Chad -Original Message- From: McCarty, Greg [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 18, 2005 11:55 AM To: Beehive Developers Subject: Controlhaus

RE: Beehive Check-in Test (Linux) Failed

2005-03-01 Thread Chad Schoettger
Should be fixed now, problem with the jdbc control's build file. - Chad -Original Message- From: Jeremiah Johnson Sent: Tuesday, March 01, 2005 1:33 PM To: Beehive Developers; Joe Pemberton Subject: RE: Beehive Check-in Test (Linux) Failed This is one of those breaks due to a change

RE: Problem using transactions with JDBC control

2005-05-12 Thread Chad Schoettger
with JDBC control Chad, Logging has been added to the JDBC Control - that is helpful stuff. It appears that onAcquire doesn't have logging, though - was that intentional? - jeremiah -Original Message- From: Chad Schoettger Sent: Thursday, May 12, 2005 1:03 PM To: Beehive Developers

RE: Problem using transactions with JDBC control

2005-05-12 Thread Chad Schoettger
Ok, I've had a chance to play around with this a bit and here is what is going on: Summary: Adding the con.setAutoCommit(true) fix to your control (that Jeremiah proposed) is the correct solution for this particular case. Details: When a control is used within another control, the control

Re: reformatting the wsm code

2005-06-01 Thread Chad Schoettger
After looking at the code in question: PLEASE REFORMAT IT. It will make it much easier to read and understand. I'm on the fence about enforcing coding styles. I think that overall it would probably be a good thing especially for someone who is exploring the beehive source code for the first

The web services system-control test suite

2005-06-07 Thread Chad Schoettger
I was looking at the webservice system-control's suite of tests and noticed that there is only minimal code/feature coverage. I thought I'd spend some time adding additional tests to try to get more complete code/feature coverage for this control. I was thinking of adding a bunch of new

Re: checkstyle and code conventions

2005-06-07 Thread Chad Schoettger
I wouldn't mind checkstyle and coding conventions. #1 - I'm not exactly sure what you me by 'enforce' - if a class comes up with checkstyle errors could you still commit it or would the commit be blocked until the errors were resolved? I'm not sure if blocking would be possible with checkstyle

Re: The web services system-control test suite

2005-06-08 Thread Chad Schoettger
a running server. For this the wsm-sample would be a good starting point. Daryoush -Original Message- From: Chad Schoettger [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 07, 2005 11:29 AM To: Beehive Developers Subject: The web services system-control test suite I

Service Control generation question....

2005-06-10 Thread Chad Schoettger
So I'm working some new drt's for the webservice system control and have run into a bug but I'm not sure how to classify it: It occurs when I try to generate a service control from the wsm-samples/webparams webservice's wsdl. The annotated web service method is:

Re: Service Control generation question....

2005-06-10 Thread Chad Schoettger
shouldn't discount it soo soon. -Jacobd -Original Message- From: Daryoush Mehrtash Sent: Friday, June 10, 2005 1:05 PM To: Chad Schoettger; Beehive Developers Subject: RE: Service Control generation question I haven't looked at this, but I do have a question, (and this may

Re: Service Control generation question....

2005-06-11 Thread Chad Schoettger
as such. Daryoush On 6/10/05, Chad Schoettger [EMAIL PROTECTED] wrote: Sure, I'll file a bug on this issue. I'm still a bit curious as to why the method signature generated by the ExtensionMaker is: public void UpdatePhoneNumbers

Re: [jira] Commented: (BEEHIVE-807) Service control generation gens controls which will fail compilation

2005-06-14 Thread Chad Schoettger
: V1 Reporter: Chad Schoettger Attachments: BEEHIVE-807.diff The web service control's generator does not create valid Java code when the return value for a web method call is included in a control method's paramter list and has the name of 'return'. It is possible to generate the control

Re: junit test container

2005-06-21 Thread Chad Schoettger
Thanks Eddie, it sounds great. It will be nice to have a standard junit test container for all of the system controls. - Chad On 6/21/05, James Song [EMAIL PROTECTED] wrote: According to http://incubator.apache.org/beehive/controls/controlsProgramming.html, there are four possible ways

Re: [jira] Created: (BEEHIVE-861) Added more service control DRTs / also some DRT cleanup and bug fixes

2005-07-21 Thread Chad Schoettger
. On the other hand non-real changes are ignored. I am afraid this may give false failure alarms and too many false alarms are almost as bad as no alarm. Daryoush -Original Message- From: Chad Schoettger (JIRA) [mailto:[EMAIL PROTECTED] Sent: Thursday, July 21, 2005 9:51 AM

Service control free threading cleanup...

2005-07-26 Thread Chad Schoettger
Currently the service control is coded to be able to be used in a free-threaded manner (such as from a servlet) which is not the use pattern for Beehive controls. Over the next couple of days I would like to do some cleanup in the service control so it will conform more closely to the usage

Re: Service control free threading cleanup...

2005-07-26 Thread Chad Schoettger
and also make the interface of the service control usable. Daryoush On 7/26/05, Chad Schoettger [EMAIL PROTECTED] wrote: Currently the service control is coded to be able to be used in a free-threaded manner (such as from a servlet) which is not the use pattern for Beehive controls

Design proposal for enhanced JAX-RPC handler functionality for the service control

2005-07-27 Thread Chad Schoettger
As discussed in a previous email thread on this list (Service control free threading cleanup) I would like to make a design proposal for adding enhanced JAX-RPC handler functionality to the service control. One of the primary goals of this change would be to allow service control users to

Re: Design proposal for enhanced JAX-RPC handler functionality for the service control

2005-07-28 Thread Chad Schoettger
the javax.jws.HandlerChain and javax.jws.soap.SOAPMessageHandlers annotation. It would be nice not to invent new annotations if there are already defined. We may also be able to reuse the handler code of the WSM in the service control. Daryoush -Original Message- From: Chad

Re: Design proposal for enhanced JAX-RPC handler functionality for the service control

2005-07-29 Thread Chad Schoettger
interface. Specifically the 'roles' and 'name' attribute really didn't seem to have any use for this case. Why do you think the client side is different than the server side? It seems to me that both side should be symetrical. Daryoush On 7/28/05, Chad Schoettger [EMAIL PROTECTED] wrote

Re: [jira] Assigned: (BEEHIVE-782) create Ant task for generating a web service control

2005-08-02 Thread Chad Schoettger
, WSM uses Velocity for generating annotated JWS files, parts of the code may be reused in the client side also. Daryoush -Original Message- From: Chad Schoettger (JIRA) [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 02, 2005 11:50 AM To: beehive-dev@incubator.apache.org

[jira] Created: (BEEHIVE-606) Added/Updated WSM drt for wsdl2ajava generation

2005-05-05 Thread Chad Schoettger (JIRA)
: Chad Schoettger Priority: Minor Attachments: updatedDrt.diff, wsdl2javatest.wsdl Updated wsm drt for wsdl to annotated java gerneration. Modified drt build.xml to use the wsdl2ajava ant task to generate a annotated java file from a wsdl, then to compile it. Updated drt test to use java

[jira] Updated: (BEEHIVE-606) Added/Updated WSM drt for wsdl2ajava generation

2005-05-05 Thread Chad Schoettger (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-606?page=all ] Chad Schoettger updated BEEHIVE-606: Attachment: wsdl2javatest.wsdl new wsdl file to be added to trunk\wsm\drt\tests\org\apache\beehive\wsm\jsr181\wsdl\web Added/Updated WSM drt

[jira] Updated: (BEEHIVE-606) Added/Updated WSM drt for wsdl2ajava generation

2005-05-05 Thread Chad Schoettger (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-606?page=all ] Chad Schoettger updated BEEHIVE-606: Attachment: updatedDrt.diff svn diff file of changes Added/Updated WSM drt for wsdl2ajava generation

[jira] Commented: (BEEHIVE-597) WSM-Sample doc mismatched the content

2005-05-06 Thread Chad Schoettger (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-597?page=comments#action_64646 ] Chad Schoettger commented on BEEHIVE-597: - I've added a patch for the doc issue. We can't include the activation and mail jars since they have sun licenses. WSM

[jira] Updated: (BEEHIVE-597) WSM-Sample doc mismatched the content

2005-05-06 Thread Chad Schoettger (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-597?page=all ] Chad Schoettger updated BEEHIVE-597: Attachment: BEEHIVE-597.diff patch for doc fix WSM-Sample doc mismatched the content - Key: BEEHIVE

[jira] Updated: (BEEHIVE-678) need to remove the to.dir support from the WSM samples

2005-05-11 Thread Chad Schoettger (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-678?page=all ] Chad Schoettger updated BEEHIVE-678: Attachment: BEEHIVE-678.diff removed the 'to.dir' attribute from the build.properties files for the wsm samples. Updated build scripts to place

[jira] Updated: (BEEHIVE-683) Typos on [BEEHIVE_HOME]/docs/docs/index.html

2005-05-11 Thread Chad Schoettger (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-683?page=all ] Chad Schoettger updated BEEHIVE-683: Attachment: BEEHIVE-683.diff added patch file with corrected text. Typos on [BEEHIVE_HOME]/docs/docs/index.html

[jira] Updated: (BEEHIVE-679) Page Flow Tutorial should appear first on documentation home page

2005-05-11 Thread Chad Schoettger (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-679?page=all ] Chad Schoettger updated BEEHIVE-679: Attachment: BEEHIVE-679.diff moved page flow tutorial to the first item in the tutorials list. Page Flow Tutorial should appear first

[jira] Updated: (BEEHIVE-646) Wrong directory indicated in page flow tutorial

2005-05-11 Thread Chad Schoettger (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-646?page=all ] Chad Schoettger updated BEEHIVE-646: Attachment: BEEHIVE-646.diff fixed path error Wrong directory indicated in page flow tutorial

[jira] Updated: (BEEHIVE-657) Typos in Web Services Overview

2005-05-11 Thread Chad Schoettger (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-657?page=all ] Chad Schoettger updated BEEHIVE-657: Attachment: BEEHIVE-657.diff corrected text Typos in Web Services Overview -- Key: BEEHIVE-657 URL

[jira] Updated: (BEEHIVE-682) minor typo in Beehive Web Services Tutorial

2005-05-11 Thread Chad Schoettger (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-682?page=all ] Chad Schoettger updated BEEHIVE-682: Attachment: BEEHIVE-682.diff fixed both typos minor typo in Beehive Web Services Tutorial

[jira] Commented: (BEEHIVE-684) Nav bar in docs is too far to the right and covers text

2005-05-11 Thread Chad Schoettger (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-684?page=comments#action_65068 ] Chad Schoettger commented on BEEHIVE-684: - This is caused by IE not allowing what it considers 'active content' note the bar with the shield icon IE is displaying

[jira] Created: (BEEHIVE-721) JdbcControl interface using deprecated annotation element

2005-05-13 Thread Chad Schoettger (JIRA)
Reporter: Chad Schoettger Priority: Minor Attachments: jdbc.diff The JdbcControl interface is using the deprectated checkerClass element of the ControlInterface annotation. Instead it should be using the 'checker' element which is the replacement for the checkerClass element. -- This message

[jira] Updated: (BEEHIVE-721) JdbcControl interface using deprecated annotation element

2005-05-13 Thread Chad Schoettger (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-721?page=all ] Chad Schoettger updated BEEHIVE-721: Attachment: jdbc.diff Attached patch file - switch use to 'checker' element. JdbcControl interface using deprecated annotation element

[jira] Updated: (BEEHIVE-723) JdbcControl date tests don't work outside of MST

2005-05-17 Thread Chad Schoettger (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-723?page=all ] Chad Schoettger updated BEEHIVE-723: Attachment: BEEHIVE-723.diff fix for the date and timestamp drts. Modified to return java.sql.Date and java.sql.Timestamp instead of java.util.Date

[jira] Updated: (BEEHIVE-752) improve the WSM annotation processor to be more Mirror-like and use less reflection

2005-05-20 Thread Chad Schoettger (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-752?page=all ] Chad Schoettger updated BEEHIVE-752: Attachment: BEEHIVE-752.txt Attached patch file for this issue. Cleaned up to use mirrors instead of classes when processing from apt. improve

[jira] Updated: (BEEHIVE-758) checker element of ControlInterface annotation does not work

2005-05-23 Thread Chad Schoettger (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-758?page=all ] Chad Schoettger updated BEEHIVE-758: Attachment: BEEHIVE-758.diff Attached patch, first check for the 'checker' element if not set then check for the deprecated 'checkerClass' element

[jira] Created: (BEEHIVE-798) Restructure the webservice contol's drt area to make tests easier to add

2005-06-08 Thread Chad Schoettger (JIRA)
Reporter: Chad Schoettger Priority: Minor Modify/cleanup the webservice system control's drt area to make it easier to add new tests. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http

[jira] Updated: (BEEHIVE-798) Restructure the webservice contol's drt area to make tests easier to add

2005-06-08 Thread Chad Schoettger (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-798?page=all ] Chad Schoettger updated BEEHIVE-798: Attachment: build.xml.patch Patch for this fix: The following files need to be moved/removed/added: basedir is: beehive-home/system-controls/test/src

[jira] Updated: (BEEHIVE-798) Restructure the webservice contol's drt area to make tests easier to add

2005-06-08 Thread Chad Schoettger (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-798?page=all ] Chad Schoettger updated BEEHIVE-798: Attachment: README.txt add new file README.txt Restructure the webservice contol's drt area to make tests easier to add

[jira] Updated: (BEEHIVE-798) Restructure the webservice contol's drt area to make tests easier to add

2005-06-09 Thread Chad Schoettger (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-798?page=all ] Chad Schoettger updated BEEHIVE-798: Attachment: patch.ZIP patch.diff changes.txt I have done some more work on this since my original patch, please

[jira] Updated: (BEEHIVE-806) Some new drts for webservice control

2005-06-13 Thread Chad Schoettger (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-806?page=all ] Chad Schoettger updated BEEHIVE-806: Attachment: diff1.diff diff2.diff newTests.zip new drts and some patches to existing ones Some new drts

[jira] Created: (BEEHIVE-807) Service control generation gens controls which will fail compilation

2005-06-13 Thread Chad Schoettger (JIRA)
Versions: V1 Reporter: Chad Schoettger Attachments: BEEHIVE-807.diff The web service control's generator does not create valid Java code when the return value for a web method call is included in a control method's paramter list and has the name of 'return'. It is possible to generate

[jira] Updated: (BEEHIVE-807) Service control generation gens controls which will fail compilation

2005-06-13 Thread Chad Schoettger (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-807?page=all ] Chad Schoettger updated BEEHIVE-807: Attachment: BEEHIVE-807.diff Added checks for java reserved words for paramter names -- if a java reserved word is used 'encode' it by prefixing

[jira] Created: (BEEHIVE-806) Some new drts for webservice control

2005-06-13 Thread Chad Schoettger (JIRA)
Some new drts for webservice control Key: BEEHIVE-806 URL: http://issues.apache.org/jira/browse/BEEHIVE-806 Project: Beehive Type: Test Versions: V1 Reporter: Chad Schoettger Priority: Minor Attachments: diff1

[jira] Updated: (BEEHIVE-816) more webservice control drts

2005-06-14 Thread Chad Schoettger (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-816?page=all ] Chad Schoettger updated BEEHIVE-816: Attachment: newdrts.diff more_drts.zip Contributed by Jacob Danner. The only file which was modified was the build.xml

[jira] Created: (BEEHIVE-816) more webservice control drts

2005-06-14 Thread Chad Schoettger (JIRA)
more webservice control drts Key: BEEHIVE-816 URL: http://issues.apache.org/jira/browse/BEEHIVE-816 Project: Beehive Type: Test Components: Web Services (181) Versions: TBD Reporter: Chad Schoettger Priority: Minor

[jira] Created: (BEEHIVE-817) IOException from WSM when attempting to serialize java.util.Calendar

2005-06-15 Thread Chad Schoettger (JIRA)
(181) Versions: TBD Reporter: Chad Schoettger Several service control DRTs are failing when they call a web method which echo's back a java.util.Calendar object. I'm not sure if WSM or AXIS is at fault. The DRT in question is SoapMarshallingDocLitWrappedTest, the junit test

[jira] Updated: (BEEHIVE-822) Service control DRT failure on web methods which return primitive array types

2005-06-15 Thread Chad Schoettger (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-822?page=all ] Chad Schoettger updated BEEHIVE-822: Attachment: BEEHIVE-822.diff Patchs for this bug. Service control DRT failure on web methods which return primitive array types

[jira] Created: (BEEHIVE-822) Service control DRT failure on web methods which return primitive array types

2005-06-18 Thread Chad Schoettger (JIRA)
: System Controls Versions: TBD Reporter: Chad Schoettger Attachments: BEEHIVE-822.diff The SoapMarshallingDocLitWrappedArrayTypesTest DRTs were failing for all primitive array types. Turned out to be a problem with return type mapping in the service control. I have attached

[jira] Created: (BEEHIVE-832) Service control DRT failures for Doc/Lit/Bare services

2005-06-22 Thread Chad Schoettger (JIRA)
Reporter: Chad Schoettger Attachments: BEEHIVE-832.patch The web service control DRTs are failing for Doc/Lit/Bare web services. See the SoapMarshallingDocLitBareTest and SoapMarshallingDocLitBareArrayTypes in order to reproduce. -- This message is automatically generated by JIRA. - If you

[jira] Updated: (BEEHIVE-832) Service control DRT failures for Doc/Lit/Bare services

2005-06-22 Thread Chad Schoettger (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-832?page=all ] Chad Schoettger updated BEEHIVE-832: Attachment: BEEHIVE-832.patch Patch for this bug is attached. There were several issues for Doc/Lit/Bare services: 1) The webservices for doc/lit

[jira] Created: (BEEHIVE-833) system control drt cleanup

2005-06-23 Thread Chad Schoettger (JIRA)
system control drt cleanup -- Key: BEEHIVE-833 URL: http://issues.apache.org/jira/browse/BEEHIVE-833 Project: Beehive Type: Test Components: System Controls Versions: TBD Reporter: Chad Schoettger Priority: Minor

[jira] Updated: (BEEHIVE-833) system control drt cleanup

2005-06-23 Thread Chad Schoettger (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-833?page=all ] Chad Schoettger updated BEEHIVE-833: Attachment: BEEHIVE-833.patch added patch file system control drt cleanup -- Key: BEEHIVE-833 URL

[jira] Updated: (BEEHIVE-837) service control DRT cleanup / additions

2005-06-28 Thread Chad Schoettger (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-837?page=all ] Chad Schoettger updated BEEHIVE-837: Attachment: BEEHIVE-837.diff newdrt.zip In addition to the patches the following should be deleted from svn: system-controls/test/src

[jira] Created: (BEEHIVE-852) Service control generation incorrect for RPC Encoded style WSDLs

2005-07-20 Thread Chad Schoettger (JIRA)
Versions: TBD Reporter: Chad Schoettger Found while working on the service control DRT's: If I generate a service control from a WSDL for an RPC encoded webservice, 'soapenc' types are always being replaced by java.lang.Object. For example: Say my webservice method looks like

[jira] Created: (BEEHIVE-853) WSM is not always generating WSDLs correctly for RPC Encoded webservices

2005-07-20 Thread Chad Schoettger (JIRA)
Services (181) Versions: TBD Reporter: Chad Schoettger Found while working on the service control DRTs: For RPC Encoded services, web methods which return a 'soapenc' type are not being correctly set in the Axis OperationDesc by the AxisHook class of WSM. The return type

[jira] Created: (BEEHIVE-854) WSM produces improper WSDLs for RPC Style services which have operations that return arrays

2005-07-20 Thread Chad Schoettger (JIRA)
Type: Bug Components: Web Services (181) Versions: TBD Reporter: Chad Schoettger WSM is not correctly setting the return type in AXIS OperationalDescs for RPC style services which have operations which return primitive array types. To reproduce: Create a simple RPC web

[jira] Created: (BEEHIVE-855) Service control generation incorrect for operation which returns void and has IN/OUT or OUT header

2005-07-20 Thread Chad Schoettger (JIRA)
Project: Beehive Type: Bug Components: System Controls Versions: TBD Reporter: Chad Schoettger Found while adding new service control DRTs: Service control generation is incorrect for a web service method which returns void but also has IN/OUT or OUT headers. For example

[jira] Created: (BEEHIVE-856) Service control generation fails for WSDL which does not contain types section

2005-07-20 Thread Chad Schoettger (JIRA)
Components: System Controls Versions: V1 Reporter: Chad Schoettger Found while adding some the service control drts: A WSDL with no types section causes service control generation to fail. ** Patch coming in the next couple of days. -- This message is automatically

[jira] Created: (BEEHIVE-857) Service control is not correctly processing RPC style header params

2005-07-21 Thread Chad Schoettger (JIRA)
Versions: TBD Reporter: Chad Schoettger Found while adding some new service control DRTs: For an RPC style web service, the service control is not correctly processing OUT and IN/OUT header parameters from the webservice. Any time a header is sent the service control excepts while

[jira] Created: (BEEHIVE-858) Service control is not correctly sending RPC style params to the webservice

2005-07-21 Thread Chad Schoettger (JIRA)
: System Controls Versions: TBD Reporter: Chad Schoettger The service control is not correctly sending operation params for RPC style web services. The result is that the webservice is unable to parse the request and returns an Axis execption. It appears that this is due to the QName

[jira] Created: (BEEHIVE-859) Service control is not correctly processing web service methods which return void type

2005-07-21 Thread Chad Schoettger (JIRA)
Type: Bug Components: Web Services (181) Versions: TBD Reporter: Chad Schoettger Service control methods which return void type are not being handled correctly by the service control. In particular, for a method which returns void but has a header param with a mode of OUT or IN/OUT

[jira] Created: (BEEHIVE-861) Added more service control DRTs / also some DRT cleanup and bug fixes

2005-07-21 Thread Chad Schoettger (JIRA)
Controls Versions: TBD Reporter: Chad Schoettger I've finished a first pass for system control DRTs. In this patch includes new DRTs for RPC literal and encoded style services and well as a number of fixes for DOC style services/tests. I have also added a DRT suite for testing headers

[jira] Updated: (BEEHIVE-861) Added more service control DRTs / also some DRT cleanup and bug fixes

2005-07-21 Thread Chad Schoettger (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-861?page=all ] Chad Schoettger updated BEEHIVE-861: Attachment: bigpatch.diff files_to_add.zip PatchInstructions.txt Add patch file, a zip containing new files to add

[jira] Updated: (BEEHIVE-782) create Ant task for generating a web service control

2005-07-26 Thread Chad Schoettger (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-782?page=all ] Chad Schoettger updated BEEHIVE-782: Attachment: BEEHIVE-782.diff BEEHIVE-782.txt BEEHIVE-782.zip Attached patch for this issue, included patch

[jira] Created: (BEEHIVE-868) Calling stored proc with uppercase 'CALL', and providing SQLParameter arguments, results in a compiler error

2005-08-02 Thread Chad Schoettger (JIRA)
/BEEHIVE-868 Project: Beehive Type: Bug Components: System Controls Versions: TBD Reporter: Chad Schoettger Priority: Minor When trying to call SP's via the JdbcControl, and sending SQLParameters as arguments, a compile time error will be thrown if the 'CALL' part

[jira] Assigned: (BEEHIVE-782) create Ant task for generating a web service control

2005-08-02 Thread Chad Schoettger (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-782?page=all ] Chad Schoettger reassigned BEEHIVE-782: --- Assign To: Eddie O'Neil to Eddie for commit create Ant task for generating a web service control

[jira] Created: (BEEHIVE-869) Service control free threading cleanup...

2005-08-02 Thread Chad Schoettger (JIRA)
Service control free threading cleanup... - Key: BEEHIVE-869 URL: http://issues.apache.org/jira/browse/BEEHIVE-869 Project: Beehive Type: Bug Components: System Controls Versions: TBD Reporter: Chad Schoettger

[jira] Created: (BEEHIVE-870) Use Velocity for service control generation

2005-08-02 Thread Chad Schoettger (JIRA)
Use Velocity for service control generation --- Key: BEEHIVE-870 URL: http://issues.apache.org/jira/browse/BEEHIVE-870 Project: Beehive Type: Improvement Components: System Controls Reporter: Chad Schoettger Assigned

[jira] Updated: (BEEHIVE-869) Service control free threading cleanup...

2005-08-03 Thread Chad Schoettger (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-869?page=all ] Chad Schoettger updated BEEHIVE-869: Attachment: BEEHIVE-869.txt BEEHIVE-869.zip BEEHIVE-869.diff patches attached Service control free threading cleanup

[jira] Assigned: (BEEHIVE-869) Service control free threading cleanup...

2005-08-03 Thread Chad Schoettger (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-869?page=all ] Chad Schoettger reassigned BEEHIVE-869: --- Assign To: Eddie O'Neil (was: Chad Schoettger) assigned to Eddie for commit/review. Service control free threading cleanup

[jira] Assigned: (BEEHIVE-870) Use Velocity for service control generation

2005-08-05 Thread Chad Schoettger (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-870?page=all ] Chad Schoettger reassigned BEEHIVE-870: --- Assign To: Eddie O'Neil (was: Chad Schoettger) to Eddie for commit Use Velocity for service control generation

[jira] Updated: (BEEHIVE-870) Use Velocity for service control generation

2005-08-05 Thread Chad Schoettger (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-870?page=all ] Chad Schoettger updated BEEHIVE-870: Attachment: BEEHIVE-870.diff BEEHIVE-870.zip includes patches for service control sample build files Use Velocity for service

[jira] Assigned: (BEEHIVE-705) Service Contorl needs to be aware of the elementFormDefault attribute in registeing types.

2005-08-16 Thread Chad Schoettger (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-705?page=all ] Chad Schoettger reassigned BEEHIVE-705: --- Assign To: Chad Schoettger (was: daryoush mehrtash) Service Contorl needs to be aware of the elementFormDefault attribute in registeing

[jira] Assigned: (BEEHIVE-703) RPC/Literal in Header is not working in Service Control

2005-08-16 Thread Chad Schoettger (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-703?page=all ] Chad Schoettger reassigned BEEHIVE-703: --- Assign To: Chad Schoettger (was: daryoush mehrtash) RPC/Literal in Header is not working in Service Control

[jira] Assigned: (BEEHIVE-703) RPC/Literal in Header is not working in Service Control

2005-08-16 Thread Chad Schoettger (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-703?page=all ] Chad Schoettger reassigned BEEHIVE-703: --- Assign To: Eddie O'Neil (was: Chad Schoettger) Patch attached to BEEHIVE-705 RPC/Literal in Header is not working in Service Control

[jira] Assigned: (BEEHIVE-705) Service Contorl needs to be aware of the elementFormDefault attribute in registeing types.

2005-08-16 Thread Chad Schoettger (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-705?page=all ] Chad Schoettger reassigned BEEHIVE-705: --- Assign To: Eddie O'Neil (was: Chad Schoettger) To Eddie for commit/review Service Contorl needs to be aware of the elementFormDefault

[jira] Updated: (BEEHIVE-804) Cannot invoke JMS System Control from JWS

2005-08-16 Thread Chad Schoettger (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-804?page=all ] Chad Schoettger updated BEEHIVE-804: Attachment: BEEHIVE-804.diff BEEHIVE-804.zip Fix for this bug, new additions include a WsmBeanContext and enhanced support

[jira] Assigned: (BEEHIVE-52) Type errors are not informatiove

2005-08-17 Thread Chad Schoettger (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-52?page=all ] Chad Schoettger reassigned BEEHIVE-52: -- Assign To: Chad Schoettger (was: daryoush mehrtash) Type errors are not informatiove Key: BEEHIVE-52

[jira] Created: (BEEHIVE-891) New doc page for beehive ANT macros

2005-08-18 Thread Chad Schoettger (JIRA)
New doc page for beehive ANT macros --- Key: BEEHIVE-891 URL: http://issues.apache.org/jira/browse/BEEHIVE-891 Project: Beehive Type: Improvement Components: Documentation Reporter: Chad Schoettger Assigned to: Chad

[jira] Assigned: (BEEHIVE-891) New doc page for beehive ANT macros

2005-08-18 Thread Chad Schoettger (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-891?page=all ] Chad Schoettger reassigned BEEHIVE-891: --- Assign To: Eddie O'Neil (was: Chad Schoettger) to eddie for commit / placement in doc tree New doc page for beehive ANT macros

[jira] Assigned: (BEEHIVE-92) JSR-181 compliance: response namespace not set correctly

2005-08-18 Thread Chad Schoettger (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-92?page=all ] Chad Schoettger reassigned BEEHIVE-92: -- Assign To: Chad Schoettger (was: daryoush mehrtash) JSR-181 compliance: response namespace not set correctly

[jira] Assigned: (BEEHIVE-745) methods with same name in JWS cause NPE during WSDL gen

2005-08-18 Thread Chad Schoettger (JIRA)
[ http://issues.apache.org/jira/browse/BEEHIVE-745?page=all ] Chad Schoettger reassigned BEEHIVE-745: --- Assign To: Chad Schoettger (was: daryoush mehrtash) methods with same name in JWS cause NPE during WSDL gen