[jira] Created: (CONNECTORS-154) Need PostgreSQL-based tests and ant target

2011-01-31 Thread Karl Wright (JIRA)
Need PostgreSQL-based tests and ant target
--

 Key: CONNECTORS-154
 URL: https://issues.apache.org/jira/browse/CONNECTORS-154
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Tests
Reporter: Karl Wright


PostgreSQL is currently hand-tested because there is no single installation 
available to test against.  But that should not stop us from creating a set of 
postgres tests that can be run through their own dedicated ant target.  
Essentially, every test we have could also have a PostgreSQL equivalent, and if 
we are cautious and use a standard Postgresql setup for this, all the tests 
might not even need to be duplicated.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Created: (CONNECTORS-155) Getting the status of a single job fails under Postgresql

2011-01-31 Thread Karl Wright (JIRA)
Getting the status of a single job fails under Postgresql
-

 Key: CONNECTORS-155
 URL: https://issues.apache.org/jira/browse/CONNECTORS-155
 Project: ManifoldCF
  Issue Type: Bug
  Components: API
Reporter: Karl Wright


The query parameter is of type string, rather than type long, so finding the 
status of a single job fails under PostgreSQL.

This affects primarily the API and the PostgreSQL tests.



-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Assigned: (CONNECTORS-155) Getting the status of a single job fails under Postgresql

2011-01-31 Thread Karl Wright (JIRA)

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

Karl Wright reassigned CONNECTORS-155:
--

Assignee: Karl Wright

 Getting the status of a single job fails under Postgresql
 -

 Key: CONNECTORS-155
 URL: https://issues.apache.org/jira/browse/CONNECTORS-155
 Project: ManifoldCF
  Issue Type: Bug
  Components: API
Reporter: Karl Wright
Assignee: Karl Wright

 The query parameter is of type string, rather than type long, so finding the 
 status of a single job fails under PostgreSQL.
 This affects primarily the API and the PostgreSQL tests.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Resolved: (CONNECTORS-155) Getting the status of a single job fails under Postgresql

2011-01-31 Thread Karl Wright (JIRA)

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

Karl Wright resolved CONNECTORS-155.


   Resolution: Fixed
Fix Version/s: ManifoldCF next

r1065839.


 Getting the status of a single job fails under Postgresql
 -

 Key: CONNECTORS-155
 URL: https://issues.apache.org/jira/browse/CONNECTORS-155
 Project: ManifoldCF
  Issue Type: Bug
  Components: API
Reporter: Karl Wright
Assignee: Karl Wright
 Fix For: ManifoldCF next


 The query parameter is of type string, rather than type long, so finding the 
 status of a single job fails under PostgreSQL.
 This affects primarily the API and the PostgreSQL tests.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Resolved: (CONNECTORS-154) Need PostgreSQL-based tests and ant target

2011-01-31 Thread Karl Wright (JIRA)

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

Karl Wright resolved CONNECTORS-154.


   Resolution: Fixed
Fix Version/s: ManifoldCF next

r1065844.


 Need PostgreSQL-based tests and ant target
 --

 Key: CONNECTORS-154
 URL: https://issues.apache.org/jira/browse/CONNECTORS-154
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Tests
Reporter: Karl Wright
 Fix For: ManifoldCF next


 PostgreSQL is currently hand-tested because there is no single installation 
 available to test against.  But that should not stop us from creating a set 
 of postgres tests that can be run through their own dedicated ant target.  
 Essentially, every test we have could also have a PostgreSQL equivalent, and 
 if we are cautious and use a standard Postgresql setup for this, all the 
 tests might not even need to be duplicated.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




Re: Reopened CONNECTORS-148; should we spin an RC9?

2011-01-31 Thread Robert Muir
Just my opinion:

1. release the artifacts that are voted on... its 0.1 and a lot of
people will likely be still in evaluation stage (likely with derby?).
Obviously there are bugs, even ones that aren't known, but I think its
just fine to release with known bugs... better at this stage to get
the release out there and possibly draw in more people (who might find
more bugs).
2. start working on the next release. besides this bug, for example
there is the related issue open for improved postgresql testing, etc:
personally I think this is great, maybe expanding on that idea could
uncover even more bugs. the known bugs are documented in jira anyway,
but workarounds or whatever could be put in the wiki in the meantime
too. I don't think the next release needs to be rushed out to fix the
bug quickly, either. Its not the end of the world at this point if
people hit the bug and are drawn into mailing lists/svn/jira/whatever


On Mon, Jan 31, 2011 at 5:37 PM, Karl Wright daddy...@gmail.com wrote:
 There is a workaround, but given the fact that a complex workaround is
 needed to execute what should be a simple deployment, I'd wonder if we
 have our priorities straight in releasing 0.1 in this condition.  But
 it's your call.  The release process is easy for me, except the pain
 needed to get everyone to have a look at the artifact and sign off on
 it, and I can see no particular rush either.

 If we do have another RC, I would also like to add Postgresql-based
 tests into RC9.  I've got them just about ready, and will be
 committing to trunk shortly.

 Karl

 On Mon, Jan 31, 2011 at 4:19 PM, Grant Ingersoll gsing...@apache.org wrote:
 Is there a workaround for the issue?  Can't the user create it by hand?

 On Jan 31, 2011, at 1:51 AM, Karl Wright wrote:

 You can read the details in CONNECTORS-148.

 I hesitate to ask this because getting the votes for RC8 just
 finished, and took the better part of a month, but should we produce
 an RC9?  This issue was considered a blocker for release, and since it
 appears to not have been fixed, I really think we have no choice.
 Effectively this prevents people from using PostgreSQL with
 ManifoldCF, unless they take manual measures, and I doubt many people
 will be willing to do that.

 Karl






Re: Reopened CONNECTORS-148; should we spin an RC9?

2011-01-31 Thread Koji Sekiguchi

+1. release the artifacts that are voted on.

Koji

(11/02/01 10:15), Robert Muir wrote:

Just my opinion:

1. release the artifacts that are voted on... its 0.1 and a lot of
people will likely be still in evaluation stage (likely with derby?).
Obviously there are bugs, even ones that aren't known, but I think its
just fine to release with known bugs... better at this stage to get
the release out there and possibly draw in more people (who might find
more bugs).
2. start working on the next release. besides this bug, for example
there is the related issue open for improved postgresql testing, etc:
personally I think this is great, maybe expanding on that idea could
uncover even more bugs. the known bugs are documented in jira anyway,
but workarounds or whatever could be put in the wiki in the meantime
too. I don't think the next release needs to be rushed out to fix the
bug quickly, either. Its not the end of the world at this point if
people hit the bug and are drawn into mailing lists/svn/jira/whatever


On Mon, Jan 31, 2011 at 5:37 PM, Karl Wrightdaddy...@gmail.com  wrote:

There is a workaround, but given the fact that a complex workaround is
needed to execute what should be a simple deployment, I'd wonder if we
have our priorities straight in releasing 0.1 in this condition.  But
it's your call.  The release process is easy for me, except the pain
needed to get everyone to have a look at the artifact and sign off on
it, and I can see no particular rush either.

If we do have another RC, I would also like to add Postgresql-based
tests into RC9.  I've got them just about ready, and will be
committing to trunk shortly.

Karl

On Mon, Jan 31, 2011 at 4:19 PM, Grant Ingersollgsing...@apache.org  wrote:

Is there a workaround for the issue?  Can't the user create it by hand?

On Jan 31, 2011, at 1:51 AM, Karl Wright wrote:


You can read the details in CONNECTORS-148.

I hesitate to ask this because getting the votes for RC8 just
finished, and took the better part of a month, but should we produce
an RC9?  This issue was considered a blocker for release, and since it
appears to not have been fixed, I really think we have no choice.
Effectively this prevents people from using PostgreSQL with
ManifoldCF, unless they take manual measures, and I doubt many people
will be willing to do that.

Karl











--
http://www.rondhuit.com/en/


[jira] Commented: (CONNECTORS-154) Need PostgreSQL-based tests and ant target

2011-01-31 Thread Karl Wright (JIRA)

[ 
https://issues.apache.org/jira/browse/CONNECTORS-154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12988989#comment-12988989
 ] 

Karl Wright commented on CONNECTORS-154:


Also, r1065884.


 Need PostgreSQL-based tests and ant target
 --

 Key: CONNECTORS-154
 URL: https://issues.apache.org/jira/browse/CONNECTORS-154
 Project: ManifoldCF
  Issue Type: Improvement
  Components: Tests
Reporter: Karl Wright
 Fix For: ManifoldCF next


 PostgreSQL is currently hand-tested because there is no single installation 
 available to test against.  But that should not stop us from creating a set 
 of postgres tests that can be run through their own dedicated ant target.  
 Essentially, every test we have could also have a PostgreSQL equivalent, and 
 if we are cautious and use a standard Postgresql setup for this, all the 
 tests might not even need to be duplicated.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




Re: Reopened CONNECTORS-148; should we spin an RC9?

2011-01-31 Thread Karl Wright
Ok, that's effectively 3 +1's, which is pretty good in this business.
If I don't hear any objection, I'll copy the artifact to the download
area tomorrow morning.

Karl


On Mon, Jan 31, 2011 at 8:23 PM, Koji Sekiguchi k...@r.email.ne.jp wrote:
 +1. release the artifacts that are voted on.

 Koji

 (11/02/01 10:15), Robert Muir wrote:

 Just my opinion:

 1. release the artifacts that are voted on... its 0.1 and a lot of
 people will likely be still in evaluation stage (likely with derby?).
 Obviously there are bugs, even ones that aren't known, but I think its
 just fine to release with known bugs... better at this stage to get
 the release out there and possibly draw in more people (who might find
 more bugs).
 2. start working on the next release. besides this bug, for example
 there is the related issue open for improved postgresql testing, etc:
 personally I think this is great, maybe expanding on that idea could
 uncover even more bugs. the known bugs are documented in jira anyway,
 but workarounds or whatever could be put in the wiki in the meantime
 too. I don't think the next release needs to be rushed out to fix the
 bug quickly, either. Its not the end of the world at this point if
 people hit the bug and are drawn into mailing lists/svn/jira/whatever


 On Mon, Jan 31, 2011 at 5:37 PM, Karl Wrightdaddy...@gmail.com  wrote:

 There is a workaround, but given the fact that a complex workaround is
 needed to execute what should be a simple deployment, I'd wonder if we
 have our priorities straight in releasing 0.1 in this condition.  But
 it's your call.  The release process is easy for me, except the pain
 needed to get everyone to have a look at the artifact and sign off on
 it, and I can see no particular rush either.

 If we do have another RC, I would also like to add Postgresql-based
 tests into RC9.  I've got them just about ready, and will be
 committing to trunk shortly.

 Karl

 On Mon, Jan 31, 2011 at 4:19 PM, Grant Ingersollgsing...@apache.org
  wrote:

 Is there a workaround for the issue?  Can't the user create it by hand?

 On Jan 31, 2011, at 1:51 AM, Karl Wright wrote:

 You can read the details in CONNECTORS-148.

 I hesitate to ask this because getting the votes for RC8 just
 finished, and took the better part of a month, but should we produce
 an RC9?  This issue was considered a blocker for release, and since it
 appears to not have been fixed, I really think we have no choice.
 Effectively this prevents people from using PostgreSQL with
 ManifoldCF, unless they take manual measures, and I doubt many people
 will be willing to do that.

 Karl







 --
 http://www.rondhuit.com/en/



[jira] Created: (CONNECTORS-156) Update site with download location, and also add workaround instructions for 0.1 defects

2011-01-31 Thread Karl Wright (JIRA)
Update site with download location, and also add workaround instructions for 
0.1 defects


 Key: CONNECTORS-156
 URL: https://issues.apache.org/jira/browse/CONNECTORS-156
 Project: ManifoldCF
  Issue Type: Task
  Components: Documentation
Affects Versions: ManifoldCF next
Reporter: Karl Wright


Update site with download location, and also add workaround instructions for 
0.1 defects

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira