[JBoss JIRA] (FORGE-1311) UICommands are not displayed in Eclipse when provided as a wizard step
by Vineet Reynolds (JIRA)
Vineet Reynolds created FORGE-1311:
--------------------------------------
Summary: UICommands are not displayed in Eclipse when provided as a wizard step
Key: FORGE-1311
URL: https://issues.jboss.org/browse/FORGE-1311
Project: Forge
Issue Type: Bug
Components: UI - Eclipse
Affects Versions: 2.0.0.Alpha14
Reporter: Vineet Reynolds
Assignee: Vineet Reynolds
In the ScaffoldSetupWizard, I do:
{noformat}
List<Class<? extends UICommand>> setupFlow = selectedProvider.getSetupFlow();
if(setupFlow.isEmpty())
{
return null;
}
else
{
Class<? extends UICommand> next = setupFlow.remove(0);
Class<?>[] additional = setupFlow.toArray(new Class<?>[setupFlow.size()]);
return Results.navigateTo(next, (Class<? extends UICommand>[]) additional);
}
{noformat}
When additional dialogs/wizard pages need to be displayed, they're provided by the scaffold provider in the form of additional UICommands or UIWizards via the {{getSetupFlow()}} invocation.
If a UICommand is returned, then the wizard does not display the other UICommands or UIWizards following it. For example, if the sequence of flows contains {{JPASetupWizard}}, {{FacesSetupWizard}}, {{CDISetupWizard}}, {{EJBSetupWizard}} and {{ServletSetupWizard}}, then only the JPA and Faces setup wizards are displayed; CDI, EJB and Servlet wizards are not displayed.
The underlying reason is that the {{FacesSetupWizard}} is a {{UICommand}} and not a {{UIWizard}} and hence all subsequent commands and wizards are omitted from display in the wizard.
--
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
[JBoss JIRA] (FORGEPLUGINS-150) Dependency of plugin hibernate-tools cannot be found (maven repo issue)
by Koen Aers (JIRA)
[ https://issues.jboss.org/browse/FORGEPLUGINS-150?page=com.atlassian.jira.... ]
Koen Aers commented on FORGEPLUGINS-150:
----------------------------------------
This looks like an issue with JBoss Nexus. In the meantime, I have removed the reference to JBoss Nexus from the pom.xml and the install seems to go file *if* you don't have references to JBoss Nexus in your settings.xml.
> Dependency of plugin hibernate-tools cannot be found (maven repo issue)
> -----------------------------------------------------------------------
>
> Key: FORGEPLUGINS-150
> URL: https://issues.jboss.org/browse/FORGEPLUGINS-150
> Project: Forge Plugins
> Issue Type: Bug
> Components: Hibernate Tools Plugin
> Environment: Ubuntu 13.04 x64, jdk1.7.0_45
> Reporter: Thomas Reimer
> Assignee: Koen Aers
>
> Trying to install "hibernate-tools" plugin in forge I get the following error message:
> {code}
> ***INFO*** Preparing to install plugin: hibernate-tools
> ***INFO*** Checking out plugin source files to [/tmp/forgetemp6676292349174691559] via 'git'
> ***INFO*** Switching to branch/tag [refs/heads/master]
> ***WARNING*** Failed to resolve dependency [ org.eclipse.equinox:common:jar:3.2.0-v20060603 (compile) ] , due to error(s) : [org.sonatype.aether.transfer.ArtifactNotFoundException: Could not find artifact org.eclipse.equinox:common:jar:3.2.0-v20060603 in JBOSS_NEXUS (http://repository.jboss.org/nexus/content/groups/public)]
> ***INFO*** Invoking build with underlying build system.
> [INFO] Scanning for projects...
> [INFO]
> [INFO] ------------------------------------------------------------------------
> [INFO] Building hibernate-tools-plugin 1.2.0-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 0.619s
> [INFO] Finished at: Fri Nov 15 09:46:22 CET 2013
> [INFO] Final Memory: 43M/438M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal on project hibernate-tools-plugin: Could not resolve dependencies for project org.jboss.hibernate.forge:hibernate-tools-plugin:jar:1.2.0-SNAPSHOT: Failure to find org.eclipse.equinox:common:jar:3.2.0-v20060603 in http://repository.jboss.org/nexus/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of JBOSS_NEXUS has elapsed or updates are forced -> [Help 1]
> {code}
> Obviously the maven repository is not the correct one - the dependency org.eclipse.equinox indeed is not located at http://repository.jboss.org/nexus/content/groups/public - but at https://repository.jboss.org/nexus/content/groups/{color:red}public-jboss....
> So at the moment it is not possible to install the hibernate-tools plugin.
--
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
[JBoss JIRA] (FORGE-1307) Forge 2 Resolve Maven Dependencies using a protected repo
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-1307?page=com.atlassian.jira.plugin... ]
George Gastaldi updated FORGE-1307:
-----------------------------------
Status: Closed (was: Pull Request Sent)
Fix Version/s: 2.0.0.Beta2
Resolution: Done
> Forge 2 Resolve Maven Dependencies using a protected repo
> ---------------------------------------------------------
>
> Key: FORGE-1307
> URL: https://issues.jboss.org/browse/FORGE-1307
> Project: Forge
> Issue Type: Bug
> Components: Build Tools - Maven
> Affects Versions: 2.0.0.Alpha14
> Environment: Linux,
> java version "1.7.0_25"
> OpenJDK Runtime Environment (IcedTea 2.3.10) (7u25-2.3.10-1ubuntu0.12.04.2)
> OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode)
> Reporter: David Beer
> Assignee: Vineet Reynolds
> Fix For: 2.0.0.Beta2
>
>
> Trying to install Shell in forge 2. Dependencies are not resolved on a password protected maven repository.
--
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
[JBoss JIRA] (FORGE-1310) REGRESSION: SecurityException while running tests
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-1310?page=com.atlassian.jira.plugin... ]
George Gastaldi closed FORGE-1310.
----------------------------------
Resolution: Done
> REGRESSION: SecurityException while running tests
> -------------------------------------------------
>
> Key: FORGE-1310
> URL: https://issues.jboss.org/browse/FORGE-1310
> Project: Forge
> Issue Type: Bug
> Components: Forge Build, Parsers / File Manipulation
> Affects Versions: 1.4.2.Final
> Reporter: George Gastaldi
> Assignee: George Gastaldi
> Fix For: 1.4.3.Final
>
>
> The following exception is thrown while running tests in the shell module:
> {code}
> java.lang.SecurityException: class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same package
> at java.lang.ClassLoader.checkCerts(ClassLoader.java:952)
> at java.lang.ClassLoader.preDefineClass(ClassLoader.java:666)
> at java.lang.ClassLoader.defineClass(ClassLoader.java:794)
> at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
> at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
> at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
> at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
> at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
> at java.security.AccessController.doPrivileged(Native Method)
> at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
> at java.lang.ClassLoader.defineClass1(Native Method)
> at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
> at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
> at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
> at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
> at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
> at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
> at java.security.AccessController.doPrivileged(Native Method)
> at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
> at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
> at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
> at org.eclipse.jdt.core.dom.ASTParser.initializeDefaults(ASTParser.java:279)
> at org.eclipse.jdt.core.dom.ASTParser.<init>(ASTParser.java:229)
> at org.eclipse.jdt.core.dom.ASTParser.newParser(ASTParser.java:125)
> at org.jboss.forge.parser.spi.JavaParserImpl.parse(JavaParserImpl.java:103)
> at org.jboss.forge.parser.spi.JavaParserImpl.parse(JavaParserImpl.java:225)
> at org.jboss.forge.parser.JavaParser.parse(JavaParser.java:140)
> at org.jboss.forge.shell.test.plugins.builtin.RmPluginTest.testRmField(RmPluginTest.java:61)
> 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:606)
> at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
> at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
> at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
> at org.jboss.arquillian.junit.Arquillian$6$1.invoke(Arquillian.java:270)
> at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:60)
> at sun.reflect.GeneratedMethodAccessor75.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:90)
> at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
> at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:134)
> at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:114)
> at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:67)
> at org.jboss.arquillian.container.test.impl.client.protocol.local.LocalContainerMethodExecutor.invoke(LocalContainerMethodExecutor.java:50)
> at org.jboss.arquillian.container.test.impl.execution.RemoteTestExecuter.execute(RemoteTestExecuter.java:120)
> at sun.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:90)
> at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
> at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:134)
> at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:114)
> at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:67)
> at org.jboss.arquillian.container.test.impl.execution.ClientTestExecuter.execute(ClientTestExecuter.java:57)
> at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:90)
> at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
> at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createContext(ContainerEventController.java:142)
> at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createTestContext(ContainerEventController.java:129)
> at sun.reflect.GeneratedMethodAccessor73.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:90)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
> at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:89)
> at sun.reflect.GeneratedMethodAccessor58.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:90)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
> at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:60)
> at sun.reflect.GeneratedMethodAccessor51.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:90)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
> at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:75)
> at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:90)
> at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
> at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:134)
> at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.test(EventTestRunnerAdaptor.java:111)
> at org.jboss.arquillian.junit.Arquillian$6.evaluate(Arquillian.java:263)
> at org.jboss.arquillian.junit.Arquillian$4.evaluate(Arquillian.java:226)
> at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:314)
> at org.jboss.arquillian.junit.Arquillian.access$100(Arquillian.java:46)
> at org.jboss.arquillian.junit.Arquillian$5.evaluate(Arquillian.java:240)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
> at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
> at org.jboss.arquillian.junit.Arquillian$2.evaluate(Arquillian.java:185)
> at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:314)
> at org.jboss.arquillian.junit.Arquillian.access$100(Arquillian.java:46)
> at org.jboss.arquillian.junit.Arquillian$3.evaluate(Arquillian.java:199)
> at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
> at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:147)
> at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:236)
> at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:134)
> at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:113)
> 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:606)
> at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
> at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
> at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
> at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103)
> at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74)
> {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
[JBoss JIRA] (FORGE-1310) REGRESSION: SecurityException while running tests
by George Gastaldi (JIRA)
George Gastaldi created FORGE-1310:
--------------------------------------
Summary: REGRESSION: SecurityException while running tests
Key: FORGE-1310
URL: https://issues.jboss.org/browse/FORGE-1310
Project: Forge
Issue Type: Bug
Components: Forge Build, Parsers / File Manipulation
Affects Versions: 1.4.2.Final
Reporter: George Gastaldi
Assignee: George Gastaldi
Fix For: 1.4.3.Final
The following exception is thrown while running tests in the shell module:
{code}
java.lang.SecurityException: class "org.eclipse.core.runtime.Plugin"'s signer information does not match signer information of other classes in the same package
at java.lang.ClassLoader.checkCerts(ClassLoader.java:952)
at java.lang.ClassLoader.preDefineClass(ClassLoader.java:666)
at java.lang.ClassLoader.defineClass(ClassLoader.java:794)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:449)
at java.net.URLClassLoader.access$100(URLClassLoader.java:71)
at java.net.URLClassLoader$1.run(URLClassLoader.java:361)
at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
at org.eclipse.jdt.core.dom.ASTParser.initializeDefaults(ASTParser.java:279)
at org.eclipse.jdt.core.dom.ASTParser.<init>(ASTParser.java:229)
at org.eclipse.jdt.core.dom.ASTParser.newParser(ASTParser.java:125)
at org.jboss.forge.parser.spi.JavaParserImpl.parse(JavaParserImpl.java:103)
at org.jboss.forge.parser.spi.JavaParserImpl.parse(JavaParserImpl.java:225)
at org.jboss.forge.parser.JavaParser.parse(JavaParser.java:140)
at org.jboss.forge.shell.test.plugins.builtin.RmPluginTest.testRmField(RmPluginTest.java:61)
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:606)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.jboss.arquillian.junit.Arquillian$6$1.invoke(Arquillian.java:270)
at org.jboss.arquillian.container.test.impl.execution.LocalTestExecuter.execute(LocalTestExecuter.java:60)
at sun.reflect.GeneratedMethodAccessor75.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:90)
at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:134)
at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:114)
at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:67)
at org.jboss.arquillian.container.test.impl.client.protocol.local.LocalContainerMethodExecutor.invoke(LocalContainerMethodExecutor.java:50)
at org.jboss.arquillian.container.test.impl.execution.RemoteTestExecuter.execute(RemoteTestExecuter.java:120)
at sun.reflect.GeneratedMethodAccessor92.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:90)
at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:134)
at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:114)
at org.jboss.arquillian.core.impl.EventImpl.fire(EventImpl.java:67)
at org.jboss.arquillian.container.test.impl.execution.ClientTestExecuter.execute(ClientTestExecuter.java:57)
at sun.reflect.GeneratedMethodAccessor74.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:90)
at org.jboss.arquillian.core.impl.EventContextImpl.invokeObservers(EventContextImpl.java:99)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:81)
at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createContext(ContainerEventController.java:142)
at org.jboss.arquillian.container.test.impl.client.ContainerEventController.createTestContext(ContainerEventController.java:129)
at sun.reflect.GeneratedMethodAccessor73.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:90)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
at org.jboss.arquillian.test.impl.TestContextHandler.createTestContext(TestContextHandler.java:89)
at sun.reflect.GeneratedMethodAccessor58.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:90)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
at org.jboss.arquillian.test.impl.TestContextHandler.createSuiteContext(TestContextHandler.java:60)
at sun.reflect.GeneratedMethodAccessor51.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:90)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
at org.jboss.arquillian.test.impl.TestContextHandler.createClassContext(TestContextHandler.java:75)
at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at org.jboss.arquillian.core.impl.ObserverImpl.invoke(ObserverImpl.java:90)
at org.jboss.arquillian.core.impl.EventContextImpl.proceed(EventContextImpl.java:88)
at org.jboss.arquillian.core.impl.ManagerImpl.fire(ManagerImpl.java:134)
at org.jboss.arquillian.test.impl.EventTestRunnerAdaptor.test(EventTestRunnerAdaptor.java:111)
at org.jboss.arquillian.junit.Arquillian$6.evaluate(Arquillian.java:263)
at org.jboss.arquillian.junit.Arquillian$4.evaluate(Arquillian.java:226)
at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:314)
at org.jboss.arquillian.junit.Arquillian.access$100(Arquillian.java:46)
at org.jboss.arquillian.junit.Arquillian$5.evaluate(Arquillian.java:240)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
at org.jboss.arquillian.junit.Arquillian$2.evaluate(Arquillian.java:185)
at org.jboss.arquillian.junit.Arquillian.multiExecute(Arquillian.java:314)
at org.jboss.arquillian.junit.Arquillian.access$100(Arquillian.java:46)
at org.jboss.arquillian.junit.Arquillian$3.evaluate(Arquillian.java:199)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at org.jboss.arquillian.junit.Arquillian.run(Arquillian.java:147)
at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:236)
at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:134)
at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:113)
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:606)
at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103)
at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74)
{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
[JBoss JIRA] (FORGE-1307) Forge 2 Resolve Maven Dependencies using a protected repo
by Vineet Reynolds (JIRA)
[ https://issues.jboss.org/browse/FORGE-1307?page=com.atlassian.jira.plugin... ]
Vineet Reynolds updated FORGE-1307:
-----------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/forge/furnace/pull/6
This ports the FORGE-1134 fix to Forge 2. It ensures that dependency resolution includes any all repositories in all active profiles, any mirrors to such repositories and uses proxies to access any repositories if configured in the Maven settings.xml file.
This is not a direct port of the bugfix. It uses the newer Eclipse Aether APIs.
> Forge 2 Resolve Maven Dependencies using a protected repo
> ---------------------------------------------------------
>
> Key: FORGE-1307
> URL: https://issues.jboss.org/browse/FORGE-1307
> Project: Forge
> Issue Type: Bug
> Components: Build Tools - Maven
> Affects Versions: 2.0.0.Alpha14
> Environment: Linux,
> java version "1.7.0_25"
> OpenJDK Runtime Environment (IcedTea 2.3.10) (7u25-2.3.10-1ubuntu0.12.04.2)
> OpenJDK 64-Bit Server VM (build 23.7-b01, mixed mode)
> Reporter: David Beer
> Assignee: Vineet Reynolds
>
> Trying to install Shell in forge 2. Dependencies are not resolved on a password protected maven repository.
--
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, 1 month
[JBoss JIRA] (FORGEPLUGINS-150) Dependency of plugin hibernate-tools cannot be found (maven repo issue)
by Koen Aers (JIRA)
[ https://issues.jboss.org/browse/FORGEPLUGINS-150?page=com.atlassian.jira.... ]
Koen Aers reassigned FORGEPLUGINS-150:
--------------------------------------
Assignee: Koen Aers
> Dependency of plugin hibernate-tools cannot be found (maven repo issue)
> -----------------------------------------------------------------------
>
> Key: FORGEPLUGINS-150
> URL: https://issues.jboss.org/browse/FORGEPLUGINS-150
> Project: Forge Plugins
> Issue Type: Bug
> Components: Hibernate Tools Plugin
> Environment: Ubuntu 13.04 x64, jdk1.7.0_45
> Reporter: Thomas Reimer
> Assignee: Koen Aers
>
> Trying to install "hibernate-tools" plugin in forge I get the following error message:
> {code}
> ***INFO*** Preparing to install plugin: hibernate-tools
> ***INFO*** Checking out plugin source files to [/tmp/forgetemp6676292349174691559] via 'git'
> ***INFO*** Switching to branch/tag [refs/heads/master]
> ***WARNING*** Failed to resolve dependency [ org.eclipse.equinox:common:jar:3.2.0-v20060603 (compile) ] , due to error(s) : [org.sonatype.aether.transfer.ArtifactNotFoundException: Could not find artifact org.eclipse.equinox:common:jar:3.2.0-v20060603 in JBOSS_NEXUS (http://repository.jboss.org/nexus/content/groups/public)]
> ***INFO*** Invoking build with underlying build system.
> [INFO] Scanning for projects...
> [INFO]
> [INFO] ------------------------------------------------------------------------
> [INFO] Building hibernate-tools-plugin 1.2.0-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 0.619s
> [INFO] Finished at: Fri Nov 15 09:46:22 CET 2013
> [INFO] Final Memory: 43M/438M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal on project hibernate-tools-plugin: Could not resolve dependencies for project org.jboss.hibernate.forge:hibernate-tools-plugin:jar:1.2.0-SNAPSHOT: Failure to find org.eclipse.equinox:common:jar:3.2.0-v20060603 in http://repository.jboss.org/nexus/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of JBOSS_NEXUS has elapsed or updates are forced -> [Help 1]
> {code}
> Obviously the maven repository is not the correct one - the dependency org.eclipse.equinox indeed is not located at http://repository.jboss.org/nexus/content/groups/public - but at https://repository.jboss.org/nexus/content/groups/{color:red}public-jboss....
> So at the moment it is not possible to install the hibernate-tools plugin.
--
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, 1 month
[JBoss JIRA] (FORGEPLUGINS-150) Dependency of plugin hibernate-tools cannot be found (maven repo issue)
by Lincoln Baxter III (JIRA)
[ https://issues.jboss.org/browse/FORGEPLUGINS-150?page=com.atlassian.jira.... ]
Lincoln Baxter III moved FORGE-1308 to FORGEPLUGINS-150:
--------------------------------------------------------
Project: Forge Plugins (was: Forge)
Key: FORGEPLUGINS-150 (was: FORGE-1308)
Affects Version/s: (was: 1.4.2.Final)
Component/s: Hibernate Tools Plugin
(was: Plugin Repository)
> Dependency of plugin hibernate-tools cannot be found (maven repo issue)
> -----------------------------------------------------------------------
>
> Key: FORGEPLUGINS-150
> URL: https://issues.jboss.org/browse/FORGEPLUGINS-150
> Project: Forge Plugins
> Issue Type: Bug
> Components: Hibernate Tools Plugin
> Environment: Ubuntu 13.04 x64, jdk1.7.0_45
> Reporter: Thomas Reimer
>
> Trying to install "hibernate-tools" plugin in forge I get the following error message:
> {code}
> ***INFO*** Preparing to install plugin: hibernate-tools
> ***INFO*** Checking out plugin source files to [/tmp/forgetemp6676292349174691559] via 'git'
> ***INFO*** Switching to branch/tag [refs/heads/master]
> ***WARNING*** Failed to resolve dependency [ org.eclipse.equinox:common:jar:3.2.0-v20060603 (compile) ] , due to error(s) : [org.sonatype.aether.transfer.ArtifactNotFoundException: Could not find artifact org.eclipse.equinox:common:jar:3.2.0-v20060603 in JBOSS_NEXUS (http://repository.jboss.org/nexus/content/groups/public)]
> ***INFO*** Invoking build with underlying build system.
> [INFO] Scanning for projects...
> [INFO]
> [INFO] ------------------------------------------------------------------------
> [INFO] Building hibernate-tools-plugin 1.2.0-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 0.619s
> [INFO] Finished at: Fri Nov 15 09:46:22 CET 2013
> [INFO] Final Memory: 43M/438M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal on project hibernate-tools-plugin: Could not resolve dependencies for project org.jboss.hibernate.forge:hibernate-tools-plugin:jar:1.2.0-SNAPSHOT: Failure to find org.eclipse.equinox:common:jar:3.2.0-v20060603 in http://repository.jboss.org/nexus/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of JBOSS_NEXUS has elapsed or updates are forced -> [Help 1]
> {code}
> Obviously the maven repository is not the correct one - the dependency org.eclipse.equinox indeed is not located at http://repository.jboss.org/nexus/content/groups/public - but at https://repository.jboss.org/nexus/content/groups/{color:red}public-jboss....
> So at the moment it is not possible to install the hibernate-tools plugin.
--
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, 1 month
[JBoss JIRA] (FORGE-1308) Dependency of plugin hibernate-tools cannot be found (maven repo issue)
by Lincoln Baxter III (JIRA)
[ https://issues.jboss.org/browse/FORGE-1308?page=com.atlassian.jira.plugin... ]
Lincoln Baxter III commented on FORGE-1308:
-------------------------------------------
I think this is due to some recent Eclipse artifact deployments to nexus (This has been breaking dozens of projects that depend on Eclipse JARs). We will take a look and hopefully have it fixed soon! Sorry for the inconvenience!
> Dependency of plugin hibernate-tools cannot be found (maven repo issue)
> -----------------------------------------------------------------------
>
> Key: FORGE-1308
> URL: https://issues.jboss.org/browse/FORGE-1308
> Project: Forge
> Issue Type: Bug
> Components: Plugin Repository
> Affects Versions: 1.4.2.Final
> Environment: Ubuntu 13.04 x64, jdk1.7.0_45
> Reporter: Thomas Reimer
>
> Trying to install "hibernate-tools" plugin in forge I get the following error message:
> {code}
> ***INFO*** Preparing to install plugin: hibernate-tools
> ***INFO*** Checking out plugin source files to [/tmp/forgetemp6676292349174691559] via 'git'
> ***INFO*** Switching to branch/tag [refs/heads/master]
> ***WARNING*** Failed to resolve dependency [ org.eclipse.equinox:common:jar:3.2.0-v20060603 (compile) ] , due to error(s) : [org.sonatype.aether.transfer.ArtifactNotFoundException: Could not find artifact org.eclipse.equinox:common:jar:3.2.0-v20060603 in JBOSS_NEXUS (http://repository.jboss.org/nexus/content/groups/public)]
> ***INFO*** Invoking build with underlying build system.
> [INFO] Scanning for projects...
> [INFO]
> [INFO] ------------------------------------------------------------------------
> [INFO] Building hibernate-tools-plugin 1.2.0-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 0.619s
> [INFO] Finished at: Fri Nov 15 09:46:22 CET 2013
> [INFO] Final Memory: 43M/438M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal on project hibernate-tools-plugin: Could not resolve dependencies for project org.jboss.hibernate.forge:hibernate-tools-plugin:jar:1.2.0-SNAPSHOT: Failure to find org.eclipse.equinox:common:jar:3.2.0-v20060603 in http://repository.jboss.org/nexus/content/groups/public was cached in the local repository, resolution will not be reattempted until the update interval of JBOSS_NEXUS has elapsed or updates are forced -> [Help 1]
> {code}
> Obviously the maven repository is not the correct one - the dependency org.eclipse.equinox indeed is not located at http://repository.jboss.org/nexus/content/groups/public - but at https://repository.jboss.org/nexus/content/groups/{color:red}public-jboss....
> So at the moment it is not possible to install the hibernate-tools plugin.
--
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, 1 month