[jboss-user] [JBoss/Spring Integration] - Re: JBoss5/Spring deployment problem

2009-06-27 Thread alesj
alesj wrote : | I'll let you know when the sf has been updated. Finally done: - https://sourceforge.net/project/showfiles.php?group_id=22866package_id=161914 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4240516#4240516 Reply to the post :

[jboss-user] [JBoss/Spring Integration] - Re: JBoss5/Spring deployment problem

2009-04-16 Thread f...@gmx.net
alesj wrote : | Ah, yes. | I totally forgot about this change. :-( | - https://jira.jboss.org/jira/browse/JBAS-5803 | Hi Ales, could you please update the sourceforge downloads? I also ran into this problem and only did find this post by luck. I could have spent days to figure that

[jboss-user] [JBoss/Spring Integration] - Re: JBoss5/Spring deployment problem

2009-04-16 Thread alesj
f...@gmx.net wrote : | could you please update the sourceforge downloads? | Sure, np. I need to change some of the stuff anyway since I extracted the spring-int code out of the jbossas project. I'll let you know when the sf has been updated. View the original post :

[jboss-user] [JBoss/Spring Integration] - Re: JBoss5/Spring deployment problem

2008-10-15 Thread alesj
Herman06 wrote : | The deployer I downloaded has the xml file as spring-deployers-beans, and in your log file you have spring-deployers-jboss-beans. So I changed my xml name to yours. Ah, yes. I totally forgot about this change. :-( - https://jira.jboss.org/jira/browse/JBAS-5803 But I'm glad

[jboss-user] [JBoss/Spring Integration] - Re: JBoss5/Spring deployment problem

2008-10-14 Thread alesj
Herman06 wrote : | Looks the spring deployer has been recoganized by the maindeployer. | No, you should see something like this: | 2008-10-14 11:18:00,578 DEBUG [org.jboss.deployers.plugins.deployers.DeployersImpl] (main) Added deployer [EMAIL PROTECTED] for stage Parse | or/and

[jboss-user] [JBoss/Spring Integration] - Re: JBoss5/Spring deployment problem

2008-10-14 Thread Herman06
Hi Ales, You are right. The springdeployer isn't picked up by jboss. The deployer I downloaded has the xml file as spring-deployers-beans, and in your log file you have spring-deployers-jboss-beans. So I changed my xml name to yours. It's all working! Thanks a lot. Herman View the original

[jboss-user] [JBoss/Spring Integration] - Re: JBoss5/Spring deployment problem

2008-10-13 Thread Herman06
Thanks Ales. I tried your suggestion but without luck. I changed the xml to myapp-spring.xml, and deployed the myapp.spring into the Jboss. I got the log: 2008-10-13 17:50:10,906 DEBUG [org.jboss.deployers.plugins.main.MainDeployerImpl] (HDScanner) Add deployment:

[jboss-user] [JBoss/Spring Integration] - Re: JBoss5/Spring deployment problem

2008-10-13 Thread alesj
Herman06 wrote : | Anything else I can try? | Check the log to see if SpringDeployer was even added to MainDeployer. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4181782#4181782 Reply to the post :

[jboss-user] [JBoss/Spring Integration] - Re: JBoss5/Spring deployment problem

2008-10-13 Thread Herman06
Hi, there are some logs about the springdeployer: 2008-10-14 09:55:27,937 DEBUG [org.jboss.deployers.plugins.main.MainDeployerImpl] (main) Add deployment: vfszip:/C:/jboss-5.0.0.CR2/server/default/deployers/jboss-spring-3.1.deployer 2008-10-14 09:55:27,984 DEBUG

[jboss-user] [JBoss/Spring Integration] - Re: JBoss5/Spring deployment problem

2008-10-10 Thread alesj
Herman06 wrote : Have I done something wrong in the Jboss 5 deployment? | No. :-) I changed how the jndi name is constructed. See SpringParserDeployer: |/** | * Get default name from meta file. | * | * @param file the virtual file | * @return default name |