Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Problem with ODA
ai762
Hi everybody!
When I create a new ODA Runtime Driver Plug-In and a new ODA Designer Plug-In Project everything works fine as long as I test it in an Eclipse application. (Manifest-File->Testing)
But when I use the Export Wizard on Manifest-File and put the exported jars into eclipse plugin directory I can't see my ODA-Driver!
I only used the created classes and changed nothing on code!
Has anybody an idea what the problem might be?
I am using Birt 2.3 pre installed in Eclipse...
Thank you very much.
Find more posts tagged with
Comments
sbajda
Can you chek the jdk level compliance require for your plugin.
If the jdk used by Eclipse dosn't match this compliance, your plugin is not load.
ai762
Thank you very much!!!!!
That was problem!
It works and I am very happy!
UncleBens1
Hello I have the same problem...
I check the version of jdk And it's still not working....
I can see my plugins in my target platform. But I didn't see the new ODA Source....
Here is my configuration :
use of eclipse with birt (all in one) the 2_3_0 version
I use a file .target in order to manage my additionnals locations.
In environment tab of .target file, I have select Execution Environment : JavaSE-1.6.
My oda plugins have JavaSE-1.6 in execution Environments
My oda plugins are in fact 3 plugins :
mybirt.commons with commons definitions for mybirt.oda and mybirt.oda.ui
Which were constructed on structure generated with wizard of eclipse.
When I launch EclipseApplication of my ODA there is no problem.
When I export my ODA plugins and put them in plugin directory, I could just see them in the target platform. Not when I want to create my dataSource....
There surely something I miss in my configuration... Did I have to change something else ?
Thanks