[JBoss JIRA] Created: (JBDS-1177) .metadata deploy issues
by Brice Ruth (JIRA)
.metadata deploy issues
-----------------------
Key: JBDS-1177
URL: https://jira.jboss.org/jira/browse/JBDS-1177
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Environment: WinXP SP2, jdk1.5.0_13, eclipse-jee-galileo-sr2, jboss_tools 3.1 final, m2e 0.10
Reporter: Brice Ruth
>From #JbossTools on IRC:
[11:07] <bruth> Another issue: apparently when I change from the default of deploying to .metadata to using the JBoss deploy/ folder, two things don't happen, (1) the files aren't cleaned out from .metadata and (2) the references that tell the JBoss instance to deploy things in the .metadata folder aren't removed, so JBoss starts, deploys from deploy/ then also tries to deploy from .metadata, generating all sorts of duplicate MBean errors
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months
[JBoss JIRA] Created: (JBIDE-6102) Server deployment status synchronization improvements
by Dominik Pospisil (JIRA)
Server deployment status synchronization improvements
-----------------------------------------------------
Key: JBIDE-6102
URL: https://jira.jboss.org/jira/browse/JBIDE-6102
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: JBossAS
Reporter: Dominik Pospisil
Assignee: Rob Stryker
Fix For: 3.2.next
I can see couple of ways how the project deployment status could be improved.
1) Currently, project deployment status could get easily out of sync.
Once the JBT successfully initiates project deployment, it always assumes that the deployment was successful. JBT does not detect deployment failures and If something went wrong it gets out of sync. JBT should check deployment result.
Also, when a project is manually undeployed / deployed from the server the change is not picked up by JBT.
2) The server view only displays deployments managed by JBT within current workspace. It would be nice if the user has an overview of projects/applications/resources deployed in different workspaces or externally. It would be really handy e.g. when a user often switches workspaces, deploy various project in different workspaces. It could prevent a user of being confused what actually is or is not deployed.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months
[JBoss JIRA] Created: (JBIDE-6156) Exceptions in Seam Wizard under unusual circumstances
by Rob Stryker (JIRA)
Exceptions in Seam Wizard under unusual circumstances
-----------------------------------------------------
Key: JBIDE-6156
URL: https://jira.jboss.org/jira/browse/JBIDE-6156
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 3.1.0.GA
Reporter: Rob Stryker
Assignee: Rob Stryker
Fix For: 3.2.next, 3.6-Helios
https://bugs.eclipse.org/bugs/show_bug.cgi?id=303317
Fixed this bug upstream but not sure if they'll accept the patch ;) I'm not sure if there's already a bug here for it but I'll dup it if there is.
Build Identifier: I20090528-2000
Path for project must have only one segment.
java.lang.IllegalArgumentException: Path for project must have only one
segment.
at org.eclipse.core.runtime.Assert.isLegal(Assert.java:63)
at
org.eclipse.core.internal.resources.WorkspaceRoot.getProject(WorkspaceRoot.java:181)
at
org.eclipse.wst.common.project.facet.core.internal.FacetedProjectWorkingCopy.getFacetedProject(FacetedProjectWorkingCopy.java:428)
at
org.eclipse.jst.common.project.facet.core.libprov.LibraryInstallDelegate.refresh(LibraryInstallDelegate.java:376)
at
org.eclipse.jst.common.project.facet.core.libprov.LibraryInstallDelegate$2.handleEvent(LibraryInstallDelegate.java:132)
at
org.eclipse.wst.common.project.facet.core.internal.FacetedProjectWorkingCopy.notifyListeners(FacetedProjectWorkingCopy.java:1690)
at
org.eclipse.wst.common.project.facet.core.internal.FacetedProjectWorkingCopy.resumeEventNotification(FacetedProjectWorkingCopy.java:1735)
at
org.eclipse.wst.common.project.facet.core.internal.FacetedProjectWorkingCopy.setTargetedRuntimes(FacetedProjectWorkingCopy.java:1237)
at
org.jboss.tools.seam.ui.wizard.SeamProjectWizard.setRuntimeAndDefaultFacets(SeamProjectWizard.java:222)
at
org.eclipse.wst.web.ui.internal.wizards.NewProjectDataModelFacetWizard$2.propertyChanged(NewProjectDataModelFacetWizard.java:215)
at
org.eclipse.wst.common.frameworks.internal.datamodel.DataModelImpl.notifyListeners(DataModelImpl.java:346)
at
org.eclipse.wst.common.frameworks.internal.datamodel.DataModelImpl.notifyPropertyChange(DataModelImpl.java:337)
Reproducible: Always
Steps to Reproduce:
EXECUTE: New dynamic web project.
EXECUTE: Input project name "test2/2"
ASSERT: Warning, related to incorrect project name appears.
EXECUTE: Change Server runtime
FAILURE: Two same exceptions thrown in error log each time, when runtime
changes.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months