Hi,
I am trying to find an article or post that could answer the 'Why bother to add Spring to Jboss' question. I did read This
and that explains how, not why.
We have an existing J2EE application running in Jboss and other developers are planning to convert it to Spring. I think they are doing it wrong and destroying the J2EE design pattern but I need to understand Spring to steer them in the correct direction.
Is there any benefit in changing an MBean service into a Spring bean? I can see no point in this.
Thanks,
Ken
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4078039#4078039
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4078039
The process gets deployed, probably...
Set
| <property name="hibernate.hbm2ddl.auto">create-drop</property>
|
to
| <property name="hibernate.hbm2ddl.auto">create</property>
|
as 'create-drop' drops the built schema again when closing the connection to the DB.
See the Hibernate docs for this.
I'll create a JIRA Entry for the buggy, missleading Userguide due to the ant task, as well.
I had the same problem...
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4078036#4078036
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4078036
Hi,
Suppose I have a bean named say A, and I want to deploy it with jndi name as B.
I am having jboss.xml entries as
<ejb-name>A</ejb-name>
<jndi-name>B</jndi-name>
<local-jndi-name>B</local-jndi-name>
.....
But, JBOSS deployer never cares about "B". I checked the log files. It always deploys it using the ejb-name A and no B anywhere in the fle. What is the problem ? It was not like that in ealier jboss 3.x and jboss 2.x versions?
How to force the jboss to care my jboss.xml file?
Please answer. If it cannot, then JBOSS is not portable or am I missing something here?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4078035#4078035
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4078035