[JBoss-user] [JBoss/Spring Integration] - Re: Sample App Deployment Problems...

2006-03-16 Thread nithya
how to deploy applications in jboss

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3930629#3930629

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3930629


---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss/Spring Integration] - Re: Sample App Deployment Problems...

2006-01-12 Thread linush
I haven't received the new version from you, yet? Did you send it?

Yeah, it will be better if Mike or Bill can put the new one on the download 
site.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917212#3917212

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917212


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss/Spring Integration] - Re: Sample App Deployment Problems...

2006-01-12 Thread alesj
Is it working with the new Spring deployer version?

I hope Bill or Mike will put the new one up (to download site) soon.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917199#3917199

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917199


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss/Spring Integration] - Re: Sample App Deployment Problems...

2006-01-12 Thread linush
Ales, thank you for your reply. Please send your updated example to [EMAIL 
PROTECTED] Thanks.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917192#3917192

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917192


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss/Spring Integration] - Re: Sample App Deployment Problems...

2006-01-12 Thread alesj
Yep, I think they changed it.
At the time of writing this example I think I used 1.2.3, but I'm not sure.

I already have a new version of spring.deployer - and it uses Spring 1.2.5 
which has already changed loadBeanDefinitions method.
I can send it to you by email.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917191#3917191

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917191


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss/Spring Integration] - Re: Sample App Deployment Problems...

2006-01-12 Thread linush
I'm sory but I might have missed an important point: I was using Spring 2.0 M1. 
Now I switch to 1.2.6 I get a different error:

09:37:14,681 ERROR [ContextLoader] Context initialization failed
java.lang.NoSuchMethodError: 
org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(Ljava/lang/String;)I
at 
org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:126)
at 
org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:94)
at 
org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:89)
at 
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:269)
at 
org.springframework.web.context.support.AbstractRefreshableWebApplicationContext.refresh(AbstractRefreshableWebApplicationContext.java:134)
at 
org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:246)
at 
org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:184)
at 
org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:49)
at 
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3669)
at 
org.apache.catalina.core.StandardContext.start(StandardContext.java:4104)
at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
at 
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:739)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:503)
at 
org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:150)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
at 
org.apache.catalina.core.StandardContext.init(StandardContext.java:5005)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.apache.commons.modeler.BaseModelMBean.invoke(BaseModelMBean.java:503)
at 
org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:150)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
at 
org.jboss.web.tomcat.tc5.TomcatDeployer.performDeployInternal(TomcatDeployer.java:280)
at 
org.jboss.web.tomcat.tc5.TomcatDeployer.performDeploy(TomcatDeployer.java:88)
at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:357)
at org.jboss.web.WebModule.startModule(WebModule.java:68)
at org.jboss.web.WebModule.startService(WebModule.java:46)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:274)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:230)
at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:943)
at $Proxy0.start(Unknown Source)
at org.jboss.system.ServiceController.start(ServiceController.java:428)
at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBean

[JBoss-user] [JBoss/Spring Integration] - Re: Sample App Deployment Problems...

2006-01-12 Thread alesj
>> Is it a classpath issue?
Can be a class loading issue.

Check that you don't have Spring's classes also in your web archive.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917178#3917178

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917178


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss/Spring Integration] - Re: Sample App Deployment Problems...

2006-01-12 Thread linush
Yes, spring-web.jar is in the JBOSS_HOME/server/default/lib directory. Is it a 
classpath issue?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917174#3917174

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917174


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss/Spring Integration] - Re: Sample App Deployment Problems...

2006-01-12 Thread alesj
It looks like you are missing Spring's web classes.


  | Since our code is dependant on Spring library, we must make sure that all 
of the needed classes are in our classpath. Copy spring-aop.jar, 
spring-context.jar, spring-web.jar and spring-webmvc.jar into 
JBOSS_HOME/server/default/lib directory.
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3917080#3917080

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3917080


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user