Security context is propagated in JBoss-Tomcat. I use the databaseserverloginmodule to
authenticate and i can use methods like reqest.isUserInRole etc.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3845607#3845607
Reply to the post :
http://www.jboss.org/in
Scott,
I was not able to find an option to add a attachment to the bug report??
Am I missing something???
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844153#3844153
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844
Scott,
Sorry I did not understand u,... did u mean the actual jar file or the portion of the
deployment descriptor???
thanks so much in advance
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844132#3844132
Reply to the post :
http://www.jboss.org/index.html
here is the portion of ejb-jar.xml for servercontrollerbean
|
|
|
|
| ServerController
|
| com.togosoft.ht.service.server.ServerControllerHome
| com.togosoft.ht.service.server.ServerController
|
com.togosoft.ht.service.se
here is the snippet of the actual original message:
anonymous wrote :
|
|
| 11:12:26,546 INFO [BlockingServer] Remoting 'async' protocol clients will connect
to: InvokerLocator [async://192.168.0.101:8085/?compression=-1&tcp.nodelay=true]
| 11:12:27,406 WARN [EJBDepl
Scott,
Here is what i noticedthe classes that the classloader reports as not able to find
are exception classes thrown by business methods in a Stateless Bean.
Actually the exception class do exist in the jar file as reported earlier...
The error message is exactly as the one reported in
This issue appears to be related to issue# 967939 in the bug tracking database.
I have trying to deploy a jar file with ejbs, that has already been successfully
deployed and tested in jboss 3.2.5, on Jboss 4.0RC1 and I am getting a failure
ClassNotFoundException when deploying Stateless Session
Alexey,
Thanks again for taking time out. It makes more sense to me now.
I used the finder and the performance improved relatively. 730 records in 12 seconds.
I have not used Lazy-resultset-loading yet.
However sorry to pester you with couple of yet again follow up questions:
1. Do u know the
dho,
Actually Alexey pointed out how to turn on just the cmp queries instead of all the
crap that gets out in the approach i mentioned.
I am posting what alexey posted in one of my topics. Hope it helps
Repos
Here is the code block. i forgot to put code tags around it
|
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842958#3842958
Reply to the post :
Alexey,
Thanks For your responses. I deeply appreciate it.
I need one small clarification or confirmation . The CMP query for generating related
beans seems to be on each individual entity (i see ejbLoad being called for each
entity). In a finder you specify the query to get all the entities and
Thanks joachim,
how do i turn cmp logging>???
I turned on DEBUG messages in log4j.xml...i see the queries but also a deluge of
message from all the other components
IS there a way to turn CMP Logging alone
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3
Joachim,
Yes. All of this happens in a Session Facade api with a tx attribute of required.
Even the finder method to find the orders has a tx attribute of required.
Is this the typical throughput that we can expect ???
I am still puzzled that only 1000 records can be retrieved per minute if you
Yes. Choose "DEBUG" (instead of "Info" )level of message in log4j.xml
../conf directory.
You will get a whole bunch of debug level messages in the console along with generated
sql by the cmp.
hope it helps
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=384
I have posted a similar issue
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=52230
The solution is not to increase the tx timeout valuebut to optimize the cmp engine
or use ejbSelect or ejbHome method to retrieve the data wihtout associating with that
huge number of entities..
I am new to CMP .
Env:
JBoss 3.2.5
JDK 1.4.2
MSSqlServer 2000
Pentium 4 2.4 Ghz Hyperthreading
500 MB RAM
I have two EntityBeans OrderBean and LineItem Bean.
there are 23 order entities in the order table and about 6600 entities in the LineItem
table. Both the tables are linked by a Order
that was me :) I am glad it helped
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842579#3842579
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842579
---
This SF.Ne
j_security_check not only authenticates the user against a speciified realm in
login-config.xml but also writes the necessary information (authenticated
identity/principal) into the thread local storage (TLS) so that security context is
propagated.
If you do your custom login authentication, i
However one could isolate the access of JNI functionality in a wrapper RMI object and
then an MDB could become a client to the RMI object and access the jni functionality
INDIRECTLY...
Scott? can u help us if I am wrong...
thanks in advance
View the original post :
http://www.jboss.org/ind
However one could isolate the access of JNI functionality in a wrapper RMI object
and then an MDB could become a client to the RMI object and access the jni
functionality directly...
Scott? can u help us if I am wrong...
thanks in advance
View the original post :
http://www.jboss.org/index.h
HmmmIt is my understanding that EJBContainers do no allow access to JNI
functionality...?
Am i Wrong???
Scott??? any thoughts on this
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3841681#3841681
Reply to the post :
http://www.jboss.org/index.html?m
I have posted how i was able to fix the problem under this new topic.
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=51178
Good luck...if you have futher questions please feel free to post them under this
thread
View the original post :
http://www.jboss.org/index.html?module=bb&op=
Thanks for the prompt response. It is fixed now. Yours/ and Alexey's response lead me
to inspect all the jar files in the JAVA_HOME/.../JRE/LIB/ENDORSED directory... . It
was the xsltr.jar that had "bcel" stuff not the suspected xalan.jar. removed that jar
file and I was able to proceed.
Than
Alexis,
Thanks for taking time out of your response. I searched the computer for bcel.jar and
the only two places I have found the jar file is
/server/all/lib
/server/default/lib
I am running the "all" configuration.
bcel.jar in the both the places is 505kb in size. (it is of 504kb in jbos
My deployment descriptors and interfaces are generated by XDoclet (tags specified in
the listed AccountBean.java)
| /*AccountLocalHome.java listing
| * Generated by XDoclet - Do not edit!
| */
| package com.company.ht.data.account;
|
| /**
| * Local home interface for Account.
Hi all,
I am getting this exception when a CMP Entity Bean is being deployed in JBoss 3.2.4.
Please note that I have a whole bunch of stateless Session Beans deployed
successfullyit is happening with CMP Entity bean only
RuntimeErrorException: java.lang.NoSuchMethodError:
org.apache.bcel.ge
Here is more details...
I have been able to deploy all the stateless Session EJBs . But when I am deploying my
first Entity CMP EJB , I get this error.:
RuntimeErrorException: java.lang.NoSuchMethodError:
org.apache.bcel.generic.InstructionFactory.createNewArray(Lorg/apache/bcel/generic/Type;S)
Thanks for this message thread. I find xalan.jar with different files at java 1.4.2_04
lib directories and they are much bigger than xalan.jar files in JBoss3.2.4...
What is the solution??? remove the xalan.jar from java_home?
thanks in advance
View the original post :
http://www.jboss.or
Thanks Scott. We were just wondering how to access and call the
flushAuthenticationCache in JaasSecurityManagerService.
This thread should help. Thanks again for the prompt help.
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3826836#3826836";>View
the original post
http://www.jb
Hi,
We have an application that allows users to register account with an associated
service plan (which maps to a specific role). The app uses a Form based
authentication.
The user is logged and authenticated/authorized against the infomration stored in
tables which are populated from the ac
30 matches
Mail list logo