Hi,
I am trying to create multiplatform installer for java projects. Main motive to create this installer are as follows
1. Install the jboss on system.
2. update the configuration information(eg. database information) submitted
by the user on installer dialoug during installation
process.
3. Read or execute the java class file before installation complete.
4. Start the Jboss services before installation complete
Is any one have any idea, how to create such type of installer.........
Thx in advance.
Vikash Srivastava
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242197#4242197
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242197
Hi,
actually, the "to many" side should be automatically populated when you access it. So, there is no need to perform entity manager queries.
Depending on the fetchType of the relationship, different things might happen:
If fetchType is "EAGER", then the children will be loaded when the parent is loaded. In this case, the EntityManager will fire some join statement against the database to load parent and childs with one query.
If fetchType is "LAZY", then the first call to "parent.getChilds()" will trigger the child collection loading. This will only work if the parent entity is under EntityManager control.
Hope this helps a bit.
Wolfgang
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242194#4242194
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242194
Hi,
I am connecting ESB Server From Jmeter tool and back end process is esb server and java code is running and diplaying the following error "
ERROR - jmeter.protocol.jms.client.Publisher:
INFO - jmeter.protocol.jms.client.Publisher: Publisher closed.
I am doing the configuration on sampler JMS Point to Point in jmeter tool and trying to connect to the ESB server.
Can anyone help on the above issue ASAP.
Thank You
Regards
Venkat.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242182#4242182
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242182