You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by "E. Sammer (Created) (JIRA)" <ji...@apache.org> on 2011/10/23 22:16:32 UTC

[jira] [Created] (FLUME-817) JdbcChannel can not be created by DefaultChannelFactory

JdbcChannel can not be created by DefaultChannelFactory
-------------------------------------------------------

                 Key: FLUME-817
                 URL: https://issues.apache.org/jira/browse/FLUME-817
             Project: Flume
          Issue Type: Bug
    Affects Versions: NG alpha 1
            Reporter: E. Sammer
            Priority: Blocker
             Fix For: NG alpha 2


The JdbcChannel can not be instantiated by DefaultChannelFactory because it doesn't have a no-arg constructor. This prevents the system from being able to configure and create JDBC backed channels.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (FLUME-817) JdbcChannel can not be created by DefaultChannelFactory

Posted by "E. Sammer (Closed) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FLUME-817?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

E. Sammer closed FLUME-817.
---------------------------

    
> JdbcChannel can not be created by DefaultChannelFactory
> -------------------------------------------------------
>
>                 Key: FLUME-817
>                 URL: https://issues.apache.org/jira/browse/FLUME-817
>             Project: Flume
>          Issue Type: Bug
>    Affects Versions: NG alpha 1
>            Reporter: E. Sammer
>            Assignee: Arvind Prabhakar
>            Priority: Blocker
>             Fix For: NG alpha 2
>
>
> The JdbcChannel can not be instantiated by DefaultChannelFactory because it doesn't have a no-arg constructor. This prevents the system from being able to configure and create JDBC backed channels.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (FLUME-817) JdbcChannel can not be created by DefaultChannelFactory

Posted by "Arvind Prabhakar (Assigned) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FLUME-817?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arvind Prabhakar reassigned FLUME-817:
--------------------------------------

    Assignee: Arvind Prabhakar
    
> JdbcChannel can not be created by DefaultChannelFactory
> -------------------------------------------------------
>
>                 Key: FLUME-817
>                 URL: https://issues.apache.org/jira/browse/FLUME-817
>             Project: Flume
>          Issue Type: Bug
>    Affects Versions: NG alpha 1
>            Reporter: E. Sammer
>            Assignee: Arvind Prabhakar
>            Priority: Blocker
>             Fix For: NG alpha 2
>
>
> The JdbcChannel can not be instantiated by DefaultChannelFactory because it doesn't have a no-arg constructor. This prevents the system from being able to configure and create JDBC backed channels.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (FLUME-817) JdbcChannel can not be created by DefaultChannelFactory

Posted by "Arvind Prabhakar (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FLUME-817?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Arvind Prabhakar resolved FLUME-817.
------------------------------------

    Resolution: Fixed

Patch committed.
                
> JdbcChannel can not be created by DefaultChannelFactory
> -------------------------------------------------------
>
>                 Key: FLUME-817
>                 URL: https://issues.apache.org/jira/browse/FLUME-817
>             Project: Flume
>          Issue Type: Bug
>    Affects Versions: NG alpha 1
>            Reporter: E. Sammer
>            Assignee: Arvind Prabhakar
>            Priority: Blocker
>             Fix For: NG alpha 2
>
>
> The JdbcChannel can not be instantiated by DefaultChannelFactory because it doesn't have a no-arg constructor. This prevents the system from being able to configure and create JDBC backed channels.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (FLUME-817) JdbcChannel can not be created by DefaultChannelFactory

Posted by "Hudson (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/FLUME-817?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13138833#comment-13138833 ] 

Hudson commented on FLUME-817:
------------------------------

Integrated in flume-728 #55 (See [https://builds.apache.org/job/flume-728/55/])
    FLUME-817. JdbcChannel cannot be created by DefaultChannelfactory.

arvind : http://svn.apache.org/viewvc/?view=rev&rev=1190609
Files : 
* /incubator/flume/branches/flume-728/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/JdbcChannel.java
* /incubator/flume/branches/flume-728/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/JdbcChannelProvider.java
* /incubator/flume/branches/flume-728/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/JdbcChannelProviderFactory.java
* /incubator/flume/branches/flume-728/flume-ng-channels/flume-jdbc-channel/src/main/java/org/apache/flume/channel/jdbc/impl/JdbcChannelProviderImpl.java
* /incubator/flume/branches/flume-728/flume-ng-channels/flume-jdbc-channel/src/test/java/org/apache/flume/channel/jdbc/TestJdbcChannelProvider.java
* /incubator/flume/branches/flume-728/flume-ng-core/src/main/java/org/apache/flume/Context.java

                
> JdbcChannel can not be created by DefaultChannelFactory
> -------------------------------------------------------
>
>                 Key: FLUME-817
>                 URL: https://issues.apache.org/jira/browse/FLUME-817
>             Project: Flume
>          Issue Type: Bug
>    Affects Versions: NG alpha 1
>            Reporter: E. Sammer
>            Assignee: Arvind Prabhakar
>            Priority: Blocker
>             Fix For: NG alpha 2
>
>
> The JdbcChannel can not be instantiated by DefaultChannelFactory because it doesn't have a no-arg constructor. This prevents the system from being able to configure and create JDBC backed channels.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira