[JBoss JIRA] (JBDS-2555) JBDS70_0315, JBDS70_0413: [Commit] (Dev) (P2) Offline - JBDS Update Site Zip
by Michelle Murray (JIRA)
[ https://issues.jboss.org/browse/JBDS-2555?page=com.atlassian.jira.plugin.... ]
Michelle Murray commented on JBDS-2555:
---------------------------------------
[~rhopp], I ran into the same issue last week or so. I checked with [~nickboldt] and you need to clear the 'group items by category' check box as items in the zip aren't categorised (hence the error message). I've tried it out just now and it work. Thanks for reminding me to add that extra step to the docs :D
> JBDS70_0315, JBDS70_0413: [Commit] (Dev) (P2) Offline - JBDS Update Site Zip
> ----------------------------------------------------------------------------
>
> Key: JBDS-2555
> URL: https://issues.jboss.org/browse/JBDS-2555
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: central, updatesite
> Reporter: Jiri Pallich
> Assignee: Nick Boldt
>
> Offline Usage of JBoss Central (Customers without or very slow Internet access)
> On-line once, then off-line - aka a user demo/instructional class - the testLocal cache is usable/complete after one on-line install. Provide a script that pre-caches everything for an instructor/demo'er in the field (online once, then offline).
> Related to: https://issues.jboss.org/browse/JBDS-2535
--
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
12 years, 4 months
[JBoss JIRA] (TOOLSDOC-435) Update 8.0 User Guide text and screen caps for IDE look & behavior changes
by Michelle Murray (JIRA)
Michelle Murray created TOOLSDOC-435:
----------------------------------------
Summary: Update 8.0 User Guide text and screen caps for IDE look & behavior changes
Key: TOOLSDOC-435
URL: https://issues.jboss.org/browse/TOOLSDOC-435
Project: Documentation for JBoss Tools and Developer Studio
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Components: User Guide
Affects Versions: 4.2.0
Reporter: Michelle Murray
Assignee: Michelle Murray
Fix For: 4.2.0
Add list of impacting JBIDE and JBDS jiras here:
*OpenShift*
* New SSH Key Wizard: add a passphrase confirmation field (JBIDE-13450)
--
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
12 years, 4 months
[JBoss JIRA] (TOOLSDOC-433) Update 8.0 docs text and screen caps for IDE look & behavior changes
by Michelle Murray (JIRA)
Michelle Murray created TOOLSDOC-433:
----------------------------------------
Summary: Update 8.0 docs text and screen caps for IDE look & behavior changes
Key: TOOLSDOC-433
URL: https://issues.jboss.org/browse/TOOLSDOC-433
Project: Documentation for JBoss Tools and Developer Studio
Issue Type: Task
Security Level: Public (Everyone can see)
Components: General documentation issues
Affects Versions: 4.2.0
Reporter: Michelle Murray
Assignee: Michelle Murray
Fix For: 4.2.0
This is a holding jira for JBIDE and JBDS jiras that impact the IDE look and behavior and will require docs text or screen caps to be updated.
--
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
12 years, 4 months
[JBoss JIRA] (JBIDE-13312) Unnecessary code generated in web.xml
by Brian Fitzpatrick (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13312?page=com.atlassian.jira.plugi... ]
Brian Fitzpatrick edited comment on JBIDE-13312 at 12/4/13 3:46 PM:
--------------------------------------------------------------------
Hi Pete, what should it be slimmed down to? What versions of Resteasy does this apply to? Will it break earlier ones?
was (Author: bfitzpat):
Hi Pete, what should it be slimmed down to?
> Unnecessary code generated in web.xml
> -------------------------------------
>
> Key: JBIDE-13312
> URL: https://issues.jboss.org/browse/JBIDE-13312
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: webservices
> Affects Versions: 4.0.0.Final
> Reporter: Pete Muir
> Assignee: Brian Fitzpatrick
> Fix For: 4.2.x
>
>
> The new RESTful Webservice wizard is generating a load of unnecessary stuff in the endpoint
> {code}
> <servlet>
> <servlet-name>Resteasy</servlet-name>
> <servlet-class>org.jboss.resteasy.plugins.server.servlet.HttpServletDispatcher</servlet-class>
> </servlet>
> <servlet-mapping>
> <servlet-name>Resteasy</servlet-name>
> <url-pattern>/*</url-pattern>
> </servlet-mapping>
> <context-param>
> <param-name>javax.ws.rs.Application</param-name>
> <param-value>org.jboss.samples.rs.webservices.MyRESTApplication</param-value>
> </context-param>
> <listener>
> <listener-class>org.jboss.resteasy.plugins.server.servlet.ResteasyBootstrap</listener-class>
> </listener>
> {code}
> None of this is needed
--
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
12 years, 4 months