[JBoss JIRA] (JBDS-3322) JSR-356: Websockets. Content-assist for annotations
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBDS-3322?page=com.atlassian.jira.plugin.... ]
Alexey Kazakov commented on JBDS-3322:
--------------------------------------
*What we can do for JBDS 9:*
Provide content assist for classes annotated *@ServerEndpoint* or *@ClientEndpoint* with the following proposals:
- Add *@OnMessage* method (if not present yet)
- Add *@OnOpen* method
- Add *@OnClose* method
- Add *@OnError* method
*Here is a list of features in Websocets area we possibly can do if have enough time:*
* Some simple validation (e.g. multiple *@OnMessage* methods, maybe something more)
* A few simple wizards based on new Java Class wizard:
** New Server Endpoint class (annotated or using interfaces)
** New Message Encoder
** New Message Decoder
> JSR-356: Websockets. Content-assist for annotations
> ---------------------------------------------------
>
> Key: JBDS-3322
> URL: https://issues.jboss.org/browse/JBDS-3322
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Feature Request
> Components: requirements, webservices
> Reporter: Alexey Kazakov
> Assignee: Alexey Kazakov
> Priority: Minor
> Labels: websockets
> Fix For: 9.0.0.Alpha2
>
>
> As a Java EE developer, I wish to take advantage of the new Websockets capability.
> Content-assist for annotations such as @ServerEndpoint, @OnMessage.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (TOOLSDOC-495) Information missing in JBDS 7.1 GSG
by Misha Ali (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-495?page=com.atlassian.jira.plug... ]
Misha Ali reassigned TOOLSDOC-495:
----------------------------------
Assignee: Misha Ali (was: Michelle Murray)
> Information missing in JBDS 7.1 GSG
> -----------------------------------
>
> Key: TOOLSDOC-495
> URL: https://issues.jboss.org/browse/TOOLSDOC-495
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Bug
> Components: Getting Started Guide
> Affects Versions: 4.1.1
> Reporter: Supriya Bharadwaj
> Assignee: Misha Ali
> Priority: Minor
> Fix For: 4.2.0.Beta2
>
>
> JBDS 7.1 GSG; section 5.1 (Configure Maven); after I perform steps 1 through 5 and reach step no. 6 and click OK on the Add Maven Repository dialog box, it gives me the "/home/user/.m2/settings.xml(No such file or directory)" error.
> I had to create the .m2 directory and give the user class, group, and the other classes the rwx permission to get through.
> The guide does not cover these steps (/exceptions?)
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month
[JBoss JIRA] (JBIDE-19168) Exception thrown when external HTML opened in VPE
by Victor Rubezhny (JIRA)
[ https://issues.jboss.org/browse/JBIDE-19168?page=com.atlassian.jira.plugi... ]
Victor Rubezhny closed JBIDE-19168.
-----------------------------------
Resolution: Done
> Exception thrown when external HTML opened in VPE
> -------------------------------------------------
>
> Key: JBIDE-19168
> URL: https://issues.jboss.org/browse/JBIDE-19168
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing, upstream
> Affects Versions: 4.2.1.CR1
> Environment: JBDS 8.0.1.CR1-v20141124-0632-B333 Linux 64bit
> Reporter: Alexey Kazakov
> Assignee: Victor Rubezhny
> Fix For: 4.3.0.Alpha1
>
>
> 1. Install AngulaJS for Eclipse from JBoss Central
> 2. Open external HTML file in VPE
> ERROR:
> {noformat}
> IFile parameter can not be null
> org.eclipse.wst.sse.core.internal.util.Assert$AssertionFailedException: IFile parameter can not be null
> at org.eclipse.wst.sse.core.internal.util.Assert.isNotNull(Assert.java:124)
> at org.eclipse.wst.sse.core.internal.model.ModelManagerImpl.getExistingModelForRead(ModelManagerImpl.java:1272)
> at org.eclipse.angularjs.internal.ui.validation.AbstractValidator.validate(AbstractValidator.java:126)
> at org.eclipse.angularjs.internal.ui.validation.AbstractValidator.validate(AbstractValidator.java:118)
> at org.eclipse.wst.sse.ui.internal.reconcile.validator.ReconcileStepForValidator.validate(ReconcileStepForValidator.java:381)
> at org.eclipse.wst.sse.ui.internal.reconcile.validator.ReconcileStepForValidator.reconcileModel(ReconcileStepForValidator.java:259)
> at org.eclipse.jface.text.reconciler.AbstractReconcileStep.reconcile(AbstractReconcileStep.java:95)
> at org.eclipse.wst.sse.ui.internal.reconcile.validator.ValidatorStrategy.reconcile(ValidatorStrategy.java:269)
> at org.eclipse.wst.sse.ui.internal.reconcile.DocumentRegionProcessor.process(DocumentRegionProcessor.java:321)
> at org.eclipse.wst.sse.ui.internal.reconcile.StructuredRegionProcessor.process(StructuredRegionProcessor.java:258)
> at org.eclipse.wst.sse.ui.internal.reconcile.DirtyRegionProcessor$BackgroundThread.run(DirtyRegionProcessor.java:691)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years, 1 month