[JBoss-user] [EJB 3.0] - Re: How to bind only to a

2006-03-21 Thread hasijutu
The problem is already discussed in another topic. See also the issue 
EJBTHREE-352 in JIRA.


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

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


---
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] [EJB 3.0] - Re: Multiple Session Bean Instances

2005-12-28 Thread hasijutu
Is someone working on this issue?

http://jira.jboss.com/jira/browse/EJBTHREE-352

The issue status seems to be 'Open'.

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

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


---
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] [EJB 3.0] - Re: Multiple Session Bean Instances

2005-12-01 Thread hasijutu
Ok. Will this issue be fixed in AS 4.0.3 SP2? If yes, what is the planned 
release schedule? Or can I somehow install a fixed version of EJB 3.0 container 
before that?

BTW, what is the easiest workaround? Changing bean's interface name causes 
changes also into web tier.


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

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


---
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] [EJB 3.0] - Re: Multiple Session Bean Instances

2005-11-30 Thread hasijutu
How do I scope a deployment?

Now deployment of two stateless session beans with different JNDI names in 
META-INF/jboss.xml causes the following exception:

javax.management.InstanceAlreadyExistsException: 
jboss.j2ee:service=EJB3,name=my.pkg.StatelessSampleBean already registered.

Using JNDIView MBean I found that a bean is deployed using both the interface 
name and the name defined in META-INF/jboss.xml.

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

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


---
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] [EJB 3.0] - Multiple Session Bean Instances

2005-11-30 Thread hasijutu
How can I run multiple instances of a stateless EJB 3.0 session bean?
The implementation may vary (different versions, EntityManagers etc).

The idea is to find out, how to implement a full range J2EE system (web tier,
ejb3 tier, db) so that each installation may have different version and use
different database.

Can I explicitly define a JNDI name for a stateless EJB 3.0 session bean? I
think that it would resolve the issue.



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

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


---
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