Include the class file in your ear file and deploy it. If you want to use this
loginmodule with more than one ear file then it must be sufficient to packeage the
class file into a separate jar and put it in the classpath.
Gerd
View the original post :
http://www.jboss.org/index.html?module=bb&
George,
try these.
% grep DefaultDS $JBOSS_HOME/server/$SERVER/conf/*
% grep DefaultDS $JBOSS_HOME/server/$SERVER/deploy/jms/*
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828038#3828038
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=po
I have tried using a servlet-filter in order to do pre- and post-processing to
j_security_check but it didn't work. There are some other people reporting that
filtering j_security_check isn't possible.
Also using a custom loginmodule isn't possible because of caching security information
(see h
I Think it not a priv. problem cause i was deploying other war files and it working
and connectiong to db without any problem the problem come from the EJB so please
again if anyone knows common differneces bet. windows or linux or linux need extra
settings inform me
View the original post :
you are right; sap doesn't support XA. But you can realize "virtual transactions" by
your own TransactionManager if you want. Is a lot of work to do that...
Juraj
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828035#3828035
Reply to the post :
http://www.j
Can this be done on an entity per entity basis?
Regards,
Stephane
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828034#3828034
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828034
-
Changing the entity-command in defaults of standardjbosscmp-jdbc.xml is enough. I just
tried it.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828033#3828033
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828033
---
Hi All,
I am trying to use the Postgresql as my back-end database.
So I created a psql-ds.xml file :
DefaultDS
jdbc:postgresql://server.ip/mydatabase
org.postgresql.Driver
user
pswd
and I placed in the relative /deploy directory.
Also I placed the JDBC driver (.jar file) to the corresponding
What is done in box.setSale( sale ); and piece2 = weightHome.create( piece2.getUOID()
);?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828031#3828031
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3828031
-
Just invoking a get method of a CMP or CMR field would be enough. Assuming standard
container with CO A or D.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828030#3828030
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=
Bela, Thanks again for your help.
I made changes in my cluster-service.xml (Moving STABLE protocol on top of UNICAST,)
and ran the test for 8-10 hours but Jboss is still giving that long message error.
I will incorporate the changes you have suggested in the last reply message and run
the test on
Hi Guys,
I am also experiencing this 'problem' with 3.2.3 and a Queue, however the bug appears
to be harmless. Can the ExceptionHandler just ignore the Exception, or should it
perform some cleanup ?
Thanks and regards,
Andrew
View the original post :
http://www.jboss.org/index.html?module=bb&
Hi:
I am running 3.2.3. I notice that each time I change the system time
on Windows, jboss gets this following exception. Why?
Is the resolution similar to the other issues? Set an exception listener
and reconnect and re-establish all the topics and subscribers/publishers
etc? This is a bi
This is more of an Oracle question than JMS one.
You can run any Java code you want using Java stored procedures in Oracle. Then it
becomes a matter of including the JBoss jars and running the example client code in
Oracle.
View the original post :
http://www.jboss.org/index.html?module=bb&o
Hi nytamre :-
Have a look at this thread
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=47662
This should resolve yr problem.
Vishal.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828024#3828024
Reply to the post :
http://www.jboss.org/index.htm
Well this is more lomboz specific quetion, better to be araside at thier forums.
But as far as ejbGenerate.xml in some of teh versions of lomboz it has been replaced
by xdoclet.xml.
I'm not sure what versions you are using.
If you want to see ejbGenerate.xml
Then use Eclipse 2.1 with lomboz.21_0
hi all,
we are trying to migrate from weblogic to jboss, so we need to implement a custom
security class, we have written a custom security class. but we are unaware about the
loading stratagies of this cusotm class, if somebody know how to load this class and
make use of this class to secure E
hi all,
we are trying to migrate from weblogic to jboss, so we need to implement a custom
security class, we have written a custom security class. but we are unaware about the
loading stratagies of this cusotm class, if somebody know how to load this class and
make use of this class to secure E
hi all,
we are trying to migrate from weblogic to jboss, so we need to implement a custom
security class, we have written a custom security class. but we are unaware about the
loading stratagies of this cusotm class, if somebody know how to load this class and
make use of this class to secure E
hi all,
we are trying to migrate from weblogic to jboss, so we need to implement a custom
security class, we have written a custom security class. but we are unaware about the
loading stratagies of this cusotm class, if somebody know how to load this class and
make use of this class to secure E
hi all,
we are trying to migrate from weblogic to jboss, so we need to implement a custom
security class, we have written a custom security class. but we are unaware about the
loading stratagies of this cusotm class, if somebody know how to load this class and
make use of this class to secure E
I am confused about the use of the depends attribute. I want to ensure that all of my
web applications and EJBs are started in the correct order so that if I start my
application while there are messages in my JMS queues or requests coming in through
Tomcat I can ensure that everything runs corr
hi all,
I have a senario where in, I need to publish a message when a table in inserted or
updated. That is, is it possible for an Oracle Trigger to publish a message to the JMS
Topic?
thanks in advance
srinivas
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3
hi all,
I am using jboss3.2.2 on Windows XP and, Jbuilder as IDE. I have a strange problem
where in, if a bean(Session Facade) is deployed and later modified, and redeployed,
the changes are not getting effected. I tried to shutdown the server, clean the tmp
diretory and restart the server and r
hi all,
I am using jboss3.2.2 on Windows XP and, Jbuilder as IDE. I have a strange problem
where in, if a bean(Session Facade) is deployed and later modified, and redeployed,
the changes are not getting effected. I tried to shutdown the server, clean the tmp
diretory and restart the server and r
Hello,
I am using jboss3.2.3 on Linux.
There was a previous post about the "no-select-before-insert" entity command in this
forum. This to avoid the select count(*) queries before inserts.
>From what I understood setting this requires the following.
In the standardjbosscmp-jdbx.xml file
Under
Ok.
Do you need to access the CMP field as part as a UserTransaction to ensure
caching or is accessing it enough?
Thanx
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3828008#3828008
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mo
Greetings -
I am writing my own persistence manager for my model mbeans. Obviously, you need some
sort of unique name to associate with each set of attributes for each MBean. My
intent was to use the MBean name, since it is there and already unique. So, in my
PersistenceManager.load(ModelMBe
Check your \server\%servername%\deploy\jbossweb-tomcat41.sar\web.xml file and make
sure the js mime-extension is registered.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827991#3827991
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=postin
Hi,
I don't know whether there is a JBoss specific work around, however the
EJB spec says :
An enterprise bean must not use the java.io package to attempt to access
files and directories in the file system.
The file system APIs are not well-suited for business components to access
data. Busin
Hi,
I have a client app of a stateful session bean. The app serializes the
component interface to a file, recreates it and uses it. (Code below).
The output from the Session bean is a follows...
15:14:17,421 INFO [STDOUT] HelloBeanEJB()
15:14:17,421 INFO [STDOUT] setSessionContext
15:14:17,42
I have the following piece of code in my test suite :
| public void testBoxSale()
| throws Exception
| {
| // create the necessaty stuff
| BatchSelectorEJB batchSelector = batchSelectorHome.create();
| WeightEJB box = weightHome.create( WeightCo
I'm trying to access the JavaMail provider I've configured in
mail-service.xml, under java:/Mail. If I lookup "java:/Mail" in my MDB,
all works fine.
However, if I try to access "java:/comp/env/mail/MailProvider" - as I
believe I've configured ejb-jar.xml and jboss.xml, then I get Naming
excep
Hey schrouf,
Thanks for the response
I am using durable subscriptions and have considered cranking up the retries. But, I
also like the idea of the DLQ. Monitoring that single queue for problems rather than X
number of topics/subscribers.
I have also been experimenting with using a message
bug submitted with war
https://sourceforge.net/tracker/index.php?func=detail&aid=925421&group_id=22866&atid=376685
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827928#3827928";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827928>Reply
to
hi sacha
It replies and Thank you.
Please tell me detail? What is the 'node1'. What is the worke id?
node is partition name?
i'll modified jboss-service.xml below
server1
-
-
server2
---
I'm not sure if this is the correct way to do this, but our solution to this was to
deploy those needed classes in the ejb.jar deployment as well. Our build script
handles the copying of those classes.
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827926#3827926";>View
the origin
Thanks for the reply.
Unfortunately, my jboss.xml file validates successfully against the 3.2 DTD.
I guess I'll have to play around a bit more with it. I'll post again once I find out
more.
-Matt
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827925#3827925";>View
the original post
Your suggestion is right.
My current plan is to make it possible to
a hierarchy of ClassPool parallel
to ClassLoader's.
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827924#3827924";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827924>Repl
I am tring to deploy a ear file onto jboss 3.0 where the ejb's referance classes in
the war file web-inf/classes and receive the following error.
2004-03-25 11:05:51,132 WARN [org.jboss.ejb.EJBDeployer] Verify failed; continuing
java.lang.NoClassDefFoundError:
Any help would be great.
http
Already solved it, was not jboss problem! My fault!
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827921#3827921";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827921>Reply
to the post
-
not required, we generate the proxies at runtime and serialize them to the client
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827920#3827920";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827920>Reply
to the post
Adrian:
Should I be using JmsXA as the connectionfactoryname attribute for the
JMSCacheInvalidationBridge?
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=47589
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: 29 March 2004 13:18
> To: [EMAIL PROT
1) In my measurements UIL2 is faster than OIL
(except for the time required to connect on a local machine which takes longer
because of thread pool construction). It is on my list to improve the thread pooling
generally in jbossmq. See the development forums.
2) UIL2 does less synchronization so
Hi all,
I am following the Lomboz tutorial in order to create an CM EJB.
But it seems that the EJB creation wizard does not create the ejbGenerate.xml file?
Does anyone knows why ?
Thanks in advance
George
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827918#3827918";>View
the or
We redirect System.out, System.err to a log4j appender. If you don't want that
behavior set the org.jboss.logging.Log4jService.catchSystemOut and
org.jboss.logging.Log4jService.catchSystemErr system properties to false.
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827917#3827917";>
Hi All,
I was able to deploy ejb ( session and BMP), to my surprise there was not stubs and
skeleton files been there, I didn't see ant error will deploy and also I was able run
my testcase.
Could any tell me, for jboss stubs and skeleton are not required, if yes how it is
been taken care.
Tha
send an email to "bruce at ashton dot net" as I probably won't be able to
send attachments via a mailing list
> -Original Message-
> From: pagomen [mailto:[EMAIL PROTECTED]
> Sent: 29 March 2004 14:32
> To: [EMAIL PROTECTED]
> Subject: [JBoss-user] [Installation & Configuration] - JBOSS +
George:
It's not quite as simple as that, there are a few other configuration files
that have to be tweaked as well. I can't remember what they all are atm,
but I have them on my PC at home. If you can wait for a couple of hours
I'll send them on to you.
bruce
> -Original Message-
> Fr
Hi All,
Could any tell me, is it possible to configure jms messages to cache within memory
instead of database.
Thanks
Srinivas
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827914#3827914";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=
Adrian,
I am a collegue of Lucas:
Ad 1) We need to use the IL which is fast enough for our purposes
(UIL2 currently isn't as fast as OIL in our specific application)
Ad 2)
We are using Debian Linux, so the hint with Red Hat does not
apply for us.
With our type of application, we have seen a m
Post a bug report to sourceforge with the sample war.
http://sourceforge.net/tracker/?group_id=22866&atid=376685
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827913#3827913";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827913>Reply
to
Hi,
I searched in the forum, and found things, but never all the correct informations
somewhere. I also read the jaas-howto, but not much about ldap.
Well it's been 2 days, and I can't have the roles for my users !
First, the ldap structure:
This is the Tomcat sample schema which is exactly the
Hello,
We have an application that create entities (let's say a Book) when some message is
send to a queue. An MDB picks up the message, translate its content and create a new
entity with the value contained in this XML.
Most of the time, the message contains an array of Books to create.
When
Hi again
still working on the same problem...
I recognized that I still get errors when trying to lookup home after restart of jboss
from extern tomcat. I 'm running two jboss, one is located on the same mashine as my
tomcat server.
It seems jboss-client-classes also tries to lookup on localhos
jboss.conf and jboss.jcml are 2.4.x files. The 3.2.3 series has
jboss-3.2.3/server/default/conf which contains a jboss-service.xml file.
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827909#3827909";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=re
Thanks for Scott Stark help first!
After I set the following
keystoreFile="/conf/my.keystore"
JBoss Console print out the following:
LifecycleException: Protocol handler initialization failed:
java.io.FileNotFoundException: C:\jboss-3.2.3\server\default\key\my.keystore (...
I know that the key
You need to assign a worker id in your Tomcat engine configuration:
|
|
|
|http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827906#3827906";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827906>R
Hi:
using Jboss 3.2.3 with Oracle OCI drievr for windows XP (latest version) on a 8.1.7
database, when I try to create a new entity I get the error:
ORA-01400: cannot insert NULL into ("DB","TABLE","FIELD")
Seems like Jboss is not aware of the fact that the field is not null but it has a
default
Hi All,
I am trying to use the Postgresql as my back-end database.
So I created a psql-ds.xml file :
DefaultDS
jdbc:postgresql://server.ip/mydatabase
org.postgresql.Driver
user
pswd
and I placed in
"[EMAIL PROTECTED]" wrote : This was a known bug with 3.2.2, try 3.2.3
|
| If you have configured the MessageCache to aggressively soften it can
| thrash trying to soften persistent messages that don't need to be softened.
|
| Regards,
| Adrian
|
Thanks. We're installing 3.2.3 rig
Hello!
IÂm new using JBoss. I've deployed some EJBs, using the standard examples. But now, I
need deploy a MBean. What's different? There's an example anywhere?
Thanks
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827902#3827902";>View
the original post
http://www.jboss.org/index.
Hi,
i have this problem, too.
I use JBoss 3.2.3, Windows 2000 Server (all Patches and SP's), Sun Java 1.4.2.
JBoss is started as a wrapper service at the server boot time.
In my case, the server services (sometimes DNS, sometimes IIS/ FTP, ...) use the Port
1098. I found out that with the tool
Yes I am. The JDK version is j2sdk1.4.1
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827898#3827898";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827898>Reply
to the post
---
This SF
Does it respond to a thread dump request?
If not, it means the jvm has crashed.
Regards,
Adrian
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827896#3827896";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827896>Reply
to the post
--
Hi,
Any luck at all with this?
Many thanks!
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827895#3827895";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827895>Reply
to the post
-
This is not very informative:
Caused by: javax.transaction.xa.XAException
at COM.ibm.db2.jdbc.app.DB2XAResource.throwXAException(DB2XAResource.java:288)
at COM.ibm.db2.jdbc.app.DB2XAResource.end(DB2XAResource.java:136)
Try adding true
(if you don't already have it) to your db2-xa-ds.xml or whate
Hi,
We are sitting with the same problem. We use a jsp:include tag to include a JSP with
all our CSS and .JS references in each main JSP.
The CSS references works fine, but for some reason we can not get the javascript to
work. It works fine under Tomcat alone, but as soon as we deploy it under
The setTransactionIsolation() is invoked lazily on first use of a connection.
// Check the isolation level
if (jdbcTransactionIsolation != underlyingTransactionIsolation)
{
con.setTransactionIsolation(jdbcTransactionIsolation);
underlyingTransacti
Hi
I'm using DB2 8.1.4 with jboss 3.2.3.
I#m using the JCC type 4 driver because we found this to be faster than appdriver and
much easier to install.
Therefor you need the files:
db2jcc.jar
and may be one or both of these
db2jcc_license_cisuz.jar db2jcc_license_cu.jar
It works fine in our case.
hi
I've configured serve1 jboss3.2.3 with apache 1.3.x and mod_jk2 connector on Redhat9,
and server2 configured only jboss3.2.3 on RedHat9.
The load balancing works correctly, but i'm having a few problems getting the sticky
sessions to work.
I'll post my workers2.properties below
Thanks in a
Hi all,
Desperate, I'm working with jboss-3.2.3 and mysql, i can't deploy some ejb, i need to
map them to a different database, it's one database with 5 tables per context and i
have 10 context, since every instance on the ejb create the same tables i need to use
different database, bit i can'
Hi
I'm using JBoss 3.2.3 with SLSB in a Cluster SLSB are Called rom a seperate Tomcat
machin (we do not use internal Tomcat).
For increasing performance, we cache Home and Remote Proxies in custom classes using
RountRobin.
When restarting JBoss, we get in many cases (not always) Problems looking
I'm pretty new to the EJB arena, too, but I'll try to throw out a couple of responses
to your questions.
1) Is EJB right for you? Who knows. A lot of people have accused EJB of being
"overkill" for most applications. That may be so, but a good development tool (such
as XDoclet) can go a long
I recommend you to utilize Xdoclet (xdoclet.sourceforge.net). With this tool you can
decorate your businessmethods with deployment information and the deployment
descriptors are generated automatically both for weblogic and jboss and many others. I
never wrote or clicked DDs by my self.
The info
No it does not, that is scheduled for DR4
Regards,
Adrian
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827885#3827885";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827885>Reply
to the post
The ping timeout says the client is not getting a response from the server.
This is most likely due to a network problem, i.e. the server is being told to
connect back to the wrong client.
If you get the same problem with UIL2 you have a more serious network problem.
You are also using consumers c
version? My guess is you are not using the latest and greatest.
Regards,
Adrian
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827883#3827883";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827883>Reply
to the post
--
Neither QueueConnectionFactory or java:/JmsXAQ exist in jndi
java:/JmsXA does.
The stacktrace is because you are not closing the connection/session.
Regards,
Adrian
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827882#3827882";>View
the original post
http://www.jboss.org/index.html
Use 3.2.3
There is a known race condition between connection.start() and consumer.receive()
in 3.2.1
If you used search, you would find this discussed many times.
Regards,
Adrian
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827881#3827881";>View
the original post
http://www.jboss
Yes, that's right, the 3ms is between
[2004-03-26 18:11:41,231] [TRACE]
[org.jboss.ejb.plugins.cmp.jdbc.JDBCEJBQLQuery.TraderMapping#findByTraderIdAndExchange]
Set parameter: index=2, jdbcType=VARCHAR, value=vtx
and
[2004-03-26 18:11:41,234] [TRACE] [org.jboss.ejb.plugins.EntityInstancePool] 0
Hi,
I have solved the problem by using a singelton wrapper for the Connection class. This
will also enable all clients to be Exception listeners since the wrapper class
distributes the onException() call.
I am starting and stopping with, addMessageListener(...) and session.close().
Seems to wo
This was a known bug with 3.2.2, try 3.2.3
If you have configured the MessageCache to aggressively soften it can
thrash trying to soften persistent messages that don't need to be softened.
Regards,
Adrian
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827878#3827878";>View
the origi
No OIL is going away. OIL has some bad synchronization problems.
UIL2 is designed to be concurrent.
I don't recognise your CPU problems. Are you using Redhat9?
Try setting
export LD_ASSUME_KERNEL=2.4.1
to turn off Redhat's buggy backport of NPTL
I have also started to do some work on the server c
Thanks
I will have give this a try.
Amresh
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827874#3827874";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827874>Reply
to the post
---
T
Hi Jonny
I got the same problem but I don't use JBoss.
Did you already find a solution?
I don't know what to do.
Best regards
Glenn
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827872#3827872";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=rep
Are you using JBoss IDE and running JBoss in Eclipse?
What is your JDK version?
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827873#3827873";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827873>Reply
to the post
--
As off this morning the I no longer get a BindException when I restart JBoss. The
only explanation I can think of is the fact that I rebooted. I'm running Windows
2000, so this kind of makes sense to me.
My problems aren't over though, I now get a new exception,
2004-03-29 11:47:16,269 ERROR
Something else that might throw more light on the situation
the access log in jboss3.2.3 reports that the GET method is used to access
process.jsp, where it should be the POST method.
This would explain why the post data is lost.
Martin
http://www.jboss.org/index.html?module=bb&op=viewtop
Hi
Since two days iam trying to run chap3 .. tutorial provided by the vishal.
I could not able to run it , i have done all the steps exactly.
Finally when i run client, getting exception ...21 more.
I commented database connection part , i returned String "userIdtest".
After that i did not get ex
To avoid ClassCastException (services actually interact)
J-F
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827868#3827868";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827868>Reply
to the post
If I understand right, 0.13 msec is the time that Postgres took to execute the query.
It does not take into account JDBC, right?
How long did it take in 3.0.8?
Thanks.
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827867#3827867";>View
the original post
http://www.jboss.org/index.ht
User lowercased first characters for field names.
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Laurent MARQUEZ
> Sent: Monday, March 29, 2004 12:56 PM
> To: [EMAIL PROTECTED]
> Subject: [JBoss-user] [EJB/JBoss] EJB QL - jboss 3.2.3 -why i
>
Hi
We are going to migrate our apps from embedded Jetty to embedded Tomcat in order to
evaluate if a switch will not have a negative impact on performance.
In Jetty we dynamically add Web Contexts to an app at deploy time using jetty-web.xml :
|
| http://jetty.mortbay.org/configure_1_2.dt
To reproduce this I would need not only the relationship specification but also some
real initial data. Could you please provide it? Thanks.
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827866#3827866";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mod
NPE is thrown from your code. So, look at what reference is null and investigate why
it could be so.
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827864#3827864";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3827864>Reply
to the post
-
Many thanks! I managed to do that. One more question is how do you bind to
declarative transactions, ie avoid the use of programmatic transaction management when
running inside a session bean?
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3827863#3827863";>View
the original post
h
In EJBQL paths that appear in the FROM should be inner-joined. Other paths should be
outer-joined. Current compiler in 3.2 does not support outer joins and has some hucks
in this regards.
There is a new QL compiler in HEAD that is INNER/OUTER based. It might be ported to
3.2 one day.
http://www
getPrimaryKey() primary key is handled by client container and not fetching the value
from the persistent context. So, the answer is no even for UserTransaction. You need
to access some CMP or CMR field to load the data into the cache.
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=382
OK, the trace is below, as well as the explain from Postgres.
I had a closer look at the times and I'm seeing that 20ms is a peak,
the trace below is more like the mode, about 3ms, with an average
of about 8ms.
Still 3ms for a request which Postgres manages in 0.13ms is still rather large.
-
1 - 100 of 131 matches
Mail list logo