[jbosstools-issues] [JBoss JIRA] (JBIDE-10483) OpenShift application has no Java Version specified, facets requires Java 1.6

Stefan Bunciak (JIRA) jira-events at lists.jboss.org
Tue Apr 3 10:44:47 EDT 2012


     [ https://issues.jboss.org/browse/JBIDE-10483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Bunciak closed JBIDE-10483.
----------------------------------



Rejected earlier, but the new OpenShift Maven profile solves this problem. Verified
                
> 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

        


More information about the jbosstools-issues mailing list