Ok, I realise what you mean by commit levels now.
I changed the commit level to option D in the standardjboss.xml
file.
However my enties are still not being refreshed, if I change the data outside of the
the
container.
Please see example code, to see if you can see where I am going wrong.
|
I am not sure what you mean by this.
The database can be changed using a web interface that does not go through my J2ee app
I.e. direct database change.
So how does the entity bean detect this?
Or more importantly to me, how do I get my stateful session bean to ask the entity
bean if the data has
I have a CMP application, where the database can be updated by clients other than the
entity beans.
What I need is a way for the container to know that the underlying database has
changed and hence update the entiity beans and then inform a stateful session bean
that this has happened. As my cli
Hi,
I am having problems writing a ejb-ql query to based on a many to many relationship.
I have 2 entities: ClientDetails and the other is called TVBS
and there is a many to many relationship between them.
I want all of the TVBS's that a client has access too.
the ejb-relationship between th
How/Where do I get the server start time from within my session bean?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841062#3841062
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3841062
--
Is there anyway for a session bean to interogate the container, so that it can know
how long the container has been running for, or even how long the session bean has
been deployed?
Thanks in advance
Geoff
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840
Is there anyway from within a session bean to determine how long the container has
been running, or how long it has been since the session bean(s) were deployed?
Thanks in advanced
Geoff
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840614#3840614
Reply to
Also just rembered, when I change the date it does nto seem to roll over the file.
Should'nt the operational..log become operational.log.dd-mm-yy when i change the date?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839114#3839114
Reply to the post :
http
I have put some log4j code into my ejb's.
I then want to log to 2 seperate files so I have modified log4j.xml to do this and I
have been succesful.
However the out put to the file is a little too verbose e.g. I get
anonymous wrote :
| 2004-06-18 16:15:59,156 [RMI TCP Connection(41)-192.168.0.
Try running the redhat startup script that comes with the distribution its called
jboss_init_redhat.sh
or you could run run.sh - c all &
Not sure why you could not copy a file though, surely you just needed to open another
terminal window.
It is possible to start jboss as a daemon process that s
I am using netbeans, so I guess i will have to install eclipse and give it a try.
Are there any for netbeans? or some standalone deploy tools for jboss? similar to
Sun's J2EE deploy tool program?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838329#3838329
Are there any good (free) tools to help write deployment descriptors for jboss,
specifically looking for ones to write the ejb-jar.xml files, so I can specify
relationships between entites etc and to create the jaws.xml files if possible.
Thanks,
Geeoff
View the original post :
http://www.
I have written a corba wrapper to a session bean.
The problem I am having is this, how do I get the session bean to calback the CORBA
wrapper.
I can get the wrapper to callback the original CORBA client ok.
However when the wrapper makes a call on a session bean and this to needs to be a
callback
I was thinkng that perhaps another way to achieve this would be to create a seperate
jar file for my wrapper application and deploy that along with the jar files for the
session beans in an ear file.
Tried it but could not seem to get it working think there is something wrong with my
deployment
I am writing corba wrappers to access session beans, so I want them all to run in the
jvm, that way I can use the same instance of jacorb etc.
So was thinking I would have to start JBoss from withing my Corba server program.
View the original post :
http://www.jboss.org/index.html?module=bb&op
Is it possible to start JBOSS in the same jvm as another program i.e. another program
will start it, so that it will then be able to access all the containers classes.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837455#3837455
Reply to the post :
http://w
I have got a copy of the test suite now.
ALthough I can not find the CORBA Client to session bean example
anonymous wrote :
| There are examples in the testsuite, e.g. the ubiquotous HelloWorld
|
Can you pint me in the right direction please.
View the original post :
http://www.jboss.org
I have simplified my CORBA client and session bean, so that it should just return a
String, no callback, so that I can test a very simple case.
The error i get in my client when i run it is:
| [jacorb.giop] INFO : ClientConnectionManager: created new conn to target
192.168.0.64:3528
| [jac
I can not seem to find the test suite, can you tell me where it is please.
Thanks
Geoff
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837033#3837033
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837033
--
Hi,
has anyone got a good example of a CORBA client talking to a session bean and
receiving a callback. I am using JACorb for the client also, although clients may well
be written in C++ etc, hence why i need to know how to do this.
I have been trying and I think I am nearly there. However not s
I am new to ejb's/JBoss etc so I have been playing with some tools to help create a
entity bean(s).
The first one I tried is nbjboss which is a plugin for eclipse. This is supposed to be
able to create a CMP2.0 entity bean and help deploy it, but for some reason I always
get
| 1:17:37,313 IN
Thanks that worked a treat.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835544#3835544
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835544
---
This SF.Net emai
Hi,
I am having some problem running postgres 7.3.2 and jboss
I am trying to deploy 2 entites and the erros i am getting in JBOSS are
| 2004-05-19 15:11:05,669 INFO [org.jboss.deployment.MainDeployer] Starting
deployment of package: file:/opt/jboss-3.2.3/server/all/deploy/jblog.ear
| 2004-0
my deployment descriptor or at least part of it is
|
|
| employ
|
|
|
| Employee
| Employee
| EmployeeHome
| Employee
| Employ
Hi,
I am having a problem deploying a sample entity I created. I am new to jboss and
Entity Beans etc.
I created a a simple Entity Bean based on CMP 2.0 and was hoping it would create the
table when I deployed it.
I am developing in Netbeans 3.6 and using the nbkboss pluging.
The error i get
25 matches
Mail list logo