[JBoss JIRA] (JBIDE-15304) NullPointerExceptions in JAX-RS doesn't report what project is affected
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15304?page=com.atlassian.jira.plugi... ]
Xavier Coulon reassigned JBIDE-15304:
-------------------------------------
Assignee: Max Rydahl Andersen (was: Xavier Coulon)
Please review the PR
> NullPointerExceptions in JAX-RS doesn't report what project is affected
> -----------------------------------------------------------------------
>
> Key: JBIDE-15304
> URL: https://issues.jboss.org/browse/JBIDE-15304
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: webservices
> Affects Versions: 4.1.0.Final
> Reporter: Denis Golovin
> Assignee: Max Rydahl Andersen
> Fix For: 4.1.1.Alpha2
>
>
> I've seen this exception happens many times when I have several projects imported out of JBoss Central:
> {code}java.lang.NullPointerException
> at org.jboss.tools.ws.jaxrs.core.jdt.JavaMethodSignaturesVisitor.visit(JavaMethodSignaturesVisitor.java:105)
> at org.eclipse.jdt.core.dom.MethodDeclaration.accept0(MethodDeclaration.java:489)
> at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2514)
> at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2585)
> at org.eclipse.jdt.core.dom.TypeDeclaration.accept0(TypeDeclaration.java:484)
> at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2514)
> at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2585)
> at org.eclipse.jdt.core.dom.CompilationUnit.accept0(CompilationUnit.java:220)
> at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2514)
> at org.jboss.tools.ws.jaxrs.core.jdt.JdtUtils.resolveMethodSignatures(JdtUtils.java:674)
> at org.jboss.tools.ws.jaxrs.core.jdt.CompilationUnitsRepository.mergeAST(CompilationUnitsRepository.java:113)
> at org.jboss.tools.ws.jaxrs.core.internal.metamodel.builder.JavaElementDeltaScanner.scanDelta(JavaElementDeltaScanner.java:119)
> at org.jboss.tools.ws.jaxrs.core.internal.metamodel.builder.JavaElementDeltaScanner.scanAndFilterEvent(JavaElementDeltaScanner.java:71)
> at org.jboss.tools.ws.jaxrs.core.internal.metamodel.builder.JavaElementChangedBuildJob.run(JavaElementChangedBuildJob.java:54)
> at org.jboss.tools.ws.jaxrs.core.internal.metamodel.builder.JavaElementChangedBuildJob.execute(JavaElementChangedBuildJob.java:41)
> at org.jboss.tools.ws.jaxrs.core.internal.metamodel.builder.JavaElementChangedListener.elementChanged(JavaElementChangedListener.java:69)
> at org.eclipse.jdt.internal.core.DeltaProcessor$4.run(DeltaProcessor.java:1682)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.jdt.internal.core.DeltaProcessor.notifyListeners(DeltaProcessor.java:1672)
> at org.eclipse.jdt.internal.core.DeltaProcessor.fireReconcileDelta(DeltaProcessor.java:1524)
> at org.eclipse.jdt.internal.core.DeltaProcessor.fire(DeltaProcessor.java:1483)
> at org.eclipse.jdt.internal.core.JavaModelOperation.run(JavaModelOperation.java:769)
> at org.eclipse.jdt.internal.core.JavaModelOperation.runOperation(JavaModelOperation.java:788)
> at org.eclipse.jdt.internal.core.CompilationUnit.reconcile(CompilationUnit.java:1247)
> at org.eclipse.jdt.internal.ui.text.java.JavaReconcilingStrategy.reconcile(JavaReconcilingStrategy.java:126)
> at org.eclipse.jdt.internal.ui.text.java.JavaReconcilingStrategy.access$0(JavaReconcilingStrategy.java:108)
> at org.eclipse.jdt.internal.ui.text.java.JavaReconcilingStrategy$1.run(JavaReconcilingStrategy.java:89)
> at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
> at org.eclipse.jdt.internal.ui.text.java.JavaReconcilingStrategy.reconcile(JavaReconcilingStrategy.java:87)
> at org.eclipse.jdt.internal.ui.text.java.JavaReconcilingStrategy.initialReconcile(JavaReconcilingStrategy.java:178)
> at org.eclipse.jdt.internal.ui.text.CompositeReconcilingStrategy.initialReconcile(CompositeReconcilingStrategy.java:114)
> at org.eclipse.jdt.internal.ui.text.JavaCompositeReconcilingStrategy.initialReconcile(JavaCompositeReconcilingStrategy.java:136)
> at org.eclipse.jface.text.reconciler.MonoReconciler.initialProcess(MonoReconciler.java:105)
> at org.eclipse.jdt.internal.ui.text.JavaReconciler.initialProcess(JavaReconciler.java:406)
> at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:173)
> {code}
> couldn't catch exact steps to replicate, because I have many projects in workspace and log entry doesn't provide additional info about project.
--
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, 7 months
[JBoss JIRA] (JBIDE-15516) use latest openshift-java-client which supports downloadable cartridges (2.4.0-SNAPSHOT)
by Andre Dietisheim (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15516?page=com.atlassian.jira.plugi... ]
Andre Dietisheim edited comment on JBIDE-15516 at 9/24/13 11:39 AM:
--------------------------------------------------------------------
openshift-java-client 2.4.0-SNAPSHOT is used in JBT master and 4.1.x branch. We need to update both
was (Author: adietish):
openshift-java-client 2.4.0-SNAPSHOT is used in JBT master and 4.1.1.Alpha1x, 4.1.x branch. We need to update all 3
> use latest openshift-java-client which supports downloadable cartridges (2.4.0-SNAPSHOT)
> ----------------------------------------------------------------------------------------
>
> Key: JBIDE-15516
> URL: https://issues.jboss.org/browse/JBIDE-15516
> Project: Tools (JBoss Tools)
> Issue Type: Enhancement
> Components: openshift
> Affects Versions: 4.2.0.Alpha1
> Reporter: Andre Dietisheim
> Assignee: Andre Dietisheim
> Fix For: 4.1.1.Alpha2, 4.2.0.Alpha1
>
>
> In JBIDE-15429 I added support for downloadable (web- and standalone-) cartridges in the openshift-java-client.
> JBT now needs to upgrade to this client version.
--
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, 7 months
[JBoss JIRA] (JBIDE-15513) Cordovasim: Make back button always enabled
by Konstantin Marmalyukov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15513?page=com.atlassian.jira.plugi... ]
Konstantin Marmalyukov commented on JBIDE-15513:
------------------------------------------------
Adding home screen is a possible variant, but the easiest way is setting opened url as a home url(like it is in browserSim). This fix is already available in PR.
> Cordovasim: Make back button always enabled
> -------------------------------------------
>
> Key: JBIDE-15513
> URL: https://issues.jboss.org/browse/JBIDE-15513
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: browsersim
> Affects Versions: 4.2.0.Alpha1
> Reporter: Konstantin Marmalyukov
> Assignee: Konstantin Marmalyukov
> Fix For: 4.2.0.Alpha1
>
> Attachments: homeScreen.png
>
>
> Back button behaviour can be overriden by cordova api. So it needs to be enabled for cordovaSim.
--
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, 7 months
[JBoss JIRA] (JBIDE-15428) No JAX-RS problems when importing a project that contains HTTPMethod annotation without @Target and @Retention
by Xavier Coulon (JIRA)
[ https://issues.jboss.org/browse/JBIDE-15428?page=com.atlassian.jira.plugi... ]
Xavier Coulon commented on JBIDE-15428:
---------------------------------------
[~rrabara],
I can't reproduce it with the lastest version of code on jbosstools-4.1.x branch.
Would you mind giving it another try with the lastest nightly builds ?
Thanks
Best regards,
Xavier
> No JAX-RS problems when importing a project that contains HTTPMethod annotation without @Target and @Retention
> --------------------------------------------------------------------------------------------------------------
>
> Key: JBIDE-15428
> URL: https://issues.jboss.org/browse/JBIDE-15428
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: webservices
> Affects Versions: 4.1.0.Final
> Reporter: Radoslav Rábara
> Assignee: Xavier Coulon
> Fix For: 4.1.1.Alpha2
>
> Attachments: After import.png, After workaround.png, Before import.png
>
>
> After importing Dynamic Web Project with JAX-RS support with HTTPMethod annotation without @Target and @Retention annotations, there is no error.
> This looks like a regression of JBIDE-12690.
--
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, 7 months
[JBoss JIRA] (TOOLSDOC-395) minor bug in hibernate table of output options
by Max Rydahl Andersen (JIRA)
Max Rydahl Andersen created TOOLSDOC-395:
--------------------------------------------
Summary: minor bug in hibernate table of output options
Key: TOOLSDOC-395
URL: https://issues.jboss.org/browse/TOOLSDOC-395
Project: Documentation for JBoss Tools and Developer Studio
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Reporter: Max Rydahl Andersen
Assignee: Michelle Murray
sent to me by mail:
On url: http://docs.jboss.org/tools/3.3.0.Final/en/hibernatetools/html_single/ind...
Table 5.4
---------------
These two lines say:
outputfilename if specified the statements will be dumped to this file Optional
delimiter If specified the statements will be dumped to this file Default: ";"
They should say
---------------------------
outputfilename if specified the statements will be dumped to this file Optional
delimiter explanatioin for what the delimiter is Default: ";"
--
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, 7 months