jQuery in Action, 2nd edition
The moose likes BEA/Weblogic and the fly likes problem when rebuilding EAR of WL 8.1 on 10.3.2(xbean.jar issue) using ANT1.7 and JAVA 1.6 to build Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "problem when rebuilding EAR of WL 8.1 on 10.3.2(xbean.jar issue) using ANT1.7 and JAVA 1.6 to build" Watch "problem when rebuilding EAR of WL 8.1 on 10.3.2(xbean.jar issue) using ANT1.7 and JAVA 1.6 to build" New topic
Author

problem when rebuilding EAR of WL 8.1 on 10.3.2(xbean.jar issue) using ANT1.7 and JAVA 1.6 to build

Rama kumari
Greenhorn

Joined: May 09, 2011
Posts: 4
Hi All.please help me in resolving this issue.
previously this is build on ant-1.6, java-1.4 and WL 8.1 now migrationing to all new versions.
Please let me know what are the issues i can face ahead ( migrationg from WL 8.1 to 10.3.2)

java/buildConfig.xml:359: taskdef class com.bea.xbean.tool.XMLBean cannot be found.

the corresponding code of buildconfig.xml is below.

<taskdef name="xmlbean" classname="com.bea.xbean.tool.XMLBean" classpath="${env.WEBLOGIC_SERVER}/lib/xbean.jar"/>

<path id="apache.xbean.path">
<pathelement location="${vendorLibDir}/xbean.jar"/>
<pathelement location="${vendorLibDir}/xbean_jsr173_1.0_api.jar"/>
</path>

Thanks in advance.
Rama kumari
Greenhorn

Joined: May 09, 2011
Posts: 4
Anybody Please help...
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: problem when rebuilding EAR of WL 8.1 on 10.3.2(xbean.jar issue) using ANT1.7 and JAVA 1.6 to build
 
Similar Threads
Why does reference refid="foo" torefid="bar" fails within an ant task?
WSDP2.0 pack example
Odd exception with Axis 1.4 and ant taskdef
Problem in Maven2 pom for converting ejb2.1 project into sources.
Path not working