[
https://issues.jboss.org/browse/JBIDE-10483?page=com.atlassian.jira.plugi...
]
Max Rydahl Andersen resolved JBIDE-10483.
-----------------------------------------
Resolution: Rejected
This is a bug in the openshift default app.
reported and fixed in openshift dev as described at
https://bugzilla.redhat.com/show_bug.cgi?id=756425 (might require red hat access to view)
OpenShift application has no Java Version specified, facets requires
Java 1.6
-----------------------------------------------------------------------------
Key: JBIDE-10483
URL:
https://issues.jboss.org/browse/JBIDE-10483
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: openshift
Affects Versions: 3.3.0.M5
Environment: fedora 15
Reporter: Stefan Bunciak
Assignee: Andre Dietisheim
Priority: Critical
Newly created application contains this error:
"Dynamic Web Module 3.0 requires Java 1.6 or newer." and no facets are selected
(except JBoss Maven Integration)
After adding
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.0.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
to pom.xml and updating maven project configuration, dynamic web module and other facets
were ok.
Maybe you can add this to OpensShift Maven profile.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira