[JBoss JIRA] (JBIDE-15325) NullPointerException in ExternalizeStringsUtils in jsf facelets editor
by Daniel Azarov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15325?page=com.atlassian.jira.plugi... ]
Daniel Azarov commented on JBIDE-15325:
---------------------------------------
I have installed 0.14 e4 plugins in my 3.4 eclipse, but what exactly should I do to reproduce this exception?
Roman, could you clarify this?
> NullPointerException in ExternalizeStringsUtils in jsf facelets editor
> ----------------------------------------------------------------------
>
> Key: JBIDE-15325
> URL: https://issues.jboss.org/browse/JBIDE-15325
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: JSF, Visual Page Editor core
> Affects Versions: 4.1.0.Final
> Environment: Windows 7 x64, Eclipse Kepler EE x64, JDK 1.7
> eclipse.buildId=4.3.0.I20130605-2000
> java.version=1.7.0_25
> java.vendor=Oracle Corporation
> BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=de_DE
> Framework arguments: -product org.eclipse.epp.package.jee.product
> Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.jee.product
> Reporter: Roman Ilin
> Assignee: Daniel Azarov
> Priority: Critical
> Fix For: 4.2.0.Alpha1
>
>
> Problems occurred when invoking code from plug-in: "org.eclipse.e4.ui.workbench.renderers.swt".
> org.eclipse.e4.core.di.InjectionException: java.lang.NullPointerException
> at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:63)
> at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:243)
> at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:224)
> at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:132)
> at org.eclipse.e4.core.commands.internal.HandlerServiceHandler.setEnabled(HandlerServiceHandler.java:82)
> at org.eclipse.core.commands.Command.setEnabled(Command.java:886)
> at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.canExecute(HandlerServiceImpl.java:173)
> at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.canExecuteItem(HandledContributionItem.java:864)
> at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.access$2(HandledContributionItem.java:853)
> at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem$3.run(HandledContributionItem.java:231)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem.updateItemEnablement(HandledContributionItem.java:261)
> at org.eclipse.e4.ui.workbench.renderers.swt.HandledContributionItem$ToolItemUpdateTimer.run(HandledContributionItem.java:152)
> at org.eclipse.swt.widgets.Display.runTimer(Display.java:4271)
> at org.eclipse.swt.widgets.Display.messageProc(Display.java:3358)
> at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
> at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2549)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3757)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1113)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:997)
> at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:138)
> at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:610)
> at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
> at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:567)
> at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150)
> at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
> at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
> at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:354)
> at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
> 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.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
> at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
> at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
> Caused by: java.lang.NullPointerException
> at org.jboss.tools.jst.jsp.i18n.ExternalizeStringsUtils.isExternalizeStringsCommandEnabled(ExternalizeStringsUtils.java:159)
> at org.jboss.tools.jst.jsp.i18n.handlers.I18nHandler.setEnabled(I18nHandler.java:52)
> at org.eclipse.ui.internal.handlers.HandlerProxy.setEnabled(HandlerProxy.java:232)
> at org.eclipse.ui.internal.handlers.E4HandlerProxy.setEnabled(E4HandlerProxy.java:130)
> at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
> ... 38 more
--
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
12 years, 8 months
[JBoss JIRA] (JBTIS-135) JBDSIS - filter out non-production components (i.e. Savara)
by Paul Leacu (JIRA)
Paul Leacu created JBTIS-135:
--------------------------------
Summary: JBDSIS - filter out non-production components (i.e. Savara)
Key: JBTIS-135
URL: https://issues.jboss.org/browse/JBTIS-135
Project: JBoss Tools Integration Stack
Issue Type: Task
Security Level: Public (Everyone can see)
Affects Versions: 4.1.0.Beta1
Reporter: Paul Leacu
Assignee: Paul Leacu
The JBDSIS production build draws from the community (JBTIS) build. Not all community components belong in the production build (i.e. savara). Filter out savara and anything else that does not belong.
--
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
12 years, 8 months
[JBoss JIRA] (JBDS-2662) JBoss tool was unable to pause the Jboss deployment scanner.
by Martin Malina (JIRA)
[ https://issues.jboss.org/browse/JBDS-2662?page=com.atlassian.jira.plugin.... ]
Martin Malina resolved JBDS-2662.
---------------------------------
Resolution: Cannot Reproduce Bug
I cannot reproduce this at all.
I tried JBDS 5.0.0.GA with JBoss AS 5.1.0 and EAP 5.2.0 and then JBDS 7.0.0.GA with JBoss AS 5.1.0 and EAP 5.2.0, always with a simple dynamic web project and never got any error.
> JBoss tool was unable to pause the Jboss deployment scanner.
> ------------------------------------------------------------
>
> Key: JBDS-2662
> URL: https://issues.jboss.org/browse/JBDS-2662
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: servers
> Reporter: aashi patel
> Assignee: Martin Malina
>
> I am trying to deploy a basic web application on JBoss. But WAR is not getting deployed with following error displayed in Error Log
> (JBDS 5.0.0 GA)
> Jboss 5.0 Runtime server.
> eclipse.buildId=unknown
> java.version=1.6.0_27
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> Framework arguments: -product com.jboss.jbds.product.product
> Command-line arguments: -os win32 -ws win32 -arch x86 -product com.jboss.jbds.product.product
> Error
> Tue Jun 18 09:01:03 EDT 2013
> Error adding deployment folder to deployment scanner
> javax.management.InstanceNotFoundException: jboss.deployment:flavor=URL,type=DeploymentScanner is not registered.
> at org.jboss.mx.server.registry.BasicMBeanRegistry.get(BasicMBeanRegistry.java:526)
> at org.jboss.mx.server.MBeanServerImpl.getClassLoaderFor(MBeanServerImpl.java:1062)
> at org.jboss.jmx.connector.invoker.InvokerAdaptorService.invoke(InvokerAdaptorService.java:214)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
> at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
> at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:138)
> at org.jboss.mx.server.Invocation.invoke(Invocation.java:90)
> at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:140)
> at org.jboss.jmx.connector.invoker.SerializableInterceptor.invoke(SerializableInterceptor.java:74)
> at org.jboss.mx.server.Invocation.invoke(Invocation.java:90)
> at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
> at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
> at org.jboss.invocation.jrmp.server.JRMPProxyFactory.invoke(JRMPProxyFactory.java:180)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
> at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
> at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
> at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
> at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
> at org.jboss.invocation.jrmp.server.JRMPInvoker$MBeanServerAction.invoke(JRMPInvoker.java:855)
> at org.jboss.invocation.jrmp.server.JRMPInvoker.invoke(JRMPInvoker.java:422)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
> at sun.rmi.transport.Transport$1.run(Unknown Source)
> at java.security.AccessController.doPrivileged(Native Method)
> at sun.rmi.transport.Transport.serviceCall(Unknown Source)
> at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
> at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Source)
> at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source)
> at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
> at java.lang.Thread.run(Unknown Source)
> eclipse.buildId=unknown
> java.version=1.6.0_27
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> Framework arguments: -product com.jboss.jbds.product.product
> Command-line arguments: -os win32 -ws win32 -arch x86 -product com.jboss.jbds.product.product
> Error
> Tue Jun 18 14:12:26 EDT 2013
> Error connecting to jmx for server JBoss 5.0 Runtime Server
> org.jboss.tools.jmx.core.JMXException: Error connecting to remote JMX. Please ensure your server is properly configured for JMX access.
> at org.jboss.ide.eclipse.as.jmx.integration.JBossServerConnection.run(JBossServerConnection.java:147)
> at org.jboss.ide.eclipse.as.jmx.integration.JBossServerConnection.run(JBossServerConnection.java:122)
> at org.jboss.ide.eclipse.as.jmx.integration.JBossServerConnection.run(JBossServerConnection.java:111)
> at org.jboss.ide.eclipse.as.jmx.integration.JBossServerConnection.connectToStartedServer(JBossServerConnection.java:221)
> at org.jboss.ide.eclipse.as.jmx.integration.JBossServerConnection$1.run(JBossServerConnection.java:213)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
> Caused by: javax.naming.CommunicationException: Could not obtain connection to any of these urls: localhost:1099 and discovery failed with error: java.lang.ClassCastException: java.lang.Boolean cannot be cast to java.lang.String [Root exception is javax.naming.CommunicationException: Failed to connect to server localhost/127.0.0.1:1099 [Root exception is javax.naming.ServiceUnavailableException: Failed to connect to server localhost/127.0.0.1:1099 [Root exception is java.net.ConnectException: Connection refused: connect]]]
> at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1763)
> at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:693)
> at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:686)
> at javax.naming.InitialContext.lookup(Unknown Source)
> at org.jboss.ide.eclipse.as.jmx.integration.JBossServerConnection.createConnection(JBossServerConnection.java:159)
> at org.jboss.ide.eclipse.as.jmx.integration.JBossServerConnection.run(JBossServerConnection.java:138)
> ... 5 more
> Caused by: javax.naming.CommunicationException: Failed to connect to server localhost/127.0.0.1:1099 [Root exception is javax.naming.ServiceUnavailableException: Failed to connect to server localhost/127.0.0.1:1099 [Root exception is java.net.ConnectException: Connection refused: connect]]
> at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:335)
> at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1734)
> ... 10 more
> Caused by: javax.naming.ServiceUnavailableException: Failed to connect to server localhost/127.0.0.1:1099 [Root exception is java.net.ConnectException: Connection refused: connect]
> at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:305)
> ... 11 more
> Caused by: java.net.ConnectException: Connection refused: connect
> at java.net.PlainSocketImpl.socketConnect(Native Method)
> at java.net.PlainSocketImpl.doConnect(Unknown Source)
> at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
> at java.net.PlainSocketImpl.connect(Unknown Source)
> at java.net.SocksSocketImpl.connect(Unknown Source)
> at java.net.Socket.connect(Unknown Source)
> at org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSocketFactory.java:97)
> at org.jnp.interfaces.TimedSocketFactory.createSocket(TimedSocketFactory.java:82)
> at org.jnp.interfaces.NamingContext.getServer(NamingContext.java:301)
> ... 11 more
> eclipse.buildId=unknown
> java.version=1.6.0_27
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> Framework arguments: -product com.jboss.jbds.product.product
> Command-line arguments: -os win32 -ws win32 -arch x86 -product com.jboss.jbds.product.product
> Error
> Tue Jun 18 09:01:13 EDT 2013
> JBossTools was unable to pause the JBoss deployment scanner. Your deployment may not be recognized by the server. Please ensure your version of JBoss includes an unsecured JMX adapter.
> javax.management.InstanceNotFoundException: jboss.deployment:flavor=URL,type=DeploymentScanner is not registered.
> at org.jboss.mx.server.registry.BasicMBeanRegistry.get(BasicMBeanRegistry.java:526)
> at org.jboss.mx.server.MBeanServerImpl.getClassLoaderFor(MBeanServerImpl.java:1062)
> at org.jboss.jmx.connector.invoker.InvokerAdaptorService.invoke(InvokerAdaptorService.java:214)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
> at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
> at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:138)
> at org.jboss.mx.server.Invocation.invoke(Invocation.java:90)
> at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:140)
> at org.jboss.jmx.connector.invoker.SerializableInterceptor.invoke(SerializableInterceptor.java:74)
> at org.jboss.mx.server.Invocation.invoke(Invocation.java:90)
> at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
> at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
> at org.jboss.invocation.jrmp.server.JRMPProxyFactory.invoke(JRMPProxyFactory.java:180)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
> at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
> at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
> at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
> at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
> at org.jboss.invocation.jrmp.server.JRMPInvoker$MBeanServerAction.invoke(JRMPInvoker.java:855)
> at org.jboss.invocation.jrmp.server.JRMPInvoker.invoke(JRMPInvoker.java:422)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
> at java.lang.reflect.Method.invoke(Unknown Source)
> at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
> at sun.rmi.transport.Transport$1.run(Unknown Source)
> at java.security.AccessController.doPrivileged(Native Method)
> at sun.rmi.transport.Transport.serviceCall(Unknown Source)
> at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
> at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Source)
> at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source)
> at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
> at java.lang.Thread.run(Unknown Source)
--
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
12 years, 8 months
[JBoss JIRA] (JBIDE-15262) openshift-java-client: allow to provide cartridges when creating an application
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15262?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-15262 at 8/8/13 9:46 AM:
------------------------------------------------------------------
The REST endpoint allows one to add cartridges when creating an application:
{code:title=ADD_APPLICATION link listed in the domain resource}
"ADD_APPLICATION":{
"href":"https://openshift.redhat.com/broker/rest/domains/foobars/applications",
"method":"POST",
"optional_params":[
{
"default_value":null,
"description":"Array of one or more cartridge names. i.e. [\"php-5.3\", \"mongodb-2.2\"]",
"name":"cartridges",
"type":"array",
"valid_options":[
"nodejs-0.6",
"jbossews-2.0",
"zend-5.6",
"ruby-1.9",
"python-3.3",
"jbossas-7",
"python-2.6",
"jenkins-1.4",
"ruby-1.8",
"python-2.7",
"jbosseap-6.0",
"diy-0.1",
"jbossews-1.0",
"php-5.3",
"perl-5.10"
]
},
{
"default_value":false,
"description":"Mark application as scalable",
"name":"scale",
"type":"boolean",
"valid_options":[
true,
false
]
},
{
"default_value":"small",
"description":"The size of the gear",
"name":"gear_profile",
"type":"string",
"valid_options":[
"small",
"medium"
]
},
{
"default_value":null,
"description":"A URL to a Git source code repository that will be the basis for this application.",
"name":"initial_git_url",
"type":"string",
"valid_options":[
]
}
],
"rel":"Create new application",
"required_params":[
{
"description":"Name of the application",
"invalid_options":[
"amentra",
"aop",
"apiviz",
"arquillian",
"blacktie",
"boxgrinder",
"byteman",
"cirras",
"cloud",
"cloudforms",
"cygwin",
"davcache",
"dogtag",
"drools",
"drools",
"ejb3",
"errai",
"esb",
"fedora",
"freeipa",
"gatein",
"git",
"gfs",
"gravel",
"guvnor",
"hibernate",
"hornetq",
"iiop",
"infinispan",
"ironjacamar",
"javassist",
"jbcaa",
"jbcd",
"jboss",
"jbpm",
"jdcom",
"jgroups",
"jmx",
"jopr",
"jrunit",
"jsfunit",
"kosmos",
"liberation",
"makara",
"mass",
"maven",
"metajizer",
"metamatrix",
"mobicents",
"mod_cluster",
"modeshape",
"mugshot",
"mysql",
"netty",
"openshift",
"osgi",
"overlord",
"ovirt",
"penrose",
"picketbox",
"picketlink",
"portletbridge",
"portletswap",
"posse",
"pressgang",
"qumranet",
"railo",
"redhat",
"resteasy",
"rhca",
"rhcds",
"rhce",
"rhcsa",
"rhcss",
"rhct",
"rhcva",
"rhel",
"rhev",
"rhq",
"rhx",
"richfaces",
"riftsaw",
"savara",
"scribble",
"seam",
"shadowman",
"shotoku",
"shrinkwrap",
"snowdrop",
"solidice",
"spacewalk",
"spice",
"steamcannon",
"stormgrind",
"switchyard",
"tattletale",
"teiid",
"tohu",
"torquebox",
"weld",
"wise",
"xnio"
],
"name":"name",
"type":"string",
"valid_options":[
]
}
]
},
{code}
was (Author: adietish):
The REST endpoint allows one to add cartridges when creating an application:
{code:javascript}
"ADD_APPLICATION":{
"href":"https://openshift.redhat.com/broker/rest/domains/foobars/applications",
"method":"POST",
"optional_params":[
{
"default_value":null,
"description":"Array of one or more cartridge names. i.e. [\"php-5.3\", \"mongodb-2.2\"]",
"name":"cartridges",
"type":"array",
"valid_options":[
"nodejs-0.6",
"jbossews-2.0",
"zend-5.6",
"ruby-1.9",
"python-3.3",
"jbossas-7",
"python-2.6",
"jenkins-1.4",
"ruby-1.8",
"python-2.7",
"jbosseap-6.0",
"diy-0.1",
"jbossews-1.0",
"php-5.3",
"perl-5.10"
]
},
{
"default_value":false,
"description":"Mark application as scalable",
"name":"scale",
"type":"boolean",
"valid_options":[
true,
false
]
},
{
"default_value":"small",
"description":"The size of the gear",
"name":"gear_profile",
"type":"string",
"valid_options":[
"small",
"medium"
]
},
{
"default_value":null,
"description":"A URL to a Git source code repository that will be the basis for this application.",
"name":"initial_git_url",
"type":"string",
"valid_options":[
]
}
],
"rel":"Create new application",
"required_params":[
{
"description":"Name of the application",
"invalid_options":[
"amentra",
"aop",
"apiviz",
"arquillian",
"blacktie",
"boxgrinder",
"byteman",
"cirras",
"cloud",
"cloudforms",
"cygwin",
"davcache",
"dogtag",
"drools",
"drools",
"ejb3",
"errai",
"esb",
"fedora",
"freeipa",
"gatein",
"git",
"gfs",
"gravel",
"guvnor",
"hibernate",
"hornetq",
"iiop",
"infinispan",
"ironjacamar",
"javassist",
"jbcaa",
"jbcd",
"jboss",
"jbpm",
"jdcom",
"jgroups",
"jmx",
"jopr",
"jrunit",
"jsfunit",
"kosmos",
"liberation",
"makara",
"mass",
"maven",
"metajizer",
"metamatrix",
"mobicents",
"mod_cluster",
"modeshape",
"mugshot",
"mysql",
"netty",
"openshift",
"osgi",
"overlord",
"ovirt",
"penrose",
"picketbox",
"picketlink",
"portletbridge",
"portletswap",
"posse",
"pressgang",
"qumranet",
"railo",
"redhat",
"resteasy",
"rhca",
"rhcds",
"rhce",
"rhcsa",
"rhcss",
"rhct",
"rhcva",
"rhel",
"rhev",
"rhq",
"rhx",
"richfaces",
"riftsaw",
"savara",
"scribble",
"seam",
"shadowman",
"shotoku",
"shrinkwrap",
"snowdrop",
"solidice",
"spacewalk",
"spice",
"steamcannon",
"stormgrind",
"switchyard",
"tattletale",
"teiid",
"tohu",
"torquebox",
"weld",
"wise",
"xnio"
],
"name":"name",
"type":"string",
"valid_options":[
]
}
]
},
{code}
> openshift-java-client: allow to provide cartridges when creating an application
> -------------------------------------------------------------------------------
>
> Key: JBIDE-15262
> URL: https://issues.jboss.org/browse/JBIDE-15262
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.1.0.CR1
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Fix For: 4.2.0.Alpha1
>
>
> For certain openshift example one needs to be able to add cartridges when creating the application, not only afterwards. Without the cartridge present in the application some examples (ex. wordpress example at https://github.com/openshift/wordpress-example) will fail the initial build.
--
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
12 years, 8 months
[JBoss JIRA] (JBIDE-15262) openshift-java-client: allow to provide cartridges when creating an application
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15262?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-15262 at 8/8/13 9:44 AM:
------------------------------------------------------------------
The REST endpoint allows one to add cartridges when creating an application:
{code:javascrip title=ADD_APPLICATION link listed in the domain resource}
"ADD_APPLICATION":{
"href":"https://openshift.redhat.com/broker/rest/domains/foobars/applications",
"method":"POST",
"optional_params":[
{
"default_value":null,
"description":"Array of one or more cartridge names. i.e. [\"php-5.3\", \"mongodb-2.2\"]",
"name":"cartridges",
"type":"array",
"valid_options":[
"nodejs-0.6",
"jbossews-2.0",
"zend-5.6",
"ruby-1.9",
"python-3.3",
"jbossas-7",
"python-2.6",
"jenkins-1.4",
"ruby-1.8",
"python-2.7",
"jbosseap-6.0",
"diy-0.1",
"jbossews-1.0",
"php-5.3",
"perl-5.10"
]
},
{
"default_value":false,
"description":"Mark application as scalable",
"name":"scale",
"type":"boolean",
"valid_options":[
true,
false
]
},
{
"default_value":"small",
"description":"The size of the gear",
"name":"gear_profile",
"type":"string",
"valid_options":[
"small",
"medium"
]
},
{
"default_value":null,
"description":"A URL to a Git source code repository that will be the basis for this application.",
"name":"initial_git_url",
"type":"string",
"valid_options":[
]
}
],
"rel":"Create new application",
"required_params":[
{
"description":"Name of the application",
"invalid_options":[
"amentra",
"aop",
"apiviz",
"arquillian",
"blacktie",
"boxgrinder",
"byteman",
"cirras",
"cloud",
"cloudforms",
"cygwin",
"davcache",
"dogtag",
"drools",
"drools",
"ejb3",
"errai",
"esb",
"fedora",
"freeipa",
"gatein",
"git",
"gfs",
"gravel",
"guvnor",
"hibernate",
"hornetq",
"iiop",
"infinispan",
"ironjacamar",
"javassist",
"jbcaa",
"jbcd",
"jboss",
"jbpm",
"jdcom",
"jgroups",
"jmx",
"jopr",
"jrunit",
"jsfunit",
"kosmos",
"liberation",
"makara",
"mass",
"maven",
"metajizer",
"metamatrix",
"mobicents",
"mod_cluster",
"modeshape",
"mugshot",
"mysql",
"netty",
"openshift",
"osgi",
"overlord",
"ovirt",
"penrose",
"picketbox",
"picketlink",
"portletbridge",
"portletswap",
"posse",
"pressgang",
"qumranet",
"railo",
"redhat",
"resteasy",
"rhca",
"rhcds",
"rhce",
"rhcsa",
"rhcss",
"rhct",
"rhcva",
"rhel",
"rhev",
"rhq",
"rhx",
"richfaces",
"riftsaw",
"savara",
"scribble",
"seam",
"shadowman",
"shotoku",
"shrinkwrap",
"snowdrop",
"solidice",
"spacewalk",
"spice",
"steamcannon",
"stormgrind",
"switchyard",
"tattletale",
"teiid",
"tohu",
"torquebox",
"weld",
"wise",
"xnio"
],
"name":"name",
"type":"string",
"valid_options":[
]
}
]
},
{code}
was (Author: adietish):
The REST endpoint allows one to add cartridges when creating an application:
{code:ADD_APPLICATION link listed in the domain resource}
"ADD_APPLICATION":{
"href":"https://openshift.redhat.com/broker/rest/domains/foobars/applications",
"method":"POST",
"optional_params":[
{
"default_value":null,
"description":"Array of one or more cartridge names. i.e. [\"php-5.3\", \"mongodb-2.2\"]",
"name":"cartridges",
"type":"array",
"valid_options":[
"nodejs-0.6",
"jbossews-2.0",
"zend-5.6",
"ruby-1.9",
"python-3.3",
"jbossas-7",
"python-2.6",
"jenkins-1.4",
"ruby-1.8",
"python-2.7",
"jbosseap-6.0",
"diy-0.1",
"jbossews-1.0",
"php-5.3",
"perl-5.10"
]
},
{
"default_value":false,
"description":"Mark application as scalable",
"name":"scale",
"type":"boolean",
"valid_options":[
true,
false
]
},
{
"default_value":"small",
"description":"The size of the gear",
"name":"gear_profile",
"type":"string",
"valid_options":[
"small",
"medium"
]
},
{
"default_value":null,
"description":"A URL to a Git source code repository that will be the basis for this application.",
"name":"initial_git_url",
"type":"string",
"valid_options":[
]
}
],
"rel":"Create new application",
"required_params":[
{
"description":"Name of the application",
"invalid_options":[
"amentra",
"aop",
"apiviz",
"arquillian",
"blacktie",
"boxgrinder",
"byteman",
"cirras",
"cloud",
"cloudforms",
"cygwin",
"davcache",
"dogtag",
"drools",
"drools",
"ejb3",
"errai",
"esb",
"fedora",
"freeipa",
"gatein",
"git",
"gfs",
"gravel",
"guvnor",
"hibernate",
"hornetq",
"iiop",
"infinispan",
"ironjacamar",
"javassist",
"jbcaa",
"jbcd",
"jboss",
"jbpm",
"jdcom",
"jgroups",
"jmx",
"jopr",
"jrunit",
"jsfunit",
"kosmos",
"liberation",
"makara",
"mass",
"maven",
"metajizer",
"metamatrix",
"mobicents",
"mod_cluster",
"modeshape",
"mugshot",
"mysql",
"netty",
"openshift",
"osgi",
"overlord",
"ovirt",
"penrose",
"picketbox",
"picketlink",
"portletbridge",
"portletswap",
"posse",
"pressgang",
"qumranet",
"railo",
"redhat",
"resteasy",
"rhca",
"rhcds",
"rhce",
"rhcsa",
"rhcss",
"rhct",
"rhcva",
"rhel",
"rhev",
"rhq",
"rhx",
"richfaces",
"riftsaw",
"savara",
"scribble",
"seam",
"shadowman",
"shotoku",
"shrinkwrap",
"snowdrop",
"solidice",
"spacewalk",
"spice",
"steamcannon",
"stormgrind",
"switchyard",
"tattletale",
"teiid",
"tohu",
"torquebox",
"weld",
"wise",
"xnio"
],
"name":"name",
"type":"string",
"valid_options":[
]
}
]
},
{code}
> openshift-java-client: allow to provide cartridges when creating an application
> -------------------------------------------------------------------------------
>
> Key: JBIDE-15262
> URL: https://issues.jboss.org/browse/JBIDE-15262
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.1.0.CR1
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Fix For: 4.2.0.Alpha1
>
>
> For certain openshift example one needs to be able to add cartridges when creating the application, not only afterwards. Without the cartridge present in the application some examples (ex. wordpress example at https://github.com/openshift/wordpress-example) will fail the initial build.
--
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
12 years, 8 months
[JBoss JIRA] (JBIDE-15262) openshift-java-client: allow to provide cartridges when creating an application
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15262?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-15262 at 8/8/13 9:44 AM:
------------------------------------------------------------------
The REST endpoint allows one to add cartridges when creating an application:
{code:javascript}
"ADD_APPLICATION":{
"href":"https://openshift.redhat.com/broker/rest/domains/foobars/applications",
"method":"POST",
"optional_params":[
{
"default_value":null,
"description":"Array of one or more cartridge names. i.e. [\"php-5.3\", \"mongodb-2.2\"]",
"name":"cartridges",
"type":"array",
"valid_options":[
"nodejs-0.6",
"jbossews-2.0",
"zend-5.6",
"ruby-1.9",
"python-3.3",
"jbossas-7",
"python-2.6",
"jenkins-1.4",
"ruby-1.8",
"python-2.7",
"jbosseap-6.0",
"diy-0.1",
"jbossews-1.0",
"php-5.3",
"perl-5.10"
]
},
{
"default_value":false,
"description":"Mark application as scalable",
"name":"scale",
"type":"boolean",
"valid_options":[
true,
false
]
},
{
"default_value":"small",
"description":"The size of the gear",
"name":"gear_profile",
"type":"string",
"valid_options":[
"small",
"medium"
]
},
{
"default_value":null,
"description":"A URL to a Git source code repository that will be the basis for this application.",
"name":"initial_git_url",
"type":"string",
"valid_options":[
]
}
],
"rel":"Create new application",
"required_params":[
{
"description":"Name of the application",
"invalid_options":[
"amentra",
"aop",
"apiviz",
"arquillian",
"blacktie",
"boxgrinder",
"byteman",
"cirras",
"cloud",
"cloudforms",
"cygwin",
"davcache",
"dogtag",
"drools",
"drools",
"ejb3",
"errai",
"esb",
"fedora",
"freeipa",
"gatein",
"git",
"gfs",
"gravel",
"guvnor",
"hibernate",
"hornetq",
"iiop",
"infinispan",
"ironjacamar",
"javassist",
"jbcaa",
"jbcd",
"jboss",
"jbpm",
"jdcom",
"jgroups",
"jmx",
"jopr",
"jrunit",
"jsfunit",
"kosmos",
"liberation",
"makara",
"mass",
"maven",
"metajizer",
"metamatrix",
"mobicents",
"mod_cluster",
"modeshape",
"mugshot",
"mysql",
"netty",
"openshift",
"osgi",
"overlord",
"ovirt",
"penrose",
"picketbox",
"picketlink",
"portletbridge",
"portletswap",
"posse",
"pressgang",
"qumranet",
"railo",
"redhat",
"resteasy",
"rhca",
"rhcds",
"rhce",
"rhcsa",
"rhcss",
"rhct",
"rhcva",
"rhel",
"rhev",
"rhq",
"rhx",
"richfaces",
"riftsaw",
"savara",
"scribble",
"seam",
"shadowman",
"shotoku",
"shrinkwrap",
"snowdrop",
"solidice",
"spacewalk",
"spice",
"steamcannon",
"stormgrind",
"switchyard",
"tattletale",
"teiid",
"tohu",
"torquebox",
"weld",
"wise",
"xnio"
],
"name":"name",
"type":"string",
"valid_options":[
]
}
]
},
{code}
was (Author: adietish):
The REST endpoint allows one to add cartridges when creating an application:
{code:javascrip title=ADD_APPLICATION link listed in the domain resource}
"ADD_APPLICATION":{
"href":"https://openshift.redhat.com/broker/rest/domains/foobars/applications",
"method":"POST",
"optional_params":[
{
"default_value":null,
"description":"Array of one or more cartridge names. i.e. [\"php-5.3\", \"mongodb-2.2\"]",
"name":"cartridges",
"type":"array",
"valid_options":[
"nodejs-0.6",
"jbossews-2.0",
"zend-5.6",
"ruby-1.9",
"python-3.3",
"jbossas-7",
"python-2.6",
"jenkins-1.4",
"ruby-1.8",
"python-2.7",
"jbosseap-6.0",
"diy-0.1",
"jbossews-1.0",
"php-5.3",
"perl-5.10"
]
},
{
"default_value":false,
"description":"Mark application as scalable",
"name":"scale",
"type":"boolean",
"valid_options":[
true,
false
]
},
{
"default_value":"small",
"description":"The size of the gear",
"name":"gear_profile",
"type":"string",
"valid_options":[
"small",
"medium"
]
},
{
"default_value":null,
"description":"A URL to a Git source code repository that will be the basis for this application.",
"name":"initial_git_url",
"type":"string",
"valid_options":[
]
}
],
"rel":"Create new application",
"required_params":[
{
"description":"Name of the application",
"invalid_options":[
"amentra",
"aop",
"apiviz",
"arquillian",
"blacktie",
"boxgrinder",
"byteman",
"cirras",
"cloud",
"cloudforms",
"cygwin",
"davcache",
"dogtag",
"drools",
"drools",
"ejb3",
"errai",
"esb",
"fedora",
"freeipa",
"gatein",
"git",
"gfs",
"gravel",
"guvnor",
"hibernate",
"hornetq",
"iiop",
"infinispan",
"ironjacamar",
"javassist",
"jbcaa",
"jbcd",
"jboss",
"jbpm",
"jdcom",
"jgroups",
"jmx",
"jopr",
"jrunit",
"jsfunit",
"kosmos",
"liberation",
"makara",
"mass",
"maven",
"metajizer",
"metamatrix",
"mobicents",
"mod_cluster",
"modeshape",
"mugshot",
"mysql",
"netty",
"openshift",
"osgi",
"overlord",
"ovirt",
"penrose",
"picketbox",
"picketlink",
"portletbridge",
"portletswap",
"posse",
"pressgang",
"qumranet",
"railo",
"redhat",
"resteasy",
"rhca",
"rhcds",
"rhce",
"rhcsa",
"rhcss",
"rhct",
"rhcva",
"rhel",
"rhev",
"rhq",
"rhx",
"richfaces",
"riftsaw",
"savara",
"scribble",
"seam",
"shadowman",
"shotoku",
"shrinkwrap",
"snowdrop",
"solidice",
"spacewalk",
"spice",
"steamcannon",
"stormgrind",
"switchyard",
"tattletale",
"teiid",
"tohu",
"torquebox",
"weld",
"wise",
"xnio"
],
"name":"name",
"type":"string",
"valid_options":[
]
}
]
},
{code}
> openshift-java-client: allow to provide cartridges when creating an application
> -------------------------------------------------------------------------------
>
> Key: JBIDE-15262
> URL: https://issues.jboss.org/browse/JBIDE-15262
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: openshift
> Affects Versions: 4.1.0.CR1
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Fix For: 4.2.0.Alpha1
>
>
> For certain openshift example one needs to be able to add cartridges when creating the application, not only afterwards. Without the cartridge present in the application some examples (ex. wordpress example at https://github.com/openshift/wordpress-example) will fail the initial build.
--
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
12 years, 8 months
[JBoss JIRA] (JBIDE-15328) Fixing Arquillian tests
by Snjezana Peco (JIRA)
Snjezana Peco created JBIDE-15328:
-------------------------------------
Summary: Fixing Arquillian tests
Key: JBIDE-15328
URL: https://issues.jboss.org/browse/JBIDE-15328
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: testing-tools
Affects Versions: 4.1.0.Final
Reporter: Snjezana Peco
Assignee: Snjezana Peco
Fix For: 4.1.x, 4.2.0.Alpha1
There are two issues:
1) The CreateDeploymentMethodTest test, introduced by JBIDE-14779, isn't included into the build
2) The CheckArquillianModificationsTest test, introduced by JBIDE-15030, creates, but doesn't remove a project. The project can't be removed because the test opens, but doesn't close an inputstream.
--
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
12 years, 8 months