[JBoss JIRA] (JBDS-2394) CLONE - ESB projects cannot be deployed using Server Add/Remove
by Nick Boldt (JIRA)
[ https://issues.jboss.org/browse/JBDS-2394?page=com.atlassian.jira.plugin.... ]
Nick Boldt updated JBDS-2394:
-----------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
[~maxandersen] Well, I already added 4.12 to the list of entries which also support 4.11 in the as.core plugin.xml via this patch [^JBDS2394-add-4.12.patch.txt], and as it won't break anyone but might avoid future respins (3.3.3 / 5.0.3) for such a trivial tweak, IMHO this issue can be closed once QE gets their hands on this and verifies.
> CLONE - ESB projects cannot be deployed using Server Add/Remove
> ---------------------------------------------------------------
>
> Key: JBDS-2394
> URL: https://issues.jboss.org/browse/JBDS-2394
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: SOA Tooling / Platform
> Affects Versions: 5.0.0.GA-SOA
> Environment: Fedora, jdk7
> Reporter: Rob Stryker
> Assignee: Nick Boldt
> Priority: Critical
> Fix For: 5.0.2.GA
>
> Attachments: JBDS2394-add-4.12.patch.txt, JBDS2394.patch-with-5-lines-changed-in-plugin.xml-and-all-feature-and-plugin-manifests-and-poms-upversioned-to-2.3.2.txt, JBDS2394.patch.txt
>
>
> * Create a new server runtime for SOA-P 5.3
> -- Preferences -> Server -> Runtime Environments
> * Create a new ESB project with the defaults
> * Right click the server and chosse "Add and Remove" and the project cannot be added. Error message is, "The server does not support version 4.11 of the JBoss ESB Module specification.
> The project can be deployed after right clicking and choosing "Mark as deployable," but it can never be added using "Add and Remove."
--
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, 11 months
[JBoss JIRA] (JBIDE-13334) LinkageError in bot test after installing slf4j
by Andrej Podhradsky (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13334?page=com.atlassian.jira.plugi... ]
Andrej Podhradsky updated JBIDE-13334:
--------------------------------------
Steps to Reproduce:
1. Install slf4j libraries into eclipse
2. Run the following code
{code}
@Test
public void fooTest() {
SWTBotNewObjectWizard wizard = new SWTBotNewObjectWizard();
wizard.open("Java Project", "Java");
wizard.bot().textWithLabel("Project name:").setText("test");
wizard.finishWithWait();
}
{code}
was:
1. Install slf4j libraries into eclipse
2. Run the following code
{code}
@Test
public void fooTest() {
SWTBotNewObjectWizard wizard = new SWTBotNewObjectWizard();
wizard.open("Java Project", "Java");
wizard.bot().textWithLabel("Project name:").setText("test");
wizard.finishWithWait();
System.out.println("OK");
}
{code}
> LinkageError in bot test after installing slf4j
> -----------------------------------------------
>
> Key: JBIDE-13334
> URL: https://issues.jboss.org/browse/JBIDE-13334
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: QA
> Affects Versions: 4.0.0.Final
> Reporter: Andrej Podhradsky
> Assignee: Andrej Podhradsky
> Attachments: error.txt
>
>
> After installing the following libraries into eclipse:
> slf4j.api.jar
> slf4j.simple.jar
> log4j.over.slf4j.jar
> the LinkageError occurs during running bot test (see the attachment)
--
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, 11 months
[JBoss JIRA] (JBIDE-13339) Null Java EE Web Project Archetype
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13339?page=com.atlassian.jira.plugi... ]
Fred Bricon commented on JBIDE-13339:
-------------------------------------
I can't reproduce the problem this morning. It was maybe caused by a network/jboss.org/github outage.
Do you see any outstanding errors in <workspace>/.metadata/.log ?
Do you still have the problem?
> Null Java EE Web Project Archetype
> ----------------------------------
>
> Key: JBIDE-13339
> URL: https://issues.jboss.org/browse/JBIDE-13339
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: maven
> Affects Versions: 4.0.0.Final
> Environment: Windows 7 64b, Eclipse Juno Service Release 1 Build id: 20120920-0800, Java 1.7_07, JBoss Tools 4.0.0.Final
> Reporter: Claudinei Jr
> Assignee: Fred Bricon
> Priority: Minor
> Labels: maven
>
> When trying to create a new Java EE Web Project, the following description is presented:
> {quote}
> This is your project! It's a sample, deployable Maven 3 project to help you get your foot in the door developing with Java EE 6 on JBoss Enterprise Application Platform 6 or JBoss Application Server 7.1.
> This project is setup to allow you to create a compliant Java EE 6 application using JSF 2.0, CDI 1.0, EJB 3.1, JPA 2.0 and Bean Validation 1.0.
> Project based on the *null:null:null* Maven archetype
> {quote}
> If I go forward with the creation of the project, I get the following error message:
> {quote}
> Failed to create project.
> Root cause: For artifact null:null:null:pom : The group id cannot be empty.
> {quote}
--
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, 11 months
[JBoss JIRA] (JBIDE-13323) integration-tests: cannot build CDI bot tests
by Jaroslav Jankovič (JIRA)
[ https://issues.jboss.org/browse/JBIDE-13323?page=com.atlassian.jira.plugi... ]
Jaroslav Jankovič commented on JBIDE-13323:
-------------------------------------------
It seems that reddeer libraries cannot be found for some reason. Is a machine, you are building from, set to be able to reach reddeer bundles?
> integration-tests: cannot build CDI bot tests
> ---------------------------------------------
>
> Key: JBIDE-13323
> URL: https://issues.jboss.org/browse/JBIDE-13323
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: QA
> Affects Versions: 4.0.0.Final
> Environment: clean (empty) .m2 repo
> Reporter: Pavol Srna
> Assignee: Jaroslav Jankovič
> Fix For: 4.0.0.Final
>
>
> {code}
> psrna@psrna-laptop:~/data/jbosstools-integration-tests/tests$ mvn verify -Dmaven.test.skip -Dswtbot.test.skip
> [INFO] Scanning for projects...
> [INFO] Computing target platform for MavenProject: org.jboss.tools.cdi.tests:org.jboss.tools.cdi.bot.test:4.0.0-SNAPSHOT @ /home/psrna/data/jbosstools-integration-tests/tests/org.jboss.tools.cdi.bot.test/pom.xml
> [INFO] Adding repository http://p2-reddeer.rhcloud.com/master
> [INFO] Adding repository http://p2-reddeer.rhcloud.com/master
> [INFO] Adding repository http://download.jboss.org/jbosstools/updates/nightly/core/4.0.juno
> [INFO] Adding repository http://download.jboss.org/jbosstools/updates/nightly/core/4.0.juno
> [INFO] Adding repository http://download.jboss.org/jbosstools/updates/nightly/coretests/4.0.juno
> [INFO] Adding repository http://download.jboss.org/jbosstools/updates/nightly/coretests/4.0.juno
> [INFO] Loading repository 'http://download.jboss.org/jbosstools/updates/juno/SR0c/REPO' from mirror 'target-platform-minimum' at 'http://jawa32.mw.lab.eng.brq.redhat.com:8081/nexus/content/repositories/j...'
> [INFO] Resolving dependencies of MavenProject: org.jboss.tools.cdi.tests:org.jboss.tools.cdi.bot.test:4.0.0-SNAPSHOT @ /home/psrna/data/jbosstools-integration-tests/tests/org.jboss.tools.cdi.bot.test/pom.xml
> [INFO] Loading repository 'http://download.jboss.org/jbosstools/updates/juno/SR0c/REPO' from mirror 'target-platform-minimum' at 'http://jawa32.mw.lab.eng.brq.redhat.com:8081/nexus/content/repositories/j...'
> [INFO] Loading repository 'http://download.jboss.org/jbosstools/updates/juno/SR0c/REPO' from mirror 'target-platform-minimum' at 'http://jawa32.mw.lab.eng.brq.redhat.com:8081/nexus/content/repositories/j...'
> [INFO] Loading repository 'http://download.jboss.org/jbosstools/updates/juno/SR0c/REPO' from mirror 'target-platform-minimum' at 'http://jawa32.mw.lab.eng.brq.redhat.com:8081/nexus/content/repositories/j...'
> [INFO] Loading repository 'http://download.jboss.org/jbosstools/updates/juno/SR0c/REPO' from mirror 'target-platform-minimum' at 'http://jawa32.mw.lab.eng.brq.redhat.com:8081/nexus/content/repositories/j...'
> [INFO] Loading repository 'http://download.jboss.org/jbosstools/updates/juno/SR0c/REPO' from mirror 'target-platform-minimum' at 'http://jawa32.mw.lab.eng.brq.redhat.com:8081/nexus/content/repositories/j...'
> [INFO] Loading repository 'http://download.jboss.org/jbosstools/updates/juno/SR0c/REPO' from mirror 'target-platform-minimum' at 'http://jawa32.mw.lab.eng.brq.redhat.com:8081/nexus/content/repositories/j...'
> [INFO] Resolving class path of MavenProject: org.jboss.tools.cdi.tests:org.jboss.tools.cdi.bot.test:4.0.0-SNAPSHOT @ /home/psrna/data/jbosstools-integration-tests/tests/org.jboss.tools.cdi.bot.test/pom.xml
> [INFO] Computing target platform for MavenProject: org.jboss.tools.cdi:org.jboss.tools.cdi.reddeer:4.0.0-SNAPSHOT @ /home/psrna/data/jbosstools-integration-tests/tests/org.jboss.tools.cdi.reddeer/pom.xml
> [INFO] Loading repository 'http://download.jboss.org/jbosstools/updates/juno/SR0c/REPO' from mirror 'target-platform-minimum' at 'http://jawa32.mw.lab.eng.brq.redhat.com:8081/nexus/content/repositories/j...'
> [INFO] Resolving dependencies of MavenProject: org.jboss.tools.cdi:org.jboss.tools.cdi.reddeer:4.0.0-SNAPSHOT @ /home/psrna/data/jbosstools-integration-tests/tests/org.jboss.tools.cdi.reddeer/pom.xml
> [INFO] Loading repository 'http://download.jboss.org/jbosstools/updates/juno/SR0c/REPO' from mirror 'target-platform-minimum' at 'http://jawa32.mw.lab.eng.brq.redhat.com:8081/nexus/content/repositories/j...'
> [INFO] Loading repository 'http://download.jboss.org/jbosstools/updates/juno/SR0c/REPO' from mirror 'target-platform-minimum' at 'http://jawa32.mw.lab.eng.brq.redhat.com:8081/nexus/content/repositories/j...'
> [INFO] Loading repository 'http://download.jboss.org/jbosstools/updates/juno/SR0c/REPO' from mirror 'target-platform-minimum' at 'http://jawa32.mw.lab.eng.brq.redhat.com:8081/nexus/content/repositories/j...'
> [INFO] Loading repository 'http://download.jboss.org/jbosstools/updates/juno/SR0c/REPO' from mirror 'target-platform-minimum' at 'http://jawa32.mw.lab.eng.brq.redhat.com:8081/nexus/content/repositories/j...'
> [INFO] Loading repository 'http://download.jboss.org/jbosstools/updates/juno/SR0c/REPO' from mirror 'target-platform-minimum' at 'http://jawa32.mw.lab.eng.brq.redhat.com:8081/nexus/content/repositories/j...'
> [INFO] Loading repository 'http://download.jboss.org/jbosstools/updates/juno/SR0c/REPO' from mirror 'target-platform-minimum' at 'http://jawa32.mw.lab.eng.brq.redhat.com:8081/nexus/content/repositories/j...'
> [INFO] Resolving class path of MavenProject: org.jboss.tools.cdi:org.jboss.tools.cdi.reddeer:4.0.0-SNAPSHOT @ /home/psrna/data/jbosstools-integration-tests/tests/org.jboss.tools.cdi.reddeer/pom.xml
> [INFO] Computing target platform for MavenProject: org.jboss.tools.cdi.tests:org.jboss.tools.cdi.seam3.bot.test:4.0.0-SNAPSHOT @ /home/psrna/data/jbosstools-integration-tests/tests/org.jboss.tools.cdi.seam3.bot.test/pom.xml
> [INFO] Resolving dependencies of MavenProject: org.jboss.tools.cdi.tests:org.jboss.tools.cdi.seam3.bot.test:4.0.0-SNAPSHOT @ /home/psrna/data/jbosstools-integration-tests/tests/org.jboss.tools.cdi.seam3.bot.test/pom.xml
> [INFO] Cannot complete the request. Generating details.
> [INFO] Cannot complete the request. Generating details.
> [INFO] {osgi.ws=cocoa, osgi.os=macosx, osgi.arch=x86, org.eclipse.update.install.features=true}
> [ERROR] Cannot resolve project dependencies:
> [ERROR] Software being installed: org.jboss.tools.cdi.seam3.bot.test 4.0.0.qualifier
> [ERROR] Missing requirement: org.jboss.tools.cdi.reddeer 4.0.0.qualifier requires 'bundle org.jboss.reddeer.swt 0.0.0' but it could not be found
> [ERROR] Cannot satisfy dependency: org.jboss.tools.cdi.bot.test 4.0.0.qualifier depends on: bundle org.jboss.tools.cdi.reddeer 0.0.0
> [ERROR] Cannot satisfy dependency: org.jboss.tools.cdi.seam3.bot.test 4.0.0.qualifier depends on: bundle org.jboss.tools.cdi.bot.test 1.2.0
> [ERROR]
> [ERROR] Internal error: java.lang.RuntimeException: "No solution found because the problem is unsatisfiable.": ["Unable to satisfy dependency from org.jboss.tools.cdi.bot.test 4.0.0.qualifier to bundle org.jboss.reddeer.swt 0.0.0.", "Unable to satisfy dependency from org.jboss.tools.cdi.bot.test 4.0.0.qualifier to bundle org.jboss.reddeer.jface 0.0.0.", "Unable to satisfy dependency from org.jboss.tools.cdi.bot.test 4.0.0.qualifier to bundle org.jboss.reddeer.eclipse 0.0.0.", "Unable to satisfy dependency from org.jboss.tools.cdi.bot.test 4.0.0.qualifier to bundle org.jboss.reddeer.workbench 0.0.0.", "Unable to satisfy dependency from org.jboss.tools.cdi.reddeer 4.0.0.qualifier to bundle org.jboss.reddeer.swt 0.0.0.", "Unable to satisfy dependency from org.jboss.tools.cdi.reddeer 4.0.0.qualifier to bundle org.jboss.reddeer.jface 0.0.0.", "Unable to satisfy dependency from org.jboss.tools.cdi.reddeer 4.0.0.qualifier to bundle org.jboss.reddeer.eclipse 0.0.0.", "Unable to satisfy dependency from org.jboss.tools.cdi.reddeer 4.0.0.qualifier to bundle org.jboss.reddeer.workbench 0.0.0.", "No solution found because the problem is unsatisfiable."] -> [Help 1]
> org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeException: "No solution found because the problem is unsatisfiable.": ["Unable to satisfy dependency from org.jboss.tools.cdi.bot.test 4.0.0.qualifier to bundle org.jboss.reddeer.swt 0.0.0.", "Unable to satisfy dependency from org.jboss.tools.cdi.bot.test 4.0.0.qualifier to bundle org.jboss.reddeer.jface 0.0.0.", "Unable to satisfy dependency from org.jboss.tools.cdi.bot.test 4.0.0.qualifier to bundle org.jboss.reddeer.eclipse 0.0.0.", "Unable to satisfy dependency from org.jboss.tools.cdi.bot.test 4.0.0.qualifier to bundle org.jboss.reddeer.workbench 0.0.0.", "Unable to satisfy dependency from org.jboss.tools.cdi.reddeer 4.0.0.qualifier to bundle org.jboss.reddeer.swt 0.0.0.", "Unable to satisfy dependency from org.jboss.tools.cdi.reddeer 4.0.0.qualifier to bundle org.jboss.reddeer.jface 0.0.0.", "Unable to satisfy dependency from org.jboss.tools.cdi.reddeer 4.0.0.qualifier to bundle org.jboss.reddeer.eclipse 0.0.0.", "Unable to satisfy dependency from org.jboss.tools.cdi.reddeer 4.0.0.qualifier to bundle org.jboss.reddeer.workbench 0.0.0.", "No solution found because the problem is unsatisfiable."]
> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:168)
> at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
> at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
> at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:616)
> at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
> at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
> at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
> at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
> Caused by: java.lang.RuntimeException: "No solution found because the problem is unsatisfiable.": ["Unable to satisfy dependency from org.jboss.tools.cdi.bot.test 4.0.0.qualifier to bundle org.jboss.reddeer.swt 0.0.0.", "Unable to satisfy dependency from org.jboss.tools.cdi.bot.test 4.0.0.qualifier to bundle org.jboss.reddeer.jface 0.0.0.", "Unable to satisfy dependency from org.jboss.tools.cdi.bot.test 4.0.0.qualifier to bundle org.jboss.reddeer.eclipse 0.0.0.", "Unable to satisfy dependency from org.jboss.tools.cdi.bot.test 4.0.0.qualifier to bundle org.jboss.reddeer.workbench 0.0.0.", "Unable to satisfy dependency from org.jboss.tools.cdi.reddeer 4.0.0.qualifier to bundle org.jboss.reddeer.swt 0.0.0.", "Unable to satisfy dependency from org.jboss.tools.cdi.reddeer 4.0.0.qualifier to bundle org.jboss.reddeer.jface 0.0.0.", "Unable to satisfy dependency from org.jboss.tools.cdi.reddeer 4.0.0.qualifier to bundle org.jboss.reddeer.eclipse 0.0.0.", "Unable to satisfy dependency from org.jboss.tools.cdi.reddeer 4.0.0.qualifier to bundle org.jboss.reddeer.workbench 0.0.0.", "No solution found because the problem is unsatisfiable."]
> at org.eclipse.tycho.p2.resolver.AbstractResolutionStrategy.newResolutionException(AbstractResolutionStrategy.java:77)
> at org.eclipse.tycho.p2.resolver.ProjectorResolutionStrategy.resolve(ProjectorResolutionStrategy.java:89)
> at org.eclipse.tycho.p2.impl.resolver.P2ResolverImpl.resolveProject(P2ResolverImpl.java:122)
> at org.eclipse.tycho.p2.impl.resolver.P2ResolverImpl.resolveProject(P2ResolverImpl.java:80)
> at org.eclipse.tycho.p2.resolver.P2TargetPlatformResolver.doResolvePlatform(P2TargetPlatformResolver.java:377)
> at org.eclipse.tycho.p2.resolver.P2TargetPlatformResolver.resolveDependencies(P2TargetPlatformResolver.java:354)
> at org.eclipse.tycho.core.resolver.DefaultTychoDependencyResolver.resolveProject(DefaultTychoDependencyResolver.java:103)
> at org.eclipse.tycho.core.maven.TychoMavenLifecycleParticipant.afterProjectsRead(TychoMavenLifecycleParticipant.java:82)
> at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:274)
> at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
> ... 11 more
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/InternalErrorException
> {code}
--
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, 11 months