Skip to main content



      Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Plug-In Development Trouble
Plug-In Development Trouble [message #436282] Mon, 05 September 2005 12:03
Eclipse UserFriend
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
Previous Topic:Disable "Open a perspective" in perspective bar
Next Topic:HelpView customization
Goto Forum:
  


Current Time: Fri Jul 04 21:18:13 EDT 2025

Powered by FUDForum. Page generated in 0.29239 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top