[JBoss-user] [EJB/JBoss] - Re: 2 EJBs, implmented same way, only one can be accessed

2006-01-26 Thread philc_jboss
Tony, I am using struts and ejb in my application. I am using the JBoss bundled tomcat servlet container. Tomcat has its own JNDI resource (separate from JBoss JNDI). I had to create a reference / link in my webapp for each of my ejbs deployed/managed by JBoss. Below is an example of the web.xm

[JBoss-user] [EJB/JBoss] - Re: 2 EJBs, implmented same way, only one can be accessed

2006-01-25 Thread philc_jboss
Crud, found it, user error of course. It was a long day when I configured the second bean. I forgot to add the ejb-ref/link entry for the failing bean in the tomcat web-xml. All is good now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919630#3919630 Reply

[JBoss-user] [JNDI/Naming/Network] - Re: JBoss issue? 2 EJBs implemented the same, but only one c

2006-01-25 Thread philc_jboss
Crud, found it, user error of course. It was a long day when I configured the second bean. I forgot to add the ejb-ref/link entry for the failing bean in the tomcat web-xml. All is good now. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919631#3919631 Reply

[JBoss-user] [EJB/JBoss] - 2 EJBs, implmented same way, only one can be accessed

2006-01-24 Thread philc_jboss
Is the issue with the Application Server? I have two EJB's, MemberBean and PersonBean, implemented the same way. However, jndi lookup is successful for one (MemberBean), but not the other (PersonBean - javax.naming.NameNotFoundException on the second lookup). See below for the detail, I don't g

[JBoss-user] [JNDI/Naming/Network] - Re: JBoss issue? 2 EJBs implemented the same, but only one c

2006-01-24 Thread philc_jboss
Sorry, forgot to mention I am using JBoss 4.0.3 SP1. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3919494#3919494 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3919494

[JBoss-user] [JNDI/Naming/Network] - JBoss issue? 2 EJBs implemented the same, but only one can b

2006-01-24 Thread philc_jboss
Is the issue with the ApplicationServer? I have two EJB's, MemberBean and PersonBean, implemented the same way. However, jndi lookup is successful for one (MemberBean), but not the other (PersonBean - javax.naming.NameNotFoundException on the second lookup). See below for the detail, I don't ge

[JBoss-user] [JNDI/Naming/Network] - Re: I know, another JNDI lookup issue - local ejb

2005-12-17 Thread philc_jboss
Thanks for your reply jaikiran!! You were correct. I searched for some time through EJB/JBOSS and found another related post. I changed my jboss.xml tag to and a couple other changes and finally got my deployment working :). I still have a class loader issue that I will continue to work with

[JBoss-user] [JNDI/Naming/Network] - Re: I know, another JNDI lookup issue - local ejb

2005-12-15 Thread philc_jboss
Reviewing my initial post, I see with the calling code I did not mention that I was calling from a struts action / servlet (Tomcat bundled with JBoss). I know that Tomcat has its' own JNDI Server and from what I read I have to make a global reference. I am using the default jndi.properties in

[JBoss-user] [JNDI/Naming/Network] - Re: I know, another JNDI lookup issue - local ejb

2005-12-15 Thread philc_jboss
Ok, I can't imagine there is not an answer to this issue (nobody else has experienced this issue). I guess this is seen as a newbie/configuration addressed in configuration documents that I overlooked. Either way I will continue to try to get this working somehow otherwise I will have to switch

[JBoss-user] [JNDI/Naming/Network] - Re: I know, another JNDI lookup issue - local ejb

2005-12-12 Thread philc_jboss
Ok so I finally stumbled across a Wiki entry (still no luck): >> Why do I get NameNotFoundException?? By default JBoss binds ConnectionFactorys/DataSources in the java: namespace. This is only visible inside the same virtual machine and only when using a naming context that is not configure

[JBoss-user] [JNDI/Naming/Network] - Re: No apparent activity on port 1099

2005-12-12 Thread philc_jboss
did you check using netstat? Linux / Unix / or Windows command window: At the command prompt, type netstat -a i.e. c:\>netstat -a -n or myserver# netstat -a -n You should see a tcp entry for 1099 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912246#39122

[JBoss-user] [JNDI/Naming/Network] - I know, another JNDI lookup issue - local ejb

2005-12-09 Thread philc_jboss
Wow, I have spent hours searching and reading a dozen other posts like my issue but no resolution. I did not want to ask/post since versions of this issue have been asked before, but again I have tried many many variations and have yet to communicate with my local EJB object (public interface My

[JBoss-user] [Installation, Configuration & Deployment] - Re: 503 Service Temporarily Unavailable - JBoss 4.0.3RC1, Ap

2005-08-16 Thread philc_jboss
Solved the issue. If anyone else has this problem check your values in worker.properties. I had to modify from the worker.node.host value. It worked with localhost (instead of nodex values). worker.properties previous failed attempts worker.node1.host=node1.servername.com worker.node1.host=node

[JBoss-user] [Installation, Configuration & Deployment] - Re: 503 Service Temporarily Unavailable - JBoss 4.0.3RC1, Ap

2005-08-15 Thread philc_jboss
I forgot to post my ../conf/uriworkermap.properties uriworkermap.properties # Simple worker configuration file # # Mount the Servlet context to the ajp13 worker /jmx-console=loadbalancer /jmx-console/*=loadbalancer /web-console=loadbalancer /web-console/*=loadbalancer View the original post :

[JBoss-user] [Installation, Configuration & Deployment] - 503 Service Temporarily Unavailable - JBoss 4.0.3RC1, Apache

2005-08-15 Thread philc_jboss
Ok, before I begin, I have searched many issues in this forum. I found one posting with the same issue but the reply suggestion did not fix my issue (I already had the configuration solution suggested). Following the JBoss Mod_jk Wiki (current version), I get 503 Service Temporarlily Unavailabl