• Error while loading content manager configuration

    I am recently playing with the Shotoku framework in embedded mode. But already the initialization of a ContentManager through ContentManager.getContentManager() throws an error... Exception in thread "main" java.lan...
    Profile Photo
    created by mart0
  • Can you post a hello world example?

    I looked on the wiki but didn't find a simple "hello world" of how to use Shotoku as a library in an application (how to create the content manager, how to connect to an svn repository etc). Could you post such an ex...
    Profile Photo
    last modified by hcunningham
  • How to Mapping JCR to Objects needed

    Hello. AFAIK shotoku can work on top of JackRabbit (right?) So I can use it in ejb3 in jboss AS. Please be gentle cause I'm very very NEW in JCR, Repository etc. So my questions are: 1)But what benefits do I have? ...
    Profile Photo
    created by lzdobylak
  • Multiple path names for a Node?

    Hi all, I'm looking at the Shotoku docs and it's close enough to JCR-170 to be familiar, but there's one thing I would very much like to know about it. Is it possible to have multiple paths point to the same content...
    Profile Photo
    last modified by fbaube
  • What is Shotoku?

    Let's start with what is Shotoku?
    Profile Photo
    last modified by starksm64
  • atomic transactions

    This is probably a topic for another forum. If I am saving the contents of a file within a database and saving/updating the file to svn how can I garruntee atomicity? For instance I am parsing a file and storing the c...
    Profile Photo
    last modified by jasonw1
  • Example of checkout->modify->checkin

    Can you give an example of how to checkin; checkout; and add documents to/from SVN through shotoku? I have read the documentation, but it is very limited. I am trying to figure out where shotoku fits within a web appl...
    Profile Photo
    last modified by jasonw1
  • Shotoku Questions

    Hi, it was with some excitement that I saw JBoss was going to integrate the subversion command functionality into an Enterprise environment (we use Subversion a lot here). I would like to ask a couple of questions ab...
    Profile Photo
    last modified by nbarker
  • Inital Test Problem

    I downloaded the code from the subversion repository and got it builded and deployed correctly. Now I wanted to run the tests via the JUnitEETestServlet but always get the following error (the corresponding deploy dir...
    Profile Photo
    last modified by talfco
  • Commiting

    Hello, here's how I think saving and updates may be (re)implemented. Firstly, new content is never written directly to the WC. On a save, we don't do delayed commits anymore (or create a temporary wc :) ), but send t...
    Profile Photo
    last modified by adamw
  • Delayed Commits and Shotoku

    The commits in Kosmos using the Shotoku data source is one commit per file. We need a way to commit a whole tree based on a delay... or notifying the shotoku content manager that you are going to modify a directory......
    Profile Photo
    last modified by dsicore
  • Labs 1.0.6 Promote of Shotoku

    Adam, I saw this in the Labs 1.0.6 logs.. when hitting the Kosmos stuff for the first time: 16:06:19,713 ERROR [SvnRepository] Performing delayed op: CommitDelayedOperation failed; commit: kosmos/images/kosmos-cac...
    Profile Photo
    created by dsicore
  • Introducing Shotoku

    Shotoku is designed to provide easy access to content repositories in which you can store data and bind metadata. The current implementation is based on a Subversion repository with a local working copy. Shotoku allow...
    Profile Photo
    created by dsicore