[aspectwerkz-dev] Help Required For Aspectwerkz Prepared boot class path option in weblogic integration-Complete Detail
Jayadeba Jena <[email protected]> Tue, 15 Feb 2005 21:37:57 +0000
| Newsgroups | gmane.comp.java.aspectwerkz.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi folks, I'm following the prepared bootclasspath option of aspectwerkz and integrating it with weblogic and Here is the complete detail of my prepared boot classpath ... set ASPECT_FILE=C:\MNP-Beta\project\config\aop.xml set AW_OPT=-Daspectwerkz.definition.file=%ASPECT_FILE% -Daspectwerkz.transform.verbose=yes set BOOT_PATH=C:\Aspect\aw_2_0_2\lib\aspectwerkz-core-2.0.RC2.jar set WEAVER_JAR=C:\All-Downloads\Messenger\enhanced.jar set ASPECT_DEPS=C:\Aspect\aw_2_0_2\lib\aspectwerkz-2.0.RC2.jar set ASPECT_DEPS=%ASPECT_DEPS%;C:\Aspect\aw_2_0_2\lib\aspectwerkz-core-2.0.RC2.jar set ASPECT_DEPS=%ASPECT_DEPS%;C:\Aspect\aw_2_0_2\lib\aspectwerkz-extensions-2.0.RC2.jar set ASPECT_DEPS=%ASPECT_DEPS%;C:\Aspect\aw_2_0_2\lib\aspectwerkz-jdk14-2.0.RC2.jar set ASPECT_DEPS=%ASPECT_DEPS%;C:\Aspect\aw_2_0_2\lib\concurrent-1.3.1.jar set ASPECT_DEPS=%ASPECT_DEPS%;C:\Aspect\aw_2_0_2\lib\dom4j-1.4.jar set ASPECT_DEPS=%ASPECT_DEPS%;C:\Aspect\aw_2_0_2\lib\jrexx-1.1.1.jar set ASPECT_DEPS=%ASPECT_DEPS%;C:\Aspect\aw_2_0_2\lib\piccolo-1.03.jar set ASPECT_DEPS=%ASPECT_DEPS%;C:\Aspect\aw_2_0_2\lib\qdox-1.4.jar set ASPECT_DEPS=%ASPECT_DEPS%;C:\Aspect\aw_2_0_2\lib\trove-1.0.2.jar set CLASSPATH=%IMNP_CLASSPATH%;%ASPECT_DEPS%;%WEBLOGIC_CLASSPATH%;%POINTBASE_CLASSPATH%;%JAVA_HOME%\jre\lib\rt.jar;%WL_HOME%\server\lib\webservices.jar;%CLASSPATH% and following is my startup weblogic option %JAVA_HOME%/bin/java -Xbootclasspath/p:"\"%WEAVER_JAR%\"" -Xbootclasspath/a:"\"%BOOT_PATH%\"" -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.Server i could not even see "AspectWerkz - INFO - Pre-processor org.codehaus.aspectwerkz.transform.AspectWerk zPreProcessor loaded and initialized" in the console... Dont know where's the problem...Any help regarding this is greatly appreciated. Regards, Jayadeba