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