[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-3461) Documentation for installing embedded JBoss needs to be updated

Shane Bryzak (JIRA) jira-events at lists.jboss.org
Mon Oct 6 21:10:20 EDT 2008


    [ https://jira.jboss.org/jira/browse/JBSEAM-3461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12432793#action_12432793 ] 

Shane Bryzak commented on JBSEAM-3461:
--------------------------------------

I think I've worked out the problem.  By adding the "-Dsun.lang.ClassLoader.allowArraySyntax=true" option to Catalina's start script I was able to successfully start the server.  We should probably rewrite the following chapter in the docs to make it clearer that this option is required when running in Tomcat also, as it's a little ambiguous about where it's required:

"Seam used JBoss Embedded in its unit and integration testing. This has an additional requirement when using JDK 6. In order to run JBoss Embedded with JDK 6 you need to set the following JVM argument:

     -Dsun.lang.ClassLoader.allowArraySyntax=true

Seam's internal build system is setting this by default when it executes Seam's test suite. However if you are also using JBoss Embedded for your testing you will need to set this value."


> Documentation for installing embedded JBoss needs to be updated
> ---------------------------------------------------------------
>
>                 Key: JBSEAM-3461
>                 URL: https://jira.jboss.org/jira/browse/JBSEAM-3461
>             Project: Seam
>          Issue Type: Task
>          Components: Documentation Issues
>    Affects Versions: 2.1.0.CR1
>            Reporter: Shane Bryzak
>            Assignee: Marek Novotny
>            Priority: Blocker
>             Fix For: 2.1.0.GA
>
>         Attachments: catalina.log
>
>
> The instructions for installing Embedded JBoss in the configuration chapter fail under the latest version of Tomcat (6.0.18).  Specifically, adding the EmbeddedJBossBootstrapListener to server.xml causes the server to crash while starting, and adding the WebinfScanner listener to context.xml causes exceptions during startup.  For reference, here's a link to the installation instructions on the JBoss Embedded wiki:
> http://wiki.jboss.org/wiki/Tomcat6.0.x?action=e&windowstate=normal&mode=view

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list