[JBoss JIRA] Created: (JBDS-647) Error in log about hyperlinking
by Max Rydahl Andersen (JIRA)
Error in log about hyperlinking
-------------------------------
Key: JBDS-647
URL: https://jira.jboss.org/jira/browse/JBDS-647
Project: Developer Studio
Issue Type: Bug
Components: Build
Affects Versions: 2.0.0.GA
Reporter: Max Rydahl Andersen
Assignee: Alexey Kazakov
Fix For: 2.0.0.GA
I get this when I start up JBDS:
Error
Tue Mar 03 20:13:32 CET 2009
The 'org.eclipse.wst.jsdt.web.ui.internal.hyperlink.script.JSPJavaHyperlinkDetector' extension from plug-in 'org.eclipse.wst.jsdt.web.ui' to the 'org.eclipse.ui.workbench.texteditor.hyperlinkDetectors' extension point will be ignored because it contains invalid attributes.
I assume this is a WTP 3.0.4 issue, but worth checkingif it breaks us ?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 7 months
[JBoss JIRA] Created: (JBIDE-4760) Var attributes resolve works unstable in Seam CA
by Victor Rubezhny (JIRA)
Var attributes resolve works unstable in Seam CA
-------------------------------------------------
Key: JBIDE-4760
URL: https://jira.jboss.org/jira/browse/JBIDE-4760
Project: JBoss Tools
Issue Type: Bug
Reporter: Victor Rubezhny
Assignee: Alexey Kazakov
Fix For: 3.1.0.M3
The issue is found by org.jboss.tools.seam.ui.test.ca.SeamELContentAssistTestCase.testVarAttributes() JUnit Test Case
Steps to reproduce:
===============
EXECUTE: Import the TestSeamELContentAssist Test project from /org.jboss.tools.seam.ui.test/projects into theworkspace
EXECUTE: Replace the content of file /TestSeamELContentAssist/src/action/demo/TestComponentForVarAttributes.java with the one from /TestSeamELContentAssist/src/action/demo/TestComponentForVarAttributes.0 file (empty c;lass)
EXECUTE: Make sure that the project is saved and built-up.
EXECUTE: Replace the content of file /TestSeamELContentAssist/src/action/demo/TestComponentForVarAttributes.java with the one from /TestSeamELContentAssist/src/action/demo/TestComponentForVarAttributes.1 file (a class containing some properties).
EXECUTE: Make sure that the project is saved and built-up.
EXECUTE: Open /TestSeamELContentAssist/WebContent/varAttributes.xhtml file in editor. Point a cursor to the following position: <h:outputText value="#{test.|}"/> and press Ctrl-Space to invoke the CA
ASSERT: "name" property is shown in the list of proposals
Note: In my execution environment when I sequentially call the CA in this point the "name" property appears periodically for some times but not always.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 7 months
[JBoss JIRA] Created: (JBIDE-4777) Add "table & columns" is broken, XML columns is not generate after selected in box.
by AMEUR Yannick (JIRA)
Add "table & columns" is broken, XML columns is not generate after selected in box.
-----------------------------------------------------------------------------------
Key: JBIDE-4777
URL: https://jira.jboss.org/jira/browse/JBIDE-4777
Project: JBoss Tools
Issue Type: Bug
Components: Hibernate
Affects Versions: 3.1.0.M2
Environment: WIndows XP Pro sp3, Eclipse Java EE IDE for Web Developers 3.5 Build id: 20090621-0832, java jdk1.5.0_15, mysql 5.0.68, mysql-connector-java : 5.1.6
Reporter: AMEUR Yannick
Priority: Blocker
Hello,
I'm use jbosstool with mysql,
after confuguration of eclipse and console hibernate, in Hibernate reverse engineering editor vue :
1- I push the button add,
2- select a Table with key and all comumns
3- Ok
the source have yhe declaration of table only.
I use the eclise 3.4 with old version of JbossTool and it's ok, I generate table and columns.
Thanks
Yannick AMEUR
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 7 months
[JBoss JIRA] Created: (JBIDE-4570) New ESB project has ... ... very odd... component xml file
by Rob Stryker (JIRA)
New ESB project has ... ... very odd... component xml file
----------------------------------------------------------
Key: JBIDE-4570
URL: https://jira.jboss.org/jira/browse/JBIDE-4570
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: esb
Affects Versions: 3.1.0.M1
Reporter: Rob Stryker
Assignee: Denny Xu
Priority: Critical
Fix For: 3.1.0.M3
A new ESB project has hte following inside it's component.xml file:
<wb-module deploy-name="TestESB">
<wb-resource deploy-path="/" source-path="/esbcontent" />
<wb-resource deploy-path="/esbcontent" source-path="/src" />
<property name="java-output-path" value="/build/classes/" />
</wb-module>
The question is, why is the following line in there at all?
<wb-resource deploy-path="/esbcontent" source-path="/src" />
If the Module Factory were properly made and checked the VCF for all mappings, (a goal that we have for the future), this would make all files in Project/src be published in Project.esb/esbcontent, which is clearly incorrect.
Do you mean that source-path /src should be mapped to deploy-path / ?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 7 months