[JBoss JIRA] (JBIDE-13242) Seam 2.3: seam-gen generated project, JBDS reports missing files referenced from view-id in pages.xml
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13242?page=com.atlassian.jira.plugi... ]
Vlado Pakan closed JBIDE-13242.
-------------------------------
> Seam 2.3: seam-gen generated project, JBDS reports missing files referenced from view-id in pages.xml
> -----------------------------------------------------------------------------------------------------
>
> Key: JBIDE-13242
> URL: https://issues.jboss.org/browse/JBIDE-13242
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: Seam 2, upstream
> Affects Versions: 4.0.0.Beta2
> Environment: Seam.2.3.0, JBDS 5.0.1.GA or JBDS 6.0.0.Beta2a
> Reporter: Marek Novotny
> Assignee: Alexey Kazakov
> Fix For: 4.1.0.Beta1
>
>
> After importing and building a Seam 2.3 seam-gen generated project in JBDS, it reports missing files referenced from view-id in pages.xml and in somEntity.page.xml files.
> This works OK for a Seam project created in JBDS and for a Maven project imported to JBDS.
> How reproducible:
> Import a seam-gen generated EAR project, check pages.xml.
> Steps to Reproduce:
> 1. Create a seam-gen EAR project.
> 2. Import into JBDS.
> 3. Open pages.xml, make a change (to trigger build).
>
> Actual results:
> On lines referencing a view-id, like
> <redirect view-id="/home.xhtml"/>
> JBDS shows an error saying:
> Cannot find target resource: "/home.xhtml"
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 11 months
[JBoss JIRA] (JBIDE-14652) CordovaSim: cross-origin requests send default user agent string in headers
by Yahor Radtsevich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14652?page=com.atlassian.jira.plugi... ]
Yahor Radtsevich updated JBIDE-14652:
-------------------------------------
Description:
Cross-origin XMLHttpRequest send browser's default User Agent string in the request headers.
*Steps to reproduce:*
Create the following page in a hybrid project and open it with CordovaSim:
{code:xml|title=ua-test.html}
<script>
var client = new XMLHttpRequest();
client.onreadystatechange = function() {
if(client.readyState == client.DONE) {
if (client.status == 200) {
alert(/<span id="body_lbUserAgent">([^>]*)<\/span>/ig.exec(client.responseText)[1]);
} else {
alert("Error code: " + client.status);
}
}
}
client.open("GET", "http://www.whatsmyuseragent.com/");
client.send();
</script>
{code}
*Actual result:*
A desktop User Agent is shown:
!ua-actual-result.png|thumbnail!
*Expected result:*
An iPhone User Agent is shown.
was:
Cross-origin XMLHttpRequest send browser's default User Agent string in the request headers.
*Steps to reproduce:*
Create the following page in a hybrid project and open it with CordovaSim:
{code:xml|title=ua-test.html}
<script>
var client = new XMLHttpRequest();
client.onreadystatechange = function() {
if(client.readyState == client.DONE) {
if (client.status == 200) {
alert(/<span id="body_lbUserAgent">([^>]*)<\/span>/ig.exec(client.responseText)[1]);
} else {
alert("Error code: " + client.status);
}
}
}
client.open("GET", "http://www.whatsmyuseragent.com/");
client.send();
</script>
{code}
*Actual result:*
!ua-actual-result.png|thumbnail!
*Expected result:*
An iPhone User Agent is showed.
> CordovaSim: cross-origin requests send default user agent string in headers
> ---------------------------------------------------------------------------
>
> Key: JBIDE-14652
> URL: https://issues.jboss.org/browse/JBIDE-14652
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Affects Versions: 4.1.0.Beta1
> Reporter: Yahor Radtsevich
> Assignee: Yahor Radtsevich
> Fix For: 4.1.0.Beta2
>
> Attachments: ua-actual-result.png
>
>
> Cross-origin XMLHttpRequest send browser's default User Agent string in the request headers.
> *Steps to reproduce:*
> Create the following page in a hybrid project and open it with CordovaSim:
> {code:xml|title=ua-test.html}
> <script>
> var client = new XMLHttpRequest();
> client.onreadystatechange = function() {
> if(client.readyState == client.DONE) {
> if (client.status == 200) {
> alert(/<span id="body_lbUserAgent">([^>]*)<\/span>/ig.exec(client.responseText)[1]);
> } else {
> alert("Error code: " + client.status);
> }
> }
> }
> client.open("GET", "http://www.whatsmyuseragent.com/");
> client.send();
> </script>
> {code}
> *Actual result:*
> A desktop User Agent is shown:
> !ua-actual-result.png|thumbnail!
> *Expected result:*
> An iPhone User Agent is shown.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 11 months
[JBoss JIRA] (JBIDE-14652) CordovaSim: cross-origin requests send default user agent string in headers
by Yahor Radtsevich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14652?page=com.atlassian.jira.plugi... ]
Yahor Radtsevich updated JBIDE-14652:
-------------------------------------
Description:
Cross-origin XMLHttpRequest send browser's default User Agent string in the request headers.
*Steps to reproduce:*
Create the following page in a hybrid project and open it with CordovaSim:
{code:xml|title=ua-test.html}
<script>
var client = new XMLHttpRequest();
client.onreadystatechange = function() {
if(client.readyState == client.DONE) {
if (client.status == 200) {
alert(/<span id="body_lbUserAgent">([^>]*)<\/span>/ig.exec(client.responseText)[1]);
} else {
alert("Error code: " + client.status);
}
}
}
client.open("GET", "http://www.whatsmyuseragent.com/");
client.send();
</script>
{code}
*Actual result:*
!ua-actual-result.png|thumbnail!
*Expected result:*
An iPhone User Agent is showed.
was:
Cross-origin XMLHttpRequest send browser's default User Agent string in the request headers.
A page to test with (create it in a hybrid project):
{code:xml|title=ua-test.html}
<script>
var client = new XMLHttpRequest();
client.onreadystatechange = function() {
if(client.readyState == client.DONE) {
if (client.status == 200) {
alert(/<span id="body_lbUserAgent">([^>]*)<\/span>/ig.exec(client.responseText)[1]);
} else {
alert("Error code: " + client.status);
}
}
}
client.open("GET", "http://www.whatsmyuseragent.com/");
client.send();
</script>
{code}
*Actual result:*
!ua-actual-result.png|thumbnail!
> CordovaSim: cross-origin requests send default user agent string in headers
> ---------------------------------------------------------------------------
>
> Key: JBIDE-14652
> URL: https://issues.jboss.org/browse/JBIDE-14652
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Affects Versions: 4.1.0.Beta1
> Reporter: Yahor Radtsevich
> Assignee: Yahor Radtsevich
> Fix For: 4.1.0.Beta2
>
> Attachments: ua-actual-result.png
>
>
> Cross-origin XMLHttpRequest send browser's default User Agent string in the request headers.
> *Steps to reproduce:*
> Create the following page in a hybrid project and open it with CordovaSim:
> {code:xml|title=ua-test.html}
> <script>
> var client = new XMLHttpRequest();
> client.onreadystatechange = function() {
> if(client.readyState == client.DONE) {
> if (client.status == 200) {
> alert(/<span id="body_lbUserAgent">([^>]*)<\/span>/ig.exec(client.responseText)[1]);
> } else {
> alert("Error code: " + client.status);
> }
> }
> }
> client.open("GET", "http://www.whatsmyuseragent.com/");
> client.send();
> </script>
> {code}
> *Actual result:*
> !ua-actual-result.png|thumbnail!
> *Expected result:*
> An iPhone User Agent is showed.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 11 months
[JBoss JIRA] (JBIDE-14033) jboss central is too big in the new layout
by Radim Hopp (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14033?page=com.atlassian.jira.plugi... ]
Radim Hopp closed JBIDE-14033.
------------------------------
Nice work. Verified in JBDS 7.0.0.Beta1 (I've filled one more minor jira concerning central L&F JBIDE-14651)
> jboss central is too big in the new layout
> ------------------------------------------
>
> Key: JBIDE-14033
> URL: https://issues.jboss.org/browse/JBIDE-14033
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Reporter: Max Rydahl Andersen
> Assignee: Fred Bricon
> Priority: Critical
> Fix For: 4.1.0.Beta1
>
> Attachments: screenres-16thapril2013.png, toobigtopartycentral.png, toobigtopartycentral_resizedesign.png
>
>
> see attached - that is how central looks with the new layout. Can't see large part of the screen.
> In the old version it adjusted to the size much better.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 11 months
[JBoss JIRA] (JBIDE-14652) CordovaSim: cross-origin requests send default user agent string in headers
by Yahor Radtsevich (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14652?page=com.atlassian.jira.plugi... ]
Yahor Radtsevich updated JBIDE-14652:
-------------------------------------
Attachment: ua-actual-result.png
> CordovaSim: cross-origin requests send default user agent string in headers
> ---------------------------------------------------------------------------
>
> Key: JBIDE-14652
> URL: https://issues.jboss.org/browse/JBIDE-14652
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Affects Versions: 4.1.0.Beta1
> Reporter: Yahor Radtsevich
> Assignee: Yahor Radtsevich
> Fix For: 4.1.0.Beta2
>
> Attachments: ua-actual-result.png
>
>
> Cross-origin XMLHttpRequest send browser's default User Agent string in the request headers.
> A page to test with (create it in a hybrid project):
> {code:xml|title=ua-test.html}
> <script>
> var client = new XMLHttpRequest();
> client.onreadystatechange = function() {
> if(client.readyState == client.DONE) {
> if (client.status == 200) {
> alert(/<span id="body_lbUserAgent">([^>]*)<\/span>/ig.exec(client.responseText)[1]);
> } else {
> alert("Error code: " + client.status);
> }
> }
> }
> client.open("GET", "http://www.whatsmyuseragent.com/");
> client.send();
> </script>
> {code}
> *Actual result:*
> !ua-actual-result.png|thumbnail!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 11 months
[JBoss JIRA] (JBIDE-14652) CordovaSim: cross-origin requests send default user agent string in headers
by Yahor Radtsevich (JIRA)
Yahor Radtsevich created JBIDE-14652:
----------------------------------------
Summary: CordovaSim: cross-origin requests send default user agent string in headers
Key: JBIDE-14652
URL: https://issues.jboss.org/browse/JBIDE-14652
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Affects Versions: 4.1.0.Beta1
Reporter: Yahor Radtsevich
Assignee: Yahor Radtsevich
Fix For: 4.1.0.Beta2
Cross-origin XMLHttpRequest send browser's default User Agent string in the request headers.
A page to test with (create it in a hybrid project):
{code:xml|title=ua-test.html}
<script>
var client = new XMLHttpRequest();
client.onreadystatechange = function() {
if(client.readyState == client.DONE) {
if (client.status == 200) {
alert(/<span id="body_lbUserAgent">([^>]*)<\/span>/ig.exec(client.responseText)[1]);
} else {
alert("Error code: " + client.status);
}
}
}
client.open("GET", "http://www.whatsmyuseragent.com/");
client.send();
</script>
{code}
*Actual result:*
!ua-actual-result.png|thumbnail!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 11 months
[JBoss JIRA] (JBIDE-14650) Display dialog when there is no LiveReload server defined and user try to Open HTML page with Web Browser via LiveReload Proxy
by Vlado Pakan (JIRA)
Vlado Pakan created JBIDE-14650:
-----------------------------------
Summary: Display dialog when there is no LiveReload server defined and user try to Open HTML page with Web Browser via LiveReload Proxy
Key: JBIDE-14650
URL: https://issues.jboss.org/browse/JBIDE-14650
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: livereload
Affects Versions: 4.1.0.Beta1
Environment: JBDS 7.0.0 Beta1-v20130526-0839-B241
Reporter: Vlado Pakan
Priority: Minor
Fix For: 4.1.0.Beta2
Right now there is only warning displayed in Error log when there is no LiveReload server defined and user choose Open With > Web Browser with LiveReload proxy from context menu of HTML page. There is no information displayed so it looks like nothing happened.
Would be nice if in this case dialog will be displayed informing user that there is no LiveReload server defined with question asking if user wants to define LiveReload server. If user answers yes new server wizard should be opened with LiveReload server type preselected.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 11 months