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

Jonas BonĂ©r <[email protected]> Tue, 15 Feb 2005 07:00:47 +0100
Newsgroups gmane.comp.java.aspectwerkz.devel
Message-ID <[email protected]>
are you sure that the enhanced.jar contains a modifired class loader? 
can you turn on -Daspectwerkz.transform.verbose=yes?
do you get any starting or error messages?

/Jonas

On Mon, 14 Feb 2005 21:09:06 +0000, Jayadeba Jena <[email protected]> wrote:
> 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
> 


-- 
/Jonas