[JBoss JIRA] Created: (JBDS-1004) Update site errors after a new install of JBDS 2.1.0.GA
by Jeff (JIRA)
Update site errors after a new install of JBDS 2.1.0.GA
-------------------------------------------------------
Key: JBDS-1004
URL: https://jira.jboss.org/jira/browse/JBDS-1004
Project: JBoss Developer Studio
Issue Type: Bug
Affects Versions: 2.1.0
Environment: Mac OS X 10.6.2
Reporter: Jeff
Do a new install and start up JBDS. Choose Help -> Software Updates and then click the Update button. Answer Yes to the question "The software items you selected may not be valid with your current installation. Do you want to open the wizard anyway to review the selections?". Then you'll see a rather long list of available updates with each one as far as I can tell having the same message:
Cannot complete the request. See the details.
Cannot find a solution satisfying the following requirements org.eclipse.ui.ide.application [1.0.101.M20090826-0800].
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 6 months
[JBoss JIRA] Created: (JBDS-1124) Update fails on any plugin install or update
by Garvin Dean (JIRA)
Update fails on any plugin install or update
--------------------------------------------
Key: JBDS-1124
URL: https://jira.jboss.org/jira/browse/JBDS-1124
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Bug
Components: updatesite
Affects Versions: 2.1.1
Environment: Mac OSX 1.5.8, Java 1.6,
Developer Studio
Version: 2.1.1.GA
Build id: v200911051555R
Build date: 200911051731
Eclipse Platform
Version: 3.4.2.R342_v20090122-9I96EiWElHi8lheoJKJIvhM3JfVsYbRrgVIWL
Build id: M20090211-1700
Spring IDE
Version: 2.2.0.v200809261800
Reporter: Garvin Dean
On trying to install any plugin, for instance maven (but, could be anything), the following error is generated:
'Install' has encountered a problem.
An error occurred while collecting items to be installed
An error occurred while collecting items to be installed
No repository found containing: com.lowagie.itext/osgi.bundle/1.5.4.v20090608
I was previously on 2.1.0 and still had the problem, and was hoping that I'd see it disappear when I installed the newer version.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 6 months
[JBoss JIRA] Created: (JBIDE-6390) Cannot create ws from wsdl on JBoss 6M3
by Lukas Jungmann (JIRA)
Cannot create ws from wsdl on JBoss 6M3
---------------------------------------
Key: JBIDE-6390
URL: https://jira.jboss.org/browse/JBIDE-6390
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Affects Versions: 3.2.next
Environment: jbdevstudio-eap-linux-gtk-4.0.0.v201005280223N-H334-M1, jboss-6.0.0.20100429-M3/
Reporter: Lukas Jungmann
Assignee: Brian Fitzpatrick
-create a dynamic web project with JBoss6M3 runtime and use server supplied JBossWS
-create a top-down service from http://www.ecubicle.net/iptocountry.asmx?wsdl
=> Error: Could not import. (use --verbose to see full traces)Error: com/sun/xml/ws/policy/sourcemodel/wspolicy/NamespaceVersion
this works fine if JBoss 5.x server runtime is used
This looks like a problem in JBossWS included in JBoss6M3 since on the command line it says the same:
jlukas@lukas-laptop:/tmp/aaa$ java -version
java version "1.6.0_20"
Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
Java HotSpot(TM) Server VM (build 16.3-b01, mixed mode)
jlukas@lukas-laptop:/tmp/aaa$ /space/java/servers/jboss-6.0.0.20100429-M3/bin/wsconsume.sh -k --verbose http://www.ecubicle.net/iptocountry.asmx?wsdl
parsing WSDL...
Error: Could not import. (use --verbose to see full traces)
java.lang.NoClassDefFoundError: com/sun/xml/ws/policy/sourcemodel/wspolicy/NamespaceVersion
at com.sun.tools.ws.wsdl.parser.PolicyExtensionHandler.getNamespaceURI(PolicyExtensionHandler.java:57)
at com.sun.tools.ws.wsdl.parser.WSDLParser.register(WSDLParser.java:131)
at com.sun.tools.ws.wsdl.parser.WSDLParser.<init>(WSDLParser.java:123)
at com.sun.tools.ws.processor.modeler.wsdl.WSDLModeler.buildModel(WSDLModeler.java:109)
at com.sun.tools.ws.wscompile.WsimportTool.run(WsimportTool.java:185)
at org.jboss.ws.tools.jaxws.impl.SunRIConsumerImpl.consume(SunRIConsumerImpl.java:246)
at org.jboss.wsf.spi.tools.cmd.WSConsume.importServices(WSConsume.java:240)
at org.jboss.wsf.spi.tools.cmd.WSConsume.main(WSConsume.java:86)
Caused by: java.lang.ClassNotFoundException: com.sun.xml.ws.policy.sourcemodel.wspolicy.NamespaceVersion
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
... 8 more
jlukas@lukas-laptop:/tmp/aaa$
Where should I file corresponting issue? To JBAS or JBWS project?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 6 months
[JBoss JIRA] Created: (JBIDE-6351) Tools Core: org.hibernate.cfg.reveng.JDBCReader processTables() should support mixed-case names for TableTypes
by Michael Walker (JIRA)
Tools Core: org.hibernate.cfg.reveng.JDBCReader processTables() should support mixed-case names for TableTypes
--------------------------------------------------------------------------------------------------------------
Key: JBIDE-6351
URL: https://jira.jboss.org/browse/JBIDE-6351
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Hibernate
Affects Versions: 3.1.0.GA
Reporter: Michael Walker
Assignee: Max Rydahl Andersen
Attachments: JDBCReader.java
A particular database (MetaMatrix/JBoss Enterprise Data Services Platform) returns mixed-case values from the JDBC call DatabaseMetadata.getTableTypes(), specifically: "Table", "View".
However, line 539 of org.hibernate.cfg.reveng.JDBCReader expects these values to always be upper-case:
if ( ("TABLE".equals(tableType) || "VIEW".equals(tableType)
...
Upper-case values are typically expected here (see http://java.sun.com/j2se/1.4.2/docs/api/java/sql/DatabaseMetaData.html#ge...), but not required per the JDBC specification AFAIK.
Changing this logic to match on case-insensitive names allows Hibernate Tools to successfully work with MetaMatrix. For example:
if ( ("TABLE".equalsIgnoreCase(tableType) || "VIEW".equalsIgnoreCase(tableType) /*|| "SYNONYM".equals(tableType) */) ) { //||
See the forum thread for more info.
I'll attach example code that was used to rebuild hibernate-tools.jar successfully, which contains only the change described above, in case it is useful.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 6 months