Uploaded image for project: 'JBoss Enterprise Application Platform 4 and 5'
  1. JBoss Enterprise Application Platform 4 and 5
  2. JBPAPP-5129

seam examples cannot be deployed after install on windows

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • EAP_EWP 5.1.1
    • EAP_EWP 5.1.0_CR3
    • Installer
    • None
    • Microsoft Windows Server 2003 Enterprise Edition x64 Service Pack 2

      java version "1.6.0_15"
      Java(TM) SE Runtime Environment (build 1.6.0_15-b03)
      Java HotSpot(TM) 64-Bit Server VM (build 14.1-b02, mixed mode)

    • Workaround Exists
    • Hide

      there's a simple workaround for this:
      in the file C:\mlinhard\installed-jboss\jboss-eap-5.1\seam\build.properties
      change the line
      jboss.home = C:\mlinhard\installed-jboss/jboss-eap-5.1/jboss-as
      to
      jboss.home = C:/mlinhard/installed-jboss/jboss-eap-5.1/jboss-as
      (switch the slashes)
      the examples then deploy fine

      Show
      there's a simple workaround for this: in the file C:\mlinhard\installed-jboss\jboss-eap-5.1\seam\build.properties change the line jboss.home = C:\mlinhard\installed-jboss/jboss-eap-5.1/jboss-as to jboss.home = C:/mlinhard/installed-jboss/jboss-eap-5.1/jboss-as (switch the slashes) the examples then deploy fine
    • Hide
      Seam examples were not correctly deployed using <code>ant explode</code> due to faulty path delimiters in the <filename>build.properties</filename> file. This caused Seam example deployment to fail. The <filename>build.properties</filename> filesnow uses the correct path delimiters.
      Show
      Seam examples were not correctly deployed using <code>ant explode</code> due to faulty path delimiters in the <filename>build.properties</filename> file. This caused Seam example deployment to fail. The <filename>build.properties</filename> filesnow uses the correct path delimiters.
    • Documented as Resolved Issue

    Description

      this is actually issue for CR3.5, tested with http://download.devel.redhat.com/devel/candidates/JBEAP5.0.0/JBEAP-5.1.0-CR3.5/jboss-eap-installer-5.1.0-CR3.5.jar

      this is actually the very same issue as JBPAPP-3800, but occurs in EAP

      when I install jboss into directory
      C:\mlinhard\installed-jboss\
      and then go to
      C:\mlinhard\installed-jboss\jboss-eap-5.1\seam\examples\booking
      and run: ant explode
      the resulting files are copied into
      C:\mlinhardinstalled-jboss\jboss-eap-5.1\jboss-as\server\default\deploy\jboss-seam-booking.ear
      (note the missing \ between mlinhard and installed-jboss)
      the same goes for dvd store example

      Attachments

        Issue Links

          Activity

            People

              jlanik_jira Jan Lanik (Inactive)
              mlinhard Michal Linhard (Inactive)
              Elspeth Thorne Elspeth Thorne (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: