[JBoss JIRA] (JBIDE-17481) Break dependency from karaf.ui on o.j.i.e.as.ui
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17481?page=com.atlassian.jira.plugi... ]
Rob Stryker updated JBIDE-17481:
--------------------------------
Fix Version/s: 4.2.0.Beta3
> Break dependency from karaf.ui on o.j.i.e.as.ui
> -----------------------------------------------
>
> Key: JBIDE-17481
> URL: https://issues.jboss.org/browse/JBIDE-17481
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.2.0.Beta2
> Reporter: Lars Heinemann
> Priority: Blocker
> Fix For: 4.2.0.Beta3
>
>
> Fuse Tooling cannot and should not come bundled with the JBossAS server adapters. An existing dependency on as.ui means that we bring in as.ui and as.core. These two plugins alone create an incomplete half-working server adapter. To ensure a full jboss server adapter, we'd need to bring in ALL of the jboss-as plugins or depend on their major feature.
> Since Fuse Tooling doesn't want to come bundled with jboss-as at all, this workaround is not in our interests. Breaking the dependency, and moving into a usable API the classes we require, is much better.
> Please move or abstract AbstractJBTRuntimeWizardFragment into as.wtp.ui in a form usable by Fuse Tooling and other projects.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months
[JBoss JIRA] (JBIDE-9479) Enhance custom classpath containers for additional support such as as7's modules tag
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-9479?page=com.atlassian.jira.plugin... ]
Rob Stryker updated JBIDE-9479:
-------------------------------
Labels: new_and_noteworthy (was: )
> Enhance custom classpath containers for additional support such as as7's modules tag
> ------------------------------------------------------------------------------------
>
> Key: JBIDE-9479
> URL: https://issues.jboss.org/browse/JBIDE-9479
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: server
> Affects Versions: 3.3.0.M3
> Reporter: Rob Stryker
> Assignee: Rob Stryker
> Priority: Blocker
> Labels: new_and_noteworthy
> Fix For: 4.2.0.Beta2
>
> Attachments: JBIDE-9479a.png, JBIDE-9479b.png, JBIDE-9479c.png
>
>
> Enhance /JBIDE-1354 to allow for additional types of filesets.
> 1) Maintain backwards compatibility in terms of reading legacy files stores and functioning properly
> 2) If user makes a change, save in new persistance format
> 3) Add core elements for a 'module id' based classpath provider, only for jboss servers that have jboss-modules as a base
> 4) Expand UI to allow creation of a classpath element by using a module id instead of a basedir/includes/excludes pattern
> Out of scope for this issue: Core/UI for a per-facet customized response.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months
[JBoss JIRA] (JBIDE-17076) Move 'externally managed' server setting into the launch config ui's
by Rob Stryker (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17076?page=com.atlassian.jira.plugi... ]
Rob Stryker updated JBIDE-17076:
--------------------------------
Labels: new_and_noteworthy (was: )
> Move 'externally managed' server setting into the launch config ui's
> --------------------------------------------------------------------
>
> Key: JBIDE-17076
> URL: https://issues.jboss.org/browse/JBIDE-17076
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.2.0.Beta1
> Reporter: Martin Malina
> Assignee: Rob Stryker
> Labels: new_and_noteworthy
> Fix For: 4.2.0.Beta2
>
> Attachments: deploy-only-disabled.png, deploy-only-enabled.png
>
>
> I discussed JBIDE-7515 with Lucia Jelinkova and we have some suggestions.
> Right now the workflow is not optimal.
> Say you're a user and want to set up custom scripts for startup/shutdown with Deploy-only server. So you set up the server, open Server Editor, click Open launch config and realize you can't enter your scripts.
> You will see this message at the top:
> Your server is currently configured to ignore startup and shutdown actions.
> OK, so how do I change that? Perhaps I should go back to the server editor.
> It may or may not occur to me that it's the checkbox which reads Server is externally managed. Assume server is started. But in fact the server is shown as Stopped in server view, I'm confused. (Actually, I am not confused, I'm JBDS QA, so I know how this works. But your average user might be ;) ).
> Perhaps such a checkbox could be placed in the launch config and not in the server editor, so when you open the launch config, you can start editing your script right away? Would that be possible? It could be called Enable Start and Stop Commands.
> Also, how are the command text fields disabled currently? Because it's not visible they are disabled unless you try to edit them. Isn't normally a disabled field grey-ish?
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months
[JBoss JIRA] (JBIDE-17481) Break dependency from karaf.ui on o.j.i.e.as.ui
by Lars Heinemann (JIRA)
[ https://issues.jboss.org/browse/JBIDE-17481?page=com.atlassian.jira.plugi... ]
Lars Heinemann updated JBIDE-17481:
-----------------------------------
Description:
Fuse Tooling cannot and should not come bundled with the JBossAS server adapters. An existing dependency on as.ui means that we bring in as.ui and as.core. These two plugins alone create an incomplete half-working server adapter. To ensure a full jboss server adapter, we'd need to bring in ALL of the jboss-as plugins or depend on their major feature.
Since Fuse Tooling doesn't want to come bundled with jboss-as at all, this workaround is not in our interests. Breaking the dependency, and moving into a usable API the classes we require, is much better.
Please move or abstract AbstractJBTRuntimeWizardFragment into as.wtp.ui in a form usable by Fuse Tooling and other projects.
was:
FuseIDE cannot and should not come bundled with the JBossAS server adapters. An existing dependency on as.ui means that we bring in as.ui and as.core. These two plugins alone create an incomplete half-working server adapter. To ensure a full jboss server adapter, we'd need to bring in ALL of the jboss-as plugins or depend on their major feature.
Since Fuse Tooling doesn't want to come bundled with jboss-as at all, this workaround is not in our interests. Breaking the dependency, and moving into a usable API the classes we require, is much better.
Please move or abstract AbstractJBTRuntimeWizardFragment into as.wtp.ui in a form usable by Fuse Tooling and other projects.
> Break dependency from karaf.ui on o.j.i.e.as.ui
> -----------------------------------------------
>
> Key: JBIDE-17481
> URL: https://issues.jboss.org/browse/JBIDE-17481
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: server
> Affects Versions: 4.2.0.Beta2
> Reporter: Lars Heinemann
> Priority: Blocker
>
> Fuse Tooling cannot and should not come bundled with the JBossAS server adapters. An existing dependency on as.ui means that we bring in as.ui and as.core. These two plugins alone create an incomplete half-working server adapter. To ensure a full jboss server adapter, we'd need to bring in ALL of the jboss-as plugins or depend on their major feature.
> Since Fuse Tooling doesn't want to come bundled with jboss-as at all, this workaround is not in our interests. Breaking the dependency, and moving into a usable API the classes we require, is much better.
> Please move or abstract AbstractJBTRuntimeWizardFragment into as.wtp.ui in a form usable by Fuse Tooling and other projects.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months
[JBoss JIRA] (JBIDE-17481) Break dependency from karaf.ui on o.j.i.e.as.ui
by Lars Heinemann (JIRA)
Lars Heinemann created JBIDE-17481:
--------------------------------------
Summary: Break dependency from karaf.ui on o.j.i.e.as.ui
Key: JBIDE-17481
URL: https://issues.jboss.org/browse/JBIDE-17481
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: server
Affects Versions: 4.2.0.Beta2
Reporter: Lars Heinemann
Priority: Blocker
FuseIDE cannot and should not come bundled with the JBossAS server adapters. An existing dependency on as.ui means that we bring in as.ui and as.core. These two plugins alone create an incomplete half-working server adapter. To ensure a full jboss server adapter, we'd need to bring in ALL of the jboss-as plugins or depend on their major feature.
Since Fuse Tooling doesn't want to come bundled with jboss-as at all, this workaround is not in our interests. Breaking the dependency, and moving into a usable API the classes we require, is much better.
Please move or abstract AbstractJBTRuntimeWizardFragment into as.wtp.ui in a form usable by Fuse Tooling and other projects.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months
[JBoss JIRA] (JBIDE-17480) Error in validation of jboss-deployment-structure.xml
by Emil Cervenan (JIRA)
Emil Cervenan created JBIDE-17480:
-------------------------------------
Summary: Error in validation of jboss-deployment-structure.xml
Key: JBIDE-17480
URL: https://issues.jboss.org/browse/JBIDE-17480
Project: Tools (JBoss Tools)
Issue Type: Bug
Environment: Version: 8.0.0.Beta1
Build id: Beta1-v20140408-2350-B93
Build date: 20140408-2350
Reporter: Emil Cervenan
Wrong validation error on jboss-deployment-structure.xml file:
{code}
<jboss-deployment-structure xmlns="urn:jboss:deployment-structure:1.2">
<deployment>
<dependencies>
<module name="org.apache.log4j" slot="main" export="true"/>
</dependencies>
<exclusions>
<module name="org.hibernate"/>
</exclusions>
</deployment>
</jboss-deployment-structure>
{code}
Error:
{code}
cvc-complex-type.2.4.b: The content of element 'deployment' is not complete. One of '{"urn:jboss:deployment-structure:1.2":module-alias, "urn:jboss:deployment-structure:1.2":exports, "urn:jboss:deployment-structure:1.2":resources, "urn:jboss:deployment-structure:1.2":transformers, "urn:jboss:deployment-structure:1.2":local-last, "urn:jboss:deployment-structure:1.2":exclude-subsystems}' is expected.
{code}
Same for urn:jboss:deployment-structure:1.1.
--
This message was sent by Atlassian JIRA
(v6.2.3#6260)
11 years, 10 months