[JBoss JIRA] Created: (JBIDE-8743) Cannot deploy a webapp referencing a utility project using the Deploy Only server
by Fred Bricon (JIRA)
Cannot deploy a webapp referencing a utility project using the Deploy Only server
---------------------------------------------------------------------------------
Key: JBIDE-8743
URL: https://issues.jboss.org/browse/JBIDE-8743
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Affects Versions: 3.2.0.Final
Environment: eclipse.buildId=M20110210-1200
java.version=1.6.0_24
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86_64, WS=gtk, NL=fr_FR
Framework arguments: -product org.eclipse.epp.package.jee.product
Command-line arguments: -os linux -ws gtk -arch x86_64 -product org.eclipse.epp.package.jee.product
JBossAS Tools 2.2.0.v20110216-1758-H51-GA
Reporter: Fred Bricon
Assignee: Rob Stryker
Attachments: test-web.war
While testing maven projects deployment on AS7 via the deploy only server, I was struck by the following error : "Full publish failed for module test-util"
{noformat}
java.io.IOException: Aucun fichier ou dossier de ce type
at java.io.UnixFileSystem.createFileExclusively(Native Method)
at java.io.File.checkAndCreate(File.java:1704)
at java.io.File.createTempFile(File.java:1792)
at org.jboss.ide.eclipse.as.core.publishers.AbstractServerToolsPublisher.fullPublish(AbstractServerToolsPublisher.java:194)
at org.jboss.ide.eclipse.as.core.publishers.AbstractServerToolsPublisher.publishModule(AbstractServerToolsPublisher.java:105)
at org.jboss.ide.eclipse.as.core.publishers.AbstractPublishMethod.publishModule(AbstractPublishMethod.java:77)
at org.jboss.ide.eclipse.as.core.server.internal.DeployableServerBehavior.publishModule(DeployableServerBehavior.java:67)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publishModule(ServerBehaviourDelegate.java:1029)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publishModules(ServerBehaviourDelegate.java:1119)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:952)
at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:775)
at org.eclipse.wst.server.core.internal.Server.publishImpl(Server.java:2893)
at org.eclipse.wst.server.core.internal.Server$PublishJob.run(Server.java:337)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
{noformat}
IOException message says "No file or folder of this type".
I managed to reproduce the problem using simple, stock WTP projects. As a matter of fact, when a web project references a utility project, then the latter cannot be deployed.
Web project is deployed correctly to the deployment directory, so this is not a rights issue. If I remove the utility project from the equation, there's no error.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Created: (JBIDE-8753) Unable to install Google Web Toolkit User Library
by Vlado Pakan (JIRA)
Unable to install Google Web Toolkit User Library
-------------------------------------------------
Key: JBIDE-8753
URL: https://issues.jboss.org/browse/JBIDE-8753
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: GWT
Affects Versions: 3.2.1
Environment: Linux 32bit, Java Sun JDS 1.6._24, jbosstools-3.2_stable_branch.aggregate-Update-2011-04-14_00-40-07-H703
Reporter: Vlado Pakan
Assignee: Andre Dietisheim
Trying to install GWT User Library from 2 different Update Sites i'm getting these errors:
1. Update Site: http://download.jboss.org/jbosstools/updates/helios/
Error: "Cannot complete the install because one or more required items could not be found.
Software being installed: Google Web Toolkit User Library (with source) 2.1.0.v20101206-1430 (com.google.gwt.user 2.1.0.v20101206-1430)
Missing requirement: Google Web Toolkit User Library (with source) 2.1.0.v20101206-1430 (com.google.gwt.user 2.1.0.v20101206-1430) requires 'com.google.gwt.user com.google.gwt.user.browser.runtime [1.0.0,2.0.0)' but it could not be found"
2. Update Site: http://download.jboss.org/jbosstools/updates/requirements/orbit/R20100519...
Error: "Cannot complete the install because some dependencies are not satisfiable com.google.gwt.user [2.0.3.v20100419-0751] cannot be installed in this environment because its filter is not applicable.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Created: (JBIDE-8650) JSFTemplateTest.testJSFTemplate() failure
by Alexey Kazakov (JIRA)
JSFTemplateTest.testJSFTemplate() failure
-----------------------------------------
Key: JBIDE-8650
URL: https://issues.jboss.org/browse/JBIDE-8650
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JSF
Affects Versions: 3.3.0.M1
Reporter: Alexey Kazakov
Assignee: Alexey Kazakov
Fix For: 3.3.0.M1
junit.framework.AssertionFailedError: expected:<1> but was:<3>
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.failNotEquals(Assert.java:283)
at junit.framework.Assert.assertEquals(Assert.java:64)
at junit.framework.Assert.assertEquals(Assert.java:195)
at junit.framework.Assert.assertEquals(Assert.java:201)
at org.jboss.tools.jsf.test.JSFTemplateTest.testJSFTemplate(JSFTemplateTest.java:45)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months
[JBoss JIRA] Created: (JBIDE-8575) Code completion for bean properties doesn't work.
by Alexey Kazakov (JIRA)
Code completion for bean properties doesn't work.
-------------------------------------------------
Key: JBIDE-8575
URL: https://issues.jboss.org/browse/JBIDE-8575
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JSF
Affects Versions: 3.3.0.M1
Reporter: Alexey Kazakov
Assignee: Victor Rubezhny
Priority: Critical
Fix For: 3.3.0.M1
Try to Ctrl+Space on any EL like #{beanName.propertyName}
Here is an exception:
java.lang.NullPointerException
at org.jboss.tools.jsf.model.JSFMessageELCompletionEngine.resolveELOperand(JSFMessageELCompletionEngine.java:243)
at org.jboss.tools.jsf.model.JSFMessageELCompletionEngine.getCompletions(JSFMessageELCompletionEngine.java:150)
at org.jboss.tools.jsf.model.JSFMessageELCompletionEngine.getCompletions(JSFMessageELCompletionEngine.java:109)
at org.jboss.tools.jsf.model.JSFMessageELCompletionEngine.getProposals(JSFMessageELCompletionEngine.java:94)
at org.jboss.tools.jst.web.kb.PageProcessor.getProposals(PageProcessor.java:164)
at org.jboss.tools.jst.web.kb.PageProcessor.getProposals(PageProcessor.java:61)
at org.jboss.tools.jst.jsp.contentassist.computers.XmlELCompletionProposalComputer.addAttributeValueELProposals(XmlELCompletionProposalComputer.java:181)
at org.jboss.tools.jst.jsp.contentassist.computers.XmlELCompletionProposalComputer.addAttributeValueProposals(XmlELCompletionProposalComputer.java:139)
at org.eclipse.wst.xml.ui.internal.contentassist.AbstractXMLCompletionProposalComputer.computeAttributeValueProposals(AbstractXMLCompletionProposalComputer.java:594)
at org.eclipse.wst.xml.ui.internal.contentassist.AbstractXMLCompletionProposalComputer.computeCompletionProposals(AbstractXMLCompletionProposalComputer.java:399)
at org.jboss.tools.jst.jsp.contentassist.computers.AbstractXmlCompletionProposalComputer.computeCompletionProposals(AbstractXmlCompletionProposalComputer.java:655)
at org.eclipse.wst.xml.ui.internal.contentassist.AbstractXMLCompletionProposalComputer.computeCompletionProposals(AbstractXMLCompletionProposalComputer.java:169)
at org.jboss.tools.jst.jsp.contentassist.computers.AbstractXmlCompletionProposalComputer.computeCompletionProposals(AbstractXmlCompletionProposalComputer.java:81)
at org.jboss.tools.jst.jsp.contentassist.computers.FaceletsELCompletionProposalComputer.computeCompletionProposals(FaceletsELCompletionProposalComputer.java:85)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 10 months