[JBoss-user] [Installation, Configuration & Deployment] - conf/jboss-service.xml setting to deploy as HA singleton?

2006-07-03 Thread gmatthews
Hi all, I'd like how you can set the 'URLs' attribute in conf/jboss-service.xml to configure which directories should be scanned for deployable components. Is there a 'HA-URLs' or similar attribute? As far as I understand it, you need to manually drop deployable components into the deploy-hasi

[JBoss-user] [Installation & Configuration] - Running multiple JBoss copies to simulate Oracle 10gAS in pr

2005-07-06 Thread gmatthews
Hi all, We're planning the architecture for the next phase of business services development. We currently only have 1 web app running in 10gAS. I want to see if we can give JBoss a good shot at being chosen for the server. In the next phase we'll have at least 3 apps, and the issue of JVM isol

[JBoss-user] [EJB/JBoss] - Re: Why is there a @5345345 on the end of my entity bean jnd

2005-06-14 Thread gmatthews
champion. local-jndi-name instead of jndi-name in jboss.xml worked. thanks very much. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3881403#3881403 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3881403 -

[JBoss-user] [EJB/JBoss] - Why is there a @5345345 on the end of my entity bean jndi na

2005-05-12 Thread gmatthews
Hi Guys, I just tried upgrading from 4.0.1 to 4.0.2 and now my local entity beans have a @345354 or similar memory address attached to the end of their name. Instead of local/myapp/mybean I see local/myapp/[EMAIL PROTECTED] in the jmx-console. Why is the memory address being tacked on the end?

[JBoss-user] [EJB/JBoss] - Re: JBoss 3.2.2 to JBoss 4.0 DR4 now calls ejbStore ?? ignor

2004-05-31 Thread gmatthews
I don't need the container to call isModified(), it's just that 3.2.2 does seem to call it, and I wondered why 4.0.0 DR4 now does not. Is isModified() no longer supported in 4.0.0 ? Note that I'd also changed my code to how you suggest, but noticed there are a whole bunch of chained interceptor

[JBoss-user] [EJB/JBoss] - JBoss 3.2.2 to JBoss 4.0 DR4 now calls ejbStore ?? ignoring

2004-05-31 Thread gmatthews
I have deployed an app developed under 3.2.2 in JBoss 4.0.0 DR4 that uses BMP Entity beans. I use a boolean isModified() method in each bean to prevent ejbStore() being called when there are no changes to make -- but isModified() seems like it's ignored in 4.0.0 DR4. Is this the case, or is th

[JBoss-user] [Clustering/JBoss] - Re: Do I need Clustering at all?

2004-02-04 Thread gmatthews
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3820238#3820238 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3820238 You'll need to review using the "all" jboss configuration instead of the "default" configuration (if y