You can subscribe to this list here.
| 2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(5) |
Oct
(2) |
Nov
|
Dec
|
|---|
|
From: SourceForge.net <no...@so...> - 2008-10-02 19:35:39
|
Bugs item #2141922, was opened at 2008-10-02 09:21 Message generated for change (Comment added) made by b4pro You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1084942&aid=2141922&group_id=232097 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: 1.1.0.RC2 >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: KaiG (b4pro) >Assigned to: KaiG (b4pro) Summary: NPE in eclibatis Statement Contentassist Initial Comment: eclipse.buildId= java.version=1.5.0_15 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE Framework arguments: D:\stuff\eclipse-3.4-mp\eclipse\plugins\org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar D:\stuff\eclipse-3.4-mp\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.101.R34x_v20080731 Command-line arguments: -os win32 -ws win32 -arch x86 D:\stuff\eclipse-3.4-mp\eclipse\plugins\org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar D:\stuff\eclipse-3.4-mp\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.101.R34x_v20080731 Warning Thu Oct 02 09:17:13 CEST 2008 The 'eclibatis Statement Contentassist' proposal computer from the 'net.sf.eclibatis.java.editor' plug-in did not complete normally. The extension has thrown a runtime exception. java.lang.NullPointerException at net.sf.eclibatis.java.editor.contentassist.MethodCallFinderASTVisitor.visit(MethodCallFinderASTVisitor.java:61) at org.eclipse.jdt.core.dom.MethodInvocation.accept0(MethodInvocation.java:237) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478) at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2525) at org.eclipse.jdt.core.dom.ExpressionStatement.accept0(ExpressionStatement.java:144) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478) at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2548) at org.eclipse.jdt.core.dom.Block.accept0(Block.java:136) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478) at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2525) at org.eclipse.jdt.core.dom.MethodDeclaration.accept0(MethodDeclaration.java:502) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478) at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2548) at org.eclipse.jdt.core.dom.TypeDeclaration.accept0(TypeDeclaration.java:484) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478) at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2548) at org.eclipse.jdt.core.dom.CompilationUnit.accept0(CompilationUnit.java:214) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478) at net.sf.eclibatis.java.editor.contentassist.StatementContentAssist.computeCompletionProposals(StatementContentAssist.java:73) at org.eclipse.jdt.internal.ui.text.java.CompletionProposalComputerDescriptor.computeCompletionProposals(CompletionProposalComputerDescriptor.java:316) at org.eclipse.jdt.internal.ui.text.java.CompletionProposalCategory.computeCompletionProposals(CompletionProposalCategory.java:264) at org.eclipse.jdt.internal.ui.text.java.ContentAssistProcessor.collectProposals(ContentAssistProcessor.java:285) at org.eclipse.jdt.internal.ui.text.java.ContentAssistProcessor.computeCompletionProposals(ContentAssistProcessor.java:245) at org.eclipse.jface.text.contentassist.ContentAssistant.computeCompletionProposals(ContentAssistant.java:1836) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.computeProposals(CompletionProposalPopup.java:553) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.handleRepeatedInvocation(CompletionProposalPopup.java:538) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.showProposals(CompletionProposalPopup.java:503) at org.eclipse.jface.text.contentassist.ContentAssistant.showPossibleCompletions(ContentAssistant.java:1664) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor$AdaptedSourceViewer.doOperation(CompilationUnitEditor.java:177) at org.eclipse.ui.texteditor.ContentAssistAction$1.run(ContentAssistAction.java:82) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.ui.texteditor.ContentAssistAction.run(ContentAssistAction.java:80) at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) at org.eclipse.ui.commands.ActionHandler.execute(ActionHandler.java:185) at org.eclipse.ui.internal.handlers.LegacyHandlerWrapper.execute(LegacyHandlerWrapper.java:109) 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.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:472) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:824) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:882) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:571) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:512) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard.java:127) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1184) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1002) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1012) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1040) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1036) at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1352) at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3894) at org.eclipse.swt.widgets.Canvas.WM_CHAR(Canvas.java:341) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3787) at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:337) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4528) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2371) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3420) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) 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:386) 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:585) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) at org.eclipse.equinox.launcher.Main.run(Main.java:1236) ---------------------------------------------------------------------- >Comment By: KaiG (b4pro) Date: 2008-10-02 21:34 Message: fixed after 1.1.0.RC2 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1084942&aid=2141922&group_id=232097 |
|
From: SourceForge.net <no...@so...> - 2008-10-02 07:21:20
|
Bugs item #2141922, was opened at 2008-10-02 09:21 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1084942&aid=2141922&group_id=232097 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: 1.1.0.RC2 Status: Open Resolution: None Priority: 5 Private: No Submitted By: KaiG (b4pro) Assigned to: Nobody/Anonymous (nobody) Summary: NPE in eclibatis Statement Contentassist Initial Comment: eclipse.buildId= java.version=1.5.0_15 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE Framework arguments: D:\stuff\eclipse-3.4-mp\eclipse\plugins\org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar D:\stuff\eclipse-3.4-mp\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.101.R34x_v20080731 Command-line arguments: -os win32 -ws win32 -arch x86 D:\stuff\eclipse-3.4-mp\eclipse\plugins\org.eclipse.equinox.launcher_1.0.101.R34x_v20080819.jar D:\stuff\eclipse-3.4-mp\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.101.R34x_v20080731 Warning Thu Oct 02 09:17:13 CEST 2008 The 'eclibatis Statement Contentassist' proposal computer from the 'net.sf.eclibatis.java.editor' plug-in did not complete normally. The extension has thrown a runtime exception. java.lang.NullPointerException at net.sf.eclibatis.java.editor.contentassist.MethodCallFinderASTVisitor.visit(MethodCallFinderASTVisitor.java:61) at org.eclipse.jdt.core.dom.MethodInvocation.accept0(MethodInvocation.java:237) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478) at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2525) at org.eclipse.jdt.core.dom.ExpressionStatement.accept0(ExpressionStatement.java:144) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478) at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2548) at org.eclipse.jdt.core.dom.Block.accept0(Block.java:136) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478) at org.eclipse.jdt.core.dom.ASTNode.acceptChild(ASTNode.java:2525) at org.eclipse.jdt.core.dom.MethodDeclaration.accept0(MethodDeclaration.java:502) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478) at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2548) at org.eclipse.jdt.core.dom.TypeDeclaration.accept0(TypeDeclaration.java:484) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478) at org.eclipse.jdt.core.dom.ASTNode.acceptChildren(ASTNode.java:2548) at org.eclipse.jdt.core.dom.CompilationUnit.accept0(CompilationUnit.java:214) at org.eclipse.jdt.core.dom.ASTNode.accept(ASTNode.java:2478) at net.sf.eclibatis.java.editor.contentassist.StatementContentAssist.computeCompletionProposals(StatementContentAssist.java:73) at org.eclipse.jdt.internal.ui.text.java.CompletionProposalComputerDescriptor.computeCompletionProposals(CompletionProposalComputerDescriptor.java:316) at org.eclipse.jdt.internal.ui.text.java.CompletionProposalCategory.computeCompletionProposals(CompletionProposalCategory.java:264) at org.eclipse.jdt.internal.ui.text.java.ContentAssistProcessor.collectProposals(ContentAssistProcessor.java:285) at org.eclipse.jdt.internal.ui.text.java.ContentAssistProcessor.computeCompletionProposals(ContentAssistProcessor.java:245) at org.eclipse.jface.text.contentassist.ContentAssistant.computeCompletionProposals(ContentAssistant.java:1836) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.computeProposals(CompletionProposalPopup.java:553) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.handleRepeatedInvocation(CompletionProposalPopup.java:538) at org.eclipse.jface.text.contentassist.CompletionProposalPopup.showProposals(CompletionProposalPopup.java:503) at org.eclipse.jface.text.contentassist.ContentAssistant.showPossibleCompletions(ContentAssistant.java:1664) at org.eclipse.jdt.internal.ui.javaeditor.CompilationUnitEditor$AdaptedSourceViewer.doOperation(CompilationUnitEditor.java:177) at org.eclipse.ui.texteditor.ContentAssistAction$1.run(ContentAssistAction.java:82) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at org.eclipse.ui.texteditor.ContentAssistAction.run(ContentAssistAction.java:80) at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) at org.eclipse.ui.commands.ActionHandler.execute(ActionHandler.java:185) at org.eclipse.ui.internal.handlers.LegacyHandlerWrapper.execute(LegacyHandlerWrapper.java:109) 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.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:472) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:824) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:882) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:571) at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:512) at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard.java:127) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1184) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1002) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1012) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1040) at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1036) at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1352) at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:3894) at org.eclipse.swt.widgets.Canvas.WM_CHAR(Canvas.java:341) at org.eclipse.swt.widgets.Control.windowProc(Control.java:3787) at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:337) at org.eclipse.swt.widgets.Display.windowProc(Display.java:4528) at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method) at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2371) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3420) at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382) at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346) at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193) 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:386) 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:585) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504) at org.eclipse.equinox.launcher.Main.run(Main.java:1236) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1084942&aid=2141922&group_id=232097 |
|
From: SourceForge.net <no...@so...> - 2008-09-24 18:32:57
|
Bugs item #2119222, was opened at 2008-09-19 14:26 Message generated for change (Settings changed) made by b4pro You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1084942&aid=2119222&group_id=232097 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: 1.1.0.RC1 Status: Closed >Resolution: Fixed Priority: 6 Private: No Submitted By: KaiG (b4pro) Assigned to: Patrick Huy (frzme) Summary: NPE in eclibatis java contentassist Initial Comment: NPE in eclibatis java contentassist ---------------------------------------------------------------------- Comment By: KaiG (b4pro) Date: 2008-09-24 19:34 Message: works now... ---------------------------------------------------------------------- Comment By: Patrick Huy (frzme) Date: 2008-09-21 20:12 Message: can you retest with latest trunk? ---------------------------------------------------------------------- Comment By: KaiG (b4pro) Date: 2008-09-19 16:31 Message: nope, the code I was running the content assit was not compiling (thats why I wanted to use the java content assist ;-)) ---------------------------------------------------------------------- Comment By: Patrick Huy (frzme) Date: 2008-09-19 14:34 Message: looks like getDeclaringClass is returning null - I did not know that it can do that, does the java source compile you ran this on? I'll fix it/look at it when I get home ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1084942&aid=2119222&group_id=232097 |
|
From: SourceForge.net <no...@so...> - 2008-09-24 17:34:38
|
Bugs item #2119222, was opened at 2008-09-19 14:26 Message generated for change (Comment added) made by b4pro You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1084942&aid=2119222&group_id=232097 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: 1.1.0.RC1 >Status: Closed Resolution: None Priority: 6 Private: No Submitted By: KaiG (b4pro) Assigned to: Patrick Huy (frzme) Summary: NPE in eclibatis java contentassist Initial Comment: NPE in eclibatis java contentassist ---------------------------------------------------------------------- >Comment By: KaiG (b4pro) Date: 2008-09-24 19:34 Message: works now... ---------------------------------------------------------------------- Comment By: Patrick Huy (frzme) Date: 2008-09-21 20:12 Message: can you retest with latest trunk? ---------------------------------------------------------------------- Comment By: KaiG (b4pro) Date: 2008-09-19 16:31 Message: nope, the code I was running the content assit was not compiling (thats why I wanted to use the java content assist ;-)) ---------------------------------------------------------------------- Comment By: Patrick Huy (frzme) Date: 2008-09-19 14:34 Message: looks like getDeclaringClass is returning null - I did not know that it can do that, does the java source compile you ran this on? I'll fix it/look at it when I get home ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1084942&aid=2119222&group_id=232097 |
|
From: SourceForge.net <no...@so...> - 2008-09-21 18:13:03
|
Bugs item #2119222, was opened at 2008-09-19 14:26 Message generated for change (Comment added) made by frzme You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1084942&aid=2119222&group_id=232097 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: 1.1.0.RC1 Status: Open Resolution: None Priority: 6 Private: No Submitted By: KaiG (b4pro) Assigned to: Patrick Huy (frzme) Summary: NPE in eclibatis java contentassist Initial Comment: NPE in eclibatis java contentassist ---------------------------------------------------------------------- >Comment By: Patrick Huy (frzme) Date: 2008-09-21 20:12 Message: can you retest with latest trunk? ---------------------------------------------------------------------- Comment By: KaiG (b4pro) Date: 2008-09-19 16:31 Message: nope, the code I was running the content assit was not compiling (thats why I wanted to use the java content assist ;-)) ---------------------------------------------------------------------- Comment By: Patrick Huy (frzme) Date: 2008-09-19 14:34 Message: looks like getDeclaringClass is returning null - I did not know that it can do that, does the java source compile you ran this on? I'll fix it/look at it when I get home ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1084942&aid=2119222&group_id=232097 |
|
From: Patrick H. <fr...@fr...> - 2008-09-18 14:47:50
|
Hi,
the additions I made I know of:
- support for select="" completion in <result> tags of a resultMap
- support for keyProperty property completion in the <selectKey> tag of an
insert
- support for completion from the jdt java editor when calling
SQLMapExecutor methods to statement ids (ie.
SQLMapExecutor.queryForObject("...", ""))
I have also made some bugfixes and major refactorings which could cause
some new bugs so please encourage people to report bugs in the release
notes :)
Patrick
On Wed, 17 Sep 2008 22:45:43 +0200, Kai Grabfelder <no...@ki...>
wrote:
> Hi there,
>
> I just released 1.1.0 RC1 to sf.net. Patrick: besides the changes of
> daniel regarding the xml preferences
> store, which changes have you made? Could you give me a short list so I
> can add them to the release notes?
>
> Regards
>
> Kai
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
> world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> eclibatis-development mailing list
> ecl...@li...
> https://lists.sourceforge.net/lists/listinfo/eclibatis-development
|
|
From: Kai G. <no...@ki...> - 2008-09-17 13:46:01
|
Hi there, I just released 1.1.0 RC1 to sf.net. Patrick: besides the changes of daniel regarding the xml preferences store, which changes have you made? Could you give me a short list so I can add them to the release notes? Regards Kai |