[JBoss JIRA] Created: (JBIDE-8669) Dot character is not supported in DB schema name in Hibernate Configuration
by Boris Na (JIRA)
Dot character is not supported in DB schema name in Hibernate Configuration
---------------------------------------------------------------------------
Key: JBIDE-8669
URL: https://issues.jboss.org/browse/JBIDE-8669
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Hibernate
Affects Versions: LATER
Environment: Hibernate tools version is 3.4.0.v20110215-1252-H31-GA
(by the way it's not listed in the Jira version menu)
Win XP
Eclipse Helios Service Release 1
WTP 3.2.3
Dali 2.3.3
MySQL 5.5.9
Reporter: Boris Na
Assignee: Max Rydahl Andersen
Priority: Minor
1/ Create a schema on MySQL called: myschema.domain
2/ Create a JPA project
3/ Create an entity called myEntity
4/ Create The corresponding Table (via generated script)
5/ Configure Data Source Explorer to the connection => This works well
6/ Configure Hibernate explorer (using above connection)
7/ Try to open the Database part of this view => you get an SQL exception:
org.hibernate.exception.SQLGrammarException: Could not get list of suggested identity strategies from database. Probably a JDBC driver problem.
(...)
Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '.DOMAIN like 'myentity'' at line 1
(...)
Hint:
I just checked the SQL query (via MySQL proxy) and it lacks `` around the schema name in one query:
show table status from MYSCHEMA.DOMAIN like 'myentity'
Just replace dot by underscore and everything works well.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months
[JBoss JIRA] Created: (JBIDE-8721) OpenOn does not work for JavaScript variables on HTML pages
by Yahor Radtsevich (JIRA)
OpenOn does not work for JavaScript variables on HTML pages
-----------------------------------------------------------
Key: JBIDE-8721
URL: https://issues.jboss.org/browse/JBIDE-8721
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml source editing
Affects Versions: 3.2.0.CR1
Reporter: Yahor Radtsevich
Assignee: Alexey Kazakov
Attachments: javascript-prj.zip
OpenOn does not work for JavaScript variables on HTML pages.
*Steps to reproduce:*
# Import attached project [^javascript-prj.zip] into workspace.
# Open index.html with "JBoss Tools HTML Editor"
# Point cursor before "a + 1" as it is shown below:
{code:xml|title=index.html|borderStyle=solid}
<html>
<head>
<script type="text/javascript">
var a = 1;
var b = |a + 1;
</script>
</head>
</html>
{code}
# Press Open Declaration hotkey (F3 or Ctrl-click by default)
*Actual result:*
Nothing happens.
*Expected result:*
The cursor must move to the declaration of the variable 'a'.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months
[JBoss JIRA] Created: (JBIDE-7100) Wrond proposals appear in CA Window for CSS styles inside <style></style> tag
by Victor Rubezhny (JIRA)
Wrond proposals appear in CA Window for CSS styles inside <style></style> tag
-----------------------------------------------------------------------------
Key: JBIDE-7100
URL: https://jira.jboss.org/browse/JBIDE-7100
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml source editing
Affects Versions: 3.2.0.M2
Environment: Eclipse 3.6; WTP 3.2
Reporter: Victor Rubezhny
Assignee: Victor Rubezhny
Wrong proposals appear in CA Window for CSS styles inside <style></style> tag when:
1. There is at least one whitespace character is placed between opening and closing "style" tags
-and-
2. The CA is invoked when the cursor is pointed right before the closing tag (i.e. "<style type="text/css"> |</style>", where "|"-char indicates the cursor position.
In such cases WTP suggests proposals for a new tags insertion, but not the CSS proposals.
Probably it's WTP's issue, because:
1. WTP decides which kind of proposals are to be calculated at some cursor position.
2. We don't add any computers for CSS proposals since WTP 3.2
--
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
14 years, 7 months
[JBoss JIRA] Created: (JBDS-1635) Include JBoss Maven Integration in JBDS Extras site (along with m2eclipse 0.13) ?
by Nick Boldt (JIRA)
Include JBoss Maven Integration in JBDS Extras site (along with m2eclipse 0.13) ?
---------------------------------------------------------------------------------
Key: JBDS-1635
URL: https://issues.jboss.org/browse/JBDS-1635
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Sub-task
Components: Build, Requirements
Affects Versions: 5.0.0.M1
Reporter: Nick Boldt
Assignee: Fred Bricon
>From Max:
> We're not planning on supporting JBoss Maven Integration (org.jboss.tools.maven.*) before there is stable api from m2e.
> But I guess it could be put on the Extras site as a 3rd party "selected" plugin.
> The maven stuff can't just be put into JBDS 4.x sites without
some work. So its a +1 for JBDS 5 once Snjezana/Fred are ok with it.
>From Sneja:
+1
Awaiting feedback from Fred.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
14 years, 7 months
[JBoss JIRA] Created: (JBIDE-6883) Smooks wizard throws exception and doesn't open file when wizard finishes
by Brian Fitzpatrick (JIRA)
Smooks wizard throws exception and doesn't open file when wizard finishes
-------------------------------------------------------------------------
Key: JBIDE-6883
URL: https://jira.jboss.org/browse/JBIDE-6883
Project: Tools (JBoss Tools)
Issue Type: Sub-task
Components: smooks
Affects Versions: 3.2.x
Reporter: Brian Fitzpatrick
Assignee: Brian Fitzpatrick
Fix For: 3.2.0.Beta
When you use the new Smooks Configuration File wizard to create a Smooks file, it creates the file and then should open it in the editor. Instead, I'm seeing this error:
!ENTRY org.jboss.tools.smooks.ui 4 4 2010-08-20 15:46:20.968
!MESSAGE Error
!STACK 1
org.eclipse.ui.PartInitException: Unable to open editor, unknown editor ID: org.jboss.tools.smooks.configuration.editors.MultiPageEditor
at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:633)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2860)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2768)
at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPage.java:2760)
at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2711)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2707)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2691)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2682)
at org.jboss.tools.smooks.configuration.wizards.SmooksConfigurationFileNewWizard$2.run(SmooksConfigurationFileNewWizard.java:142)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3527)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3174)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.block(ModalContext.java:173)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:388)
at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:1008)
at org.jboss.tools.smooks.configuration.wizards.SmooksConfigurationFileNewWizard.performFinish(SmooksConfigurationFileNewWizard.java:87)
at org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:811)
at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:430)
at org.eclipse.jface.dialogs.Dialog$2.widgetSelected(Dialog.java:624)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3552)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3171)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:825)
at org.eclipse.jface.window.Window.open(Window.java:801)
at org.eclipse.ui.internal.handlers.WizardHandler$New.executeHandler(WizardHandler.java:254)
at org.eclipse.ui.internal.handlers.WizardHandler.execute(WizardHandler.java:274)
at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:293)
at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:241)
at org.eclipse.ui.internal.actions.CommandAction.runWithEvent(CommandAction.java:157)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3552)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3171)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2629)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2593)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2427)
at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:670)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:663)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
!SUBENTRY 1 org.eclipse.ui 4 0 2010-08-20 15:46:20.983
!MESSAGE Unable to open editor, unknown editor ID: org.jboss.tools.smooks.configuration.editors.MultiPageEditor
--
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
14 years, 7 months
[JBoss JIRA] Created: (JBDS-1170) ESB Tooling for SOAP Envelopes and schemas Native support
by Gary Lamperillo (JIRA)
ESB Tooling for SOAP Envelopes and schemas Native support
---------------------------------------------------------
Key: JBDS-1170
URL: https://jira.jboss.org/jira/browse/JBDS-1170
Project: Developer Studio (JBoss Developer Studio)
Issue Type: Feature Request
Reporter: Gary Lamperillo
Attachments: smooks_transform_from_soap.png
SOAP Envelopes and schemas should be handled more natively by the current ESB Tooling. To illustrate the difficulty for the developers when it is not handled natively: When a Web Service transformation is made with Smooks, the entire SOAP Envelope needs to be imported, additional items like security may change based on the service contract, this will cause issues for more than the most basic example. In addition, A Content Base Router could use the Soap Envelope without the need for casts of Message body to Classes, which can cause many exceptions during runtime. The XSLT Actions could also use the entire SOAP Envelope as well. Tooling should be available to import the SOAP Envelope and the defined body and Security Headers etc.
the 3 attached screenshots hope to show the need for SOAP Native support.
--
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
14 years, 7 months