Kodo 4.0/ Eclipse Plugin problems

Hi,
I have added Kodo plugin (2.1.0) to Eclipse (3.1.1) plugin folder as
described in the manual. I've also copied all the Kodo libraries and
classes12.jar into Eclipse\plugins\kodo.eclipse_2.1.0 and modified
plugin.xml.
I can see the menu item "Kodo" in Eclipse, but I can't start the Kodo
preferences under Windows->Preferences. Following Error:
Plug-in kodo was unable to load class
kodo.jdbc.integration.eclipse.KodoPlugin.
Does anyone have an idea?
Thanks,
Ingo Schneider

Schneider wrote:
Hi,
I have added Kodo plugin (2.1.0) to Eclipse (3.1.1) plugin folder as
described in the manual. I've also copied all the Kodo libraries and
classes12.jar into Eclipsepluginskodo.eclipse_2.1.0 and modified
plugin.xml.
I can see the menu item "Kodo" in Eclipse, but I can't start the Kodo
preferences under Windows->Preferences. Following Error:
Plug-in kodo was unable to load class
kodo.jdbc.integration.eclipse.KodoPlugin.
Does anyone have an idea?
Thanks,
Ingo SchneiderI use http://www.eclipse.org/dali plugin for EJB3-persistence. It allows
me to have different EJB3 vendors. KODO was ok for me to work with.

Similar Messages

  • Eclipse Plugin Problems

    Hello All,
    I do not know if you are all using the eclipse plugin or if you are using jdeveloper. I do not want to use jdeveloper if possible (we have been using eclipse for some time, and to install jdeveloper just for it's bpel editor seems too heavy.)
    It seems that the eclipse plugin requires all of the project artifacts for a BPEL process to be in the actual eclipse project folder. When I move it outside the project and create a linked folder to the artificats the plugin complains with javascript errors and fails to show the bpel process or perform a build.
    it's an odd dependency. Has anyone else observed this? Am i out to lunch here? :)

    I also use a workspace just for BPEL. I think that the plug-in is somehow cohesive with the project directory. Meaning that; you can’t just open a BPEL file and have it work. It needs the BPEL file to be in a valid project. This stinks when you start to consider the management of BPEL projects. Project file contain machine specific information. So If I check a BPEL project in to CVS, my peers may not be able to check it out and have it work because their setup is not the same as mine. I typically do not have anything in the eclipse project except references to my check-out area.
    I do have some questions about the fate of the eclipse plug in. Will Oracle continue to develop it? Release it to open source? Or abandon it for JDeveloper only. If the eclipse plug in is going to continue they should fix the problem we are discussing.

  • Eclipse plugins problem

    Hi guys,
    I just downloaded Eclipse, ran it and worked fine. But when I "installed" (simply copy of the files in the Eclipse dir) the WTP plugin, nothing happend. By the screenshots of a tutorial I understand that there should appear new options for creating specific types of projects. But that didn't happen. Anyway, the plugin appear in the list of installed plugins.
    I have searched the Internet for instructions on how to install the plugins but all I got was info on how to update them from online sources.
    So, can someone help with hints on how to install/check the instalations of the Eclipse plugins? Locations of tutorials/info on the Internet?
    Kind regards,
    Const

    Hi,
    Did you put the plugin files in <eclipse dir>/plugins directory?

  • Kodo 2.5.4 Eclipse plugin.

    Hi,
    I previously used Kodo 2.4.3. The Eclipse plugin with all it's enhancement
    tools worked fine. The size of the com.solarmetric.kodo_1.0.0 plugin is
    6.75 MB.
    The Kodo 2.5.4 plugin doesn't work with Eclipse. The size of the
    com.solarmetric.kodo_1.0.1 plugin is 7.81 KB.
    I've downloaded Kodo 2.5.4 twice and encountered the problem with 2
    different installations.
    regards T Bye

    By what do you mean not work? Does it give you an exception? Have you
    fully uninstalled and re-installed the new com.solar... directory as the
    library requirements are significantly different.
    Tharald B wrote:
    Hi,
    I previously used Kodo 2.4.3. The Eclipse plugin with all it's enhancement
    tools worked fine. The size of the com.solarmetric.kodo_1.0.0 plugin is
    6.75 MB.
    The Kodo 2.5.4 plugin doesn't work with Eclipse. The size of the
    com.solarmetric.kodo_1.0.1 plugin is 7.81 KB.
    I've downloaded Kodo 2.5.4 twice and encountered the problem with 2
    different installations.
    regards T Bye
    Steve Kim
    [email protected]
    SolarMetric Inc.
    http://www.solarmetric.com

  • Kodo 3.1.4 and Eclipse plugin

    I'm currently migrating from Kodo 2.5.3 to Kodo 3.1.4, and as I'm using
    Eclipse have decided to give the Eclipse plugin a go. I've followed the
    documentation (@15.6), and am now attempting the Eclipse Sample from the
    documentation (@15.6.4). The documentation has seemed slightly incomplete,
    but I assume that's just me using Eclipse 3.0 with the doumentation being
    written for WSAD 4.
    However, when I clean the project or run the enhancer I get the following
    error:
    <error>-The Enhancer failed. The message included was:
    {0}
         org.apache.commons.lang.exception.NestableRuntimeException: Animal
    <info>-Done.
    This message doesn't seem to be giving me any info that would help me
    track down the problem, so hopefully somebody has seen it beforehand in
    these circumstances and can help me out?
    Cheers,
    Matt

    Stephen, the stack trace is as below. Apparently the Animal class isn't
    being found...? - How does the Kodo plugin look for / find it? - Eclipse
    itself has no trouble compiling it. Do I need to somehow configure my
    classpath separately for the Kodo plugin?
    !MESSAGE Errors running builder "Kodo Enhancer Builder" on project Kodo
    Pet Shop.
    !SUBENTRY 1 kodo 4 0 Aug 10, 2004 16:27:52.687
    !MESSAGE The Enhancer failed. The message included was:
    org.apache.commons.lang.exception.NestableRuntimeException: Animal
    !STACK 0
    java.lang.ClassNotFoundException: Animal
         at
    kodo.enhance.TemporaryClassLoader.loadClass(TemporaryClassLoader.java:49)
         at
    kodo.enhance.TemporaryClassLoader.loadClass(TemporaryClassLoader.java:27)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:217)
         at serp.util.Strings.toClass(Strings.java:160)
         at
    com.solarmetric.meta.ClassArgParser.parseClasses(ClassArgParser.java:77)
         at kodo.enhance.JDOEnhancer.run(JDOEnhancer.java:2176)
         at
    kodo.jdbc.integration.eclipse.EnhancerBuilder.build(EnhancerBuilder.java:40)
         at
    org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:564)
         at
    org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615)
         at org.eclipse.core.runtime.Platform.run(Platform.java:747)
         at
    org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:157)
         at
    org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:249)
         at
    org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:202)
         at
    org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:229)
         at
    org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615)
         at org.eclipse.core.runtime.Platform.run(Platform.java:747)
         at
    org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:232)
         at
    org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:268)
         at
    org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:297)
         at
    org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:155)
         at
    org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:212)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
    rethrown as org.apache.commons.lang.exception.NestableRuntimeException:
    Animal
         at serp.util.Strings.toClass(Strings.java:164)
         at
    com.solarmetric.meta.ClassArgParser.parseClasses(ClassArgParser.java:77)
         at kodo.enhance.JDOEnhancer.run(JDOEnhancer.java:2176)
         at
    kodo.jdbc.integration.eclipse.EnhancerBuilder.build(EnhancerBuilder.java:40)
         at
    org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:564)
         at
    org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615)
         at org.eclipse.core.runtime.Platform.run(Platform.java:747)
         at
    org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:157)
         at
    org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:249)
         at
    org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:202)
         at
    org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:229)
         at
    org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615)
         at org.eclipse.core.runtime.Platform.run(Platform.java:747)
         at
    org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:232)
         at
    org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:268)
         at
    org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:297)
         at
    org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:155)
         at
    org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:212)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
    Caused by: java.lang.ClassNotFoundException: Animal
         at
    kodo.enhance.TemporaryClassLoader.loadClass(TemporaryClassLoader.java:49)
         at
    kodo.enhance.TemporaryClassLoader.loadClass(TemporaryClassLoader.java:27)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:217)
         at serp.util.Strings.toClass(Strings.java:160)
         ... 18 more
    ==================
    Stephen Kim wrote:
    Matt,
    you should see a stack trace in workspace/.metadata/.log. Can you send
    us the error so that we can fix the reproting?

  • Eclipse Plugin - no "Kodo Preferences"

    I have been trying to install the Eclipse Plugin for Kodo.
    In the Eclipse preferences, I can see "Kodo Preferences" listed on the
    left, but when I select it nothing happens - the right hand side does not
    refresh to show Kodo Preferences. After I close the Eclipse preferences
    window it can not be reopened (selecting Window>Preferences appears to
    have no affect). If I do not click on "Kodo Preferences", then there is no
    problem opening the Eclipse preferences afterwards.

    Michael, you would be correct. We defer to Eclipse's preference
    persistence mechanism (which resolves to a pref_store.ini file (or
    something like that) which is also a .properties file at
    $WORKSPACE/.metadata/.plugins/com.solarmetric.../
    On Wed, 28 May 2003 16:17:06 +0200, Michael wrote:
    I just checked mine and they're not in sync with my kodo.properties file.
    Apparently these aren't being used.
    "Matt Bunch" <[email protected]> wrote in message
    news:bb2aaq$isp$[email protected]..
    I have been trying to install the Eclipse Plugin for Kodo.
    In the Eclipse preferences, I can see "Kodo Preferences" listed on the
    left, but when I select it nothing happens - the right hand side does not
    refresh to show Kodo Preferences. After I close the Eclipse preferences
    window it can not be reopened (selecting Window>Preferences appears to
    have no affect). If I do not click on "Kodo Preferences", then there is no
    problem opening the Eclipse preferences afterwards.
    Steve Kim
    [email protected]
    SolarMetric Inc.
    http://www.solarmetric.com

  • Kodo 3.3.0 Eclipse plugin for IBM Rational Application Developer 6.0

    I tried to add the Kodo eclipse plugin to IBM RAD 6.0 which uses eclipse
    3.0 instead of 2.1.
    Following the instuction to install the eclipse plugin as follow.
    First copy the directory kodo.eclipse_2.1.0 directory from the eclipse
    directory
    Is this still ok to copy kodo.eclipse_2.1.0 to eclipse 3.0 plugin?

    Kodo's eclipse plugin follows Eclipse versioning semantics as each
    plugin is marked with the -plugin- version number, not which version of
    Eclipse it is compatible. So Kodo's 2.1 version number indicates the
    feature set of the plugin. Its a tad confusing, but we also didn't want
    to force people to make drastic changes to their plugin directory when
    each minor patch is released. For the most part, you can simply put in
    the newest version of kodo-jdo.jar and plugin.xml.
    Gene Shen wrote:
    I tried to add the Kodo eclipse plugin to IBM RAD 6.0 which uses eclipse
    3.0 instead of 2.1.
    Following the instuction to install the eclipse plugin as follow.
    First copy the directory kodo.eclipse_2.1.0 directory from the eclipse
    directory
    Is this still ok to copy kodo.eclipse_2.1.0 to eclipse 3.0 plugin?
    Steve Kim
    [email protected]
    SolarMetric Inc.
    http://www.solarmetric.com

  • JavaFX plugin for Eclipse IDE problem with installation

    Hello all,
    I am following installation instruction from: http://docs.oracle.com/javafx/1.2/gettingstarted/eclipse-plugin/index.html
    In my Eclipse IDE "Install new software" -> "Add site" the link http://javafx.com/downloads/eclipse-plugin/ is not recognized as valid software site.
    I receive message:
    "Unable to read repository at http://javafx.com/downloads/eclipse-plugin/.
    http://javafx.com/downloads/eclipse-plugin/ is not a valid repository location."
    Please help me to install JavaFX plugin for Eclipse.
    Best regards,
    Slawek

    913150 wrote:
    I appreciate someone is providing "homemade" plugins but when You want design reliable application it is better to use some widely supported solution.
    Tom Schindl is the only one person who takes care about this stuff. For me it is not an option :(
    I am using Eclipse because my company uses it. I used to Eclipse. However when it comes to test some new technologies form Java world I see problems.
    Oracle drives Java development - they launched GlassFish, Netbeans, JavaFX.... etc. Eclipse has to catch up with every new thing but it takes time.
    Assuming NetBeans developers are in better situation. Easy Glassfish integration, embeded support for JavaFX....
    I don't like to use two IDE's pararelly.
    Is there any chance that official plugin for JavaFX 2.0 will be available?
    Funny how you rant about all that and still demand answers about Eclipse in the Oracle Java forum.
    This has nothing to do with how Eclipse advances; "Eclipse" is only the bare IDE and a minimal set of plugins. Basically everything that you bolt onto it is a third party, or "home made" plugin. Some plugins will be updated quickly, others more slowly depending on how active the developers are. Its just how Eclipse works. At least try this alternative plugin, perhaps it is usable until a better supported solution opens up for Eclipse. Or use Netbeans. Or use command line tools. Be a true engineer - adapt to the situation and get the job done.

  • Flex eclipse plugin installation problem

    Hi All,
    I have eclipse 3.x Europa edition. I am trying to install
    Flex builder 3 plugin for eclipse for some time now.
    It is frustrating that the installation always hangs when it
    tries to install "Merge module".
    I downloaded the eclipse plugin from the adobe site:
    http://www.adobe.com/cfusion/entitlement/index.cfm?e=flex3email
    Please help so that i can do some quality flex coding.
    Thanks,
    Madhav
    Adobe
    Flex Eclipse Plugin Link

    I am replying to all these posts about issues with the
    install to let Adobe know that there is a compatibility issue with
    the FB2 eclispe plugin installer. This is a major issue that is
    keeping people from trying/buying this product.

  • Eclipse plugin & errors with imports

    I've been using the Eclipse plugin and it's working well. Then I added an
    import to my class, and now the Kodo enhancer gives me an error (error in
    build) but it's not specific. I removed the import and it goes away. I
    then tried adding one line to my class:
    private static org.apache.log4j.Logger log =
    org.apache.log4j.Logger.getLogger(URLMonitor.class.getName());
    And I get the error. When I run jdoc from a windows prompt it works fine.
    I'm using Eclipse 2.1 build
    200302190010.
    Also, when running jdoc by hand with the -properties flag, I get:
    Exception in thread "main" java.lang.IllegalArgumentException: The specified
    cla
    ss "-properties" could not be loaded. javax.jdo.JDOFatalUserException:
    java.lan
    g.ClassNotFoundException: -properties
    NestedThrowables:
    java.lang.ClassNotFoundException: -properties
    But it still seems to pick up my properties file and it works.

    Thanks for helping!
    in the windows->preferences->Kodo Preferences, my parameters are below:
    License key: [license key censored by [email protected]], evalud key from email
    Connection driver: mysql-connector-java-3.0.6-stable-bin.jar
    Connection URL: jdbc:mysql://localhost:3306/MONSOON
    connection username: root
    connection password: foobar
    Dictionary class: com.mysql.jdbc.Driver
    "Stephen Kim" <[email protected]> wrote in message
    news:[email protected]...
    How did you configure your Preferences panel? The Eclipse plugin
    doesn't use a kodo.properties file. You should specify your driver
    name, not the jar, in the preferences page.
    Charle Wang wrote:
    I think I have similar problem as followed: I use eclipse2.02 + kodo
    2.4.2 +
    Windows 2000
    By following dev_doc, I imported petshop project. The menu->" Enhancer"part
    works fine, and build successed, but for the file Animal.jdo, "kodo->Addto
    Database" failed. Error message is bellow: (I even can not copy+pasteit)
    >>
    <error>-SchemaTool Failed. The message included was:
    {0}
    javax.jdo.JDOFatalUserException:java.lang.ClassNotFoundException:mysql-conne
    ctor-java-3/0/6-stable-bin/jar
    NestedThrowables:
    java.lang.ClassNotFoundException:mysql-connector-java-3/0/6-stable-bin/jar
    >>
    <info>-Done
    1. I remove the possiblity of the JDBC driver issues. because I use same
    driver and parameters for Quantum_DB plugin. it works fine. I canmanipulate
    the whole mySQL tables.
    2. part of plugin.xml is as bellow:
    <?xml version="1.0" encoding="UTF-8"?>
    <plugin id="com.solarmetric.kodo"
    name="%name"
    version="1.0.0"
    provider-name="%provider-name"
    class="com.solarmetric.modules.integration.eclipse.KodoPlugin">
    <runtime>
    <!--
    Put your jdbc driver in this directory and enter the filename
    here (and configure in Preferences the changes you make) -->
    <library name="mysql-connector-java-3.0.6-stable-bin.jar"/>
    <!-- library name="jdbc-hsql-1_7_0.jar"/ -->
    <!-- ########### do not modify below ######### -->
    3. kodo.properties is bellow:
    #Thu Nov 07 12:32:12 EST 2002
    com.solarmetric.kodo.LicenseKey=[license key censored by
    [email protected]
    com.solarmetric.kodo.PersistenceManagerClass=PetShopPersistenceManager
    com.solarmetric.kodo.impl.jdbc.SynchronizeSchema=true
    javax.jdo.PersistenceManagerFactoryClass=com.solarmetric.kodo.impl.jdbc.JDBC
    PersistenceManagerFactory
    javax.jdo.option.ConnectionDriverName=com.mysql.jdbc.Driver
    javax.jdo.option.ConnectionPassword=foobar
    javax.jdo.option.ConnectionURL=jdbc:mysql://localhost:3306/MONSOON
    javax.jdo.option.ConnectionUserName=root
    javax.jdo.option.MaxPool=0
    4.I have spent a whole day, still can not make the thing move. Did Imiss
    some tip? or .. ?
    "Petr" <[email protected]> wrote in message
    news:[email protected]...
    Hi Guys,
    Loosely related question, is there any chance that build of an
    individual
    class will some day trigger enhancement where appropriate? Currently it
    seems that only full project re-build does the trick ...
    It is a minor thingy, probably in 'nice to have' category.
    Cheers,
    Petr
    Stephen Kim wrote:
    Can you specify what version of Kodo you are using?
    java com.solarmetric.kodo.conf.JDOVersion
    If you enhance using the wrench icon/menu, do you get a more verbose
    logging in the Kodo view?
    On Mon, 03 Mar 2003 15:33:58 +0100, Michael Mattox wrote:
    I've been using the Eclipse plugin and it's working well. Then I
    added an
    import to my class, and now the Kodo enhancer gives me an error (errorin
    build) but it's not specific. I removed the import and it goes away.I
    then tried adding one line to my class:
    private static org.apache.log4j.Logger log =
    org.apache.log4j.Logger.getLogger(URLMonitor.class.getName());
    And I get the error. When I run jdoc from a windows prompt it worksfine.
    I'm using Eclipse 2.1 build
    200302190010.
    Also, when running jdoc by hand with the -properties flag, I get:
    Exception in thread "main" java.lang.IllegalArgumentException: Thespecified
    cla
    ss "-properties" could not be loaded.
    javax.jdo.JDOFatalUserException:
    java.lan
    g.ClassNotFoundException: -properties
    NestedThrowables:
    java.lang.ClassNotFoundException: -properties
    But it still seems to pick up my properties file and it works.--
    Stephen Kim
    [email protected]
    SolarMetric, Inc.
    http://www.solarmetric.com
    Stephen Kim
    [email protected]
    SolarMetric, Inc.
    http://www.solarmetric.com

  • Eclipse plugin not working with Eclipse 2.1

    I'm trying to use the Eclipse plugin with Eclipse version 2.1 (recently
    released). I am aware that the Kodo documentation says it works with
    Eclipse 2.0. The "Kodo" menu appears in the wrong perspective (the CVS
    Repository Exploring Perspective). This makes it generally unusable.
    Anyone else tried this with better success?

    Problem solved. After closing the perspectives I had open and reopening
    them, the menu showed up in the correct perspectives.
    Ignore This wrote:
    I'm trying to use the Eclipse plugin with Eclipse version 2.1 (recently
    released). I am aware that the Kodo documentation says it works with
    Eclipse 2.0. The "Kodo" menu appears in the wrong perspective (the CVS
    Repository Exploring Perspective). This makes it generally unusable.
    Anyone else tried this with better success?

  • [ANNOUNCE]: myWL eclipse plugin 1.0.11 released

    myWL plugin 1.0.11 released, check the project's site
    http://mywl.sourceforge.net for more information.
    Version 1.0.11 brings full WL6.1 support together with a new feature which
    allows WL's CMP generated SQL statements to be logged and monitored.
    Check the 1.0.11 Release Log:
    The forthnet-eclipse-plugins team is pleased to announce the FORTHnet
    WebLogic
    Server Eclipse Plugin 1.0.11 release!
    http://mywl.sourceforge.net/
    An Eclipse 3.0 compatible plugin which allows BEA's WebLogic Server (6.1,
    7.1
    and 8.1) to be managed from within eclipse and thus easily debug deployed
    J2EE
    applications in BEA.
    Changes in this version include:
    New Features:
    o A new feature has been added which enables, if configured to do so from
    myWL's WebLogic preferences page, logging of all CMP generated SQL
    statements. This is a great aid for the developer, which can now monitor
    WL's generated SQL statements for finders, select methods, etc. This
    feature has been tested and it is known to work with WL 8.1. Older versions
    of WL may support this feature, but no testing has been made.
    Fixed bugs:
    o When launching WL 6.1, JVM's working dir was being incorrectly set.
    o WL 6.1 launcher didn't respect user's defined JVM options.
    o WL 6.1 launcher didn't respect user's defined JNI library path.
    Changes:
    o WL 6.1 launcher now by default adds to the server's boot classpath the
    WL's
    home. This eliminates the need to specify the WL's home dir in the plugin's
    Classpath Preferences page.
    o WL 6.1 launcher specifies by default the java security policy as defined
    in
    the WL_HOME/lib/weblogic.policy file.
    o WL 7.1 launcher specifies by default the java security policy as defined
    in
    the WL_HOME/lib/weblogic.policy file.
    Have fun!
    -The forthnet-eclipse-plugins team
    Filippos Slavik
    FORTHnet R&D, Heraklion, Greece
    e-mail : [email protected]
    phone : (+30) 2811 391230
    Key ID: 0xF4B5B375 Filippos Slavik(search pgp.mit.edu)
    Key FingerPrint: 81D4 25D0 01EB 9DCA 62E4 B694 20E7 31FB F4B5 B375
    "The software said 'runs on Win95 or better,' so I installed it
    on Linux..."

    Problem solved. After closing the perspectives I had open and reopening
    them, the menu showed up in the correct perspectives.
    Ignore This wrote:
    I'm trying to use the Eclipse plugin with Eclipse version 2.1 (recently
    released). I am aware that the Kodo documentation says it works with
    Eclipse 2.0. The "Kodo" menu appears in the wrong perspective (the CVS
    Repository Exploring Perspective). This makes it generally unusable.
    Anyone else tried this with better success?

  • WSAD 5 / Eclipse plugin not working

    I have installed the Kodo plugin into my Websphere Application Developer
    5.1.0 environment. I have configured the Kodo preferences and selected "Add
    Enhancer to Build" for my project.
    Still, the other items on the Kodo menu remain grayed out ("Enhance
    Metadata", "Refresh Mappings", etc.). Can anyone tell me what I'm doing
    wrong?
    Thanks in advance,
    Kevin Keigwin
    Architect
    SellCore

    Hi,
    there is a typo in the plugin.xml file for the Kodo plugin.
    change the following line -
    <library name="jakarta-commons-logging-1.0.2.jar"/>
    to -
    <library name="jakarta-commons-logging-1.0.3.jar"/>
    and restart Eclipse.
    Should do the trick.
    Simon
    "Darville" <[email protected]> wrote in message
    news:bfo9s9$h8e$[email protected]..
    Darville wrote:
    James Eitzmann wrote:
    I am trying to evaluate jdo implementations. I have installed the
    eclipse
    plugin according to the instructions, but it is not working. I amrunning
    with eclipse 2.1 on windows. I can see the menu items and the entry inthe
    preferences panel but when I click on the preferences item, nothing
    happens. When I try to switch to the kodo view, I get a problemsshowing
    view error message. I am using kodo 2.5.2.
    Does anyone have any suggestions?
    Thanks
    Hello,
    I am experiencing the same problem
    using kodo 2.5.2
    using eclispe 2.1.1 (windows)
    ChristopheOops, the solution was already in the forum
    See mail from Aapo (07-17-03)
    This is a copy of the mail :
    <<
    Hi,
    while trying to get KODO Eclipse plugin to work,
    I noticed that in plugin.xml there was incorrect reference
    to the jakarta-loggings jar : the version number is wrong:
    1.0.2 -> 1.0.3.
    Changing this I could get it working.
    Aapo
    >

  • Eclipse plugin output

    I'm having, or at least think I'm having, a problem with the Eclipse
    plugin that I'm hoping somebody can help me with. I'm not getting any sort
    of feedback when I enhance or perform schema operations. The Kodo View in
    Eclipse shows nothing and one or both of the Log/Output panes of the View
    go gray. Shouldn't I expect some sort of output?
    Thanks,
    Scott

    Its probable that when you select yes, that actual work is not getting
    done and the error is not being logged correctly. How did you configure
    your database connection? If you select yes (e.g. actually create the
    tables), can you see the changes being made in the database? If not, are
    you able to connect using Kodo standalone?
    We focus our plugins towards major releases and can't verify our plugin
    compatibility with each minor or milestone release. Sorry about the
    difficulty there. Unfortunately, Eclipse's API often changes drastically
    without notice.
    On Tue, 21 Jan 2003 19:39:21 +0000, Scott Leschke wrote:
    Steve,
    Thanks for the response. I was using the 2.1 M4 release (latest stable)
    but that appears to have a problem with the core Java builder (I got an
    error about an NPE on a full project rebuild, could be interaction the the
    ClearCase plugin). I moved up to the latest integration build, the NPE
    went away but still had the output problems. Today I backed down to the M3
    release where I was, and now get output. I am still a bit confused though,
    when I select one of the schema options, and select \"No\" to the question
    regarding actually altering the schema, I get the following output in the
    Output window.
    <error>-SchemaTool failed. The message included was:
    {0}
    javax.jdo.JDOFataDataStoreException: Io exception: The Network Adapter
    could not establish the connection
    NestedThrowables:
    java.sql.SQLException: Io exception: The Network Adapter could not
    establish the connection
    <info>-Done
    What\'s up with that?
    Scott
    Steve Kim wrote:
    Can you tell me what version of Eclipse you are using? There are some
    known problems with Eclipse 1.0 based IDEs. Also, can you send a
    portion of the log (if any)? The log file is located at
    $ECLIPSE/workbench/.metadata/.log
    Thanks
    Steve
    Scott Leschke wrote:
    I\'m having, or at least think I\'m having, a problem with the Eclipse
    plugin that I\'m hoping somebody can help me with. I\'m not getting any
    sort
    of feedback when I enhance or perform schema operations. The Kodo View in
    Eclipse shows nothing and one or both of the Log/Output panes of the View
    go gray. Shouldn\'t I expect some sort of output?
    Thanks,
    Scott
    Stephen Kim
    [email protected]
    SolarMetric, Inc.
    http://www.solarmetric.com

  • Eclipse plugin not working

    I am trying to evaluate jdo implementations. I have installed the eclipse
    plugin according to the instructions, but it is not working. I am running
    with eclipse 2.1 on windows. I can see the menu items and the entry in the
    preferences panel but when I click on the preferences item, nothing
    happens. When I try to switch to the kodo view, I get a problems showing
    view error message. I am using kodo 2.5.2.
    Does anyone have any suggestions?
    Thanks

    Hi,
    there is a typo in the plugin.xml file for the Kodo plugin.
    change the following line -
    <library name="jakarta-commons-logging-1.0.2.jar"/>
    to -
    <library name="jakarta-commons-logging-1.0.3.jar"/>
    and restart Eclipse.
    Should do the trick.
    Simon
    "Darville" <[email protected]> wrote in message
    news:bfo9s9$h8e$[email protected]..
    Darville wrote:
    James Eitzmann wrote:
    I am trying to evaluate jdo implementations. I have installed the
    eclipse
    plugin according to the instructions, but it is not working. I amrunning
    with eclipse 2.1 on windows. I can see the menu items and the entry inthe
    preferences panel but when I click on the preferences item, nothing
    happens. When I try to switch to the kodo view, I get a problemsshowing
    view error message. I am using kodo 2.5.2.
    Does anyone have any suggestions?
    Thanks
    Hello,
    I am experiencing the same problem
    using kodo 2.5.2
    using eclispe 2.1.1 (windows)
    ChristopheOops, the solution was already in the forum
    See mail from Aapo (07-17-03)
    This is a copy of the mail :
    <<
    Hi,
    while trying to get KODO Eclipse plugin to work,
    I noticed that in plugin.xml there was incorrect reference
    to the jakarta-loggings jar : the version number is wrong:
    1.0.2 -> 1.0.3.
    Changing this I could get it working.
    Aapo
    >

Maybe you are looking for

  • Lots of codecs not working in CC Enterprise for Education

    I have a private CC-acount and a Enterprise one at work. At my work I don't get all the codecs in Ae, Media Encoder and Pr. Why?? How can I resolve this? Its very frustrating to work with video with my students at the moment. // Johan

  • Watching videos of TV shows

    what do i need to get my ipad to watch videos of TV episodes? ipad message says "this video format is not supported"

  • Help creating edi 837 REF*D9 segment

    I need to create the REF*D9 segment for our trading partner. Our current edi process does not generate this segment.  The segment is basically a copy of the REF*F8 segment, except for the REF01 qualifier being different.  I have been able to generate

  • IPod and iTunes won't start songs at the beginning

    So I got a new computer, and I transfered all of my music and playlists over to it with and external HD. It has all of the songs back on it, but some of the songs don't start at the beginning, but if I make it rewind towards the beginning of the song

  • Batch Exporting of Different File Extensions

    Just a quick question for you Aperture Gurus. (Aperture 2) When exporting a large number of files of differnt file extension types, do you do all of them at once, or separte them into their different file extensions then batch export them. An expampl