I'm a bit confused about topics(queues) and transactions.
TopicConnection.createTopicSession() takes a boolean parameter 'transacted'.
What this seems to mean is that any messages written to that session are not
written until an explicit call by the user to the commit() method on the
TopicSess
Hi
I'm a Java programmer that's new to JBoss, J2EE and EJBs and I'm trying to
get this beginner's hello world tutorial working:
http://www.mastertech.net/spumer/Jboss%203%20step-by-step.pdf
I've installed JBoss 3.0 on my W98 machine, and I've got the server
running in a DOS box. Now whenever I dr
Hello people,
I'm starting up on EJB development, and here is something i couldn't
manage to fix...
How do i mark a field as autoincremental in a CMP Entity Bean in
JBuilder (I'm using EntWizard for JBoss 3.2 support), without having to edit
the xml files every time I make a change
Ivens,
your int CMP fields should definitely be NOT NULL. Consider what happens
if you have a NULL int column. What should happen when you read a NULL
value from the DB?
int i = null; is not valid Java code.
int i = 0; is correct Java code, but then you are assuming that NULL and 0
are equivalen
On Fri, 2003-10-24 at 18:10, Stefan Groschupf wrote:
> Hi,
>
> I have problems to retrive environment entries.
>
> I tried:
>
> *Context environment = (Context) initial.lookup("java:comp/env");
> String realm = (String) environment.lookup("systemRealm");
> *
> I had setup the entry via x doclet
Hi,
I have problems to retrive environment entries.
I tried:
*Context environment = (Context) initial.lookup("java:comp/env");
String realm = (String) environment.lookup("systemRealm");
*
I had setup the entry via x doclet in a other bean :
* @ejb:env-entry name="systemRealm"
* value="${sec
Yes, you can do it. But it would be interesting to know whether JBossCMP
initialized the fields to 0 instead of NULL.
alex
Jason Essington wrote:
On Thursday, October 23, 2003, at 05:08 AM, Alexey Loubyansky wrote:
Are there CMP fields mapped to the foreign key column? If not that is
expecte
Joachim (PROGS) wrote:
Is this a new limitation or was this introduced in 3.2.2? We have > 64
column entity beans and AFAIK we have been inserting on them. Thx
This limitation didn't exist in 3.2.1, it appeared in 3.2.2.
In which RC was it introduced?
RC4. It is fixed in current Branch_3_2.
alex
[EMAIL PROTECTED] wrote:
I don’t know if jbossweb-tomcat50.sar is officially supported yet but
I’ll notify you of the problem I’m having anyway.
I have a .war in an .ear that uses container managed FORM security. I
was originally developing in 3.2.2RC3 + jbossweb-tomcat50.sar instead of
jb
Eric Jain wrote:
Having spent a fair amount of time with Eclipse recently, I couldn't
help feeling that many of the concepts used for their plug-in
architecture would greatly improve complex server side applications. I'd
just like to pick out two issues; let me know if have any solutions or
workaro
I recently had a few problems with the JBoss 3.2.2 transition as I made
the foolish choice of starting to use XDoclet as well. The original
jboss.xml and ejb-jar.xml hand-built deployment descriptors had a few
failures under the new release so I thought I might as well transition
things over to get
On rereading, you would need to allow for unauthenticated users to
map to an identity. This is supported by the unauthenticatedIdentity
login module option as shown for the jbossmq configuration:
flag = "required">
guest
jboss.mq:service=StateManager
Why isn't the run-as role working for this? This is the authorization
role the mdb assumes for all secure calls it makes.
--
Scott Stark
Chief Technology Officer
JBoss Group, LLC
Brian Wallis wrote:
OK, I know, this is a FAQ (or should be) but I ca
OK, I know, this is a FAQ (or should be) but I cannot find the answer.
I have an MDB. It is configured for a durable subscription using mdb-user,
mdb-password in jboss.xml and it has a security-identity/run-as/role-name in
the ejb-jar.xml.
But, it needs to call into an entity bean and needs to
It works for me.
public abstract Integer getIntegerField();
public abstract void setIntegerField(Integer value);
public abstract int getIntField();
public abstract void setIntField(int value);
12:30:34,262 DEBUG [Child] Executing SQL: CREATE TABLE CHILD(CHILD_ID
BIGINT NOT NULL, name
(resent as first message seems to have vanished again!)
I have been searching around the web and reading what I can about JAAS and
have not found out how an MDB is meant to authenticate itself before it calls
into other secured beans.
I can set mdb-user and mdb-password but I gather they are to
16 matches
Mail list logo