[jboss-user] [Installation, Configuration DEPLOYMENT] - it is very slow to start up jboss

2008-11-05 Thread zhengxi
it is very slow to execute aspect deployment when stating jboss 15:36:55,182 INFO [AspectDeployer] Deploying xml into [EMAIL PROTECTED] for BaseCl [EMAIL PROTECTED]:/D:/dev/jboss-5.0.0.CR2/server/default/deploy/ejb3-interceptors-aop.xml} could i not deploy it if i don't use ejb3 interceptors

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: how to config the classloader

2008-08-28 Thread zhengxi
pls check your jar files in your application, and delete the jars that jboss includes. for example, jsp_api.jar, tomcat related jars. you can try a simple test firstly, make sure your configuration are correct. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: the order of loading class (urgency! urgency! urgency! )

2008-08-18 Thread zhengxi
JBoss4.2.3 did you add this part to jboss-web.xml file? loader-repository test.classloader:loader=ear1.ear loader-repository-configjava2ParentDelegation=false/loader-repository-config /loader-repository And I found that test.jsp will use the A.jar that is in the application that is deployed

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: the order of loading class (urgency! urgency! urgency! )

2008-08-18 Thread zhengxi
org.jboss.deployment.MainDeployer-xmbean.xml value=250:.rar,300:-ds.xml,400:.jar,500:.war,550:.jse,650:.ear,800:.bsh == value=250:.rar,300:-ds.xml,400:.jar,450:.ear,500:.war,550:.jse,800:.bsh View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4171180#4171180

[jboss-user] [Installation, Configuration DEPLOYMENT] - the order of loading class (urgency! urgency! urgency! )

2008-08-15 Thread zhengxi
I have two ears and two wars. i want to deploy then into one server and share the jars amongst the ears and wars. so i and this part to the jboss-app.xml and jboss-web.xml. loader-repository test.classloader:loader=test1.ear

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: the order of loading class (urgency! urgency! urgency! )

2008-08-15 Thread zhengxi
I did some testing about this. ear1.ear |-war1.war |-WEB-INF\A.jar(includes a.class) |-test.jsp war2.war |-WEB-INF\A.jar(includes a.class) ear1.ear, war1.war, war2.war use the same repository to share jars. when test.jsp call a.class, jsp will use a.class in the war2.war, not the

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: the order of loading class (urgency! urgency! urgency! )

2008-08-15 Thread zhengxi
ear1.ear |-war1.war |-WEB-INF\A.jar(includes a.class) |-test.jsp war2.war |-WEB-INF\A.jar(includes a.class) ear1.ear and war2.war are different file. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4170886#4170886 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: .ear priority deployment

2008-08-07 Thread zhengxi
thank you very very much:) it works fine. could i get your IM account or email? my email: [EMAIL PROTECTED] if you don't like that, just skip my request :) thanks again. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4169220#4169220 Reply to the post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: .ear priority deployment

2008-08-06 Thread zhengxi
hi vberetti I need to solve this problem also. and i want to use your second solutions. I add this to jboss-web.xml, but it doesn't work. could you please describe it in details. thanks a lot. jboss-web myservice:service=OwnService /jboss-web View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: how to config the classloader

2008-07-29 Thread zhengxi
yes, i need your help on this issue. and thank you very much. the structure of my eaf file App.ear |A.war |-META-INF\MANIFEST.MF |B.war |a.jar, b.jar, c.jar |META-INF\jboss-app.xml the content of MANIFEST.MF in A.war is:

[jboss-user] [Installation, Configuration DEPLOYMENT] - how to config the classloader

2008-07-28 Thread zhengxi
hi anyone can tell how to config these in jboss, thanks a log. i have a ear file, and the ear file includes two war files, A.war and B.war. A.war includes some jar files in the web-inf/lib directory. App.ear |A.war | |-web-inf/lib--a.jar, b.jar, c.jar

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: how to config the classloader

2008-07-28 Thread zhengxi
jboss-app.xml jboss-app loader-repository com.example:archive=App.ear loader-repository-config java2ParentDelegation=false /loader-repository-config /loader-repository /jboss-app I add this config file to App.ear. it can isolate the jars from jboss's jars. but B.war

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: how to config the classloader

2008-07-28 Thread zhengxi
thanks PerterJ I tried to put all the jar files under the ear. then jboss will throw ClassCastException. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4167194#4167194 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4167194