[JBoss JIRA] (JBIDE-15897) Make all relevant OpenShift Explorer actions available from Server Adapter
by Max Rydahl Andersen (JIRA)
Max Rydahl Andersen created JBIDE-15897:
-------------------------------------------
Summary: Make all relevant OpenShift Explorer actions available from Server Adapter
Key: JBIDE-15897
URL: https://issues.jboss.org/browse/JBIDE-15897
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: openshift
Reporter: Max Rydahl Andersen
JBIDE-11841 was done earlier but only added the missing actions - when new actions are added we tend to forget to add them.
We should make it so these actions (when relevant) gets added to both places (openshift explorer / server adapter) and optimally also available in an OpenShift context menu on a project.
Meaning you don't have to navigate to explorer view constantly.
--
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, 5 months
[JBoss JIRA] (JBIDE-15810) Issue on Smooks
by siva maturi (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15810?page=com.atlassian.jira.plugi... ]
siva maturi commented on JBIDE-15810:
-------------------------------------
When i map XML to Java on smooks editor ,ofter this i am trying to run smooks-config.xml i am getting this error
Exception in thread "main" java.lang.IllegalArgumentException: ObjectSerializer argument 'object' is null.
at org.jboss.tools.smooks.launch.serialize.ObjectSerializer.assertNotNull(ObjectSerializer.java:278)
at org.jboss.tools.smooks.launch.serialize.ObjectSerializer.<init>(ObjectSerializer.java:56)
at org.jboss.tools.smooks.launch.serialize.ObjectSerializer.serialize(ObjectSerializer.java:79)
> Issue on Smooks
> ---------------
>
> Key: JBIDE-15810
> URL: https://issues.jboss.org/browse/JBIDE-15810
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: smooks
> Reporter: siva maturi
>
> when i run sooks-config.xml i will get this error please tell me if any one know
> Exception in thread "main" java.lang.IllegalArgumentException: ObjectSerializer argument 'object' is null.
> at org.jboss.tools.smooks.launch.serialize.ObjectSerializer.assertNotNull(ObjectSerializer.java:278)
> at org.jboss.tools.smooks.launch.serialize.ObjectSerializer.<init>(ObjectSerializer.java:56)
> at org.jboss.tools.smooks.launch.serialize.ObjectSerializer.serialize(ObjectSerializer.java:79)
> at org.jboss.tools.smooks.launch.SmooksLauncher.main(SmooksLauncher.java:103)
--
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, 5 months
[JBoss JIRA] (JBIDE-15869) Test failure in org.jboss.tools.cdi.text.ext.test
by Snjezana Peco (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15869?page=com.atlassian.jira.plugi... ]
Snjezana Peco commented on JBIDE-15869:
---------------------------------------
The javaee component now builds correctly. There is no exception in the log.
I propose that we upgrade to tycho 0.19.0 that fixes some of such random issues.
They can happen due to the conflict between OSGi and tycho surefire runtime.
See
https://bugs.eclipse.org/bugs/show_bug.cgi?id=417430
https://bugs.eclipse.org/bugs/show_bug.cgi?id=415489
I have fixed the issue that happens when closing a workbench quickly.
The portlet build sometimes fails for that reason.
See JBIDE-15896.
> Test failure in org.jboss.tools.cdi.text.ext.test
> -------------------------------------------------
>
> Key: JBIDE-15869
> URL: https://issues.jboss.org/browse/JBIDE-15869
> Project: Tools (JBoss Tools)
> Issue Type: Task
> Components: cdi
> Affects Versions: 4.1.1.Beta1
> Reporter: Nick Boldt
> Assignee: Nick Boldt
>
> {code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevStudio_7.0.kepler/job/jbosstools-javaee_41/120/console}
> 13:39:46 [ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.18.1:test (default-test) on project org.jboss.tools.cdi.text.ext.test: An unexpected error occured (return code 13). See log for details. -> [Help 1]
> 13:39:46 org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:0.18.1:test (default-test) on project org.jboss.tools.cdi.text.ext.test: An unexpected error occured (return code 13). See log for details.
> {code}
> {code:title=https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/DevStudio/view/DevStudio_7.0.kepler/job/jbosstools-javaee_41/ws/sources/cdi/tests/org.jboss.tools.cdi.text.ext.test/target/work/data/.metadata/.log}
> !ENTRY org.eclipse.osgi 4 0 2013-11-05 11:42:47.049
> !MESSAGE Application error
> !STACK 1
> org.eclipse.swt.SWTError: No more handles [gtk_init_check() failed]{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
12 years, 5 months
[JBoss JIRA] (JBIDE-15860) Show a warning when enterprise maven repo is missing for enterprise quickstarts
by Fred Bricon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15860?page=com.atlassian.jira.plugi... ]
Fred Bricon commented on JBIDE-15860:
-------------------------------------
https://github.com/jbosstools/jbosstools-central/pull/175 :
* bumped maven plugins version to 1.5.4-SNAPSHOT
* refactored NewProjectExamplesStacksRequirementsPage to inherit MissingRepositoryWarningComponent from MavenExamplesRequirementsPage
* testing requires addding org.jboss.bom:jboss-javaee-6.0-with-hibernate:pom:1.0.4.Final-redhat-9 (for instance) to a quickstart definition in a project example xml descriptor
> Show a warning when enterprise maven repo is missing for enterprise quickstarts
> -------------------------------------------------------------------------------
>
> Key: JBIDE-15860
> URL: https://issues.jboss.org/browse/JBIDE-15860
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: project-examples
> Affects Versions: 4.1.1.CR1
> Reporter: Fred Bricon
> Assignee: Fred Bricon
> Fix For: 4.1.1.CR1
>
>
> Since the newest quickstarts now require the maven eap and/or wfk repos, generated projects won't build OOTB if these repos are not defined in the user's settings.xml.
> Maven archetype based wizards show a warning is essential dependencies can't be resolved. We need to add the same thing for zipped quickstarts.
--
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, 5 months
[JBoss JIRA] (JBIDE-15895) Cordova API not working when added widget from jQuery Mobile palette
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15895?page=com.atlassian.jira.plugi... ]
Vlado Pakan updated JBIDE-15895:
--------------------------------
Description:
1. Create Mobile Hybrid Project
2. Add Accelerometer testing page as described on phonegap wep page
3. Run Project on CordovaSim and/or Emulator and/or Android device
4. Open Acceleromer page
ASSERT: App is displaying data from Accelerometer
5. Open index.html page add some widget from jQuery Mobile pallete and save
6. Repeat step 3. and 4.
ERROR: App is not displaying data from Accelerometer. Event DeviceReady is not fired
When adding widget from jQuery Mobile pallete also this reference to jQuery Mobile java script file is added
{noformat}
<script src="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.js"></script>
{noformat}
and it seems is somehow breaking Cordova API functionality. Once removed from index.html application is displaying data from Acceleromer again
was:
1. Create Mobile Hybrid Project
2. Add Accelerometer testing page as described on phonegap wep page
3. Run Project on CordovaSim and/or Emulator and/or Android device
4. Open Acceleromer page
ASSERT: App is displaying data from Accelerometer
5. Open index.html page add some widget from jQuery Mobile pallete and save
6. Repeat step 3. and 4.
ERROR: App is not displaying data from Accelerometer. Even DeviceReady isnot fired
When adding widget from jQuery Mobile pallete also this reference to jQuery Mobile java script file is added
{noformat}
<script src="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.js"></script>
{noformat}
and it seems is somehow brealing Cordova API functionality. Once removed from index.html application is displaying data from Acceleromer again
> Cordova API not working when added widget from jQuery Mobile palette
> --------------------------------------------------------------------
>
> Key: JBIDE-15895
> URL: https://issues.jboss.org/browse/JBIDE-15895
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: aerogear-hybrid
> Affects Versions: 4.1.1.Beta1
> Environment: JBDS7.1.0.Beta1b Beta1-v20131102-1529-B493
> Reporter: Vlado Pakan
> Fix For: 4.1.1.CR1
>
>
> 1. Create Mobile Hybrid Project
> 2. Add Accelerometer testing page as described on phonegap wep page
> 3. Run Project on CordovaSim and/or Emulator and/or Android device
> 4. Open Acceleromer page
> ASSERT: App is displaying data from Accelerometer
> 5. Open index.html page add some widget from jQuery Mobile pallete and save
> 6. Repeat step 3. and 4.
> ERROR: App is not displaying data from Accelerometer. Event DeviceReady is not fired
> When adding widget from jQuery Mobile pallete also this reference to jQuery Mobile java script file is added
> {noformat}
> <script src="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.js"></script>
> {noformat}
> and it seems is somehow breaking Cordova API functionality. Once removed from index.html application is displaying data from Acceleromer again
--
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, 5 months