[jbosstools-issues] [JBoss JIRA] Issue Comment Edited: (JBIDE-7086) f:event and f:metadata = no completion

Damien Gouyette (JIRA) jira-events at lists.jboss.org
Thu Sep 16 10:44:28 EDT 2010


    [ https://jira.jboss.org/browse/JBIDE-7086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12551298#action_12551298 ] 

Damien Gouyette edited comment on JBIDE-7086 at 9/16/10 10:43 AM:
------------------------------------------------------------------

Project is builded with maven, and i import it with m2eclipse
.project below : 
{code}
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
	<name>jugsummercamp-spring-webapp</name>
	<comment></comment>
	<projects>
	</projects>
	<buildSpec>
		<buildCommand>
			<name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
			<arguments>
			</arguments>
		</buildCommand>
		<buildCommand>
			<name>org.eclipse.wst.common.project.facet.core.builder</name>
			<arguments>
			</arguments>
		</buildCommand>
		<buildCommand>
			<name>org.eclipse.jdt.core.javabuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
		<buildCommand>
			<name>org.eclipse.wst.validation.validationbuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
		<buildCommand>
			<name>org.maven.ide.eclipse.maven2Builder</name>
			<arguments>
			</arguments>
		</buildCommand>
		<buildCommand>
			<name>org.jboss.tools.jst.web.kb.kbbuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
	</buildSpec>
	<natures>
		<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
		<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
		<nature>org.eclipse.jdt.core.javanature</nature>
		<nature>org.maven.ide.eclipse.maven2Nature</nature>
		<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
		<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
		<nature>org.jboss.tools.jsf.jsfnature</nature>
		<nature>org.jboss.tools.jst.web.kb.kbnature</nature>
	</natures>
</projectDescription>

{code}

my dependency tree 

{code}
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'dependency'.
[INFO] ------------------------------------------------------------------------
[INFO] Building jugsummercamp-spring-webapp
[INFO]    task-segment: [dependency:tree]
[INFO] ------------------------------------------------------------------------
[INFO] [dependency:tree {execution: default-cli}]
[INFO] com.cestpasdur:jugsummercamp-spring-webapp:war:1.0.0-SNAPSHOT
[INFO] +- org.apache.myfaces.core:myfaces-api:jar:2.0.1:compile
[INFO] +- org.apache.myfaces.core:myfaces-impl:jar:2.0.1:compile
[INFO] |  +- commons-collections:commons-collections:jar:3.2:compile
[INFO] |  +- commons-discovery:commons-discovery:jar:0.4:compile
[INFO] |  +- commons-codec:commons-codec:jar:1.3:compile
[INFO] |  +- commons-beanutils:commons-beanutils:jar:1.7.0:compile
[INFO] |  \- commons-digester:commons-digester:jar:1.8:compile
[INFO] +- org.glassfish.web:el-impl:jar:2.2:compile
[INFO] +- org.twitter4j:twitter4j-core:jar:2.1.3:compile
[INFO] +- org.primefaces:primefaces:jar:2.1:compile
[INFO] +- javax.el:el-api:jar:2.2:compile
[INFO] +- org.codehaus.groovy:groovy-all:jar:1.5.7:compile
[INFO] |  +- junit:junit:jar:3.8.2:compile
[INFO] |  +- org.apache.ant:ant:jar:1.7.0:compile
[INFO] |  |  \- org.apache.ant:ant-launcher:jar:1.7.0:compile
[INFO] |  \- jline:jline:jar:0.9.94:compile
[INFO] +- org.hibernate:hibernate:jar:3.2.6.ga:compile
[INFO] |  +- net.sf.ehcache:ehcache:jar:1.2.3:compile
[INFO] |  +- javax.transaction:jta:jar:1.0.1B:compile
[INFO] |  +- commons-logging:commons-logging:jar:1.0.4:compile
[INFO] |  +- asm:asm-attrs:jar:1.5.3:compile
[INFO] |  +- dom4j:dom4j:jar:1.6.1:compile
[INFO] |  +- antlr:antlr:jar:2.7.6:compile
[INFO] |  +- cglib:cglib:jar:2.1_3:compile
[INFO] |  \- asm:asm:jar:1.5.3:compile
[INFO] +- org.hibernate:hibernate-annotations:jar:3.3.1.GA:compile
[INFO] |  \- org.hibernate:ejb3-persistence:jar:1.0.1.GA:compile
[INFO] +- org.hibernate:hibernate-commons-annotations:jar:3.3.0.ga:compile
[INFO] +- org.hibernate:hibernate-entitymanager:jar:3.3.2.GA:compile
[INFO] |  \- javassist:javassist:jar:3.4.GA:compile
[INFO] +- javax.persistence:persistence-api:jar:1.0:compile
[INFO] +- org.hibernate:hibernate-validator:jar:4.1.0.Final:compile
[INFO] |  +- javax.validation:validation-api:jar:1.0.0.GA:compile
[INFO] |  \- org.slf4j:slf4j-api:jar:1.5.6:compile
[INFO] +- mysql:mysql-connector-java:jar:5.1.12:compile
[INFO] +- org.springframework:spring-test:jar:3.0.2.RELEASE:test
[INFO] +- org.springframework:spring-aop:jar:3.0.2.RELEASE:compile
[INFO] |  +- aopalliance:aopalliance:jar:1.0:compile
[INFO] |  \- org.springframework:spring-asm:jar:3.0.2.RELEASE:compile
[INFO] +- org.springframework:spring-beans:jar:3.0.2.RELEASE:compile
[INFO] +- org.springframework:spring-context:jar:3.0.2.RELEASE:compile
[INFO] |  \- org.springframework:spring-expression:jar:3.0.2.RELEASE:compile
[INFO] +- org.springframework:spring-context-support:jar:3.0.2.RELEASE:compile
[INFO] +- org.springframework:spring-core:jar:3.0.2.RELEASE:compile
[INFO] +- org.springframework:spring-jdbc:jar:3.0.2.RELEASE:compile
[INFO] +- org.springframework:spring-orm:jar:3.0.2.RELEASE:compile
[INFO] +- org.springframework:spring-tx:jar:3.0.2.RELEASE:compile
[INFO] +- org.springframework:spring-web:jar:3.0.2.RELEASE:compile
[INFO] +- org.springframework:spring-webmvc:jar:3.0.2.RELEASE:compile
[INFO] \- org.slf4j:slf4j-simple:jar:1.5.8:compile

{code}

      was (Author: dgouyette):
    Project is builded with maven, and i import it with m2eclipse

this project below : 
{code}
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
	<name>jugsummercamp-spring-webapp</name>
	<comment></comment>
	<projects>
	</projects>
	<buildSpec>
		<buildCommand>
			<name>org.eclipse.wst.jsdt.core.javascriptValidator</name>
			<arguments>
			</arguments>
		</buildCommand>
		<buildCommand>
			<name>org.eclipse.wst.common.project.facet.core.builder</name>
			<arguments>
			</arguments>
		</buildCommand>
		<buildCommand>
			<name>org.eclipse.jdt.core.javabuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
		<buildCommand>
			<name>org.eclipse.wst.validation.validationbuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
		<buildCommand>
			<name>org.maven.ide.eclipse.maven2Builder</name>
			<arguments>
			</arguments>
		</buildCommand>
		<buildCommand>
			<name>org.jboss.tools.jst.web.kb.kbbuilder</name>
			<arguments>
			</arguments>
		</buildCommand>
	</buildSpec>
	<natures>
		<nature>org.eclipse.jem.workbench.JavaEMFNature</nature>
		<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature>
		<nature>org.eclipse.jdt.core.javanature</nature>
		<nature>org.maven.ide.eclipse.maven2Nature</nature>
		<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
		<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
		<nature>org.jboss.tools.jsf.jsfnature</nature>
		<nature>org.jboss.tools.jst.web.kb.kbnature</nature>
	</natures>
</projectDescription>

{code}

my dependency tree 

{code}
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'dependency'.
[INFO] ------------------------------------------------------------------------
[INFO] Building jugsummercamp-spring-webapp
[INFO]    task-segment: [dependency:tree]
[INFO] ------------------------------------------------------------------------
[INFO] [dependency:tree {execution: default-cli}]
[INFO] com.cestpasdur:jugsummercamp-spring-webapp:war:1.0.0-SNAPSHOT
[INFO] +- org.apache.myfaces.core:myfaces-api:jar:2.0.1:compile
[INFO] +- org.apache.myfaces.core:myfaces-impl:jar:2.0.1:compile
[INFO] |  +- commons-collections:commons-collections:jar:3.2:compile
[INFO] |  +- commons-discovery:commons-discovery:jar:0.4:compile
[INFO] |  +- commons-codec:commons-codec:jar:1.3:compile
[INFO] |  +- commons-beanutils:commons-beanutils:jar:1.7.0:compile
[INFO] |  \- commons-digester:commons-digester:jar:1.8:compile
[INFO] +- org.glassfish.web:el-impl:jar:2.2:compile
[INFO] +- org.twitter4j:twitter4j-core:jar:2.1.3:compile
[INFO] +- org.primefaces:primefaces:jar:2.1:compile
[INFO] +- javax.el:el-api:jar:2.2:compile
[INFO] +- org.codehaus.groovy:groovy-all:jar:1.5.7:compile
[INFO] |  +- junit:junit:jar:3.8.2:compile
[INFO] |  +- org.apache.ant:ant:jar:1.7.0:compile
[INFO] |  |  \- org.apache.ant:ant-launcher:jar:1.7.0:compile
[INFO] |  \- jline:jline:jar:0.9.94:compile
[INFO] +- org.hibernate:hibernate:jar:3.2.6.ga:compile
[INFO] |  +- net.sf.ehcache:ehcache:jar:1.2.3:compile
[INFO] |  +- javax.transaction:jta:jar:1.0.1B:compile
[INFO] |  +- commons-logging:commons-logging:jar:1.0.4:compile
[INFO] |  +- asm:asm-attrs:jar:1.5.3:compile
[INFO] |  +- dom4j:dom4j:jar:1.6.1:compile
[INFO] |  +- antlr:antlr:jar:2.7.6:compile
[INFO] |  +- cglib:cglib:jar:2.1_3:compile
[INFO] |  \- asm:asm:jar:1.5.3:compile
[INFO] +- org.hibernate:hibernate-annotations:jar:3.3.1.GA:compile
[INFO] |  \- org.hibernate:ejb3-persistence:jar:1.0.1.GA:compile
[INFO] +- org.hibernate:hibernate-commons-annotations:jar:3.3.0.ga:compile
[INFO] +- org.hibernate:hibernate-entitymanager:jar:3.3.2.GA:compile
[INFO] |  \- javassist:javassist:jar:3.4.GA:compile
[INFO] +- javax.persistence:persistence-api:jar:1.0:compile
[INFO] +- org.hibernate:hibernate-validator:jar:4.1.0.Final:compile
[INFO] |  +- javax.validation:validation-api:jar:1.0.0.GA:compile
[INFO] |  \- org.slf4j:slf4j-api:jar:1.5.6:compile
[INFO] +- mysql:mysql-connector-java:jar:5.1.12:compile
[INFO] +- org.springframework:spring-test:jar:3.0.2.RELEASE:test
[INFO] +- org.springframework:spring-aop:jar:3.0.2.RELEASE:compile
[INFO] |  +- aopalliance:aopalliance:jar:1.0:compile
[INFO] |  \- org.springframework:spring-asm:jar:3.0.2.RELEASE:compile
[INFO] +- org.springframework:spring-beans:jar:3.0.2.RELEASE:compile
[INFO] +- org.springframework:spring-context:jar:3.0.2.RELEASE:compile
[INFO] |  \- org.springframework:spring-expression:jar:3.0.2.RELEASE:compile
[INFO] +- org.springframework:spring-context-support:jar:3.0.2.RELEASE:compile
[INFO] +- org.springframework:spring-core:jar:3.0.2.RELEASE:compile
[INFO] +- org.springframework:spring-jdbc:jar:3.0.2.RELEASE:compile
[INFO] +- org.springframework:spring-orm:jar:3.0.2.RELEASE:compile
[INFO] +- org.springframework:spring-tx:jar:3.0.2.RELEASE:compile
[INFO] +- org.springframework:spring-web:jar:3.0.2.RELEASE:compile
[INFO] +- org.springframework:spring-webmvc:jar:3.0.2.RELEASE:compile
[INFO] \- org.slf4j:slf4j-simple:jar:1.5.8:compile

{code}
  
> f:event and f:metadata = no completion
> --------------------------------------
>
>                 Key: JBIDE-7086
>                 URL: https://jira.jboss.org/browse/JBIDE-7086
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>    Affects Versions: 3.2.0.M2
>         Environment: Mac OS 10.6.4
> Java 1.6_20
> Spring source tools suite 2.3.3.M2
>            Reporter: Damien Gouyette
>
> I'm using JSF2 with spring in the following webapp and i have no completion on a few components : 
> f:event and f:metadata are not working, an exemple in this page : http://github.com/dgouyette/jugsummercamp/blob/master/jugsummercamp-webapp/src/main/webapp/article/detail.xhtml

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list