[jboss-user] [EJB] - Re: Beans not bound after one two weeks

2009-11-02 Thread amjad277
Has anyone idea, why does this error happen? This problem happens irregularly 
every two weeks!
Please help!!

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4263511
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB] - Re: Beans not bound after one two weeks

2009-10-30 Thread amjad277
Sorry I wrote the text 3 Times!!


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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4263240
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB] - Re: Beans not bound after one two weeks

2009-10-30 Thread amjad277
"amjad277" wrote : I use jboss 4.0.5 GA which installed on Virtual machine and 
Oracle Database which installed on another Virtual machine.
  | I deployed ear file which has all beans (EJB3) in the jboss server, all the 
beans are bounded and every things work fine.
  | But after 2 weeks, and suddenly, the following exception shown and nothing 
work more: "Exception: Bean not bound". I tried to restart jboss but the 
problem remains!
  | The only solution to get every thing work, as before: 
  | Restarting the vertual machines (Oracle VM and Jboss VM) then Jboss.
  | 
  | Please help!

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4263236
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB] - Re: Beans not bound after one two weeks

2009-10-30 Thread amjad277
"amjad277" wrote : I use jboss 4.0.5 GA which installed on Virtual machine and 
Oracle Database which installed on another Virtual machine.
  | I deployed ear file which has all beans (EJB3) in the jboss server, all the 
beans are bounded and every things work fine.
  | But after 2 weeks, and suddenly, the following exception shown and nothing 
work more: "Exception: Bean not bound". I tried to restart jboss but the 
problem remains!
  | The only solution to get every thing work, as before: 
  | Restarting the vertual machines (Oracle VM and Jboss VM) then Jboss.
  | 
  | Please help!!

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4263235
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB] - Beans not bound after one week

2009-10-30 Thread amjad277
I use jboss 4.0.5 GA which installed on Virtual machine and Oracle Database 
which installed on another Virtual machine.
I deployed ear file which has all beans (EJB3) in the jboss server, all the 
beans are bounded and every things work fine.
But after 2 weeks, and suddenly, the following exception shown and nothing work 
more: "Exception: Bean not bound". I tried to restart jboss but the problem 
remains!
The only solution to get every thing work, as before: 
Restarting the vertual machines (Oracle VM and Jboss VM) then Jboss.

Please help!!

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4263234
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Re: how to deploy more one ear in jboss

2009-03-13 Thread amjad277
So you have more than one application that you want to deploy in the same JBoss 
container. 
Presumably you have classes in one application that need to call methods for 
the classes in a different application. 
Here are your options: 

1- Combine the applications into one ear with a separate classloader
2- Deploy the applications separately in the same classloader
3- Deploy the applications separately in separate classloaders and use call by 
value
4- Deploy the applications separately in separate classloaders and use call by 
reference


Read more infos:
http://www.middleware.vt.edu/doku.php?id=middleware:jboss:classloading

Amjad

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217752
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user