Plug-In Development Trouble [message #436282] |
Mon, 05 September 2005 16:03 |
Daniel Messages: 34 Registered: July 2009 |
Member |
|
|
Hi !
First of all thanks for all the help
that i been getting here.It really has done
the trick on learning the dark corners of
RCP developing under Eclipse.
Im having the following problems with plugin development
Im developing an RCP application that consist of 3 plugins
and 1 main RCP app. It basically is for this
UI plugin --> RCP (dependant of hibernate model class and Controller)
|
+- Hibernate Model Class
| |(plugin for holding all the necesary data models
| | and data mappings)
| |
| +-- Test Cases (JUNIT)
|
+- Hibernate Util (dependant of hibernate model class)
| | (plugin that hold all the persistan configurations cfg file
| | hibernate.hbm.xml for example)
| | (this plugin also has support for log4j and uses a log
| | configuration file)
| |
| +-- Test Cases (JUNIT)
|
+- Controller (dependant of hibernate model class and hibernate util)
| (plugin for controlling all the persistancy.
| create/insert/update/drop DataBase operations
| usign hibernate)
| (this plugin also has support for log4j and uses a log
| configuration file)
|
+-- Test Cases (JUNIT)
Now i can run the Hibernate Util Test and the Hibernate Controller test
and everything seems to be working alright the interoperation between
plugins works just great.
However when i run the UI Plugin
i get the following issues
+- Linkage Error
+- Unhandled event loop exception
+ +- (Hibernate Session Library) Violates loader constrains
+- FileNotFoundException for every single configuration file
Im not certain why is this happening i exposing the right stuff
thats certain since all the test cases seem to be working jsut right
but when i run the UI plugin as Eclipse Application he isnt getting Any
of the additional resources
what can i do to solve this ???
Any help welcome
|
|
|
Powered by
FUDForum. Page generated in 0.03689 seconds