[ANN] Maven Kodo Plugin 4.0.0 Released

The maven-kodo-plugin team is pleased to announce the Kodo Plugin 4.0.0-EA2
release!
http://maven-plugins.sourceforge.net/maven-kodo-plugin/
Maven plugin for Solarmetric's Kodo JDO implementation
Changes in this version include:
New Features:
o This version requires Kodo 4.0.0-EA2 jars. Please note that this version is
in an early stage.
To automatically install the plugin, type the following on a single line:
maven plugin:download
-DgroupId=maven-kodo-plugin
-DartifactId=maven-kodo-plugin
-Dversion=4.0.0-EA2
For a manual installation, you can download the plugin here:
http://www.ibiblio.org/maven,http://maven-plugins.sourceforge.net/repository/maven-kodo-plugin/plugins/maven-kodo-plugin-4.0.0-EA2.jar
Have fun!
-The maven-kodo-plugin team

Thanks! We'll add a link in our documentation.

Similar Messages

  • [ANN] Kodo Plugin 3.2.4 Released

    The maven-kodo-plugin team is pleased to announce the Kodo Plugin 3.2.4
    release!
    http://maven-plugins.sourceforge.net/maven-kodo-plugin/
    Maven plugin for Solarmetric's Kodo JDO implementation
    Changes in this version include:
    New Features:
    o This version requires Kodo 3.2.4 jars.
    For a manual installation, you can download the plugin here:
    http://prdownloads.sourceforge.net/maven-plugins/maven-kodo-plugin-3.2.4.jar?download
    Have fun!
    -The maven-kodo-plugin team

    Nono-
    Thix comes from a faulty interaction between the MySQL JDBC Driver
    and the JBoss DataSource. All reports are that this warning has no
    effect, and can be ignored.
    Please let us know if it is causing serious problems for you. Also,
    ensure that you are using the latest version of Kodo.
    In article <bnqv0k$9p5$[email protected]>, Nono Garc__a wrote:
    >
    We are evaluating Kodo but we have various problems and a few information
    to solve them.
    For example: JBoss log: WARN [Runtime] java.sql.SQLException: You cannot
    rollback with autocommit set!
    I don't know set autocommit off. It's kodo configuration? It's mysql
    configuration? How i configure it?
    Thanks.--
    Marc Prud'hommeaux [email protected]
    SolarMetric Inc. http://www.solarmetric.com

  • Maven kodo plugin for 3.1.2

    Hi, I'm trying to use Kodo 3.1.2 with Maven.
    I'm new to maven plugins, and i got some difficulties with a classloader
    problem .
    I want to enhance some classes which are using commons logging
    facilities, but i got a error :
    Class org.apache.commons.logging.impl.SimpleLog does not implement Log
    But the enhancer seems to do his job (see the log below).
    Can someone help me ?
    Stephane.
    Maven log :
    [INFO] Tool - -JDO enhancer running on type "class
    fr.emn.bn.collections.metier.CollectionBN".
    [INFO] MetaData - -Parsing metadata resource
    "file:/C:/eclipse/workspace/BN/target/classes/system.jdo".
    [INFO] Enhance - -Enhancing type "class
    fr.emn.bn.collections.metier.CollectionBN".
    [WARN] Enhance - -The type "class
    fr.emn.bn.collections.metier.CollectionBN" must have a no-args
    constructor. Adding a protected no-args constructor.
    java.lang.ExceptionInInitializerError
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:141)
         at fr.emn.bn.collections.metier.CollectionBN.class$(CollectionBN.java:55)
         at fr.emn.bn.collections.metier.CollectionBN.<clinit>(CollectionBN.java:55)
         at java.io.ObjectStreamClass.hasStaticInitializer(Native Method)
         at
    java.io.ObjectStreamClass.computeDefaultSUID(ObjectStreamClass.java:1557)
         at java.io.ObjectStreamClass.access$100(ObjectStreamClass.java:47)
         at java.io.ObjectStreamClass$1.run(ObjectStreamClass.java:173)
         at java.security.AccessController.doPrivileged(Native Method)
         at
    java.io.ObjectStreamClass.getSerialVersionUID(ObjectStreamClass.java:170)
         at kodo.enhance.JDOEnhancer.addSerializationCode(JDOEnhancer.java:1841)
         at kodo.enhance.JDOEnhancer.enhance(JDOEnhancer.java:262)
         at kodo.enhance.JDOEnhancer.run(JDOEnhancer.java:2186)
         at kodo.enhance.JDOEnhancer.run(JDOEnhancer.java:2122)
         at kodo.enhance.JDOEnhancer.main(JDOEnhancer.java:2094)
    Caused by: org.apache.commons.logging.LogConfigurationException:
    org.apache.commons.logging.LogConfigurationException:
    org.apache.commons.logging.LogConfigurationException: Class
    org.apache.commons.logging.impl.SimpleLog does not implement Log

    my kodo.properties looks like that :
    javax.jdo.PersistenceManagerFactoryClass:
    kodo.jdbc.runtime.JDBCPersistenceManagerFactory
    javax.jdo.option.ConnectionUserName: sa
    javax.jdo.option.ConnectionPassword:
    javax.jdo.option.ConnectionURL: jdbc\:hsqldb\:/Temp/test_database
    javax.jdo.option.ConnectionDriverName: org.hsqldb.jdbcDriver
    javax.jdo.option.Multithreaded: false
    javax.jdo.option.NontransactionalWrite: false
    kodo.jdbc.ForeignKeyConstraints: false
    kodo.jdbc.Schemas:
    kodo.jdbc.AutoIncrementConstraints: false
    kodo.jdbc.SynchronizeMappings: refresh
    kodo.WriteLockLevel: write
    kodo.FetchGroups:
    kodo.PersistentClasses:
    kodo.CopyObjectIds: false
    kodo.RestoreMutableValues: false
    kodo.Log: commons
    Stephane
    Patrick Linskey a __crit :
    How are you configuring Kodo's logging (the kodo.Log property)?
    -Patrick
    Stephane Bouchet wrote:
    Hi, I'm trying to use Kodo 3.1.2 with Maven.
    I'm new to maven plugins, and i got some difficulties with a
    classloader problem .
    I want to enhance some classes which are using commons logging
    facilities, but i got a error :
    Class org.apache.commons.logging.impl.SimpleLog does not implement Log
    But the enhancer seems to do his job (see the log below).
    Can someone help me ?
    Stephane.
    Maven log :
    [INFO] Tool - -JDO enhancer running on type "class
    fr.emn.bn.collections.metier.CollectionBN".
    [INFO] MetaData - -Parsing metadata resource
    "file:/C:/eclipse/workspace/BN/target/classes/system.jdo".
    [INFO] Enhance - -Enhancing type "class
    fr.emn.bn.collections.metier.CollectionBN".
    [WARN] Enhance - -The type "class
    fr.emn.bn.collections.metier.CollectionBN" must have a no-args
    constructor. Adding a protected no-args constructor.
    java.lang.ExceptionInInitializerError
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:141)
    at
    fr.emn.bn.collections.metier.CollectionBN.class$(CollectionBN.java:55)
    at
    fr.emn.bn.collections.metier.CollectionBN.<clinit>(CollectionBN.java:55)
    at java.io.ObjectStreamClass.hasStaticInitializer(Native Method)
    at
    java.io.ObjectStreamClass.computeDefaultSUID(ObjectStreamClass.java:1557)
    at java.io.ObjectStreamClass.access$100(ObjectStreamClass.java:47)
    at java.io.ObjectStreamClass$1.run(ObjectStreamClass.java:173)
    at java.security.AccessController.doPrivileged(Native Method)
    at
    java.io.ObjectStreamClass.getSerialVersionUID(ObjectStreamClass.java:170)
    at
    kodo.enhance.JDOEnhancer.addSerializationCode(JDOEnhancer.java:1841)
    at kodo.enhance.JDOEnhancer.enhance(JDOEnhancer.java:262)
    at kodo.enhance.JDOEnhancer.run(JDOEnhancer.java:2186)
    at kodo.enhance.JDOEnhancer.run(JDOEnhancer.java:2122)
    at kodo.enhance.JDOEnhancer.main(JDOEnhancer.java:2094)
    Caused by: org.apache.commons.logging.LogConfigurationException:
    org.apache.commons.logging.LogConfigurationException:
    org.apache.commons.logging.LogConfigurationException: Class
    org.apache.commons.logging.impl.SimpleLog does not implement Log

  • [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?

  • [ANNOUNCE] myWL plugin 1.0.10 released

    The forthnet-eclipse-plugins team is pleased to announce the FORTHnet
    WebLogic
    Server Eclipse Plugin 1.0.10 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:
    Changes:
    o Default plugin's preferences were updated to use the new eclipse 3.0 API.
    The new extension point org.eclipse.core.runtime.preferences is being used
    a new preferences initializer has been added. This solves the problem
    where
    default preferences where stored / updated only when the preferences pages
    where visited.
    Have fun!
    -The forthnet-eclipse-plugins team
    Best Regards
    Filippos Slavik
    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..."

    Are there any real world examples like drop down box populating values from the database.
    The examples at https://ajax4jsf.dev.java.net/nonav/ajax/ajax-jsf/download.html#examples shows drop down and selectList but they are all hard-coded . I am looking for a real-word example where you use a4j onchange event to dynamically populate remaining textfields
    Any pointers/suggestions to [email protected] will be highly appreciated
    Regards
    Bansi

  • Maven gar plugin, not generating pof config

    Hello,
    I'm trying to generate the pof-config.xml file using the maven-gar-plugin as described in this documentation -
    Building Coherence Projects with Maven - 12c (12.1.2)
    The plugin does not seem to generate the pof config file as documented. I've POJO's annotated with @Portable and @PortableProperty.
    Thanks-

    Hi,
    It was problem with my pom.xml. Finally I have created OSGI bundle with maven-scr plugin J Now I have the correct folder structure (OSGI-INF folder). Actually I need to have a reference via sling.getService only. I have installed my osgi bundle in Felix console successfully. The status of the bundle is Active. But the component status is “registered” When I check it in component console. And there is no entry in my service console.
    Here is my java class
    package com.adobe.support.examples.com.adobe.support.examples.osgi.service;
    import org.apache.felix.scr.annotations.Component;
    import org.apache.felix.scr.annotations.Properties;
    import org.apache.felix.scr.annotations.Service;
    import org.apache.felix.scr.annotations.Property;
    @Component(immediate = true, metatype = true)
    @Service
    public class SampleServiceImpl implements SampleService {
    public String sayHello() {
         return "Hello World!";
    Why component statis is 'registerd' instead of having 'active' Could you please tell me how to fix it?
    Thanks in advance
    Regards,
    Anderson

  • Maven 2 Plugin

    Is Maven 2 Plugin for JDeveloper 10.1.3 under development? If not, does Oracle or any third party have a plan to develop one?

    Hi, I use the "trinidad-build-plugin" and I don't find the "problems" mentioned in the article much annoying. I have my maven repo in $HOME/.m2 and other developers can have their repo whereever they want. However, we do not share the jws/jpr files that the plugin generate.
    I have to define the build command as an external tool in jdev, and it'd be nice to have the maven output (errors and warnings) hotlinked to the source. So some support inside Jdev would be nice.
    Netbeans has a nice plugin that actually lets you open pom files directly and has maven integrated. Something similar for JDev would be really nice. Until then the existing plugin works just fine. It produces 10.1.3 files, but I have 11.1.1 migrate them and that works just fine.
    The really nice stuff here is that you have maven manage all deps and libs/jars for you. That's definitely worth it.

  • ANN: LR/Mogrify plugin released.  Alamy users rejoice!

    Hi,
    Frustrated by Alamy's 48Mb image size requirement, and the fact that Lightroom's export feature can't automatically resize images by the minimum amount necessary to guaranty that the requirement is met, I've written a plugin to solve the problem and improve my workflow.
    The plugin applies ImageMagick's mogrify command to exported images. ImageMagick is a set of powerful, freeware command line utilities for Mac or PC.
    Although my motivations were very specific, this plugin could be used by anyone who needs to further post process images using mogrify, and I've therefore decided to release it free of charge. The plugin currently allows the user to resize images using a choice of resizing algorithm and reconvert the resulting image to another format. Users can also enter their own command line parameters to control all the other aspects of mogrify.
    I'm willing to improve the plugin to expose other mogrify features via the user interface if enough interest is shown.
    It's been tested on Mac. It should work on PC but I can't test it - feedback's appreciated.
    You can download it here: http://www.timothyarmes.com/lrmogrify.php
    Regards,
    Tim

    [email protected] schrieb:
    > You can download it here:
    Hi.
    Doesn't work for me on Windows. Calls to LrTasks.execute() in
    LRMogrifyExportTask.lua fail. I spent quite some time on it. Quotation
    of file paths really introduces trouble. Seems there is some problem
    with quotation mark matching. If you use only one pair of them,
    everything is fine. When there are multiple pairs, things get quite
    strange...
    For example, these command strings are supposed to work:
    c:/somepath/someexecutable c:/anotherpath/file
    "c:/some path/someexecutable" c:/anotherpath/file
    c:/somepath/someexecutable "c:/another path/file"
    If I quote both paths, blanks in the first path don't get escaped. Even
    worse, I don't know of any other way to escape blanks here than use
    quotation marks. Something like "\ " -- no chance(?). I even had a look
    at the lua.org source code. Their os.execute() is mapped to ISO/ANSI C's
    system() call. No idea what LrTasks.execute() does.
    My suggested work-around would be like this, as LR at least allows use
    of native file system calls:
    -- LRMogrifyExportTask.lua --
    -- Run Mogrify
    local command = '"' .. opts.path .. '" ' .. commandLine
    -- added
    local realCommand = command
    if WIN_ENV == true then
    -- default folder on Windows is user dir -> good
    local batchFileName = "lr_mogrify_runner.bat"
    io.output(batchFileName)
    io.write(command .. '\n')
    io.close()
    realCommand = '"' .. batchFileName .. '"'
    end
    -- /added
    -- changed
    if LrTasks.execute(realCommand) ~= 0 then
    -- /changed
    Herb

  • Kodo plugin for eclipse 3.1.2 : does it work ?

    hi,
    i have installed the plugin in my Eclipse plugins directory but i still
    cannot see it in Eclipse IDE.
    I tried to change perspectives, and customize it, i dont see any KODO
    views.
    Nothing.
    Does anyone know if it's bugging, or what i can do to make it work ?
    Thanks

    Are you sure that you've copied the needed jars into the plugin
    directory? I mean not only the pluing jar but also jdo-1.0.2.jar and
    kodo-run.jar, etc. You can find the list of the needed jars in plugin.xml

  • ANN: WS Structure Tools 2.0 is released

    Hi,
    West Street Consulting is pleased to announce the release of its Structure Tools plugin, version 2.0. This version includes a new modeless attribute editor that significantly speeds up the process of editing attribute values, with a variety of amenities such as multiple element support, alphabetization, and tokenized values. The software is not free; however, a fully-functional shareware version is available for you to try it out. For more information, please visit www.weststreetconsulting.com.
    Thanks,
    Russ Ward
    Owner

    Hi Jeff,
    do you know why there is no 3.2.0 release on official Eclipse Linux Tools archive page (http://archive.eclipse.org/linuxtools/) or who maintains this?
    Thanks a lot,
    Sanda

  • Photoshop plugin bug fixes and release schedule?

    Hi,
    I am a TD working in 3D computer graphics for architectural visualisation.
    First off I really like Pixel Bender and the power it has. Amongst other things we use Photoshop and AE in our workflow. Photoshop for still compositing and AE for Animations. I already have some Pixel Bender tools coded for normal map relighting, toon lines for normal passes and a screen space ambient occlusion shader.
    My question is with the Photoshop plugin for PIxel bender. I have the following problems with it:
    If the GPU runs out of memory when using a filter it crashes Photoshop. Can we get an error message instead and have it switch to CPU processing? We have different spec machines in the studio so one person could crank up some sampling options and then the next person just gets a crashing file. Could the plugin run independently from Photoshop so if it does crash it does not take Photoshop with it?
    UI. It seems that almost all of the UI meta data is ignored? Not sure why? While on the same subject it would be great to have a group box for UI layout or something for more complex filters. Can we also have it update the filter, not during the typing of a number but after enter is hit? Is it possible to get a typable number for integers and not just floats? Could we get something like presets implemeted that change multiple parameters? etc.
    Multiple image inputs. It would be insanely useful to have, especially as pixel Bender supports it.
    32 bit support image support. Is this planned at some point?
    So I suppose my bigger question is asking if this is still something that is in active development and are any of these points planned to be fixed or implemented in the next 6months/ year. Is pixel bender more of a bonus feature not meant for production? Like I said, I really like Pixel Bender and the power it offers but I do not want to invest everyone into a technology that is not getting worked on or just seen as a lab project or something.

    Thanks for the reply.
    We have a few different cards. Quadro FX 1500, Quadro FX 1800, Geforce GTX 470 amongst others. They all have latest drivers and the Quadro's have the performance drivers installed. The gaming card is actually the most robust one with no errors or crashes so far.
    The Quadro FX 1500 cards will not process an image over 4096x4096 because of the Max texture size limit in the GFX card.  It seems that Pixel Bender will process very big images in AE because it is using the CPU. Photoshop does not even launch if the image is above the max texture size. It would be nice to have the Photoshop Pixel Bender still work but just use the CPU only in these cases. Anyway I will add this to the wish list thread.
    In terms of crashing, I have a sampling option in one of the kernels I have made that performs a 'sample' image in a for loop. The more times it samples the more likely it is to crash PB. Using the GeForce the sampling can be cranked up and be fine. Using the Quadros it will just crash when the sampling number gets too high even at dimensions of 720x480.
    If you have any suggestions to stop the crash, please let me know what you would recommend next. I have no problem sending you a .pbk file and the steps to break Photoshop. It might be difficult to reproduce though if you do not have the same hardware. I could also make a video or send you any other info if you need it.
    I understand that it is not possible to talk about specifics in terms of development. However, is it possible to give a very rough guide to how often releases and updates are planned. E.g. once every 6 months, once every 2 years? Once every 5 years? Is Pixel Bender 3D going to be the focus for the next few years? It is difficult to know which direction to steer our own development. I don't know if I have jumped on this too soon and if I should wait a couple of years for it to mature?
    I will make a list and add it to the forum. Almost all my comments are for the Photoshop implementation of PB.

  • [ANN] FlexPMD 1.0.RC5 and FlexCPD released

    More info here
    Check it out !
    Xavier

    Hi Xavier,
    First of all, thanks for your job!
    Is there change in the way to use the Maven plugin?
    The FlexPMD RC4 was a plugin in the reporting section. And it needed to be generated by a site goal.
    What about the RC5, it seems that it is a plugin and that we don't need anymore to set up it with the site goal.
    Is that true?
    Sorry if it supposed to clear but I didn't found more information about that except on Adobe open Source page.
    David

  • Is there any plan to have Hello plugin on firefox android release?

    I would like to know if there is any plan to develope or release hello plugin for firefox browser on android.
    Thanks

    i asked the team developing firefox hello about this. the feature for firefox on android is on the long-term roadmap but development hasn't started yet, so it's not possible to give a time-frame unfortunately (other than it's going to take at least a few months)...

  • ANN: XSQL Servlet 0.9.8.6 Release Available

    Oracle is excited to announce the 0.9.8.6 technology preview
    release of Oracle XSQL Pages and the XSQL Servlet with major
    new functionality.
    -----------------[ Download Info ]-------------------
    http://technet.oracle.com/tech/xml/xsql_servlet/
    Click on "Software" to Download
    Click on "Release Notes" for Full Documentation
    XSQL Pages are server-side XML templates that make it easy
    to exploit the powerful combination of SQL, XML and XSLT to
    prototype and deploy dynamic, data-powered sites and web
    services.
    The XSQL Servlet installs into your favorite Java Servlet
    environment and works with your favorite relational database,
    making it dead easy to:
    -> Assemble XML "DataPages" from multiple SQL Query
    Results (including full support for Oracle8i's
    richly-structured XML Objects Views), local or remote
    XML resources, Stored Procedure Calls, etc.
    -> Transform the "DataPages" in the server using XSLT,
    optionally using stylesheets that are appropriate to
    the requesting client, including the ability to
    let the client to the stylesheet processing for IE5
    or other clients in the future that support this.
    Our online support forum for XML is at:
    http://technet.oracle.com/support/bboard/discussions.htm
    The XSQL Servlet demos (included in the release) are
    installed on Oracle's OTN site and can be tested from the
    comfort of your browser before you download if you choose:
    http://technet.oracle.com/tech/xml/demo/demo1.htm
    This new 0.9.8.6 release includes...
    More Documentation
    ==================
    More extensive documentation and new tutorial material.
    New Demos
    =========
    New and enhanced demos with additional notes describing key
    points each demo is trying to illustrate.
    New API's and JavaDoc
    =====================
    Programmatically process XSQL Pages from your own Java
    programs using a new XSQLRequest object, as well as write
    custom page "action handlers" with new JavaDoc and
    example code.
    New Features
    ============
    <xsql:query>
    The <query> element from previous releases is now part of
    the xsql namespace and is referred to using the new
    <xsql:query> syntax in your XSQL Page. A new section details
    how to use <xsql:query> to produce XML query results with
    nested structure.
    <xsql:dml>
    Do DML and call stored procedures anywhere you need to in
    your XSQL Pages.
    <xsql:stylesheet-param>
    Use parametrized XSLT Stylesheets and set the stylesheet
    parameter values from your XSQL Page.
    <xsql:insert-request>
    Automatically insert posted XML or HTML Form parameters into
    the database.
    <xsql:include-xml>
    Include arbitrary XML resources at any point in your page by
    relative or absolute URL.
    <xsql:include-request-params>
    Include key information like HTTP Parameters, Session
    Variable values and Cookies into your XSQL Page for
    addressing them in your stylesheet.
    <xsql:include-xsql>
    Include the results of one XSQL Page at any point inside
    another. This allows sophisticated combinations of multiple
    XML data sources and multiple XSLT transformations.
    <xsql:include-owa>
    Include the results of executing a stored procedure that
    makes use of the Oracle Web Agent (OWA) packages inside the
    database to generate XML.
    <xsql:action>
    Invoke a user-defined action handler, implemented in Java,
    for executing custom logic and including custom XML
    information into your XSQL Page.
    null

    That error message is outdated and should read:
    Cannot find XSQLConfig.xml in your server-side classpath. The error is definitely that it's not finding XSQLConfig.xml on your classpath. The likely cause is that you did not add the directory:
    ./xsql/lib
    to your CLASSPATH in the JRun Servlet Engine Java environment.

  • ANN: Spring 1.2 with TopLink Integration Released

    Version 1.2 of the Spring Framework has been released. New in the 1.2 final release is support for TopLink "out of the box". Prior to 1.2, TopLink support was an "add on" that was available on OTN. Now Spring ships with the integration code required to use TopLink as a persistence provider. TopLink 10.1.2 (9.0.4) and 10.1.3 (preview) are supported.
    To get started, try out the Pet Clinic sample app configured to use TopLink.
    NB: Spring doesn't include TopLink; it provides the necessary integration classes. You still need to download both Spring and TopLink.
    - Shaun
    Spring Home page: http://www.springframework.org
    Spring 1.2 Announcement: http://www.springframework.org/node/86

    Version 1.2 of the Spring Framework has been released. New in the 1.2 final release is support for TopLink "out of the box". Prior to 1.2, TopLink support was an "add on" that was available on OTN. Now Spring ships with the integration code required to use TopLink as a persistence provider. TopLink 10.1.2 (9.0.4) and 10.1.3 (preview) are supported.
    To get started, try out the Pet Clinic sample app configured to use TopLink.
    NB: Spring doesn't include TopLink; it provides the necessary integration classes. You still need to download both Spring and TopLink.
    - Shaun
    Spring Home page: http://www.springframework.org
    Spring 1.2 Announcement: http://www.springframework.org/node/86

Maybe you are looking for

  • I cant connect to itunes on my ipod touch 16gig and it wont play youtube content

    when i click on the itunes tab on my ipod touch it messages that it cannot connect to itunes store and it wont let me watch or listen to anything on youtube can anybody help

  • Changing Orientation in Reports 3.0....

    Hi All Is it possible to have a single report printing a potrait and a landscape orientation for different pages in the report ? Well, I have a report to printing atleast 9 pages per record selected in the main driving query of which , 4 have to be i

  • How do i get my ipod to show up in itunes?

    My ipod isn't showing up in itunes. I plug it in and it charges, but only the camera thing pops up on the comptuer screen. How can i connect my Ipod to itunes?

  • Can I edit Nikon D5100 RAW photos in iPhoto '09?

    I recently shot photos for an event with my Nikon D5100, using the RAW + jpeg setting. I uploaded my photos into an iPhoto event, and both the RAW and jpeg photos appeared in the event. I have read that iPhoto '09 supports lossless RAW file editing,

  • Issues with client looses connection with 6.0.196.0

    Hi, We recently upgraded our Wisms to version 6.0.196.0 and after the upgrade we have seen the clients sometimes looses connectivity and has problems to connect. We use an network with 802.1x  and PeapMschapv2 with dynamic WEP. We have disabled aggre