[JBoss JIRA] (JBIDE-20744) Application wizard: Defined Resources are not available for a local template
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20744?page=com.atlassian.jira.plugi... ]
Andre Dietisheim commented on JBIDE-20744:
------------------------------------------
There are additionnal bugs when you have a local template selected (radio button selected, template browsed and selected from disk) and switch back to selecting a server template (and vice versa).
# EXEC: select "Use a template from my local filesystem" radio and browse/choose a template from your disk
# ASSERT: "Defined Resources..." is enabled and if you hit it, it'll show you the resources from the disk-based templated
# EXEC: select "Use a template from the server" and select a template from the list
# ASSERT: "Defined Resources..." is enabled and if you hit it, it'll show you the resources from the server-based templated
# EXEC: select "Use a template from my local filesystem" radio and browse/choose a template from your disk
# ASSERT: "Defined Resources..." is enabled and if you hit it, it'll show you the resources from the disk-based templated
# etc.
> Application wizard: Defined Resources are not available for a local template
> ----------------------------------------------------------------------------
>
> Key: JBIDE-20744
> URL: https://issues.jboss.org/browse/JBIDE-20744
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.0.CR1
> Reporter: Marián Labuda
> Assignee: Andre Dietisheim
> Priority: Critical
> Fix For: 4.3.1.Final
>
>
> In a New OpenShift Application wizard on the first wizard page we have a button "Defined Resources" which opens a new shell with defined resources in a user friendly way. But If I select a local template the button is disabled.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (JBIDE-20687) Deployed war is NOT the specified war name
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20687?page=com.atlassian.jira.plugi... ]
Fred Bricon commented on JBIDE-20687:
-------------------------------------
Upstream bug https://bugs.eclipse.org/478565
> Deployed war is NOT the specified war name
> ------------------------------------------
>
> Key: JBIDE-20687
> URL: https://issues.jboss.org/browse/JBIDE-20687
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: maven, server, upstream
> Affects Versions: 4.3.0.CR1
> Reporter: ehsavoie Hugonnet
> Assignee: Fred Bricon
> Priority: Critical
> Fix For: 4.3.1.Final
>
>
> The deployed war name is the *artifactId* and not the specified *warName* from the war plugin nor the *finalName*.
> Sample pom.xml which exibits the issue
> {code:xml}<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
> <modelVersion>4.0.0</modelVersion>
> <groupId>org.glassfish-samples</groupId>
> <artifactId>auction</artifactId>
> <version>4.0-SNAPSHOT</version>
> <packaging>war</packaging>
> <name>WebSocket Auction Sample Application</name>
>
> <dependencies>
> <dependency>
> <groupId>javax</groupId>
> <artifactId>javaee-api</artifactId>
> <version>7.0</version>
> <scope>provided</scope>
> </dependency>
> </dependencies>
>
> <build>
> <finalName>websocket-auction</finalName>
> <plugins>
> <plugin>
> <artifactId>maven-compiler-plugin</artifactId>
> <version>3.1</version>
> <configuration>
> <source>1.8</source>
> <target>1.8</target>
> </configuration>
> </plugin>
> <plugin>
> <groupId>org.apache.maven.plugins</groupId>
> <artifactId>maven-war-plugin</artifactId>
> <version>2.3</version>
> <configuration>
> <failOnMissingWebXml>false</failOnMissingWebXml>
> <warName>websocket-auction</warName>
> </configuration>
> </plugin>
> </plugins>
> </build>
> </project>
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (JBTIS-510) did JBDS IS 8.0.3 never graduate from Early Access?
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBTIS-510?page=com.atlassian.jira.plugin.... ]
Nick Boldt commented on JBTIS-510:
----------------------------------
And then for 4.2.4/8.0.4, all the content will be 100% released, with nothing still in EA?
I wonder... since we're trying to reduce the # of URLs shown in JBT/JBDS, and since we tag EA content w/ "Early Access" in the UI... do we REALLY even need a separate URL for the EA content? Why not simply use ONE URL for everything? [~maxandersen] WDYT? for JBDS 8, could we composite the stuff in /earlyaccess/8.0/ into the /updates/8.0/ site?
> did JBDS IS 8.0.3 never graduate from Early Access?
> ---------------------------------------------------
>
> Key: JBTIS-510
> URL: https://issues.jboss.org/browse/JBTIS-510
> Project: JBoss Tools Integration Stack
> Issue Type: Sub-task
> Components: distribution
> Affects Versions: 8.0.3.GA
> Reporter: Nick Boldt
> Attachments: jbdsis803-still-ea.png
>
>
> On Aug 27, [~pleacu] sent a note to jbds-is-pm-list(a)redhat.com,
> soa-tools-list(a)redhat.com,
> jbosstools-dev(a)lists.jboss.org,
> jboss-qe-leads(a)redhat.com announcing, "JBDSIS 8.0.3.GA/ JBTIS 4.2.3.Final now live".
> But when I look at https://devstudio.redhat.com/updates/8.0/ I see no JBDS 8.0.3 content. Instead, this content remains on https://devstudio.redhat.com/earlyaccess/8.0/
> Is that what we intended to happen?
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (JBIDE-20744) Application wizard: Defined Resources are not available for a local template
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20744?page=com.atlassian.jira.plugi... ]
Fred Bricon updated JBIDE-20744:
--------------------------------
Summary: Application wizard: Defined Resources are not available for a local template (was: Appliaction wizard: Defined Resources are not available for a local template)
> Application wizard: Defined Resources are not available for a local template
> ----------------------------------------------------------------------------
>
> Key: JBIDE-20744
> URL: https://issues.jboss.org/browse/JBIDE-20744
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: openshift
> Affects Versions: 4.3.0.CR1
> Reporter: Marián Labuda
> Assignee: Andre Dietisheim
> Priority: Critical
> Fix For: 4.3.1.Final
>
>
> In a New OpenShift Application wizard on the first wizard page we have a button "Defined Resources" which opens a new shell with defined resources in a user friendly way. But If I select a local template the button is disabled.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (JBIDE-20830) "src-resolve: Cannot resolve the name 'javaee:jboss-ejb-beanType'
by The Alchemist (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20830?page=com.atlassian.jira.plugi... ]
The Alchemist updated JBIDE-20830:
----------------------------------
Description:
h2. Offending ejb-jar.xml
If you have the following {{ejb-jar.xml}}, which I got from [this Wildfly Wiki page|https://docs.jboss.org/author/display/WFLY8/jboss-ejb3.xml+Reference]:
{code:xml}
<?xml version="1.0"?>
<jboss:ejb-jar xmlns:jboss="http://www.jboss.com/xml/ns/javaee"
xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:s="urn:security:1.1"
xsi:schemaLocation="http://www.jboss.com/xml/ns/javaee http://www.jboss.org/j2ee/schema/jboss-ejb3-2_0.xsd http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/ejb-jar_3_1.xsd"
version="3.1"
impl-version="2.0">
<enterprise-beans>
<message-driven>
<ejb-name>ReplyingMDB</ejb-name>
<ejb-class>org.jboss.as.test.integration.ejb.mdb.messagedestination.ReplyingMDB</ejb-class>
<activation-config>
<activation-config-property>
<activation-config-property-name>destination</activation-config-property-name>
<activation-config-property-value>java:jboss/mdbtest/messageDestinationQueue
</activation-config-property-value>
</activation-config-property>
</activation-config>
</message-driven>
</enterprise-beans>
<assembly-descriptor>
<s:security>
<ejb-name>DDMyDomainSFSB</ejb-name>
<s:security-domain>myDomain</s:security-domain>
<s:run-as-principal>myPrincipal</s:run-as-principal>
</s:security>
</assembly-descriptor>
</jboss:ejb-jar>
{code}
h2. Errors/Warnings
You'll get a few warnings:
!screenshot.png!
In the console:
{noformat}
Description Resource Path Location Type
Referenced file contains errors (jar:file:/Users/me/Applications/sts-bundle/STS.app/Contents/Eclipse/plugins/org.jboss.tools.as.catalog_3.1.0.Beta2-v20150723-0026-B29.jar!/schema/xsd/jboss-ejb3-2_0.xsd). For more information, right click on the message in the Problems View and select "Show Details..." jboss-ejb3.xml /my-project/src/main/resources/META-INF line 1 XML Problem
{noformat}
h2. Related issues
* https://bugzilla.redhat.com/show_bug.cgi?id=1193543
was:
If you have the following {{ejb-jar.xml}}, which I got from the Jboss Wiki:
{code:xml}
<?xml version="1.0"?>
<jboss:ejb-jar xmlns:jboss="http://www.jboss.com/xml/ns/javaee"
xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:s="urn:security:1.1"
xsi:schemaLocation="http://www.jboss.com/xml/ns/javaee http://www.jboss.org/j2ee/schema/jboss-ejb3-2_0.xsd http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/ejb-jar_3_1.xsd"
version="3.1"
impl-version="2.0">
<enterprise-beans>
<message-driven>
<ejb-name>ReplyingMDB</ejb-name>
<ejb-class>org.jboss.as.test.integration.ejb.mdb.messagedestination.ReplyingMDB</ejb-class>
<activation-config>
<activation-config-property>
<activation-config-property-name>destination</activation-config-property-name>
<activation-config-property-value>java:jboss/mdbtest/messageDestinationQueue
</activation-config-property-value>
</activation-config-property>
</activation-config>
</message-driven>
</enterprise-beans>
<assembly-descriptor>
<s:security>
<ejb-name>DDMyDomainSFSB</ejb-name>
<s:security-domain>myDomain</s:security-domain>
<s:run-as-principal>myPrincipal</s:run-as-principal>
</s:security>
</assembly-descriptor>
</jboss:ejb-jar>
{code}
You'll get a few warnings:
!screenshot.png!
In the console:
{noformat}
Description Resource Path Location Type
Referenced file contains errors (jar:file:/Users/me/Applications/sts-bundle/STS.app/Contents/Eclipse/plugins/org.jboss.tools.as.catalog_3.1.0.Beta2-v20150723-0026-B29.jar!/schema/xsd/jboss-ejb3-2_0.xsd). For more information, right click on the message in the Problems View and select "Show Details..." jboss-ejb3.xml /my-project/src/main/resources/META-INF line 1 XML Problem
{noformat}
> "src-resolve: Cannot resolve the name 'javaee:jboss-ejb-beanType'
> -----------------------------------------------------------------
>
> Key: JBIDE-20830
> URL: https://issues.jboss.org/browse/JBIDE-20830
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: ejb3
> Reporter: The Alchemist
> Priority: Minor
> Attachments: screenshot.png
>
>
> h2. Offending ejb-jar.xml
> If you have the following {{ejb-jar.xml}}, which I got from [this Wildfly Wiki page|https://docs.jboss.org/author/display/WFLY8/jboss-ejb3.xml+Reference]:
> {code:xml}
> <?xml version="1.0"?>
> <jboss:ejb-jar xmlns:jboss="http://www.jboss.com/xml/ns/javaee"
> xmlns="http://java.sun.com/xml/ns/javaee"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xmlns:s="urn:security:1.1"
> xsi:schemaLocation="http://www.jboss.com/xml/ns/javaee http://www.jboss.org/j2ee/schema/jboss-ejb3-2_0.xsd http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/ejb-jar_3_1.xsd"
> version="3.1"
> impl-version="2.0">
> <enterprise-beans>
> <message-driven>
> <ejb-name>ReplyingMDB</ejb-name>
> <ejb-class>org.jboss.as.test.integration.ejb.mdb.messagedestination.ReplyingMDB</ejb-class>
> <activation-config>
> <activation-config-property>
> <activation-config-property-name>destination</activation-config-property-name>
> <activation-config-property-value>java:jboss/mdbtest/messageDestinationQueue
> </activation-config-property-value>
> </activation-config-property>
> </activation-config>
> </message-driven>
> </enterprise-beans>
> <assembly-descriptor>
> <s:security>
> <ejb-name>DDMyDomainSFSB</ejb-name>
> <s:security-domain>myDomain</s:security-domain>
> <s:run-as-principal>myPrincipal</s:run-as-principal>
> </s:security>
> </assembly-descriptor>
> </jboss:ejb-jar>
> {code}
> h2. Errors/Warnings
> You'll get a few warnings:
> !screenshot.png!
> In the console:
> {noformat}
> Description Resource Path Location Type
> Referenced file contains errors (jar:file:/Users/me/Applications/sts-bundle/STS.app/Contents/Eclipse/plugins/org.jboss.tools.as.catalog_3.1.0.Beta2-v20150723-0026-B29.jar!/schema/xsd/jboss-ejb3-2_0.xsd). For more information, right click on the message in the Problems View and select "Show Details..." jboss-ejb3.xml /my-project/src/main/resources/META-INF line 1 XML Problem
> {noformat}
> h2. Related issues
> * https://bugzilla.redhat.com/show_bug.cgi?id=1193543
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months
[JBoss JIRA] (JBIDE-20830) "src-resolve: Cannot resolve the name 'javaee:jboss-ejb-beanType'
by The Alchemist (JIRA)
[ https://issues.jboss.org/browse/JBIDE-20830?page=com.atlassian.jira.plugi... ]
The Alchemist updated JBIDE-20830:
----------------------------------
Description:
If you have the following {{ejb-jar.xml}}, which I got from the Jboss Wiki:
{code:xml}
<?xml version="1.0"?>
<jboss:ejb-jar xmlns:jboss="http://www.jboss.com/xml/ns/javaee"
xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:s="urn:security:1.1"
xsi:schemaLocation="http://www.jboss.com/xml/ns/javaee http://www.jboss.org/j2ee/schema/jboss-ejb3-2_0.xsd http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/ejb-jar_3_1.xsd"
version="3.1"
impl-version="2.0">
<enterprise-beans>
<message-driven>
<ejb-name>ReplyingMDB</ejb-name>
<ejb-class>org.jboss.as.test.integration.ejb.mdb.messagedestination.ReplyingMDB</ejb-class>
<activation-config>
<activation-config-property>
<activation-config-property-name>destination</activation-config-property-name>
<activation-config-property-value>java:jboss/mdbtest/messageDestinationQueue
</activation-config-property-value>
</activation-config-property>
</activation-config>
</message-driven>
</enterprise-beans>
<assembly-descriptor>
<s:security>
<ejb-name>DDMyDomainSFSB</ejb-name>
<s:security-domain>myDomain</s:security-domain>
<s:run-as-principal>myPrincipal</s:run-as-principal>
</s:security>
</assembly-descriptor>
</jboss:ejb-jar>
{code}
You'll get a few warnings:
!screenshot.png!
In the console:
{noformat}
Description Resource Path Location Type
Referenced file contains errors (jar:file:/Users/me/Applications/sts-bundle/STS.app/Contents/Eclipse/plugins/org.jboss.tools.as.catalog_3.1.0.Beta2-v20150723-0026-B29.jar!/schema/xsd/jboss-ejb3-2_0.xsd). For more information, right click on the message in the Problems View and select "Show Details..." jboss-ejb3.xml /my-project/src/main/resources/META-INF line 1 XML Problem
{noformat}
was:
If you have the following {{ejb-jar.xml}}, which I got from the Jboss Wiki:
{code:xml}
<?xml version="1.0"?>
<jboss:ejb-jar xmlns:jboss="http://www.jboss.com/xml/ns/javaee"
xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:s="urn:security:1.1"
xsi:schemaLocation="http://www.jboss.com/xml/ns/javaee http://www.jboss.org/j2ee/schema/jboss-ejb3-2_0.xsd http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/ejb-jar_3_1.xsd"
version="3.1"
impl-version="2.0">
<enterprise-beans>
<message-driven>
<ejb-name>ReplyingMDB</ejb-name>
<ejb-class>org.jboss.as.test.integration.ejb.mdb.messagedestination.ReplyingMDB</ejb-class>
<activation-config>
<activation-config-property>
<activation-config-property-name>destination</activation-config-property-name>
<activation-config-property-value>java:jboss/mdbtest/messageDestinationQueue
</activation-config-property-value>
</activation-config-property>
</activation-config>
</message-driven>
</enterprise-beans>
<assembly-descriptor>
<s:security>
<ejb-name>DDMyDomainSFSB</ejb-name>
<s:security-domain>myDomain</s:security-domain>
<s:run-as-principal>myPrincipal</s:run-as-principal>
</s:security>
</assembly-descriptor>
</jboss:ejb-jar>
{code}
You'll get a few warnings:
!screenshot.png!
> "src-resolve: Cannot resolve the name 'javaee:jboss-ejb-beanType'
> -----------------------------------------------------------------
>
> Key: JBIDE-20830
> URL: https://issues.jboss.org/browse/JBIDE-20830
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: ejb3
> Reporter: The Alchemist
> Priority: Minor
> Attachments: screenshot.png
>
>
> If you have the following {{ejb-jar.xml}}, which I got from the Jboss Wiki:
> {code:xml}
> <?xml version="1.0"?>
> <jboss:ejb-jar xmlns:jboss="http://www.jboss.com/xml/ns/javaee"
> xmlns="http://java.sun.com/xml/ns/javaee"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xmlns:s="urn:security:1.1"
> xsi:schemaLocation="http://www.jboss.com/xml/ns/javaee http://www.jboss.org/j2ee/schema/jboss-ejb3-2_0.xsd http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/ejb-jar_3_1.xsd"
> version="3.1"
> impl-version="2.0">
> <enterprise-beans>
> <message-driven>
> <ejb-name>ReplyingMDB</ejb-name>
> <ejb-class>org.jboss.as.test.integration.ejb.mdb.messagedestination.ReplyingMDB</ejb-class>
> <activation-config>
> <activation-config-property>
> <activation-config-property-name>destination</activation-config-property-name>
> <activation-config-property-value>java:jboss/mdbtest/messageDestinationQueue
> </activation-config-property-value>
> </activation-config-property>
> </activation-config>
> </message-driven>
> </enterprise-beans>
> <assembly-descriptor>
> <s:security>
> <ejb-name>DDMyDomainSFSB</ejb-name>
> <s:security-domain>myDomain</s:security-domain>
> <s:run-as-principal>myPrincipal</s:run-as-principal>
> </s:security>
> </assembly-descriptor>
> </jboss:ejb-jar>
> {code}
> You'll get a few warnings:
> !screenshot.png!
> In the console:
> {noformat}
> Description Resource Path Location Type
> Referenced file contains errors (jar:file:/Users/me/Applications/sts-bundle/STS.app/Contents/Eclipse/plugins/org.jboss.tools.as.catalog_3.1.0.Beta2-v20150723-0026-B29.jar!/schema/xsd/jboss-ejb3-2_0.xsd). For more information, right click on the message in the Problems View and select "Show Details..." jboss-ejb3.xml /my-project/src/main/resources/META-INF line 1 XML Problem
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 6 months