[JBoss JIRA] Created: (JBIDE-9711) AS7 Adapter : Deployment of OSGI projects fails if the temporary folder doesn't exist
by Libor Zoubek (JIRA)
AS7 Adapter : Deployment of OSGI projects fails if the temporary folder doesn't exist
-------------------------------------------------------------------------------------
Key: JBIDE-9711
URL: https://issues.jboss.org/browse/JBIDE-9711
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS/Servers
Affects Versions: 3.3.0.M2
Environment: JBossAS Tools 2.3.0.v20110617-0009-H467-M2
Reporter: Libor Zoubek
Assignee: Rob Stryker
Fix For: 3.3.0.M3
I noticed that, in the context of JBIDE-9133, for the existing -broken- AS7 server instances the utility projects were not zipped to the deployment area.
On the other hand, creating a new server instance fixed the issue.
So it seems the temporary folder is only created at the same time as the server instance.
It's an issue in the sense that you can not guarantee the temporary folder will exist at deployment time (could have been deleted by the user ...).
Solution is to call tempdir.mkdirs() right before the actual deployment occurs.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 12 months
[JBoss JIRA] (JBIDE-10827) Web Service tooling cant be properly used with Eclipse for Java Developers
by Jaroslav Jankovič (JIRA)
Jaroslav Jankovič created JBIDE-10827:
-----------------------------------------
Summary: Web Service tooling cant be properly used with Eclipse for Java Developers
Key: JBIDE-10827
URL: https://issues.jboss.org/browse/JBIDE-10827
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Affects Versions: 3.3.0.M5
Reporter: Jaroslav Jankovič
Assignee: Brian Fitzpatrick
Priority: Critical
Fix For: 3.3.0.Beta1
Attachments: 1.error-NPE.txt, 2.error-AXIS.txt
I have found several problems during mavenization Web Services SWTBot tests.
In the beginning I installed Eclipse for Java Developers Indigo SR1. After that I installed web services features (JBoss Web Services Tools, JBoss JAX-RS Tools) from JBoss Tools update site (http://download.jboss.org/jbosstools/updates/development/indigo/). Installation was successful, but many annoying errors I found after that.
1. When I was creating Dynamic Web Project with JBoss Web Service Core facet installed, an error in error log was thrown:
* Project facet wst.jsdt.web has not been defined. It is used in plugin org.eclipse.jst.server.core.
** Installing three plugins (org.eclipse.wst.jsdt.web.core, org.eclipse.wst.jsdt.web.support.jsp, org.eclipse.wst.jsdt.web.ui) into eclipse/plugins folder fixed the problem
2. There was option to choose Web Service wizard (New -> Other -> Web Services -> Web Service) but when I was trying to click it, wizard didn't show up and NPE was thrown
* "1.error-NPE.txt" attachment
** Installing the feature (org.eclipse.jst.enterprise_ui.feature) fixed the error.
3. Then I created sample web service with wizard "Create a Sample Web Service". This wizard generated simple class which is annotated just like to be SOAP web service as expected.I was trying to create Bottom Up Web Service from generated class with appropriate wizard but it fails, some IWAB0506E error was thrown
* IWAB0506E Error when copying Axis jar files to web project (2.error-AXIS.txt attachment)
** I had to install WST Web Services UI feature (org.eclipse.wst.ws_ui.feature.feature.group) to fix this problem. This feature also fixed the problem of nonexisting "WSDL File" wizard which annoyed me.
4. The last feature which I was missing when running bot tests with maven was Eclipse XML Editors and Tools (org.eclipse.wst.xml_ui.feature.feature.group). This feature is located in Eclipse for Java Developers by default, but it is missing in eclipse bundled with maven.
To shorten this description, I think that Web Service plugin cant be properly used in Eclipse for Java Developers. There are missing dependencies. These dependencies are the minimum which I found:
Features:
* org.eclipse.jst.enterprise_ui.feature
* org.eclipse.wst.ws_ui.feature.feature.group
* org.eclipse.wst.xml_ui.feature.feature.group
Plugins:
* org.eclipse.wst.jsdt.web.core
* org.eclipse.wst.jsdt.web.support.jsp
* org.eclipse.wst.jsdt.web.ui
In my opinion, further investigation would be needed.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 12 months
[JBoss JIRA] Created: (JBDS-1673) Installer should align with runtime detection
by Max Rydahl Andersen (JIRA)
Installer should align with runtime detection
---------------------------------------------
Key: JBDS-1673
URL: https://issues.jboss.org/browse/JBDS-1673
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Feature Request
Components: installer
Reporter: Max Rydahl Andersen
Assignee: Denis Golovin
Priority: Blocker
Fix For: 5.0.0.M3, 5.0.0.M2
The installer currently has its own form of server detection which generates a file that runtime detection uses to configure specified servers.
The detection code is not shared and the workflow/power of them are different.
I suggest we either:
A) extract the detection code and uses that in both places
OR
B) change the installer to just ask for directories to scan on every startup which then needs
somehow to be read by the runtime detection and then it takes over all this
WDYT ?
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 12 months
[JBoss JIRA] Created: (JBIDE-8938) Renaming a seam project makes the ds.xml undeployable
by Martin Malina (JIRA)
Renaming a seam project makes the ds.xml undeployable
-----------------------------------------------------
Key: JBIDE-8938
URL: https://issues.jboss.org/browse/JBIDE-8938
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 3.2.1.M1
Environment: jbdevstudio-product-eap-macosx-cocoa-4.1.0.v201105091943R-H400-M1.jar
Mac OS X 10.6 Snow Leopard
Reporter: Martin Malina
Assignee: Alexey Kazakov
If you rename a seam project it fails to deploy again because of failed dependencies:
DEPLOYMENTS MISSING DEPENDENCIES:
Deployment "persistence.unit:unitName=#SeamWar" is missing the following dependencies:
Dependency "jboss.jca:name=SeamWarDatasource,service=DataSourceBinding" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.jca:name=SeamWarDatasource,service=DataSourceBinding' **")
DEPLOYMENTS IN ERROR:
Deployment "jboss.jca:name=SeamWarDatasource,service=DataSourceBinding" is in error due to the following reason(s): ** NOT FOUND Depends on 'jboss.jca:name=SeamWarDatasource,service=DataSourceBinding' **
This happens because after the renaming, the ds file becomes undeployable. If you mark it as deployable again, you can then deploy it and also the renamed seam project deploys correctly.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 12 months