(SimpleRealm
JbossRealm JDBCRealm).
5. Add your users to JBoss
I hope I didn't leave out any steps. If you find any bugs or have any
enhancements, please email me.
-Dain Sundstrom
package com.hypothermic.security;
import org.apache.tomcat.core.Request;
import org.apache.tomcat.core.Response;
i
Thomas,
I noticed another bug in the code you sent. Although what you have (with the
suggested changes) will most likely work in JBoss, it is not compliant with
the EJB specification. In the EJB 1.1 Specification section 5.9 on page 47
is the following:
A client program that is intended to be in
I have made some minor changes since I last posted the code.
Dain Sundstrom
Recently, I have seen several posts asking how to integrate Tomcat and JBoss
security. The current JBossRealm requires you to add users to both the
t
or how does jboss know which db and tables to use?
anil
Dain Sundstrom wrote:
> Last month I sent the following message, which details how I integrated
the
> Tomcat and JBoss security systems. Scott Stark has written a new JBoss
realm
> that work similar to mine. His new JBoss realm is av
Norton,
I had this same problem. The code you are running into follows:
Object one, two;
try {
one = cls.newInstance();
two = cls.newInstance();
try {
if(!one.equals(two)) {
status = false;
fireSpecViolationE
Options.
Dain Sundstrom
-Original Message-
From: Vineet Bhatia [mailto:[EMAIL PROTECTED]]
Sent: Friday, May 18, 2001 1:37 PM
To: '[EMAIL PROTECTED]'
Subject: RE: [JBoss-user] Running JBoss as a Service on Windows NT/
Thanks!!
A slightly off-topic question - Will JBoss run any slo
You can use JNI to access any Java code from C. I have used it in the past
and found it easy to use. There is now a book on JNI "Essential Jni : Java
Native Interface."
Alternatively, you can use Corba, or you can pay IBM or Oracle a lot of
money use their commercial message que
Behalf Of awc
|Sent: 18 May 2001 22:01
|To: [EMAIL PROTECTED]
|Subject: Re: [JBoss-user] Please help :-( tomcat Servlet => Jboss EJB =>
|JAAS Authentiaction
|
|
|OK, so this pipes into to what ever you have set up.
|Tks for the clarification.
|
|anil.
|
|Dain Sundstrom wrote:
|
|> Anil,
|
jboss.xml
file, to really test your application. If you would like to know more about
the commit options read the EJB spec (in the 2.0 spec it is section 10.5.9).
Dain Sundstrom
> -Original Message-
> From: Pelle Poluha [mailto:[EMAIL PROTECTED]]
> Sent: Friday, June 29, 2001 5:2
(I may have mistyped something). If this represents
the end of the world for you, you could convince me to fix jaws, but it will
just make the CMP 2.x stuff take longer.
Dain Sundstrom
> -Original Message-
> From: Pelle Poluha [mailto:[EMAIL PROTECTED]]
> Sent: Friday, June 29, 2001 5
time).
JBoss, like most EJB servers, has an optimized mode which does not serialize
parameters on remote interfaces, where the objects are collocated in the vm.
So the authors are right in the general sense, but wrong for most EJB
servers.
Dain Sundstrom
> -Original Message-
>
Wei-ju,
The methods should be ejbCreate(...) and ejbPostCreate(...), and your
primary key must be an object not a primative, EJB 2.0 pfd3 section 9.8
(i.e., Long instead of long).
Dain
> -Original Message-
> From: Wei-ju Wu [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, July 08, 2001 5:09
As I modify the JBossCMP code should I change the logging over to use log4j
directly or should I leave the code logging via the JBoss log layer?
If I should switch to direct log4j, how do we categorize the logs? I was
thinking jboss.ejb.plugins.cmp.. or some thing
like that. This way I could tur
Jeff,
Just ignore the spec violation errors right now. The code was just
added and from what I understand it is currently just a copy of the CMP
1.1 verifier. I don't remember who is working on it, but he said that
this was a known problem. Anyway, it should be fixed soon.
-dain
Jeff Schn
Jeff Schnitzer wrote:
>>From: Dain Sundstrom [mailto:[EMAIL PROTECTED]]
>>
>>Here is the defatults element:
>>
>>> remove-table?, read-only?, read-time-out?, row-locking?,
>> pk-constraint?, fk-constraint?, preferred-relation-mapping?,
Here is the defatults element:
Did you define datasource and not datasource-mapping (or visa versa)?
-dain
Jeff Schnitzer wrote:
>>From: Dain Sundstrom [mailto:[EMAIL PROTECTED]]
>>
>>Just ignore the spec violation errors right now. The code was just
>>added and f
You may be coding VB, but I'll go get a job at McDonald's (maybe in
Redmond... did you see Fight Club).
-dain
Eric Kaplan wrote:
> guys. jboss is a central piece of our infrastructure, and we would like to
> keep recommending it to customers. it might be prudent not to piss all over
> sun in
v3.0 Rabbit Hole
>>
>>>Status: Closed
>>>Resolution: Rejected
>>>
>>Priority: 5
>>Submitted By: Marius Kotsbak (mkotsbak)
>>Assigned to: Dain Sundstrom (dsundstrom)
>>Summary: Ineffective SQL-code generated
>>
>>Initial Comment
Marius Kotsbak wrote:
> On søn, 2002-04-14 at 16:59, Dain Sundstrom wrote:
>
>>Marius Kotsbak wrote:
>>
>>
>>>It seems like the reason that the IN-clause is needed, is that jbosscmp
>>>is quering one table at a time. I understand that that might be t
I talked with the JXTA guys for like an hour at JBossOne. They were
very interested in the JBossMX core with dynamic services. I think JXTA
could be easily plugged into JBoss, but the the best place would be a
transport for JMS. Where do you think it would be most useful?
-dain
Paul McLach
What is the code for the create and post create? What is the serverside
exception? What is the primary key type?
-dain
Peter Shillan wrote:
> Hi there,
>
> I have a really simple bean and test for that bean. I'm building the test gradually.
>I've included what I have so far. The problem is
This is just a comment from some unnamed executive, and as we all know
executives don't know much in a company the size of Sun. Do you know how
many executives Sun has?. I am sure that if you ask another unnamed
executive, you would get another opinion.
Also the specification gives specifical
My update of the JBossCMP docs is back on after a delay for JBossOne and
bug fixes for the RC1 release.
-dain
Mike Dougherty wrote:
> I'm new to the list, so I don't really know if I am repeating this. I am
> going through the example that comes with the CMP 2.0 documentation.
> While attempti
Peter Shillan wrote:
> Hi there,
>
> If I have a CMP 2.0 attribute which is a collection, I have
>
> public abstract void setChildren(java.util.Collection children);
>
> public abstract java.util.Collection getChildren();
>
> My understanding was that if I want, I can write the following:
>
Daniel,
First upgrade to JBoss 3.0rc1. Then if the problem doesn't go away, you
will to have to file a simple bug report with a test case at sourceforge.
-dain
Mike Dougherty wrote:
> Daniel,
>
> I'm not sure I completely understand the situation. Maybe if you sent
> some Java code snippets
I have been reading the draft, but haven't gotten that far.
Do you want to implement it?
-dain
Stefan Groschupf wrote:
> Hi Jboss community
>
>>http://jcp.org/jsr/detail/86.jsp
>>
> is a implementation planed?
> I'm interested in!
> Thanks
> Stefan
>
>
>
>
>
> _
Dmitri Colebatch wrote:
> Am I right in thinking this is basically a bunch of entity beans that represent
>various media types? Will the spec essentially lay
> out the component/home interfaces to be implemented and allow vendors to provide
>implementations?
That is what I got, but I'm only
Use a transaction or turn off read ahead. You are basically reading
ahead data, tossing the read-ahead information out, and then repeating.
-dain
Frank Morton wrote:
> Using 3.0.0RC1 with PostgreSQL underneath. Just converted
> to using a Local Interface, but didn't make as much performance
>
Frank Morton wrote:
>>Use a transaction or turn off read ahead. You are basically reading
>>ahead data, tossing the read-ahead information out, and then repeating.
>>
>>-dain
>>
>
> Thanks for your response.
>
> Sorry for my confusion, but I am. Your doc states to use
> with the on-load for t
danch wrote:
> Dain Sundstrom wrote:
>
>> Frank Morton wrote:>
>>
>>> I tried that, too, which doesn't appear to make
>>> any difference. Please clarify this. There is a lot of contradictory
>>> info on the web about this. I also tried settin
Marius Kotsbak wrote:
> In that file, I find false. Is there a
> reason for that to be false as default?
FK constraints are not supported by hypersonic, or more importantly I
couldn't get them to work.
> And since this one is there:
>
> on-load
> 1000
> *
>
>
Marius Kotsbak wrote:
> I remember from using jboss 2.4.x, that manual changes in the DB would
> take some time to be reflected from CMP-beans (no new data even in a new
> transaction after the change), probably because jboss was caching the
> data, and not writing it to the DB at the same tim
Have you looked at the server.log? What queries are being executed?
Don't post the whole file. Give us a summary.
-dain
BTW: there is a difference between doesn't work and is not fast enough
for me.
Frank Morton wrote:
> Maybe I should try a different tactic.
>
> Does anyone have an ent
Wait. Are you using JAWS? I only ask that because all of the log stuff
is from JAWS.
If you are using JAWS, I can't help, because I don't know anything about
the JAWS optimized loading process.
-dain
Frank Morton wrote:
>>Dain wrote:
>>BTW: there is a difference between doesn't work and is
Frank Morton wrote:
>>Wait. Are you using JAWS? I only ask that because all of the log stuff
>>is from JAWS.
>
> Well, I'm using 3.0 as distributed. I assumed if I set cmp-version to "2.x"
> that I would be using the persistence-manager for Standard CMP 2.x
> EntityBean, which in standardjboss.
danch wrote:
> Hmm.
> Well I can help with JAWS: JAWS really should be removed from the 3.0
> codebase because even if you deploy a vanilla 1.1 CMP bean, Dain's
> JDBCStoreManager should be handling it (uh, right, Dain?).
It should. It is not used much, so the code is probably more buggy.
>
Frank Morton wrote:
>>Does your ejb-jar have a jbosscmp-jdbc.xml, or a jaws.xml? It should
>>be only jbosscmp-jdbc.xml (although any jaws.xml should be ignored by
>>JBoss 3.0 or later). Trying to use jaws.xml with JBoss 3.x is getting
>>to be a FAQ issue, but I know Dain's been trying to help
The first one is definitely wrong, but the second should work. Try it
again and make sure the jar is correctly updated (common problem). If
it doesn't go away, post a *simple* bug report with a test case at
sourceforge.net.
-dain
Ingo Bruell wrote:
> Hi,
>
> i am using JBoss3.0.0RC1, J2SDK
Alex Loubyansky wrote:
> I have to beans with many-to-many relationship.
> 1. not specifying settings relation-table-mapping works fine;
> 2. specifying only table-name in relation-table-mapping throws an exception
> while deployment;
> 3. specifying table-name in relation-table-mapping and cor
Alex Loubyansky wrote:
> Is it possible for cmr field to be a part of the primary key?
No. This is planned for JBoss 3.1.
-dain
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user
A primitive value cannot be null by definition.
-dain
Kitty John wrote:
> Hello all,
>
> Im trying to create a table on Jboss 3.0 RC1 and Postgresql , when i
> specify :
> colA
> colA
> BIGINT
> INT8
>
> it automatically assign NOT NULL to this column.
>
> How can i assign t
You can't. It isn't implemented yet.
-dain
Ingo Bruell wrote:
> Hi,
>
> I have tried to look at jboss forum, but it is not reachable, so i ask here.
>
> How i could use the autoincrement feature from Jboss3.0.0RC2 within my CMP
> EntityBeans ?
>
>
> Ingo Bruell
>
> ---
> <[EMAIL PROTECTED
ion. Email Us:
>> [EMAIL PROTECTED]
>> ___
>> JBoss-user mailing list
>> [EMAIL PROTECTED]
>> https://lists.sourceforge.net/lists/listinfo/jboss-user
>
>
>
> ___
more than one table, etc.)
It will give me and anyone else interested a kick in the butt to get
these features.
-dain
--
x
Dain Sundstrom
Chief Architect, JBossCMP
JBoss Group, LLC
x
__
Ricardo Arguello
>
>
> ___
>
> Have big pipes? SourceForge.net is looking for download mirrors. We supply
> the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
> ___
> JBoss-user mailing list
> [EMAIL PROTEC
>
> Thanks,
>
> James
>
--
x
Dain Sundstrom
Chief Architect, JBossCMP
JBoss Group, LLC
x
___
Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware.
> java.lang.Object
>
> JAVA_OBJECT
>
> BLOB
>
> Can define someone a real hint or an advice?
>
> Stefan
>
--
x
Dain Sundstrom
Chief Architect, JBossCMP
JBoss Group, LLC
xxx
atch first.
-dain
--
xxxxx
Dain Sundstrom
Chief Architect, JBossCMP
JBoss Group, LLC
x
___
Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the rec
or not yet? Is it possible to remove the
> billingInfo record in this case or is that against the law in a one-one
> relationship?
It is a bug
--
x
Dain Sundstrom
Chief Architect, JBossCMP
JBoss Group, LLC
x
___
ailto:[EMAIL PROTECTED]]On Behalf Of James
> Higginbotham
> Sent: Monday, May 13, 2002 5:52 PM
> To: Dain Sundstrom
> Cc: Stefan Damian; [EMAIL PROTECTED]
> Subject: RE: [JBoss-user] BLOB type in a CMP
>
>
> Right.. We have a script that creates the tables ahead of ti
atch(UnicastServerRef.java:241)
> at sun.rmi.transport.Transport$1.run(Transport.java:152)
> at java.security.AccessController.doPrivileged(Native Method)
> at sun.rmi.transport.Transport.serviceCall(Transport.java:148)
> at
>
> Have big pipes? SourceForge.net is looking for download mirrors. We supply
> the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listi
java.lang.Boolean
> BIT
> NUMBER(1)
>
>
>
>
> On Tuesday, May 14, 2002, at 01:50 PM, Dain Sundstrom wrote:
>
>> I don't get this. The log says it is executing this query:
>>
>> SELECT DISTINCT
>> t0_bea
fore, we need to get them mapped to "1" and "0" respectively in
> this situation.
>
> On Tuesday, May 14, 2002, at 02:53 PM, Dain Sundstrom wrote:
>
>> This is like pulling teeth. Just tell me what you want and why, short
>> and sweet. Think 72 words
Georg
>
>
> -----Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]] On Behalf Of Dain
> Sundstrom
> Sent: Tuesday, May 14, 2002 07:35
> To: Stephen Coy
> Cc: jboss-user
> Subject: Re: [JBoss-user] Fwd: Bug when converting EJB QL boolean
> comp
table from "oid" to "bytea"
> solves this problem.
>
> Is this a bug, or am I just not using either JBoss or Postgres right?
>
> Cheers,
>
> Simon
>
>
--
x
Dain Sundstrom
Chief Architect, JBossCMP
JBoss Group, LLC
xx
> I'm starting to suspect that JBoss might be the culprit here. If I
> manually extract an object from the byte array, it turns out to be a
> java.rmi.MarshalledObject when the expected class was java.lang.String.
>
> Can anyone shed some light on this? I'm using CMP 2, if that helps.
JBossCMP
Simon Stewart wrote:
> On Wed, May 15, 2002 at 10:48:48PM -0500, Dain Sundstrom wrote:
>
>>>I'm starting to suspect that JBoss might be the culprit here. If I
>>>manually extract an object from the byte array, it turns out to be a
>>>java.rmi.Marsha
ut nobody's complaining, so I'll leave it be.'
>>Simon, I take it you're getting this problem with non-jdk classes? There
>>may be some crufty instanceof testing in there.
>>
>>-danch
>>
>>Simon Stewart wrote:
>>
>>>On Wed, May
Put your current key fields declaration in the other role, and change
the current role to an empty key-fields element. You are thinking the
old backwards (like the sql references decl).
-dain
Justin Casp wrote:
> Hello list,
> I have a question regarding mapping CMR fields to table columns.
This list is run by SourceForge. I would guess they have a place on
their site to notify them of spamers, so they can be blocked.
-dain
Marius Kotsbak wrote:
> Or even better if possible install Vipul's razor
> (http://freshmeat.net/projects/vipulsrazor/?topic_id=29) and get rid of
> most of
I can tell you that it is unlikely that you feature will make it into
JAWS, or any new features.
Can you tell me more about this XML storage? What is involved required
to store the XML? A small code examples would help. If it is not to
difficult or Oracle specific, it may make it into a rel
This is a feature I have wanted for a while. We discussed this at the
JBoss retreat, but no one can seem to decide on how to pull it off. I
think we should support a ports file (MBean) which the other services
would look to first for the port numbers, but they didn't like that. I
can't real
so the APIs becoe bigger
>>and more complex).
>>
>>JBoss is more flexible and has a much more Open feel to it because of
>>these minimal contracts. Tightening them up would sacrifice this.
>>
>>I can see exactly where people who want this central management fnal
Because it tries to open a network connection, and there is no way to
put a timeout in JDK 1.3, which causes it to wait forever. You can fix
this by adding multicast to the loopback device. I don't know how you
do this, but it is what I have been told.
-dain
Emerson Cargnin - MSA wrote:
>
Don't the DOD and State Department already use JBoss?
-dain
Scott M Stark wrote:
> Microsoft tries to squelch Open Source at the pentagon, but apparently many
> at the pentagon are seeing the light.
>
> http://www.washingtonpost.com/wp-dyn/articles/A60050-2002May22.html
>
>
>
>
> _
You need to relax.
The subscription includes the exact same version the that is available
for sale individually. The new JBossCMP doc for JBoss 3.0 final will be
available in a few days.
-dain
Stefan Arentz wrote:
> Unfortunately I don't have received an answer yet.
>
> I have no problem w
This is a bug. Can you post a bug report at source forge?
Thanks,
-dain
[EMAIL PROTECTED] wrote:
>
> To the Jboss-User list
>
> I am trying to use CMR in Jboss 3.0RC2 and RC3 with Xdoclet generated
> CMPs and Stateless session beans - and it works fine when I have no
> security domain, an
Jason is working on it; mySQL is having issues.
-dain
John Childress wrote:
> Can anyone get to the forums? I haven't been able to access them since
> yesterday, just wondering if it is my connection?
>
> Thanks,
>
> John
> --
> John Childress
> http://www.johnchildress.com
>
>
Many-to-Many relationships work fine. Your field names are wrong. A
field name can not start with a capitol letter.
-dain
P.S. the following suggestion is unnecessary.
Stéphane Redon wrote:
> Hi,
>
> Just try to put the collection that you pass in a new collection like
>
>
>
> List li
If you don't have $500 don't buy the CD subscription. All of the
software on the CD is available for free download at SourceForge.
-dain
Guy Rouillier wrote:
> I'm treading lightly here. I think JBoss is a fantastic J2EE app server,
> and everyone here has been a tremendous help to me in gett
For the millionth time this is not a flaw, oversight, bug, etc. It is
the way I coded it. I knew what I was doing, and I knew some would fine
it unacceptable. This is not an easy feature to code, so I decided to
delay it until the spec required features were done. I will add it in a
future
Nope. It is on the todo list for 3.1 (or what every the next version
will be called).
-dain
Robson Miranda wrote:
> Hi..
>
> There is some way to delay an insert after a ejbCreate(), in JBoss 3? I
> noticed that it inserts the CMR fields, but there is no way to set its
> values inside ejbCre
wonder sonic wrote:
> Hi,
> Can someone tell me how are managed the inheritance of
> the CMP fields?
>
>
> Details:
> If I create a CMP A and then a CMP B which extends
> A, will CMP A and B have the same SQL table, will the
> CMP-B SQL table have SQL CMP-B fields plus SQL CMP-A
> fields?
It
Ricardo Argüello wrote:
>>I don't recommend JDO.
>>
>>-dain
>>
>
> Could you elaborate more on that, please?
JDO is a cool idea. I think of JDO like ADO; it is easy to program
against but is not a great persistence framework. One of the coolest
things about ADO is the ability to program aga
Brandon Knitter wrote:
> Cool, thanks for your patience, and I apologize for my frustrations. I should
> not let them get the best of me.
>
> In my haste I forgot to add the XML header to the top of my ejb-jar.xml files:
>
>
>
> "-//Sun Microsystems, Inc.//DTD Enterprise JavaBeans
EJB-QL is an CMP 2.0 feature so it doesn't work with CMP 1.1 (although
it wouldn't be that difficult to pack port it). CMP 2.0 is only
supported in JBoss 3.0.
-dain
Faisal Naveed wrote:
> Hi,
> I am using JBoss-2.4.6_Tomcat-4.0.3. Can i use
> standarad query language(EJB QL) with ejb1.1.
>
There is a bug report on this, but I haven't looked at it yet. I'll be
fixing ALL of the reported CMP bugs next week.
-dain
David Jones wrote:
> I am new to both JBoss and EJB2.0 and the new CMP support. Using
> XDoclet I can create a couple of beans that include simple CMP and CMR
> fields,
Are you trying to use an unknown primary key (java.lang.Object)? If you
are, it is not supported. If you are not you have some funky
configuration, and you will need to post a bug report (with only the
simple entity and query).
-dain
David Russell wrote:
> OK, so I'm a little impatient and
Simon Stewart wrote:
> On Thu, Jun 06, 2002 at 09:32:47AM -0500, Dain Sundstrom wrote:
>
>>Are you trying to use an unknown primary key (java.lang.Object)? If you
>>are, it is not supported.
>>
>
> Any idea of when it will be supported?
Most likely within
David Russell wrote:
> What are the plans to support java.lang.Object primary key types as
> outlined in the spec.? (Not that I've actually come up with a use
> for it, just wondering)
I plan on 3 possible implementations. The first is a PK generated by the
server (sequence, random, high-lo
Matt Munz wrote:
> Dain,
>
>
>>Are you trying to use an unknown primary key (java.lang.Object)? If you
>>are, it is not supported.
>>
>
> Is this really the case? I posted a message regarding this very feature,
> titled "incorrect SQL generated for findAll() on CMP bean", and I am
> interest
If the performance is 100 times slower the problem is you are not using
transactions correctly. The data that is read ahead must be accessed in
the same transaction it was loaded, it is not used it is thrown away at
the end of the transaction. If you have lots of little transaction you
read
What is the exception you are getting on the server? It should be
printed into the server.log file.
-dain
Brandon Knitter wrote:
> I did notice one other thing. When I try to get a User, I am running into a
> problem there the server is saying:
>
> Exception in thread "main" java.rmi.Server
Andre Selton wrote:
> Hi,
>
> When I deploy my EJB with CMR I got this error :
>
> org.jboss.deployment.DeploymentException: Error in
> ejb-jar.xml for relation Order-Item: cmr-field-type
> should be java.util.Collection or java.util.Set but is
> Order.
>
> items
>
The examples are included in the for pay doc. If you can wait until
monday the new docs for the 3.0 final release should be available on
flashline. We are just waiting for scott to get to his home computer.
He has been in my city (Minneapolis) this week doing training.
If you are in a hurry,
Doh, It looks like we have gone to far in reducing the excessive
exception reporting.
You could try turing up the logging in the log4j.xml file. It has
examples and good comments.
If you can't figure it out, post a bug report at sourceforge and I'll
take a look at it.
-dain
Brandon Knitte
Wait until it says it is the new docs. We will make an announcement on
the lists.
-dain
Aleksander Grzebyta wrote:
> Hello Dain !
>
> OK we will make an order monday. I hope we will not obtain the older docs.
>
> sincerely Olek
>
>
> - Original Message -
Oh, are trying to use a foreign key as a primary key? If you are, it is
not supported yet. A new guy Ken is working on this, and said it
"shouldn't be that hard" (that is what I said about the CMP 2.0 engine
when I started). If he has any luck, we should have this within a month
or two.
-d
I can tell you that the free docs have nothing on CMP 2, as I haven't
written it yet. I'm a little burnt out on writing, so it will be a few
weeks before I get anything on cmp written for the free docs.
-dain
Rajesh Acharya wrote:
> It would be of great help for new visitors (and for me too)
The old docs are OLD. The correct dtd to use is the one included with
the release in docs/dtd. Also type-mapping was changed to
datasource-mapping between alpha and beta 2.
-dain
Brandon Knitter wrote:
> I added the following to the top of my jbosscmp-jdbc.xml file and was met with
> TONS o
Jos Henrique Varanda wrote:
> Hello Dain,
>
> I'm using the same ear file in RC3 and 3.0.0. I'm
> using Oracle8 db and using CMP 2.0 as well. The
> problem is: the same ear executes 100 times slower in
> 3.0.0 than in RC3.
What about with hypersonic?
> What about transaction demarcation? I'm
>
> - Original Message -
> From: "Dain Sundstrom" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, June 07, 2002 9:46 AM
> Subject: Re: [JBoss-user] Some working CMP 2.0 examples ?
>
>
>
>>The examples are included
There was never any text in the CMP 2 section. I haven't written it yet.
-dain
Aleksander Grzebyta wrote:
> Hello !
>
> Lately the CMP 2.0 section disappeared from free docs so u have sample
> answer.
>
> sincerely Olek
>
> - Original Message -
> From: "Rajesh Acharya" <[EMAIL PROTE
If you can wait a week, this will be fixed. Also declared-sql is
described in the JBossCMP documentation.
-dain
Arthur Wang wrote:
> Hi Everyone,
>
> I am depoying my applcation in JBoss-Oracle, I have a query in ejb-jar.xml
> taking a boolean parameter like, columnName= FALSE or TRUE, when
Arthur Wang wrote:
> Thanks Dain,
>
> But where can I get the JBossCMP documentation(free or not free) you
> mentioned?
http://www.jboss.org/docs/
> and first, could you please tell me if I can write declared-sql
> with a cmr field as a parameter?
I have no idea what you are talking about.
Arthur Wang wrote:
> Hi ,
>
> I have a many to many relationship betwen two beans, and I specify the
> relation table in the ejb-jar.xml file, but when set the create-table as
> true in jbosscmp-jdbc.xml, the created relation table has a different name
> as the one I specified in the relationshi
Brandon Knitter wrote:
> I know that the JBoss group is working on a new document release, but in my
> frustration (read: no more hair)
The for pay docs are done. We're just waiting for scott to get home and
then we will be waiting for flashline (Monday or Tuesday).
> I was hoping to get a w
You need to be more specific. What exactly did you try?
-dain
Arthur Wang wrote:
> Hi,
>
> I tried to use auto_increment for primary key when I create a new entity
> bean, but there are following exception:
>
> -
> HTTP ERROR: 500 removing bean lock and it has tx set!; ne
It is not about performance it's about manageability in production.
Widows is simple too much of a pain to manage on a large scale.
-dain
Tejeshwar wrote:
> Hi..
>
>
>
>
>
> I want to know one thing.
>
> My question,
>
>
>
> JBoss on windows/linux, which gives better performance?
>
1 - 100 of 523 matches
Mail list logo