[jboss-user] [JBoss Tools (users)] - Re: Seam components view problem with JBDS 1.1.0.GA

asookazian do-not-reply at jboss.com
Tue Mar 10 18:09:47 EDT 2009


"akazakov" wrote : The same problem with Hibernate console or/and with empty components view?
  | Adding Seam builder to .project should solve second problem.

This is my BETS\.project after the mod you suggested:

  | <?xml version="1.0" encoding="UTF-8"?>
  | <projectDescription>
  | 	<name>BETS</name>
  | 	<comment></comment>
  | 	<projects>
  | 	</projects>
  | 	<buildSpec>
  | 		<buildCommand>
  | 			<name>org.jboss.tools.seam.core.seambuilder</name>
  | 				<arguments>
  | 				</arguments>
  | 		</buildCommand>
  | 		<buildCommand>
  | 			<name>org.eclipse.jdt.core.javabuilder</name>
  | 			<arguments>
  | 			</arguments>
  | 		</buildCommand>
  | 		<buildCommand>
  | 			<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
  | 			<triggers>full,</triggers>
  | 			<arguments>
  | 				<dictionary>
  | 					<key>LaunchConfigHandle</key>
  | 					<value>&lt;project&gt;/explode.launch</value>
  | 				</dictionary>
  | 			</arguments>
  | 		</buildCommand>
  | 	</buildSpec>
  | 	<natures>
  | 		<nature>org.eclipse.jdt.core.javanature</nature>
  | 		<nature>org.hibernate.eclipse.console.hibernateNature</nature>
  | 		<nature>org.jboss.tools.seam.core.seamnature</nature>
  | 	</natures>
  | </projectDescription>

I refreshed my BETS project and closed and opened the Seam components view and when I click the plus (+) sign next to BETS in Seam components view, there's nothing.

Here's the error log message:

Contributor org.jboss.tools.seam.ui.views.SeamComponentsNavigator cannot be created.

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4216782#4216782

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4216782



More information about the jboss-user mailing list