[
https://issues.jboss.org/browse/JBDS-3207?page=com.atlassian.jira.plugin....
]
Fred Bricon commented on JBDS-3207:
-----------------------------------
I can't reproduce the error, but obviously, the helloworld-ejb/pom.xml
maven-ejb-plugin config is wrong, it should be :
{noformat}
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-ejb-plugin</artifactId>
<version>2.3</version>
<configuration>
<ejbVersion>3.0</ejbVersion>
</configuration>
</plugin>
{noformat}
[~rawagner] : can you reproduce the problem?
Importing of Seam 2 Remoting Helloworld example shows errors in JBDS
8
----------------------------------------------------------------------
Key: JBDS-3207
URL:
https://issues.jboss.org/browse/JBDS-3207
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Affects Versions: 8.0.0.GA
Environment: JBoss Developer Studio
Version: 8.0.0.GA
Build id: GA-v20141020-1042-B317
Build date: 20141020-1042
Reporter: Marek Novotny
Assignee: Fred Bricon
Fix For: 9.0.x
The import of Seam Remoting Helloword example results with 2 errors on helloworld-ejb
project:
{code}
Cannot change version of project facet EJB Module to 2.1. helloworld-ejb line 1 Maven
Java EE Configuration Problem
One or more constraints have not been satisfied. helloworld-ejb line 1 Maven Java EE
Configuration Problem
{code}
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)