> Hi All; > > I have a problem about classpath and classes . I have written my > request handler and published it using axis2.war and added my classes > in a aar file by defining its package and class name in services.xml > and it works fine .. (I am on Jboss 4.0.3) > > Now I want to remove the class files from my aar and want to show > classes within a jar or a classpath folder which is in jboss global > classpath. Is it possible to do something like that. Yes you can do that. It is not a requirement to have all the classes inside the aar file , if you want you can have them in the application class path as well. > I think changing the package name in services.xml will not be enaough. If you are not going to change the package name in your class then you do not need to touch the services.xml > What sould I do in order to publish a class out of aar archive.
-Deepal > > I could not find enough information on the net so I wanted to get help > from you. > > Yours > > Ibrahim DEMIR > CyberSoft Yazilim Muh. > http://www.ibrahimdemir.org > > > > > -- Thank you! http://blogs.deepal.org --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
