[JBoss JIRA] (JBIDE-10196) Java build paths break when converting project to maven
by Darrin Mison (Created) (JIRA)
Java build paths break when converting project to maven
-------------------------------------------------------
Key: JBIDE-10196
URL: https://issues.jboss.org/browse/JBIDE-10196
Project: Tools (JBoss Tools)
Issue Type: Bug
Environment: OSX Lion, JDK 1.6, Eclipse Java EE IDE for Web Developers, JBoss Tools updated today (18th Nov) from http://download.jboss.org/jbosstools/updates/development/indigo/
Reporter: Darrin Mison
I created an EJB Project, added a session bean and converted it to a Maven project (via right-click, Configure->Convert to Maven Project). Left default values in the Create POM dialog.
These two warnings and errors now manifest:
ERROR:Java compiler level does not match the version of the installed Java project facet.
WARNING:Build path specifies execution environment J2SE-1.5. There are no JREs installed in the workspace that are strictly compatible with this environment.
It appears to try to switch the Java build settings to use 1.5 although it was configured for 1.6.
Before and after screenshots of settings changes attached.
Project builds again after changing the JRE in the Java Build Path/Libraries back to Java SE 6 (MacOS X Default) and the Compiler compliance level to 1.6
--
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
14 years, 6 months
[JBoss JIRA] (JBDS-1936) EDS Teiid Designer WSDL to Relational Source Model fails if the WSDL is on a Windows filesystem
by Larry O'Leary (Moved) (JIRA)
[ https://issues.jboss.org/browse/JBDS-1936?page=com.atlassian.jira.plugin.... ]
Larry O'Leary moved SOA-3611 to JBDS-1936:
------------------------------------------
Project: Developer Studio (JBoss Developer Studio) (was: JBoss Enterprise SOA Platform)
Key: JBDS-1936 (was: SOA-3611)
Affects Version/s: 4.1.0.GA
(was: JBDS)
(was: 5.2.0 GA)
Component/s: teiid
(was: EDS)
Security: Public (was: Public)
Fix Version/s: (was: 5.3.0 GA)
> EDS Teiid Designer WSDL to Relational Source Model fails if the WSDL is on a Windows filesystem
> -----------------------------------------------------------------------------------------------
>
> Key: JBDS-1936
> URL: https://issues.jboss.org/browse/JBDS-1936
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: teiid
> Affects Versions: 4.1.0.GA
> Reporter: Debbie Steigner
> Assignee: Van Halbert
> Priority: Critical
> Attachments: CountryInfoService.wsdl
>
>
> In Teiid Designer (JBDS) installed on Windows, the "WSDL to Relational Source Model" importer fails if the WSDL file is on the file system with "An error was encountered setting up WSDl validation.: The Content Type found at file://C:\Documents and Settings\debbie\Desktop\CountryInfoService.wsdl, content/unknown, is not valid for WSDL. Expecting text/xml or application/xml.
> com.metamatrix.modeler.modelgenerator.wsdl.validation.WSDLValidationException
> 0:0 - The WSDL document file://C:\Documents and Settings\debbie\Desktop\CountryInfoService.wsdl could not be read."
> If you run the import with the URL: http://www.oorsprong.org/websamples.countryinfo/CountryInfoService.wso?WSDL
> it succeeds. If you run it on a Linux JBDS from the filesystem it succeeds.
--
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
14 years, 6 months
[JBoss JIRA] (JBDS-1934) Cache hint not being displayed after validation of Virtual Procedure in JBoss Developer Studio
by Johnathon Lee (Moved) (JIRA)
[ https://issues.jboss.org/browse/JBDS-1934?page=com.atlassian.jira.plugin.... ]
Johnathon Lee moved TEIIDDES-1162 to JBDS-1934:
-----------------------------------------------
Project: Developer Studio (JBoss Developer Studio) (was: Teiid Designer)
Key: JBDS-1934 (was: TEIIDDES-1162)
Affects Version/s: 5.x
(was: 7.2)
(was: 7.3)
(was: 7.4)
(was: 7.5)
Component/s: teiid
(was: Teiid Integration)
Security: Public
> Cache hint not being displayed after validation of Virtual Procedure in JBoss Developer Studio
> ----------------------------------------------------------------------------------------------
>
> Key: JBDS-1934
> URL: https://issues.jboss.org/browse/JBDS-1934
> Project: Developer Studio (JBoss Developer Studio)
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: teiid
> Affects Versions: 5.x
> Environment: JBoss Developer Studio 4.0
> JBoss Developer Studio 4.1
> Reporter: Johnathon Lee
>
> /*+ cache */
> CREATE VIRTUAL PROCEDURE
> SELECT 'winning';
> BEGIN
> END
> The cache hint is saved w/the Command Object even though it is not reflected in the display of the text after validation.
> com.metamatrix.query.internal.ui.sqleditor.component.QueryDisplayComponent:313 & 314
> The Command object on these lines has a member cacheHint, holding the reference to the cacheHint, this is ignored when the sqlText is set with the line:
> this.sqlText = sqlDisplayNode.toDisplayString();
--
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
14 years, 6 months