[JBoss JIRA] (JBIDE-18548) Image dropped to VPE is not rendered on server
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18548?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-18548:
---------------------------------------------
doesn't jsf has a context root variable that can be used together with root absolute path or even relative path ?
> Image dropped to VPE is not rendered on server
> ----------------------------------------------
>
> Key: JBIDE-18548
> URL: https://issues.jboss.org/browse/JBIDE-18548
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing
> Affects Versions: 4.2.0.CR2
> Environment: JBT 4.2.0.CR2-v20141005-0541-B267
> Reporter: Vlado Pakan
> Assignee: Alexey Kazakov
> Fix For: 4.3.0.Alpha1
>
>
> 1. Import HTML 5 project from JBoss Central
> 2. Open index.html page
> 3. Drag&drop some image from img subdirectory to source part of VPE
> ASSERT: Image is displayed in visual part of VPE
> 4. Run project on server
> ERROR: Dropped Image is not rendered in web browser
> Once leading "/" is removed from img tag source attribute droped image is rendered on web page deployed to server
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months
[JBoss JIRA] (JBIDE-18656) On opening Fuse Integration perspective, JMX components not found, so JMX Navigator wasn't created
by Max Rydahl Andersen (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18656?page=com.atlassian.jira.plugi... ]
Max Rydahl Andersen commented on JBIDE-18656:
---------------------------------------------
based on the log I see you are using: com.jboss.devstudio.core (8.0.0.Beta3-v20140722-2011-B194) "JBoss Developer Studio" [Active]
[~lhein] I dont know which version Fuse IDE is targeting but lots of fixes was done in JMX in CR1 so I would check that combination first.
> On opening Fuse Integration perspective, JMX components not found, so JMX Navigator wasn't created
> --------------------------------------------------------------------------------------------------
>
> Key: JBIDE-18656
> URL: https://issues.jboss.org/browse/JBIDE-18656
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jmx
> Environment: OSX 10.9.4; JBDS 8.0.0.Beta3; Fuse Tooling 7.3.0.v20141013-2306-H321-MASTER; java version 1.7.0_25
> Reporter: Jane Murphey
> Attachments: FT7.3.0_20141013_JMXfail.png, jbosstools-diagnostics-20141016165457.zip
>
>
> After creating a new Fuse project, tried to open the Fuse Integration perspective. See attached graphic.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months
[JBoss JIRA] (JBIDE-18623) Examples are not working in offline mode
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18623?page=com.atlassian.jira.plugi... ]
Fred Bricon resolved JBIDE-18623.
---------------------------------
Resolution: Done
So the foundation plugin hadn't been rebuilt since the new urls were added, meaning, when going offline, an "old" of ide-config.properties was used, referencing old urls. Since offline examples are mapped to these urls, there was a mismatch, making them disappear from central.
This should be fixed along the foundation plugin being rebuilt because of JBIDE-18247
> Examples are not working in offline mode
> ----------------------------------------
>
> Key: JBIDE-18623
> URL: https://issues.jboss.org/browse/JBIDE-18623
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central, project-examples
> Affects Versions: 4.2.0.CR2
> Environment: JBT 4.2.0.CR2a, JBDS 8.0.0.CR2a
> Reporter: Radim Hopp
> Assignee: Fred Bricon
> Priority: Blocker
> Labels: respin-b
> Fix For: 4.2.0.CR2
>
>
> After executing offline groovy script and configuring JBT/JBDS to use generated examples and maven repository, project examples are not shown in JBoss Central.
> Warning is logged, when user tries to refresh "Start from sample" section (this one is from JBDS):
> {noformat}Invalid URL: http://download.jboss.org/jbosstools/examples/project-examples-jbds80.Bet...
> Groovy script has errors generating few examples (JBIDE-18582), but I think this is not relevant to this issue. What can be relevant is PR from JBIDE-18589 - switching descriptors from Beta3 to GA.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months
[JBoss JIRA] (JBIDE-18623) Examples are not working in offline mode
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18623?page=com.atlassian.jira.plugi... ]
Fred Bricon edited comment on JBIDE-18623 at 10/16/14 4:16 PM:
---------------------------------------------------------------
So the foundation plugin hadn't been rebuilt since the new urls were added, meaning, when going offline, an "old" version of ide-config.properties was used, referencing old urls. Since offline examples are mapped to these urls, there was a mismatch, making them disappear from central.
This should be fixed along the foundation plugin being rebuilt because of JBIDE-18247
was (Author: fbricon):
So the foundation plugin hadn't been rebuilt since the new urls were added, meaning, when going offline, an "old" of ide-config.properties was used, referencing old urls. Since offline examples are mapped to these urls, there was a mismatch, making them disappear from central.
This should be fixed along the foundation plugin being rebuilt because of JBIDE-18247
> Examples are not working in offline mode
> ----------------------------------------
>
> Key: JBIDE-18623
> URL: https://issues.jboss.org/browse/JBIDE-18623
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central, project-examples
> Affects Versions: 4.2.0.CR2
> Environment: JBT 4.2.0.CR2a, JBDS 8.0.0.CR2a
> Reporter: Radim Hopp
> Assignee: Fred Bricon
> Priority: Blocker
> Labels: respin-b
> Fix For: 4.2.0.CR2
>
>
> After executing offline groovy script and configuring JBT/JBDS to use generated examples and maven repository, project examples are not shown in JBoss Central.
> Warning is logged, when user tries to refresh "Start from sample" section (this one is from JBDS):
> {noformat}Invalid URL: http://download.jboss.org/jbosstools/examples/project-examples-jbds80.Bet...
> Groovy script has errors generating few examples (JBIDE-18582), but I think this is not relevant to this issue. What can be relevant is PR from JBIDE-18589 - switching descriptors from Beta3 to GA.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months
[JBoss JIRA] (JBIDE-18247) Eclipse is blocked for several minutes on startup when HTTP/80 is firewalled
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-18247?page=com.atlassian.jira.plugi... ]
Fred Bricon resolved JBIDE-18247.
---------------------------------
Assignee: Rob Stryker (was: Fred Bricon)
Resolution: Done
New commits applied. now cached ide-confog.properties is used when stuck behind a firewall (or offline)
> Eclipse is blocked for several minutes on startup when HTTP/80 is firewalled
> ----------------------------------------------------------------------------
>
> Key: JBIDE-18247
> URL: https://issues.jboss.org/browse/JBIDE-18247
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: central
> Affects Versions: 4.2.0.CR1
> Reporter: Pavol Srna
> Assignee: Rob Stryker
> Priority: Critical
> Labels: respin-b
> Fix For: 4.2.0.CR2
>
> Attachments: console-log.txt, eclipse-firewalled-jstack.txt, stack-cr1a.txt
>
>
> Imagine a situation where you are behind firewall which blocks HTTP/80.
> You unpack fresh eclipse and install jbosstools. After installation you are prompted to restart eclipse. But eclipse is blocked at startup for several minutes - there is blocking central thread which cannot access web because of firewall.
> If you don't forget to setup proxy in eclipse you won't experience this. But otherwise you will be stucked on eclipse startup. And that is bad user experience.
> I would suggest to fix it so, that eclipse can at least start - just central content is not loaded when http is blocked.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
11 years, 6 months