You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Kalpeshkumar Soni (JIRA)" <de...@tuscany.apache.org> on 2009/12/09 17:53:18 UTC

[jira] Created: (TUSCANY-3390) atom feed does not work on browsers properly for 1.5.1

atom feed does not work on browsers properly for 1.5.1
------------------------------------------------------

                 Key: TUSCANY-3390
                 URL: https://issues.apache.org/jira/browse/TUSCANY-3390
             Project: Tuscany
          Issue Type: Bug
          Components: Java SCA ATOM Binding Extension
    Affects Versions: Java-SCA-1.5.1
         Environment: windows xp java 1.6 eclipse 3.4 ganymede sca 1.5.1 plugin
            Reporter: Kalpeshkumar Soni


I installed eclipse and installed the tuscany plugin from http://archive.apache.org/dist/tuscany/java/sca/1.5.1/tuscany-sca-1.5.1-updatesite/

I was able to run the store sample that uses jsonrpc and atom feed as an example

the atom feed is not working properly

in the browser i see the items but not correct name or prices

it does not look like the screen shots posted in http://tuscany.apache.org/getting-started-with-tuscany-using-tuscany-eclipse-plugin.html when I hit http://localhost:8080/ShoppingCart

I tried with Firefox 3.5 and IE7

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


[jira] Commented: (TUSCANY-3390) atom feed does not work on browsers properly for 1.5.1

Posted by "Kalpeshkumar Soni (JIRA)" <de...@tuscany.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-3390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12788294#action_12788294 ] 

Kalpeshkumar Soni commented on TUSCANY-3390:
--------------------------------------------

thats what I have been running

I downloaded 1.5.1 src, built it using command line maven, did "mvn -Dwtpversion=1.5 -Peclipse eclipse:eclipse" then imported it to eclipse 3.4.2

> atom feed does not work on browsers properly for 1.5.1
> ------------------------------------------------------
>
>                 Key: TUSCANY-3390
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3390
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA ATOM Binding Extension
>    Affects Versions: Java-SCA-1.5.1
>         Environment: windows xp java 1.6 eclipse 3.4 ganymede sca 1.5.1 plugin
>            Reporter: Kalpeshkumar Soni
>
> I installed eclipse and installed the tuscany plugin from http://archive.apache.org/dist/tuscany/java/sca/1.5.1/tuscany-sca-1.5.1-updatesite/
> I was able to run the store sample that uses jsonrpc and atom feed as an example
> the atom feed is not working properly
> in the browser i see the items but not correct name or prices
> it does not look like the screen shots posted in http://tuscany.apache.org/getting-started-with-tuscany-using-tuscany-eclipse-plugin.html when I hit http://localhost:8080/ShoppingCart
> I tried with Firefox 3.5 and IE7

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


[jira] Commented: (TUSCANY-3390) atom feed does not work on browsers properly for 1.5.1

Posted by "Kalpeshkumar Soni (JIRA)" <de...@tuscany.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-3390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12788159#action_12788159 ] 

Kalpeshkumar Soni commented on TUSCANY-3390:
--------------------------------------------

This is the xml for the /ShoppingCart/Cart

<?xml version="1.0" encoding="http://www.w3.org/2005/Atom" standalone="no"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title type="text">Feed</title>
<id>Feed31472225</id>
<entry>
<id>cart-490e683a-c27a-49a9-a0b5-d861c443def1</id>
<title type="text">item</title>
<content type="application/xml">
<ns2:root xmlns:ns2="http://tuscany.apache.org/xmlns/sca/databinding/jaxb/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="item">
<name xmlns="">Pear</name>
<price xmlns="">$1.55</price>
</ns2:root>
</content>
<link href="cart-490e683a-c27a-49a9-a0b5-d861c443def1"/>
</entry>
</feed>

> atom feed does not work on browsers properly for 1.5.1
> ------------------------------------------------------
>
>                 Key: TUSCANY-3390
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3390
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA ATOM Binding Extension
>    Affects Versions: Java-SCA-1.5.1
>         Environment: windows xp java 1.6 eclipse 3.4 ganymede sca 1.5.1 plugin
>            Reporter: Kalpeshkumar Soni
>
> I installed eclipse and installed the tuscany plugin from http://archive.apache.org/dist/tuscany/java/sca/1.5.1/tuscany-sca-1.5.1-updatesite/
> I was able to run the store sample that uses jsonrpc and atom feed as an example
> the atom feed is not working properly
> in the browser i see the items but not correct name or prices
> it does not look like the screen shots posted in http://tuscany.apache.org/getting-started-with-tuscany-using-tuscany-eclipse-plugin.html when I hit http://localhost:8080/ShoppingCart
> I tried with Firefox 3.5 and IE7

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


[jira] Commented: (TUSCANY-3390) atom feed does not work on browsers properly for 1.5.1

Posted by "Luciano Resende (JIRA)" <de...@tuscany.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-3390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12788182#action_12788182 ] 

Luciano Resende commented on TUSCANY-3390:
------------------------------------------

Thanks for reporting this, While I take a look at this, in order for you to make progress, you could look into the samples/store from the 1.5.1 release which is basically the same example from the getting started guide.

> atom feed does not work on browsers properly for 1.5.1
> ------------------------------------------------------
>
>                 Key: TUSCANY-3390
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3390
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA ATOM Binding Extension
>    Affects Versions: Java-SCA-1.5.1
>         Environment: windows xp java 1.6 eclipse 3.4 ganymede sca 1.5.1 plugin
>            Reporter: Kalpeshkumar Soni
>
> I installed eclipse and installed the tuscany plugin from http://archive.apache.org/dist/tuscany/java/sca/1.5.1/tuscany-sca-1.5.1-updatesite/
> I was able to run the store sample that uses jsonrpc and atom feed as an example
> the atom feed is not working properly
> in the browser i see the items but not correct name or prices
> it does not look like the screen shots posted in http://tuscany.apache.org/getting-started-with-tuscany-using-tuscany-eclipse-plugin.html when I hit http://localhost:8080/ShoppingCart
> I tried with Firefox 3.5 and IE7

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