Hi All,
I am working on a report module. To generate a specific report, I am executing an SP
which returns thousands of records. I need to populate all this data to the reporting
software.
When I execute the SP, I am getting this error,
Please use a server side cursor for large result sets
I
any ideas?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845091#3845091
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845091
---
SF.Net email is sponsored by Shop4
I'm having some issues getting the tutorial to run. It appears to be something to do
with the jndi lookup in the servlet.
I noticed that the xdoclet code completions didn't work for the following section in
the JavaDocs in the servlet.
...
* @jboss.ejb-ref-jndi ref-name = "ejb/Fibo"
*
java.lang.IllegalStateException: No security context set
| at
org.jboss.ejb.EnterpriseContext$EJBContextImpl.getCallerPrincipal(EnterpriseContext.java:276)
I get the above error when doing a stress test on my web services layer. It pops about
two times for every one hundred transactions. I
Thanks Alexey. I made changes as you suggested and it worked.
However I could not find a bug record at sourceforge on that problem. I did find bugs
874163 and 828845 but these do not seem related to the problem. Do you by any chance
know the bug record, or want me to file a bug for the earlier p
With a different search, was able to find the bug 984976 for the earlier EJB-QL
problem.
- Vish.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845082#3845082
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845082
--
I am having a similar problem. I have one JBoss instance that is only acting as a JMS
server. I then have two other instances that each have an MDB that is listening to a
queue on the JMS server. The last one to connect is the only one that receives
messages. Each message should also be processe
I have an EAR file that has EJB's in it, along with a WAR file.
My application makes uses of Apache's OJB tool, which is linked into my EAR file
inside the Application.xml.
Now, when I initially deploy my application, everything works fine. However, when I
redeploy, I get the dreaded ClassCastE
I too am having this problem.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845071#3845071
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845071
---
SF.Net email i
The problem would appear to be with the JNI call to the shared library. Perhaps you
have either a corrupted native library or a problem with the Java wrapper that calls
it.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845070#3845070
Reply to the post :
h
Hi,
Sure feels strange posting a solution to one's own question but I thought this
might be helpful to others:
The problem of JBOSS not connecting to the MySQL database had nothing to do with
JBOSS. Rather it was a MySQL-Linux 'localhost' issue.
So if any of you out there are try
When this system gets under a load I end up with
2004-08-13 13:36:24,883 WARN [org.jboss.mq.il.oil.OILServerILService] Client request
resulted in a server exception:
org.jboss.mq.SpyJMSException: Could not write to the tranaction log.; - nested
throwable: (java.io.FileNotFoundException:
/orio
Create the queue MBean in jbossmq-destinations-service.xml.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845067#3845067
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845067
What does the following exception mean?
org.jboss.tm.JBossRollbackException: Unable to commit
This happens when I try to create a new instance of Entity Bean OrderBean that has a
reference to TypeBean ( multiplicity: one type can have several Orders). I can list,
update and delete but not in
I have encountered a problem in jboss 3.2.5, actually tomcat 5.
When I redeploy a war archive with my web-application, the sessions, if any opened by
clients, don't get destroyed, they live on. The problem is all attributes stored in
the
session object are lost and the application doesn't work n
Hello,
We are trying to create a two node cluster. The nodes listen on
a non-JMS external event source (Trades processing) and convert the event to a
local JMS queue. A local MDB, listens on that queue. When the local
message is processed (positions updated), a message is posted to a
topic that is
found answer here.
http://jboss.com/index.html?module=bb&op=viewtopic&t=51947
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845062#3845062
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845062
-
I would like to experiment with the Portal Framework. Does the JBoss provide the
portal server? If yes,
1. Where do I find the required downloads? What should I download?
2. Where do I find the documentation that explains the installation and configuration
of it?
Thanks.
JPJ
View the orig
Hello Everyone
I'm working with an application that access secure EJBs through a unsecure servlet. To
do this the servlet execute a ClientLoginModule before make the EJB calls (where a
second (server) login module is executed based on the realm configured for the EJB).
Once made the first EJB c
did you found the answer? bcz i m havin same prob.
thks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845060#3845060
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845060
---
Here is my post .
--
Org.jboss.console.navtree.AppletBrowser not found.
When trying to load web-console Jboss 3.2.5 on IE (Ms XP) with jre 1.4.2 giving me
this exception. It just shows a gray panel. This class is there under applet.jar that
is packed in web-consol.war.
I tried copying jcert.j
I followed your instructions and found that a null pointer is being thrown. The file
is at the location, is readable, and parses as valid XML in Internet Explorer. Any
suggestions?
2004-08-12 17:39:31,617 DEBUG [org.jboss.security.auth.login.XMLLoginConfigImpl] Try
loading config as XML, url=
I would like to have 2 J2EE applications containg the same EJB, is this possible?
I have JBoss 3.2.3 and the situation should be this:
I should have 2 folders like this:
..\jboss-3.2.3\server\default\deploy\myApp1
..\jboss-3.2.3\server\default\deploy\myApp2
Both folder myApp1 & myApp2 contains (fo
Is there a way to not have to specify the datasource-mapping in the jbosscmp-jdbc.xml
file that's deployed with the application? I don't mind specifing the JNDI name,
that's fine. But it shouldn't matter what DB I deploy my app to.
Thanks,
Eric
View the original post :
http://www.jboss.org/ind
Which JDK version are you using?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845055#3845055
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845055
---
SF.Net email
Thank you very much for your answer, Alexey.
My server debug log shows pretty much the same as yours (obviously without the stdout
commit line).
I was monitoring hsqldb by watching the *.script file from the data directory whilst
exercising the application. That's where I continually saw the mu
hi,
did any found answer to this problem? i have some prob with 3.2.5.
thanks
Kamran
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845053#3845053
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845053
--
I have two persistant message queue's which send messages to the Dead Letter Queue
when message delivery fails. I would like to read messages off the DLQ and perform
different logic based on which Queue the message came from. I was thinking the
easiest way to get this done is by specifying a d
Org.jboss.console.navtree.AppletBrowser not found.
When trying to load web-console Jboss 3.2.5 on IE (Ms XP) with jre 1.4.2 giving me
this exception. It just shows a gray panel. This class is there under applet.jar that
is packed in web-consol.war.
I tried copying jcert.jar, jnet.jar and jsse.j
Somehow, even though I logged out and logged in as myself (rgrzywinski) a previous
user was maintained. Anywho, I posted the above message (sorry about the formatting
there). I didn't want any confusion.
So much for using someone elses machine with this forum.
View the original post :
http:/
Hello,
I am trying to implement a simple CMP EJB under JBOSS but
am having a problem connecting to MySQL. Specifically, the
error message I get when I start JBOSS is
org.jboss.resource.JBossResourceException: Could not create connection; - nested
throwable: (java.sql.SQLException: Data source
I'm trying to deploy a MDB but keep getting following message:
"Could not find the queue destination-jndi-name=jms/MyQueue" Attached below are the 2
deployment file and partial log message. Can anyone help to resolve this issue. Thanks.
ejb-jar.xml
I am in the process of implementing a service (using SOP) in JBoss and I am unfamiliar
with the current paradigm whereby MBean attributes and operations interact with the
service state.
In other words, there are MBean attributes and operations (henceforth called "MBean
methods") that are valid
I have applied the change for 3.2.6RC2+
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845045#3845045
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845045
---
SF.Ne
Hi, i finished the Tusc tutorial. It was harder to finish, due some errors or bad
interpretations, but it value the pain.
If you need some help, tell me.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845042#3845042
Reply to the post :
http://www.jboss.org/
Hi
I'm using JBoss 3.2.3. I'm trying to use HTTPS, and I've got a redirect problem - I
want to redirect to port 8443, but the redirect goes to port 443. How do I correct
this? My jboss-service.xml file contains:
|
|
|
|
|
Hi,
I am using JBoss and it works nicely. But now, I have a problem which might have to do
with adjustments in embeded Tomcat.
I am using an applet which works fine in the intranet. When I access the same server
from the internet, the applet does not show up (gray square). No info in log files.
Hi guys,
I am using IBM WSAD 5.1 and Xdoclet 1.3
I want to create my first WebService(Because there is no other way to integrate EJB
with PHP - that's a final purpose).
Problems I'm facing are following:
1. @jboss-net.web-service urn = "SimpleWebService" - in reality is
@jbossnet:web-service
Hi :)
As fare as i could see there is not yet a "native" Hibernate implementation in this
release..?
I've had some problems b4 try Hibernat to work togeter with other frameworks.. When
will this be ready ? soon i hope :)
Good luck!
View the original post :
http://www.jboss.org/index.html?module
Thanks.
Julien.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845031#3845031
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845031
---
SF.Net email is sponsored by
if its deployed in expanded mode, you need to touch one of the config files to
redeploy the app. Touch the application.xml (to redeploy ur ear file) or touch the
ejb-jar.xml (to redeploy ur jar)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845030#3845030
R
Hi,
I looked at some JMS tutorials, but they do not have clear way of creating temporary
queues at run time. Can somebody send me a URL which having, creating temporary queues
at run time.
Thnak you
Thilina
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845
First off, this question doesnt belong here. Belongs in the messaging section.
Second, no details of client are posted. Is this a standalone client? A standalone
client cannot access java:comp/env space. you shud be able to access it using the
java:/ namespace.
View the original post :
http://
Hi,
I have the following problem: the DBSLM reads the login principals from the database
only once, ie. if I change the password and I restart my appilcation, ie. initialize a
new clientside LoginContext the old password is still valid(and the new not). When I
restart the server the new passwor
Hello Alex,
we are using the Standard container configuration with modifications (e.g. commit
option A)
| Standard CMP 2.x EntityBean
| false
|
entity-rmi-invoker
| false
| false
|
|
org.jboss.ejb.plugins.Proxy
I'm new in the development of ejb and JBoss. I'm trying some examples. I did an Entity
Bean that is the DataSource of a table in a Postgres database, but I get the following
error:
-
MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM:
ObjectName: jboss.j2ee:jndiName=Expedientes,servi
hi,
Changing the cofiguration file at run time gives the following error.
I'm using LB queue to store the messages. Changing any configuration file at run time
gives errors,
16:43:15,265 INFO [MessageCache] Stopping jboss.mq:service=MessageCache
16:43:15,265 INFO [CacheStore] Stopping jboss.mq
I've put a profile trace on the database and that is exactly what I see.
CMP does an insert to initially create the bean and then does an update afterwards to
save the relationships.
I can't change the way it does this can I?
Does this mean that I can't effectively use CMP and CMR for the scena
Hello,
I have a fresh install of jboss on my machine and have created in default/deploy a
directory called test-ejb.ear and within it a directory called test-ejb.jar. When I
start Jboss it deploys the ejb fine. However when I make a change to the ejb's class
files it does not redeploy. Is it po
"sandeep_rajpathak" wrote : For the query on setResourceAdapter not getting called,
the ManagedConnectionFactory implementation class should implement
ResourceAdapterAssociation interface. Only then does the container call the
setResourceAdapter method.
MyMCF implements the MCF-Iface as well as
For the query on setResourceAdapter not getting called, the ManagedConnectionFactory
implementation class should implement ResourceAdapterAssociation interface. Only then
does the container call the setResourceAdapter method.
View the original post :
http://www.jboss.org/index.html?module=bb&op
thanks!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845018#3845018
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845018
---
SF.Net email is sponsored by Shop4tec
Hello,
my ra.xml containts two properties for my ManagedConnectionFactory, but these
properties get not set while deploying the RA. It works well with properties for the
ResourceAdapter class defined via config-properties within the resourceadapter element.
Hi guys,
I am in a job of migrating an application running on weblogic to jboss.
The biggest challenge i face here is obtaining any JNDI resource in the existing code
where all the resources are accessed like this:
Properties h = new Properties();
h.put(Context.INITIAL_CONTEXT_FACTORY
Sounds to me you will have to write a custom Authenticator if you are using Tomcat.
Have a look at the source for BasicAuthenticator or FormAuthenticator and this will
give you an idea of how to do it...
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845015#
Hello Scott,
I've added a RFE with the title "kerberos for JMS" to sourceforge.
Maybe there is a possible solution.
Grettings, Richard
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845014#3845014
Reply to the post :
http://www.jboss.org/index.html?module=b
Yes, maybe. If the container tries to passivate an instance and it is in use, you get
this warning.
What exactly are you doing?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845013#3845013
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=pos
Where can i found the specification of JBoss and of all of his component.
For example, i need to now that for webservices in JBoss 3.2.5.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845012#3845012
Reply to the post :
http://www.jboss.org/index.html?module=
You need to map foreign key fields to primary key columns in the jbosscmp-jdbc.xml
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845011#3845011
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845011
--
hello all,
I have downloaded jboss-3.2.3 into my system. I was successful in starting jboss.
but when i try to get the jmx-console i am geting the above error. I am using a Tru64
V4.0F operating system. The same jboss when i started in a windows system i was able
to get the jmx-console. What
You can do it with jboss.xml resource-ref element. The DTD is jboss_3_2.dtd.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845009#3845009
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845009
This is a bug that was fixed in 3.2.6. Just put WHERE on the same line 1, i.e. no new
lines in the query.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845008#3845008
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3845
Unless there is a bug, the instance is in use, i.e. locked and/or associated with a
transaction.
What container configuration are you using?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845006#3845006
Reply to the post :
http://www.jboss.org/index.html?mod
You could turn on Jboss logging to see what sql stmts jboss generates.
Change in log4j.xml:
| ...
|
|
|
|
|
|
|
|
| ...
|
|
|
|
|
|
|
|
| ...
|
|
My guess is that your app from within a tr
I have discovered the solution, namely to give every JSF component an ID. There seems
to be a bug in JBoss's allotment of IDs, so that, in this case, URLs get switched
between the components.
Therefore, as soon as I also give every an id and every an
id, the problem vanishes.
View the origina
Thanks for your reply.
Does this mean I have no chance to see a solution? Frankly, I don't understand why it
doesn"t work since UsersRolesLoginModule works and allows to authenticate users.
Olivier.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845003#38450
66 matches
Mail list logo