[aspectwerkz-dev] Help Required for Prepared boot classpath option

Jayadeba Jena <[email protected]> Mon, 14 Feb 2005 21:09:06 +0000
Newsgroups gmane.comp.java.aspectwerkz.devel
Message-ID <[email protected]>
Hi,

I've prepared the jar file conating the enhanced class loader and
starting my weblogic with the following option..

set CLASSPATH1=C:\Aspect\aw_2_0_2\lib\aspectwerkz-core-2.0.RC2.jar 
set CLASSPATH2=C:\All-Downloads\Messenger\enhanced.jar


%JAVA_HOME%/bin/java -Xbootclasspath/p:"\"%CLASSPATH2%\""
-Xbootclasspath/a:"\"%CLASSPATH1%\"" -cp "\"%CLASSPATH%\"" %JAVA_VM%
%MEM_ARGS% %JAVA_OPTIONS% %AW_OPT% -Dweblogic.Name=%SERVER_NAME%
-Dweblogic.ProductionModeEnabled=%PRODUCTION_MODE%
-Djava.security.policy="%WL_HOME%\server\lib\weblogic.policy"
-Dlog4j.configuration=file:///%IMNP_HOME%/config/log4j.properties
-Ddatasource=imnp_jdbc_data_source weblogic.Serv

But the weaving doesnt happen...

Has anybody faced this problem before???



Regards,
Jayadeba