I downloaded and installed 4.0.2 (CVSTag=JBoss_4_0_2 date=200505022023)

I configured the deployer filter so it will filter .properties files, however 
this did not solve the problem - I got MissingResourceException again.

However, there is another strange problem I had not observed before. I found 
the reason why the EJB was not bound when my example posted in the bug report 
was tested: for some reason the EJB was bound like this:

# jndiName=local/[EMAIL PROTECTED],service=EJB
(copy-pasted from http://localhost:8080/jmx-console/ section jboss.j2ee)

instead of the expected local/HalloEJB.

I modified my JSP to accept a parameter for that lookup(it varies for different 
startups and managed to reach the bean). So for the above startup I wrote in 
the browser:

http://localhost:8080/hallo/[EMAIL PROTECTED]

Sorry, I was not able to shrink it to a one-click test.
The same deployment works as expected under 3.2.1. Adding those lines in the 
ejb-jar.xml did not help either:

  |       <jndi-name>HalloEJB</jndi-name>
  |       <local-jndi-name>HalloEJB</local-jndi-name>
  | 

The new deployment is attached to the 
issue(http://jira.jboss.com/jira/browse/JBAS-1697)

Thanks for your time and cooperation
Mike

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

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


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to