I see the problem.  I'll have to make a change so that such an error isn't thrown.
 
The underlying problem is that Abator is not seeing any valid table from your configuration.  From your prior note, I see that you specified this:
 
schema="denis" tableName="PARAMETERS
 
The schma and tableName are probably case sensitive in Oracle - try both as upper case.
 
Abator does have a base functionality that is available outside Eclipse, but it would take some work.  I'm getting a lot of questions about that, so I'll try to post a more complete explanation about it tomorrow.
 
Jeff Butler
 
On 12/11/05, Denis Vladimirov <[EMAIL PROTECTED] > wrote:
Hi Jeff,

Here is what I have found in the log file:

!ENTRY org.apache.ibatis.abator.ui 4 4 2005-12-12 09:44: 26.405
!MESSAGE Unexpected error while running Abator.
!STACK 0
java.lang.ArithmeticException : / by zero
    at org.apache.ibatis.abator.ui.actions.RunAbatorThread.run(RunAbatorThread.java:82)
    at org.eclipse.core.internal.resources.Workspace.run (Workspace.java:1719)
    at org.eclipse.core.internal.resources.Workspace.run (Workspace.java:1739)
    at org.apache.ibatis.abator.ui.actions.RunAbatorAction$AbatorRunner.run(RunAbatorAction.java:149)
    at org.eclipse.jface.operation.ModalContext$ModalContextThread.run (ModalContext.java:113)


Is it possible to run this tool without Eclipse ?

Thanks,
Denis


Reply via email to