James Key

Greenhorn
+ Follow
since Jan 26, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by James Key

Hi!

I'm trying to use IBator plugin for Eclipse, but one exception occurred...

Eclipse ver. 3.4
latest Ibator plugin

my ibatorConfig.xml:



exception:

java.lang.ArithmeticException: / by zero
at org.apache.ibatis.ibator.eclipse.core.callback.EclipseProgressCallback.generationStarted(EclipseProgressCallback.java:54)
at org.apache.ibatis.ibator.api.Ibator.generate(Ibator.java:216)
at org.apache.ibatis.ibator.api.Ibator.generate(Ibator.java:126)
at org.apache.ibatis.ibator.eclipse.ui.actions.RunIbatorThread.run(RunIbatorThread.java:80)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1782)
at org.apache.ibatis.ibator.eclipse.ui.actions.RunIbatorAction$IbatorRunner.run(RunIbatorAction.java:137)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)

Could anyone help me, please?