[JBoss JIRA] (TOOLSDOC-322) NeedInfo: How do you open faces-config.xml file in the dedicated editor (diagram, tree, source views)?
by Michelle Murray (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-322?page=com.atlassian.jira.plug... ]
Michelle Murray updated TOOLSDOC-322:
-------------------------------------
Assignee: Michelle Murray (was: Alexey Kazakov)
> NeedInfo: How do you open faces-config.xml file in the dedicated editor (diagram, tree, source views)?
> ------------------------------------------------------------------------------------------------------
>
> Key: TOOLSDOC-322
> URL: https://issues.jboss.org/browse/TOOLSDOC-322
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: User Guide - JSF Tools
> Affects Versions: 4.1.0
> Reporter: Michelle Murray
> Assignee: Michelle Murray
>
> I created a JSF project using the JSF project wizard. When I double-click on the faces-config.xml file it opens in a dedicated editor with diagram, tree and source views. Great - :)
> I was then looking at enabling the JSF facet on an existing basic project. A faces-config.xml file was created. Again, I double-clicked to open it but it opened in a plain editor. How do I get it to open in the dedicated config file editor? I tried right-clicking on the file and clicking Open With>Other and selecting some of the JBoss editors but no luck. :(
--
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
13 years, 1 month
[JBoss JIRA] (TOOLSDOC-322) NeedInfo: How do you open faces-config.xml file in the dedicated editor (diagram, tree, source views)?
by Michelle Murray (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-322?page=com.atlassian.jira.plug... ]
Michelle Murray commented on TOOLSDOC-322:
------------------------------------------
Thanks [~scabanovich]. I had tried directly changing the faces-config.xml file - specifically the 'version' and 'xsi:schemaLocation' information. But I hadn't been able to make it work.
So I thought about it on my walk home from work and realised that I could change the JSF version to 2.1 when I enabled the facet. Problem solved and config editor opens as expected :)
So as JBIDE-14439 says, we just need to get it working for 2.2.
> NeedInfo: How do you open faces-config.xml file in the dedicated editor (diagram, tree, source views)?
> ------------------------------------------------------------------------------------------------------
>
> Key: TOOLSDOC-322
> URL: https://issues.jboss.org/browse/TOOLSDOC-322
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: User Guide - JSF Tools
> Affects Versions: 4.1.0
> Reporter: Michelle Murray
> Assignee: Alexey Kazakov
>
> I created a JSF project using the JSF project wizard. When I double-click on the faces-config.xml file it opens in a dedicated editor with diagram, tree and source views. Great - :)
> I was then looking at enabling the JSF facet on an existing basic project. A faces-config.xml file was created. Again, I double-clicked to open it but it opened in a plain editor. How do I get it to open in the dedicated config file editor? I tried right-clicking on the file and clicking Open With>Other and selecting some of the JBoss editors but no luck. :(
--
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
13 years, 1 month
[JBoss JIRA] (JBIDE-14450) Code completion for IDs in <a href="#..."> should use IDs of pages, dialogs, popup, panel only
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14450?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-14450:
-----------------------------------
Summary: Code completion for IDs in <a href="#..."> should use IDs of pages, dialogs, popup, panel only (was: Code completion for IDs in <a href="#..."> should use IDs of pages, dialogs, popup only)
> Code completion for IDs in <a href="#..."> should use IDs of pages, dialogs, popup, panel only
> ----------------------------------------------------------------------------------------------
>
> Key: JBIDE-14450
> URL: https://issues.jboss.org/browse/JBIDE-14450
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing
> Reporter: Alexey Kazakov
> Assignee: Alexey Kazakov
> Fix For: 4.1.0.Beta1
>
>
> 1. Create a jQuery Mobile HTML5 file.
> 2. Open it with VPE.
> 3. Add a few pages there with IDs.
> 4. Add <a id="testId" href="">Test</a>
> 5. Ctrl+Space in href="|"
> 6. There is testId among all the IDs. This is not ok. We should show only IDs of pages, dialogs and popups there.
--
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
13 years, 1 month
[JBoss JIRA] (JBIDE-14450) Code completion for IDs in <a href="#..."> should use IDs of pages, dialogs, popup, panel only
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14450?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-14450:
-----------------------------------
Description:
1. Create a jQuery Mobile HTML5 file.
2. Open it with VPE.
3. Add a few pages there with IDs.
4. Add <a id="testId" href="">Test</a>
5. Ctrl+Space in href="|"
6. There is testId among all the IDs. This is not ok. We should show only IDs of pages, dialogs, popups and panels there.
was:
1. Create a jQuery Mobile HTML5 file.
2. Open it with VPE.
3. Add a few pages there with IDs.
4. Add <a id="testId" href="">Test</a>
5. Ctrl+Space in href="|"
6. There is testId among all the IDs. This is not ok. We should show only IDs of pages, dialogs and popups there.
> Code completion for IDs in <a href="#..."> should use IDs of pages, dialogs, popup, panel only
> ----------------------------------------------------------------------------------------------
>
> Key: JBIDE-14450
> URL: https://issues.jboss.org/browse/JBIDE-14450
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: jsp/jsf/xml/html source editing
> Reporter: Alexey Kazakov
> Assignee: Alexey Kazakov
> Fix For: 4.1.0.Beta1
>
>
> 1. Create a jQuery Mobile HTML5 file.
> 2. Open it with VPE.
> 3. Add a few pages there with IDs.
> 4. Add <a id="testId" href="">Test</a>
> 5. Ctrl+Space in href="|"
> 6. There is testId among all the IDs. This is not ok. We should show only IDs of pages, dialogs, popups and panels there.
--
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
13 years, 1 month
[JBoss JIRA] (JBDS-2486) Investigate use of GWT/GPE 3.2.0.v201302131858-rel-r42 in Central
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBDS-2486?page=com.atlassian.jira.plugin.... ]
Vlado Pakan edited comment on JBDS-2486 at 5/15/13 1:39 AM:
------------------------------------------------------------
Unfortunately I don't know what is intended. I just tried to select menu item.
I have followed instructions from README.md file of the project and got more errors:
1. Unable to deploy to JBoss AS 7.1.1.Final via mvn jboss-as:deploy
Error: Could not execute goal deploy on jboss-as-kitchensink-errai.war. Reason: Deployment failed and was rolled back.
{noformat}
07:27:06,627 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-1) MSC00001: Failed to start service jboss.persistenceunit."jboss-as-kitchensink-errai.war#primary": org.jboss.msc.service.StartException in service jboss.persistenceunit."jboss-as-kitchensink-errai.war#primary": Failed to start service
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1767) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [rt.jar:1.6.0_32]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [rt.jar:1.6.0_32]
at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_32]
Caused by: java.lang.RuntimeException: error trying to scan <jar-file>: vfs:/content/jboss-as-kitchensink-errai.war/WEB-INF/classes/
at org.hibernate.ejb.Ejb3Configuration.scanForClasses(Ejb3Configuration.java:854)
at org.hibernate.ejb.Ejb3Configuration.configure(Ejb3Configuration.java:596)
at org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:72)
at org.jboss.as.jpa.service.PersistenceUnitServiceImpl.createContainerEntityManagerFactory(PersistenceUnitServiceImpl.java:162)
at org.jboss.as.jpa.service.PersistenceUnitServiceImpl.start(PersistenceUnitServiceImpl.java:85)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
... 3 more
Caused by: java.lang.RuntimeException: JBAS011431: Could not load entity class 'org.jboss.errai.marshalling.server.impl.ServerMarshallingFactoryImpl$30' with PersistenceUnitInfo.getClassLoader()
at org.jboss.as.jpa.hibernate4.HibernateAnnotationScanner.getPackagesInJar(HibernateAnnotationScanner.java:175)
at org.hibernate.ejb.Ejb3Configuration.addScannedEntries(Ejb3Configuration.java:489)
at org.hibernate.ejb.Ejb3Configuration.scanForClasses(Ejb3Configuration.java:851)
... 9 more
Caused by: java.lang.ClassNotFoundException: org.jboss.errai.marshalling.server.impl.ServerMarshallingFactoryImpl$30 from [Module "deployment.jboss-as-kitchensink-errai.war:main" from Service Module Loader]
at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:190)
at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:468)
at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:456)
at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:398)
at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:120)
at org.jboss.as.jpa.hibernate4.HibernateAnnotationScanner.getPackagesInJar(HibernateAnnotationScanner.java:171)
... 11 more
{noformat}
When Run on Server via JBT it works.
2. Following steps how to run it in GWT Dev mode as Web Apllication (running on external server) I'have got the same error as I reported in my previous commment.
3. Running command mvn gwt:run opens GWT Development Mode window which is empty. When I chose Launch Default Browser it opened this URL http://localhost:8080/jboss-as-kitchensink-errai/KitchenSink.html?gwt.cod.... Displayed page has no fillins to enter new registration. Whole part with UI for registration is missing. I can't say if this is correct but as new user of GWT it looks incorrect for me.
was (Author: vpakan):
Unfortunately I don't know what is intended. I just tried to select menu item.
I have followed instructions from README.md file of the project and got more errors:
1. Unable to deploy to JBoss AS 7.1.1.Final via mvn jboss-as:deploy
Error: Could not execute goal deploy on jboss-as-kitchensink-errai.war. Reason: Deployment failed and was rolled back.
{noformat}
07:27:06,627 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-1) MSC00001: Failed to start service jboss.persistenceunit."jboss-as-kitchensink-errai.war#primary": org.jboss.msc.service.StartException in service jboss.persistenceunit."jboss-as-kitchensink-errai.war#primary": Failed to start service
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1767) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [rt.jar:1.6.0_32]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [rt.jar:1.6.0_32]
at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_32]
Caused by: java.lang.RuntimeException: error trying to scan <jar-file>: vfs:/content/jboss-as-kitchensink-errai.war/WEB-INF/classes/
at org.hibernate.ejb.Ejb3Configuration.scanForClasses(Ejb3Configuration.java:854)
at org.hibernate.ejb.Ejb3Configuration.configure(Ejb3Configuration.java:596)
at org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:72)
at org.jboss.as.jpa.service.PersistenceUnitServiceImpl.createContainerEntityManagerFactory(PersistenceUnitServiceImpl.java:162)
at org.jboss.as.jpa.service.PersistenceUnitServiceImpl.start(PersistenceUnitServiceImpl.java:85)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
... 3 more
Caused by: java.lang.RuntimeException: JBAS011431: Could not load entity class 'org.jboss.errai.marshalling.server.impl.ServerMarshallingFactoryImpl$30' with PersistenceUnitInfo.getClassLoader()
at org.jboss.as.jpa.hibernate4.HibernateAnnotationScanner.getPackagesInJar(HibernateAnnotationScanner.java:175)
at org.hibernate.ejb.Ejb3Configuration.addScannedEntries(Ejb3Configuration.java:489)
at org.hibernate.ejb.Ejb3Configuration.scanForClasses(Ejb3Configuration.java:851)
... 9 more
Caused by: java.lang.ClassNotFoundException: org.jboss.errai.marshalling.server.impl.ServerMarshallingFactoryImpl$30 from [Module "deployment.jboss-as-kitchensink-errai.war:main" from Service Module Loader]
at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:190)
at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:468)
at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:456)
at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:398)
at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:120)
at org.jboss.as.jpa.hibernate4.HibernateAnnotationScanner.getPackagesInJar(HibernateAnnotationScanner.java:171)
... 11 more
{noformat}
When Run on Server via JBT it works.
2. Following steps how to run it in GWT Dev mode as WEb Apllication (running on external server) I'have got the same error as I reported in my previous commment.
3. Running command mvn gwt:run opens GWT Development Mode window which is empty. When I chose Launch Default Browser it opened this URL http://localhost:8080/jboss-as-kitchensink-errai/KitchenSink.html?gwt.cod.... Displayed page has no fillins to enter new registration. Whole part with UI for registration is missing. I can't say if this is correct but as new user of GWT it looks incorrect for me.
> Investigate use of GWT/GPE 3.2.0.v201302131858-rel-r42 in Central
> -----------------------------------------------------------------
>
> Key: JBDS-2486
> URL: https://issues.jboss.org/browse/JBDS-2486
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Components: 3rdPartyCertification, 3rdPartyDependencies, central
> Affects Versions: 7.0.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Vlado Pakan
> Fix For: 7.0.0.Beta1
>
>
> New 3.2.0 mirrors:
> http://download.jboss.org/jbosstools/updates/requirements/gwt/3.2.0.v2013...
> https://devstudio.jboss.com/updates/requirements/gwt/3.2.0.v201302131858-...
> New composites:
> http://download.jboss.org/jbosstools/updates/kepler/extras/4.30.1/
> https://devstudio.jboss.com/updates/7.0-staging/extras/4.30.1/
> Note that at least one IU had been renamed:
> OLD: com.google.gwt.eclipse.sdkbundle.e42.feature
> NEW: com.google.gwt.eclipse.sdkbundle.feature
--
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
13 years, 1 month
[JBoss JIRA] (JBDS-2486) Investigate use of GWT/GPE 3.2.0.v201302131858-rel-r42 in Central
by Vlado Pakan (JIRA)
[ https://issues.jboss.org/browse/JBDS-2486?page=com.atlassian.jira.plugin.... ]
Vlado Pakan commented on JBDS-2486:
-----------------------------------
Unfortunately I don't know what is intended. I just tried to select menu item.
I have followed instructions from README.md file of the project and got more errors:
1. Unable to deploy to JBoss AS 7.1.1.Final via mvn jboss-as:deploy
Error: Could not execute goal deploy on jboss-as-kitchensink-errai.war. Reason: Deployment failed and was rolled back.
{noformat}
07:27:06,627 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-1) MSC00001: Failed to start service jboss.persistenceunit."jboss-as-kitchensink-errai.war#primary": org.jboss.msc.service.StartException in service jboss.persistenceunit."jboss-as-kitchensink-errai.war#primary": Failed to start service
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1767) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [rt.jar:1.6.0_32]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [rt.jar:1.6.0_32]
at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_32]
Caused by: java.lang.RuntimeException: error trying to scan <jar-file>: vfs:/content/jboss-as-kitchensink-errai.war/WEB-INF/classes/
at org.hibernate.ejb.Ejb3Configuration.scanForClasses(Ejb3Configuration.java:854)
at org.hibernate.ejb.Ejb3Configuration.configure(Ejb3Configuration.java:596)
at org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:72)
at org.jboss.as.jpa.service.PersistenceUnitServiceImpl.createContainerEntityManagerFactory(PersistenceUnitServiceImpl.java:162)
at org.jboss.as.jpa.service.PersistenceUnitServiceImpl.start(PersistenceUnitServiceImpl.java:85)
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
... 3 more
Caused by: java.lang.RuntimeException: JBAS011431: Could not load entity class 'org.jboss.errai.marshalling.server.impl.ServerMarshallingFactoryImpl$30' with PersistenceUnitInfo.getClassLoader()
at org.jboss.as.jpa.hibernate4.HibernateAnnotationScanner.getPackagesInJar(HibernateAnnotationScanner.java:175)
at org.hibernate.ejb.Ejb3Configuration.addScannedEntries(Ejb3Configuration.java:489)
at org.hibernate.ejb.Ejb3Configuration.scanForClasses(Ejb3Configuration.java:851)
... 9 more
Caused by: java.lang.ClassNotFoundException: org.jboss.errai.marshalling.server.impl.ServerMarshallingFactoryImpl$30 from [Module "deployment.jboss-as-kitchensink-errai.war:main" from Service Module Loader]
at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:190)
at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:468)
at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:456)
at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:398)
at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:120)
at org.jboss.as.jpa.hibernate4.HibernateAnnotationScanner.getPackagesInJar(HibernateAnnotationScanner.java:171)
... 11 more
{noformat}
When Run on Server via JBT it works.
2. Following steps how to run it in GWT Dev mode as WEb Apllication (running on external server) I'have got the same error as I reported in my previous commment.
3. Running command mvn gwt:run opens GWT Development Mode window which is empty. When I chose Launch Default Browser it opened this URL http://localhost:8080/jboss-as-kitchensink-errai/KitchenSink.html?gwt.cod.... Displayed page has no fillins to enter new registration. Whole part with UI for registration is missing. I can't say if this is correct but as new user of GWT it looks incorrect for me.
> Investigate use of GWT/GPE 3.2.0.v201302131858-rel-r42 in Central
> -----------------------------------------------------------------
>
> Key: JBDS-2486
> URL: https://issues.jboss.org/browse/JBDS-2486
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Components: 3rdPartyCertification, 3rdPartyDependencies, central
> Affects Versions: 7.0.0.Alpha1
> Reporter: Nick Boldt
> Assignee: Vlado Pakan
> Fix For: 7.0.0.Beta1
>
>
> New 3.2.0 mirrors:
> http://download.jboss.org/jbosstools/updates/requirements/gwt/3.2.0.v2013...
> https://devstudio.jboss.com/updates/requirements/gwt/3.2.0.v201302131858-...
> New composites:
> http://download.jboss.org/jbosstools/updates/kepler/extras/4.30.1/
> https://devstudio.jboss.com/updates/7.0-staging/extras/4.30.1/
> Note that at least one IU had been renamed:
> OLD: com.google.gwt.eclipse.sdkbundle.e42.feature
> NEW: com.google.gwt.eclipse.sdkbundle.feature
--
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
13 years, 1 month