You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@airavata.apache.org by "Suresh Marru (JIRA)" <ji...@apache.org> on 2011/07/12 16:36:59 UTC

[jira] [Created] (AIRAVATA-27) MessageBroker Integration with embedded derby database

MessageBroker Integration with embedded derby database
------------------------------------------------------

                 Key: AIRAVATA-27
                 URL: https://issues.apache.org/jira/browse/AIRAVATA-27
             Project: Airavata
          Issue Type: Sub-task
          Components: WS-Messenger
            Reporter: Suresh Marru


Message Broker receives subscription requests and publishes messages and stores it in two tables for a mysql database. These default databases should be changed to Derby and all test cases should be verified to work.

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

        

[jira] [Commented] (AIRAVATA-27) MessageBroker Integration with embedded derby database

Posted by "Thilina Gunarathne (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AIRAVATA-27?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13065706#comment-13065706 ] 

Thilina Gunarathne commented on AIRAVATA-27:
--------------------------------------------

Hi Lahiru,
Thanks for the patch..  

I get the following error when building..
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project messagebox: Compilation failure
[ERROR] /home/thilina/Development/airavata/ws-messaging/messagebox/src/main/org/apache/airavata/wsmg/msgbox/Storage/DB_Pool/JdbcStorage.java:[38,20] package sun.tools.asm does not exist

But looking at the JdbcStorage.java, it does not look like the import is used in the class. Removing the import fixes the build. Looks like something your IDE sneak in.. Please confirm whether it's fine to remove that import.

thanks,
Thilina

> MessageBroker Integration with embedded derby database
> ------------------------------------------------------
>
>                 Key: AIRAVATA-27
>                 URL: https://issues.apache.org/jira/browse/AIRAVATA-27
>             Project: Airavata
>          Issue Type: Sub-task
>          Components: WS-Messenger
>            Reporter: Suresh Marru
>         Attachments: diff.out
>
>
> Message Broker receives subscription requests and publishes messages and stores it in two tables for a mysql database. These default databases should be changed to Derby and all test cases should be verified to work.

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

        

[jira] [Commented] (AIRAVATA-27) MessageBroker Integration with embedded derby database

Posted by "Lahiru Gunathilake (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AIRAVATA-27?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13065709#comment-13065709 ] 

Lahiru Gunathilake commented on AIRAVATA-27:
--------------------------------------------

Yes I had a look, please remove that, it's my IDE issue. Since this patch is kind of big I prefer committing it at this point, since thing are getting complex if we keep lengthy patches. Please remove messagebox/resources directory and commit. I have moved it some how my patch doesn't reflect that change it seems.
 
WDYT ?
Regards
Lahiru

> MessageBroker Integration with embedded derby database
> ------------------------------------------------------
>
>                 Key: AIRAVATA-27
>                 URL: https://issues.apache.org/jira/browse/AIRAVATA-27
>             Project: Airavata
>          Issue Type: Sub-task
>          Components: WS-Messenger
>            Reporter: Suresh Marru
>         Attachments: diff.out
>
>
> Message Broker receives subscription requests and publishes messages and stores it in two tables for a mysql database. These default databases should be changed to Derby and all test cases should be verified to work.

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

        

[jira] [Updated] (AIRAVATA-27) MessageBroker Integration with embedded derby database

Posted by "Lahiru Gunathilake (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AIRAVATA-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lahiru Gunathilake updated AIRAVATA-27:
---------------------------------------

    Attachment: patch.out

I have attached a new patch, please use the patch.out file for committing. Please add the following directories before committing.
messagebroker/src/main/resources/database_scripts/msgBroker-derby.sql
messagebox/src/main/resources messagebox/src/main/org/apache/airavata/wsmg/msgbox/Storage/DB_Pool/DatabaseCreator.java
messagebox/src/main/resources

Thanks
Lahiru

> MessageBroker Integration with embedded derby database
> ------------------------------------------------------
>
>                 Key: AIRAVATA-27
>                 URL: https://issues.apache.org/jira/browse/AIRAVATA-27
>             Project: Airavata
>          Issue Type: Sub-task
>          Components: WS-Messenger
>            Reporter: Suresh Marru
>         Attachments: diff.out, patch.out
>
>
> Message Broker receives subscription requests and publishes messages and stores it in two tables for a mysql database. These default databases should be changed to Derby and all test cases should be verified to work.

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

        

[jira] [Closed] (AIRAVATA-27) MessageBroker Integration with embedded derby database

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

Suresh Marru closed AIRAVATA-27.
--------------------------------

    Assignee: Lahiru Gunathilake

Derby integration is working well
                
> MessageBroker Integration with embedded derby database
> ------------------------------------------------------
>
>                 Key: AIRAVATA-27
>                 URL: https://issues.apache.org/jira/browse/AIRAVATA-27
>             Project: Airavata
>          Issue Type: Sub-task
>          Components: WS-Messenger
>            Reporter: Suresh Marru
>            Assignee: Lahiru Gunathilake
>         Attachments: diff.out, patch.out
>
>
> Message Broker receives subscription requests and publishes messages and stores it in two tables for a mysql database. These default databases should be changed to Derby and all test cases should be verified to work.

--
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] [Updated] (AIRAVATA-27) MessageBroker Integration with embedded derby database

Posted by "Lahiru Gunathilake (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AIRAVATA-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lahiru Gunathilake updated AIRAVATA-27:
---------------------------------------

    Attachment: diff.out

This patch is for derby support and some other issues, created in airavata Jira. I will put comments on each issue by pointing to AIRAVATA-27. I was able to get it working with derby with this patch but I do not consider this as a final version of the derby implementation. I thought of providing a patches one by one and improve the embedded derby implementation. 

If patch looks good please apply this patch in ws-messenger location and add the newly added file in to svn too.

Regards
Lahiru

> MessageBroker Integration with embedded derby database
> ------------------------------------------------------
>
>                 Key: AIRAVATA-27
>                 URL: https://issues.apache.org/jira/browse/AIRAVATA-27
>             Project: Airavata
>          Issue Type: Sub-task
>          Components: WS-Messenger
>            Reporter: Suresh Marru
>         Attachments: diff.out
>
>
> Message Broker receives subscription requests and publishes messages and stores it in two tables for a mysql database. These default databases should be changed to Derby and all test cases should be verified to work.

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

        

[jira] [Resolved] (AIRAVATA-27) MessageBroker Integration with embedded derby database

Posted by "Thilina Gunarathne (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AIRAVATA-27?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thilina Gunarathne resolved AIRAVATA-27.
----------------------------------------

    Resolution: Fixed

Looks like Suresh applied the patch.

http://svn.apache.org/viewvc?rev=1147199&view=rev

> MessageBroker Integration with embedded derby database
> ------------------------------------------------------
>
>                 Key: AIRAVATA-27
>                 URL: https://issues.apache.org/jira/browse/AIRAVATA-27
>             Project: Airavata
>          Issue Type: Sub-task
>          Components: WS-Messenger
>            Reporter: Suresh Marru
>         Attachments: diff.out, patch.out
>
>
> Message Broker receives subscription requests and publishes messages and stores it in two tables for a mysql database. These default databases should be changed to Derby and all test cases should be verified to work.

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

        

[jira] [Commented] (AIRAVATA-27) MessageBroker Integration with embedded derby database

Posted by "Lahiru Gunathilake (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AIRAVATA-27?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13065714#comment-13065714 ] 

Lahiru Gunathilake commented on AIRAVATA-27:
--------------------------------------------

Hi Thilina,

I think it's better to provide another patch which is straight forward. I will provide another patch and attach to this jira.
I apologize for the inconvenience !

Lahiru

> MessageBroker Integration with embedded derby database
> ------------------------------------------------------
>
>                 Key: AIRAVATA-27
>                 URL: https://issues.apache.org/jira/browse/AIRAVATA-27
>             Project: Airavata
>          Issue Type: Sub-task
>          Components: WS-Messenger
>            Reporter: Suresh Marru
>         Attachments: diff.out
>
>
> Message Broker receives subscription requests and publishes messages and stores it in two tables for a mysql database. These default databases should be changed to Derby and all test cases should be verified to work.

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

        

[jira] [Commented] (AIRAVATA-27) MessageBroker Integration with embedded derby database

Posted by "Thilina Gunarathne (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AIRAVATA-27?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13065707#comment-13065707 ] 

Thilina Gunarathne commented on AIRAVATA-27:
--------------------------------------------

Also it looks like your patch adds/move/delete some files. Can you please give a list of the files that are deleting and a list of files that needs to be added..

thanks,
Thilina

> MessageBroker Integration with embedded derby database
> ------------------------------------------------------
>
>                 Key: AIRAVATA-27
>                 URL: https://issues.apache.org/jira/browse/AIRAVATA-27
>             Project: Airavata
>          Issue Type: Sub-task
>          Components: WS-Messenger
>            Reporter: Suresh Marru
>         Attachments: diff.out
>
>
> Message Broker receives subscription requests and publishes messages and stores it in two tables for a mysql database. These default databases should be changed to Derby and all test cases should be verified to work.

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