Bug 779190 (SOA-1584) - change to the jbossas/bin/run.bat for compiling webservice proxies
Summary: change to the jbossas/bin/run.bat for compiling webservice proxies
Keywords:
Status: CLOSED NEXTRELEASE
Alias: SOA-1584
Product: JBoss Enterprise SOA Platform 5
Classification: JBoss
Component: EAP, Embedded Server
Version: 5.0.0 ER1
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: 5.0.0 GA,5.0.0 ER5
Assignee: Dana Mison
QA Contact:
URL: http://jira.jboss.org/jira/browse/SOA...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-11-06 07:07 UTC by Dana Mison
Modified: 2010-01-28 14:48 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
5.0 ER1
Last Closed: 2010-01-28 14:48:18 UTC
Type: Bug


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker SOA-1584 0 None None None Never

Description Dana Mison 2009-11-06 07:07:09 UTC
Date of First Response: 2009-12-02 22:14:39
project_key: SOA

The JBossESB getting started guide makes reference to a required change to the jbossas/bin/run.bat to resolve an issue with using WISE.  SOA 5.0.ER1 doesn't include this.  Should this change be incorporated in the run.bat file or documented as a known issue ?

Windows script update for JBoss AS 5
The run.bat script contains an error which prevents wise from compiling the webservice proxies.  In order 
to fix the type you must edit the run.bat script and locate the following lines
  if "x%JAVAC_JAR%" == "x" ( 
    set "RUNJAR=%JAVAC_JAR%;%JBOSS_HOME%\bin\run.jar" 
  ) else ( 
    set "RUNJAR=%JBOSS_HOME%\bin\run.jar" 
  ) 
The fix involves switching the set statements so that they read as follows
  if "x%JAVAC_JAR%" == "x" ( 
    set "RUNJAR=%JBOSS_HOME%\bin\run.jar" 
  ) else ( 
    set "RUNJAR=%JAVAC_JAR%;%JBOSS_HOME%\bin\run.jar" 
  )

Comment 1 Ryan Zhang 2009-12-03 03:14:39 UTC
The problem has been fixed.

Comment 2 Julian Coleman 2009-12-03 17:16:21 UTC
The EAP/SOA 5.0.0 run.bat already has this change, so the section regarding the change can be removed from the docs.


Note You need to log in before you can comment on or make changes to this bug.