[JBoss JIRA] (JBIDE-20415) Runtime download hyperlink not working from New Server dialog on Mac - upstream
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20415?page=com.atlassian.jira.plugi... ]
Martin Malina closed JBIDE-20415.
---------------------------------
> Runtime download hyperlink not working from New Server dialog on Mac - upstream
> -------------------------------------------------------------------------------
>
> Key: JBIDE-20415
> URL: https://issues.jboss.org/browse/JBIDE-20415
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.3.0.Alpha2
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Fix For: 4.3.1.Final
>
>
> When you go through Servers view -> New Server -> EAP 6.1 -> New Runtime and then click "Download and install runtime...", it won't do anything.
> If you go through Preferences -> Server -> Runtime Environments -> Add -> EAP 6.1+ and then click the Download button, it will work.
> This issue applies to both JBDS 8.1.0.GA and JBoss Tools 4.3.0.Alpha2 testing build, but I doubt we will be able to fix this for 4.2.x.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-19854) When Wildfly starts in debug mode occurs ClassNotFoundException with org.jboss.modules.Main
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19854?page=com.atlassian.jira.plugi... ]
Martin Malina closed JBIDE-19854.
---------------------------------
> When Wildfly starts in debug mode occurs ClassNotFoundException with org.jboss.modules.Main
> -------------------------------------------------------------------------------------------
>
> Key: JBIDE-19854
> URL: https://issues.jboss.org/browse/JBIDE-19854
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Environment: OS: Windows 8.1; Intel Core i3 540 3.07Ghz; 4GB DDR3 1333Mhz; Java Version 1.7.0_75;
> Reporter: Giancarlo giulian
> Assignee: Martin Malina
> Labels: classnotfound, debug, debugging, jboss, main, wildfly
> Fix For: 4.3.1.Final
>
> Attachments: image2.png, image3.png, imagem1.png
>
>
> This problem has recently begun, before that is it working in debug mode. Errors log are not created and doesn't appear in console output using Eclipse Luna.
> Program Arguments:
> {quote}
> -mp "C:/wildfly-8.1/modules" -jaxpmodule javax.xml.jaxp-provider org.jboss.as.standalone -b localhost --server-config=standalone.xml -Djboss.server.base.dir=C:\wildfly-8.1\standalone
> {quote}
> VM Arguments:
> {quote}
> "-Dprogram.name=JBossTools: WildFly 8.1" -server -Xms64m -Xmx512m -XX:MaxPermSize=256m -Dorg.jboss.resolver.warning=true -Djava.net.preferIPv4Stack=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true "-Dorg.jboss.boot.log.file=C:/wildfly-8.1/standalone/log/boot.log" "-Dlogging.configuration=file:/C:/wildfly-8.1/standalone/configuration/logging.properties" "-Djboss.home.dir=C:/wildfly-8.1" -Dorg.jboss.logmanager.nocolor=true -Djboss.bind.address.management=localhost
> {quote}
> Images:
> https://www.dropbox.com/s/g0hdwh1tz543q1p/imagem1.png
> https://www.dropbox.com/s/ivpnd3ggaprtl2v/image2.png
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-22243) Properties: "Refresh" has no effect
by Jeff Cantrill (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22243?page=com.atlassian.jira.plugi... ]
Jeff Cantrill commented on JBIDE-22243:
---------------------------------------
I looked at this and we are specifically ignoring some refresh requests. Our caching strategy is purposely ignoring calls where it already knows about the version of the resource. Ideally, we would have a single cache for a connection and we could possibly evict the refreshed member. During investigation, I also discovered our refresh job is ignoring a parameter that it should be passing on (isAdded?). I think the short term fix might be to figure out how we might pass a 'context' to the cache so it knows it should evict the member in question and continue on refreshing.
> Properties: "Refresh" has no effect
> -----------------------------------
>
> Key: JBIDE-22243
> URL: https://issues.jboss.org/browse/JBIDE-22243
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.4.0.Alpha1
> Reporter: Andre Dietisheim
> Assignee: Jeff Cantrill
> Fix For: 4.4.0.Alpha1
>
> Attachments: refreshing-wont-help.ogv
>
>
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-22043) Server adapter wizard: create unit tests
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-22043?page=com.atlassian.jira.plugi... ]
Andre Dietisheim updated JBIDE-22043:
-------------------------------------
Story Points: 16
> Server adapter wizard: create unit tests
> ----------------------------------------
>
> Key: JBIDE-22043
> URL: https://issues.jboss.org/browse/JBIDE-22043
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.4.0.Alpha1
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Priority: Critical
> Labels: server_adapter_wizard
> Fix For: 4.4.0.Alpha1
>
>
> The server adapter wizard should be unit tested. Given it's implemented using databinding and a presentation model (ServerSettingsWizardPageModel) the model can be unit tested (ex. #setService and then test all it's states: source path, deploy project etc.).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (JBIDE-20532) Deploy Docker: Allow a user to add volumes
by Jeff Cantrill (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20532?page=com.atlassian.jira.plugi... ]
Jeff Cantrill commented on JBIDE-20532:
---------------------------------------
I need to re-evaluate the usefulness of this feature with the OpenShift team. Looking at oc new-app, I don't see a switch to create a new deployment with new volumes. Additionally, I believe volumes are a little more complicated, requiring claims, etc.
> Deploy Docker: Allow a user to add volumes
> ------------------------------------------
>
> Key: JBIDE-20532
> URL: https://issues.jboss.org/browse/JBIDE-20532
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.3.0.CR1
> Reporter: Jeff Cantrill
> Assignee: Jeff Cantrill
> Labels: deploy_docker_wizard, docker, openshift_v3
> Fix For: 4.4.0.Alpha1
>
>
> Allow a user to add volumes when deploying an image. This will probably require expanding beyond emptydir volumes
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months