Re: Loading a Custom Deployer

2010-06-08 Thread Jan Sinschek
On 6/8/2010 3:06 PM, Deepal Jayasinghe wrote: Are you using any kind of Application server or just Axis2 ? If you are using any kind of IDE, then you need to add your jar in to the project. If you are using any kind of application server like (Tomcat), then you need to put your jar into webapps/

Re: Loading a Custom Deployer

2010-06-08 Thread Deepal Jayasinghe
Are you using any kind of Application server or just Axis2 ? If you are using any kind of IDE, then you need to add your jar in to the project. If you are using any kind of application server like (Tomcat), then you need to put your jar into webapps/axis2/WEB-INF/lib On Tue, Jun 8, 2010 at 8:48 A

Re: Loading a Custom Deployer

2010-06-08 Thread Jan Sinschek
hi, thanks for not losing interest. On 6/7/2010 2:31 PM, Deepal Jayasinghe wrote: What is "C:\Users\CSinschek" ? that is just the directory the shell comes up with, and it doesn't matter the classpath looks definitely ok to me C:\>echo %CLASSPATH% >>.;C:\Me\Apps\aspectj1.6\lib\aspectjrt.jar

Re: Loading a Custom Deployer

2010-06-07 Thread Deepal Jayasinghe
What is "C:\Users\CSinschek" ? Your depoyer need to be some place where Axis2 can find that using either default class path or using it libraries. And your deployer need to have a default constructor as well. Deepal On Mon, Jun 7, 2010 at 1:56 AM, Jan Sinschek wrote: > No, it stands that > $ C

Re: Loading a Custom Deployer

2010-06-06 Thread Jan Sinschek
No, it stands that $ C:\Users\CSinschek> java de.cased.secmon.WeavingPOJODeployer > Exception in thread "main" java.lang.NoSuchMethodError: main while at the same time 2010-06-07 07:42:08,893 [main] INFO org.apache.axis2.deployment.AxisConfigBuilder - Unable to instantiate deployer de.cased.s

Re: Loading a Custom Deployer

2010-06-06 Thread Deepal Jayasinghe
Hi Jan, If you have put the jar or class files in the classpath, then Axis2 should pick your class. If you have created a jar file for your deployer please double check it. Deepal On Sun, Jun 6, 2010 at 2:39 PM, Jan Sinschek wrote: > Hello, > > I am trying to use a custom deployer (which for th

Loading a Custom Deployer

2010-06-06 Thread Jan Sinschek
Hello, I am trying to use a custom deployer (which for the time being is simply a POJODeployer subtype with no extra code), and have changed the axis2.xml accordingly. Class-loading fails, as shown, although the deployer is found on the classpath when I spawn a JVM stand-alone (noting the abs