Results 1 to 6 of 6

Thread: BeanDoc 0.7.1

  1. #1
    Join Date
    Aug 2004
    Location
    London, UK
    Posts
    339

    Smile BeanDoc 0.7.1

    a minor update to beandoc is available at http://opensource.atlassian.com/conf...play/BDOC/Home

    Additional languages available (thanks to all the translators) and an old CVS fix that I'd forgotton to release for correcting "depends-on" graphing.

    I'm acutely aware of beandoc's inability to operate on Spring 2.x namespace support. If anyone's interested in assisting on this now that the final version is due to ship, please contact me.

    Darren.
    Darren Davison.
    Public Key: 0xE855B3EA

  2. #2

    Default

    I can't get the spring-beandoc-0.7.1 to work in Windows.
    Have tried ant (from the samples directory):
    C:\spring-beandoc-0.7.1\samples>ant
    Buildfile: build.xml

    init:

    BUILD FAILED
    C:\spring-beandoc-0.7.1\samples\build.xml:18: taskdef class org.springframework.
    beandoc.client.AntTask cannot be found

    Total time: 0 seconds
    Running
    Code:
    runbeandoc-cli.bat -- properties beandoc.properties
    gives:
    C:\spring-beandoc-0.7.1\samples>runbeandoc-cli.bat --properties beandoc.properties
    Exception in thread "main" java.lang.NoClassDefFoundError: org/springframework/beandoc/client/BeanDocClient
    Have tried both the zip and the tar.gz downloads, both gives the same errors.
    Have checked the jars file, they look ok to me; jar -rt shows expected contents.
    I run java 1.5.0_09 on Windows XP Pro.

  3. #3
    Join Date
    Aug 2006
    Location
    Arequipa-Peru / South America
    Posts
    2,796

    Lightbulb

    hi davison

    if hector rovira is with the hands busy i can help for translation in spanish

    regards
    - Manuel Jordan

    Kill Your Pride, Share Your Knowledge With All
    The Fear Of The LORD Is The Beginning Of Knowledge, But Fools Despise Wisdom And Discipline. Proverbs 1:7

    Blog


    Technical Reviewer of Apress

    • Pro SpringSource dm Server
    • Spring Enterprise Recipes: A Problem-Solution Approach
    • Spring Recipes: A Problem-Solution Approach, 2nd Edition
    • Pro Spring Integration
    • Pro Spring Batch
    • Pro Spring 3
    • Pro Spring MVC: With Web Flow
    • Pro Spring Security

  4. #4
    Join Date
    Jun 2007
    Posts
    25

    Default

    With downloaded binary dist I had the same error (unknown ant task). After rebuild from the source code it works (but not for schema based definitions :-( ).

  5. #5
    Join Date
    Aug 2004
    Location
    London, UK
    Posts
    339

    Default

    yeah, it's been a long time coming, but should work now. The binary distribution should be fine too. See http://spring-beandoc.sourceforge.net

    D.
    Darren Davison.
    Public Key: 0xE855B3EA

  6. #6
    Join Date
    Jun 2007
    Posts
    25

    Default

    Well, sounds great.
    I have tried it, but encountered some problems with it. Exception is raised when building beandoc.
    Code:
    BeanDocException: Unable to parse or validate input resource
    I checked the xml definition in my webapp and found the problem when parsing webflow and tx definitions. Here is the definition:
    Code:
    	<flow:executor id="flowExecutor" registry-ref="flowRegistry">
    		<flow:repository type="continuation" max-conversations="1" />
    		<flow:execution-attributes>
    			<flow:alwaysRedirectOnPause value="false" />
    		</flow:execution-attributes>
    	</flow:executor>
    
    	<tx:annotation-driven transaction-manager="transactionManager"
    		proxy-target-class="true" />
    Any suggestions?
    Peter

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •