| 
							
					| Beginner |  
					|  |  Joined: Thu Feb 01, 2007 3:08 am
 Posts: 20
 | 
				
					| HI all,
 
 While reverse engineering(from jdbc Connection )  i am getting an java.lang.IndexOutOfBoundsException. Full stack trace is given below ..
 
 java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
 at java.util.ArrayList.RangeCheck(Unknown Source)
 at java.util.ArrayList.remove(Unknown Source)
 at org.hibernate.tool.hbm2x.DocExporter.generatePackageSummary(DocExporter.java:386)
 at org.hibernate.tool.hbm2x.DocExporter.doStart(DocExporter.java:161)
 at org.hibernate.tool.hbm2x.AbstractExporter.start(AbstractExporter.java:95)
 at org.hibernate.eclipse.launch.CodeGenerationLaunchDelegate$1.execute(CodeGenerationLaunchDelegate.java:257)
 at org.hibernate.console.execution.DefaultExecutionContext.execute(DefaultExecutionContext.java:65)
 at org.hibernate.console.ConsoleConfiguration.execute(ConsoleConfiguration.java:89)
 at org.hibernate.eclipse.launch.CodeGenerationLaunchDelegate.runExporters(CodeGenerationLaunchDelegate.java:228)
 at org.hibernate.eclipse.launch.CodeGenerationLaunchDelegate.launch(CodeGenerationLaunchDelegate.java:130)
 at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:639)
 at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:565)
 at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:754)
 at org.eclipse.debug.internal.ui.DebugUIPlugin$5.run(DebugUIPlugin.java:827)
 at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
 
 
 Can anyone help me to solve this ??
 
 Thanks in advance..
 
 Gokul
 
 
 |  |