[JBoss JIRA] (JBDS-2737) Archive old JBDS docs on devstudio.jboss.com
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-2737?page=com.atlassian.jira.plugin.... ]
Nick Boldt edited comment on JBDS-2737 at 8/22/13 4:29 PM:
-----------------------------------------------------------
HTML content includes some strange CSS, including a "DRAFT" watermark, which despite removing it from local copies of CSS files, persists in the HTML pages.
So for now just going to post the PDFs.
was (Author: nickboldt):
HTML content includes some strange CSS, including a "DRAFT" watermark, which despite removing persists. So for now just going to post the PDFs.
> Archive old JBDS docs on devstudio.jboss.com
> ---------------------------------------------
>
> Key: JBDS-2737
> URL: https://issues.jboss.org/browse/JBDS-2737
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: documentation
> Affects Versions: 3.0.1.GA, 4.0.1.GA, 4.1.3.GA, 5.0.2.GA, 6.0.0.GA, 7.0.0.GA
> Reporter: Nick Boldt
> Assignee: Nick Boldt
>
> This is a workaround for https://bugzilla.redhat.com/show_bug.cgi?id=983934 because it's easier to download the internet (apparently) than to fix portal code. *sigh*
> Docs will be posted to devstudio.jboss.com/site/documentation/ as they include absolute path references.
> _Hack: 1. Proper solution: 0._
--
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
11 years, 2 months
[JBoss JIRA] (JBDS-2358) GWT Web example generates warnings
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-2358?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-2358:
-----------------------------
Fix Version/s: 6.0.2.GA
(was: 6.0.1.GA)
> GWT Web example generates warnings
> ----------------------------------
>
> Key: JBDS-2358
> URL: https://issues.jboss.org/browse/JBDS-2358
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Central
> Affects Versions: 6.0.0.Alpha2
> Environment: Version: 6.0.0.Alpha2
> Build id: Alpha2-v20121004-2330-B40
> Build date: 20121004-2330
> Reporter: Len DiMaggio
> Assignee: Denis Golovin
> Labels: examplewarnings
> Fix For: 6.0.2.GA
>
> Attachments: JavaBuildProjectPreferences.png
>
>
> The GWT project generates these warnings:
> No connection specified for project. No database-specific validation will be performed.
> jboss-gwt-webapp
> Overriding managed version 1.0.0.GA for validation-api
> pom.xml /jboss-gwt-webapp
> line 240
> No bean is eligible for injection to the injection point [JSR-299 §5.2.1]
> KitchenSinkApp.java
> /jboss-gwt-webapp/src/main/java/org/jboss/tools/gwt/kitchensink/client/local
> line 41
> Unnecessary @SuppressWarnings("unused")
> Resources.java
> /jboss-gwt-webapp/src/main/java/org/jboss/tools/gwt/kitchensink/util
> line 24
> Missing src folder configured in Java Build Path Project Preferences
> !JavaBuildProjectPreferences.png!
--
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
11 years, 2 months
[JBoss JIRA] (JBDS-2360) Login quickstart generates warnings
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-2360?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-2360:
-----------------------------
Fix Version/s: 6.0.2.GA
(was: 6.0.1.GA)
> Login quickstart generates warnings
> -----------------------------------
>
> Key: JBDS-2360
> URL: https://issues.jboss.org/browse/JBDS-2360
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Central
> Affects Versions: 6.0.0.Alpha2
> Environment: Version: 6.0.0.Alpha2
> Build id: Alpha2-v20121004-2330-B40
> Build date: 20121004-2330
> Reporter: Len DiMaggio
> Assignee: Marius Bogoevici
> Labels: examplewarnings
> Fix For: 6.0.2.GA
>
>
> The Login quickstart generates these warnings:
> No connection specified for project. No database-specific validation will be performed.
> jboss-as-login
> Unnecessary @SuppressWarnings("unused")
> Resources.java
> /jboss-as-login/src/main/java/org/jboss/as/quickstarts/login
> line 13
--
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
11 years, 2 months
[JBoss JIRA] (JBDS-2356) JEE project example generates warnings
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-2356?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-2356:
-----------------------------
Fix Version/s: 6.0.2.GA
(was: 6.0.1.GA)
> JEE project example generates warnings
> --------------------------------------
>
> Key: JBDS-2356
> URL: https://issues.jboss.org/browse/JBDS-2356
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Central
> Affects Versions: 6.0.0.Alpha2
> Environment: Version: 6.0.0.Alpha2
> Build id: Alpha2-v20121004-2330-B40
> Build date: 20121004-2330
> Reporter: Len DiMaggio
> Assignee: Marius Bogoevici
> Labels: examplewarnings
> Fix For: 6.0.2.GA
>
>
> The JEE project example generates these warnings:
> jboss-javaee6-multi-ejb
> No connection specified for project. No database-specific validation will be performed.
> The import javax.persistence.PersistenceContext is never used
> WebResources.java
> /jboss-javaee6-multi-web/src/main/java/org/jboss/tools/example/util
> line 10
> The import javax.enterprise.event.Event is never used
> MemberController.java
> /jboss-javaee6-multi-web/src/main/java/org/jboss/tools/example/controller
> line 6
> The import javax.persistence.EntityManager is never used
> WebResources.java
> /jboss-javaee6-multi-web/src/main/java/org/jboss/tools/example/util
> line 9
> The import java.util.logging.Logger is never used
> MemberController.java
> /jboss-javaee6-multi-web/src/main/java/org/jboss/tools/example/controller
> line 3
> The import javax.enterprise.inject.spi.InjectionPoint is never used
> WebResources.java
> /jboss-javaee6-multi-web/src/main/java/org/jboss/tools/example/util
> line 7
> The import java.util.logging.Logger is never used
> WebResources.java
> /jboss-javaee6-multi-web/src/main/java/org/jboss/tools/example/util
> line 3
> Unnecessary @SuppressWarnings("unused") Resources.java
> /jboss-javaee6-multi-ejb/src/main/java/org/jboss/tools/example/util
> line 24
> No connection specified for project. No database-specific validation will be performed.
> jboss-javaee6-multi-ejb
> The import javax.persistence.EntityManager is never used
> MemberController.java
> /jboss-javaee6-multi-web/src/main/java/org/jboss/tools/example/controller
--
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
11 years, 2 months
[JBoss JIRA] (JBDS-2355) JEE web project example generates warnings
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-2355?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-2355:
-----------------------------
Fix Version/s: 6.0.2.GA
(was: 6.0.1.GA)
> JEE web project example generates warnings
> ------------------------------------------
>
> Key: JBDS-2355
> URL: https://issues.jboss.org/browse/JBDS-2355
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Central
> Affects Versions: 6.0.0.Alpha2
> Environment: Version: 6.0.0.Alpha2
> Build id: Alpha2-v20121004-2330-B40
> Build date: 20121004-2330
> Reporter: Len DiMaggio
> Assignee: Marius Bogoevici
> Labels: examplewarnings
> Fix For: 6.0.2.GA
>
>
> The JEE web project example generates these warnings:
> The import java.util.logging.Logger is never used
> MemberController.java
> /jboss-javaee6-webapp/src/main/java/org/jboss/tools/examples/controller
> line 3
> No connection specified for project. No database-specific validation will be performed.
> jboss-javaee6-webapp
> Unnecessary @SuppressWarnings("unused") Resources.java
> /jboss-javaee6-webapp/src/main/java/org/jboss/tools/examples/util
> line 26
> The import javax.persistence.EntityManager is never used
> MemberController.java
> /jboss-javaee6-webapp/src/main/java/org/jboss/tools/examples/controller
> line 14
> The import javax.enterprise.event.Event is never used
> MemberController.java
> /jboss-javaee6-webapp/src/main/java/org/jboss/tools/examples/controller
> line 7
> The import javax.ejb.Stateful is never used
> MemberController.java
> /jboss-javaee6-webapp/src/main/java/org/jboss/tools/examples/controller
> line 6
> The import org.jboss.tools.examples.controller.MemberController is never used
> MemberRegistrationTest.java
> /jboss-javaee6-webapp/src/test/java/org/jboss/tools/examples/test
--
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
11 years, 2 months
[JBoss JIRA] (JBDS-2471) JBDS6 sets lower default memory settings for SOA server start than are defined in SOA run.conf
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-2471?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-2471:
-----------------------------
Fix Version/s: 6.0.2.GA
(was: 6.0.1.GA)
> JBDS6 sets lower default memory settings for SOA server start than are defined in SOA run.conf
> ----------------------------------------------------------------------------------------------
>
> Key: JBDS-2471
> URL: https://issues.jboss.org/browse/JBDS-2471
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Integration Platform
> Affects Versions: 5.0.2.GA
> Environment: Version: 5.0.2.GA
> Build id: v20130119-0035-H249-GA
> Build date: 20130119-0035
> http://www.qa.jboss.com/binaries/RHDS/updates/development/5.0.3.GA.soa-to...
> Reporter: Len DiMaggio
> Assignee: Douglas Palmer
> Fix For: 5.0.4.GA-SOA, 6.0.2.GA
>
>
> JBDS6:
> "-Dprogram.name=JBossTools: JBoss SOA 531_ER4 Runtime"
> -server -Xms256m -Xmx768m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true
> -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 "-Djava.endorsed.dirs=/jboss/local/SOA_servers/531_ER4/jboss-soa-p-5/jboss-as/lib/endorsed"
> SOA 5.3.1 run.conf:
> if [ "x$JAVA_OPTS" = "x" ]; then
> JAVA_OPTS="-Xms1303m -Xmx1303m -XX:MaxPermSize=256m -Djava.awt.headless=true -Dorg.apache.xml.dtm.DTMManager=org.apache.xml.dtm.ref.DTMManagerDefault -Dorg.jboss.net.protocol.file.useURI=false -Dorg.jboss.resolver.warning
> =true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dsun.lang.ClassLoader.allowArraySyntax=true"
> fi
--
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
11 years, 2 months
[JBoss JIRA] (JBIDE-15366) Create target platform from Kepler SR1 (RC) dependencies
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15366?page=com.atlassian.jira.plugi... ]
Nick Boldt updated JBIDE-15366:
-------------------------------
Description:
Based on the posted schedule [1] the first RC1 of Kepler SR1 will be available tomorrow. So, we should start mirroring those updated bits and produce a new target platform with which to build JBT 4.1.1 / JBDS 7.1.0.
[1] http://wiki.eclipse.org/Kepler/Simultaneous_Release_Plan#SR1
There may be other 3rd party features we can also update as part of this release. See JBDS-2710 to track those items.
For example, we might want to consider including Spring's QuickSearch ( JBDS-2686 ) in JBT/JBDS.
was:
Based on the posted schedule [1] the first RC1 of Kepler SR1 will be available tomorrow. So, we should start mirroring those updated bits and produce a new target platform with which to build JBT 4.1.1 / JBDS 7.1.0.
[1] http://wiki.eclipse.org/Kepler/Simultaneous_Release_Plan#SR1
There may be other 3rd party features we can also update as part of this release. See JBDS-2710 to track those items.
> Create target platform from Kepler SR1 (RC) dependencies
> --------------------------------------------------------
>
> Key: JBIDE-15366
> URL: https://issues.jboss.org/browse/JBIDE-15366
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: target-platform
> Affects Versions: 4.1.0.Final
> Reporter: Nick Boldt
> Assignee: Mickael Istria
> Fix For: 4.1.1.Final
>
>
> Based on the posted schedule [1] the first RC1 of Kepler SR1 will be available tomorrow. So, we should start mirroring those updated bits and produce a new target platform with which to build JBT 4.1.1 / JBDS 7.1.0.
> [1] http://wiki.eclipse.org/Kepler/Simultaneous_Release_Plan#SR1
> There may be other 3rd party features we can also update as part of this release. See JBDS-2710 to track those items.
> For example, we might want to consider including Spring's QuickSearch ( JBDS-2686 ) in JBT/JBDS.
--
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
11 years, 2 months