Can not generate encoded password using IndentityLoginModule.
I included jce.jar and jboss-jaas.jar, otherwise there was another exception.
F:\jboss-3.2.4RC1>java -cp C:\j2sdk1.4.1_03\jre\lib\jce.jar;F:\jboss-3.2.4RC1\cl
ient\jboss-jaas.jar;lib\jboss-jmx.jar;lib\jboss-common.jar;server\default\d
Try that one: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=45361
Volker
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838907#3838907
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838907
You might have a chance with that one:
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=45361.
Regards
Volker
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838906#3838906
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mod
Hi All,
I am using Hibenate and PostgreSQL DB. The server I am using is JBOSS.
How to configure DBCP using these.
Thanking you in anticipation
Manohar
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838905#3838905
Reply to the post :
http://www.jboss.org/i
I finally figured it out. The CLASSPATH environment variable needs to be set and
pointing to servlet.jar.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838904#3838904
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=383
"perty" wrote : Object ref = context.lookup("Fibo"); did.TriedTestSessionHome lHome =
(TestSessionHome) lContext.lookup( "ejb/test/TestSession" );andTestSessionHome lHome =
(TestSessionHome) lContext.lookup( "java:ejb/test/TestSession" );andTestSessionHome
lHome = (TestSessionHome) lContext.look
Sorry !
jboss-service.xml
...
|
| org.jboss.security.plugins.JaasSecurityManager
|
| 10
| 10
|
...
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838900#3838900
Reply to the post :
http://www.jboss.org/
Hello!
Now, I work for Japanese company in Tokyo.
And my English is not so good that forgive me!
I have some problem in development of Login part with JBoss!
One is setting of DatabaseServerLoginModule in login-config.xml is not work, on the
other hand, UsersRolesLoginModule goes well without an
If so, beginners on jboss would save much effort.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838898#3838898
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838898
---
Hi,
Does anyone know, can Jboss run gracefully on Jikes RVM instead of running on other
JVM likes Sun Hotspot, IBM JRE , etc...
If so, how should I configure it to use Jikes RVM especially on the jboss/bin/run.sh
file
Thanks: meileng
View the original post :
http://www.jboss.org/index.html?m
I am also very interested in deploying Petstore to Jboss3+.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838896#3838896
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838896
why many old jboss examples are not available any longer ?
I need them.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838895#3838895
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838895
---
Thanks for the reply. But I think my initial question might have been a little
misleading.
It is the client side that is accessing the beans AND connecting to the JMS topic, I
have something like the following in the client app:
lc = new LoginContext("jbossmq",handler);
lc.login();
// ...
Hi All,
Does anyone know if you can create a database compound index in the jbosscmp-jdbc
descriptor?
I know that with the dbindex tag you can create a single column index in the cmp field.
Thanks,
GM
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838893#3
p..s if you do encounter that the sql is wrong to create the unique constrants, just
edit the appropriate .properties file in "build/etc", run "build clean deploy" to
retest, and post the correct statement back in the forum so i can check in the correct
statement.
View the original post :
htt
i've promoted the tag to include julien's latest fixed for the utf-8 encoding.
i've also checked in minor updates to the news to address the lack of getter/setter
methods for the copyright and location member variables, and to also add a unique
constraint to the "name" column on the nuke_news_t
I have set up a JBoss 3.2.3 cluster with two Win2K boxes, each running one JBoss
instance. My client application is running on a third Win2K box. I am trying to use
the auto-discovery feature (provider_url = "") thereby forcing the client to discover
the HANamingService using multicast.
Upon te
Hi Kirk,
Let me try that. Meanwhile, a quick quesiton -
what are the Equivalent files in JBoss for the conf/server.xml and conf/web.xml?
Any clue?
I mean, I have all my configs in these 2 files. So, what other places I need to make
changes in JBoss?
Thanks,
Nirav
View the original post :
ht
The same web.xml file should be ok, but you'll need a jboss-web.xml file there as well
to configure the context and any external references that are needed (like your Oracle
jdbc reference). You can lookup the format for the jboss-web.xml in the jboss/doc/dtd
directory, but here's a sample snip
Could you post the stack trace?
If it's in this file:
src/main/org/jboss/mq/pm/file/MessageLog.java
Add a try { } catch { } clause in
protected void restoreMessageFromFile(TreeMap store, File file )
Have it catch the appropriate exception (IOException) and log an error rather than let
i
no - i have had nothing but success w/ the structure i came up w/ and the build
framework.
the work i did was modelled more after the nukes structure then the jboss, altho the
two are similiarities between the two.
checking out ant as part of the build (and all dependent libraries) makes a to
Hello,
I am having some trouble with the JBoss JAAS setup. I have written a series of EJBÂs
that are protected via JAAS and the JBoss security proxy and successfully deployed
them into the JBOSS server, they are tested using a shell executable along with a
jaas.conf and jndi.properties and the
You are kidding, arent you?
bax
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838879#3838879
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838879
---
This SF.Net
Uhu, the "It works on my machine!" syndrom.
And now ?
Where can i find information about the 'known issues' , what is wrong in my 'Reference
Environment(tm)' ? What is your's?
bax
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838878#3838878
Reply to the p
Wrote a test case which exhibits this intermitent error and submitted a bug report.
Bug 973563:
https://sourceforge.net/tracker/index.php?func=detail&aid=973563&group_id=22866&atid=376685
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838877#3838877
Reply to
thanks kirkh!
In fact, previously I deployed it on tomcat successfully. So, can I use the same
web.xml here?
Moreover, when I placed the .war file at specified place, and tried to execute run
command, it gave me one error while deploying it...
|
| 14:57:02,656 ERROR [MainDeployer] could
If you place the .war file in the jboss/server/xx/deploy/ directory, where xx is
either all, default, etc, (depending on which you are using) it should be
automatically deployed.
Make sure that your web.xml and jboss-web.xml files are in your WEB-INF directory.
View the original post :
http:/
As additional information, I am using JBoss 3.2.4 release version with Tomcat 5.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838875#3838875
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838875
---
I'll submit this as a bug also, but for topic closure, here's what I've found.
I get the error every time I follow these steps:
1)Create an war and package it within an ear
2)Deploy the ear mapped to the default (/) context
3)Go to a jsp or action that puts a class into the session context. This
Hi,
I want to add one more point.
We are able to access secure resource successfully before accessing j_security_check.
Even then it is not storing the cookies.
Thanks,
Murali.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838872#3838872
Reply to the p
Jason - thanks very much.
I tried the 3.2.4 edition w/o luck, so I submitted this as a bug.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838871#3838871
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838871
---
After much experimentation, I have found that if I move the code that calls and loads
the TeacherApplicationBD class directly into a jsp, it works there. For some reason
when the TeacherApplicationBD class is loaded from an Action Class it causes the
ClassCastException inside the TeacherApplica
alexey, thank you for your interest.
i quadruple-checked and quintuple-checked my two CMP related xml files, and here is an
excerpt from both pertaining to one of the fields generating an error message,
"licenseType":
ejb-jar.xml:
VendorContactEJB
2.x
minor correction: when i said:
"in addition, i changed this line in VendorLocal.java which i found to be a mistake: "
i mean to say that:
"in addition, i changed this line in VendorContactLocal.java which i found to be a
mistake: "
View the original post :
http://www.jboss.org/index.html?modu
Where you able to find a solution for this? I am running into the same problem and it
appears to be caused by the xercesImpl.jar file in the JBoss 4.0 distribution.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838869#3838869
Reply to the post :
http://www
Hi.
We have a system where we use MX4J for our JMX implementation and we are planning
to slowly migrate to JBossMX. So we are planning to write our new Agents under JBoss.
Is it possible to have JMX Agents running on JBoss(3.2.3) and connecting remotely
(using RMI Connector) to a MBeanServer
It seems that several hibernate sessions are in one way sharing the same Transaction.
Let me explain my problem:
I've 2 different EJBs, the first one (i will call it 'EJBA') is stateful, and call
the second one (i will call it 'EJBB') is stateless.
Here is what I'm doing:
Scenario 1:
1. EJBA is
Yes it is as well.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838864#3838864
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838864
---
This SF.Net email is spons
Can anyone provide me with an example of accessing jms from a servlet? I'm getting
nameing exceptions.
I need to know which entries need to be made to which xml files and how they need to
be packaged. The getting started guide has no example of this.
Thanks
View the original post :
http://ww
To disable Hypersonic, simply remove the hsqldb-jdbc2-service.xml file from the
deploy/jms directory. I am not sure about the no PM though.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838862#3838862
Reply to the post :
http://www.jboss.org/index.html?mo
Hi,
I'm using jboss 3.2.3 with jboss JMS.
Is there a way to disable the using of Hypersonic database, or any other JMS
persistence mechanism ?
Thanks,
Yoram Zini.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838861#3838861
Reply to the post :
ht
Where is the Tomcat session persistance configuration set in JBoss? I want to turn it
off in the PersistenceManager setting, but I can't find it in any of the XML
configuration files.
If you know how to turn off the http session persistence, please let me know.
Thanks,
kirk
View the original po
Hi,
I've just finished developing a small web app (a couple of JSPs) and a
command-line utility for remoted JBoss deployment. Works on 3.2.
http://www.myjavatools.com/projects/systemJsp/readme.html
Comments welcome.
Thanks,
Vlad
---
This SF.Net
Hi ,
I am using JAAS Security Manager for my application.
The loginModule used is DatabaseServerLoginModule.
The user, password information and user role information is stored in database.
In my application user's roles may get updated based on some actions.
The problem i am facing is:
w
You can create a .sar file which has a META-INF/jboss-service.xml that defines your
mbean. You could then jar up the files that make up ur MBean and package that in the
sar as well. so ur SAR structure wud be something like
SAR File
MBeans.jar
META-INF
jboss-service.xml
Y
I havent used JBoss pre 3.x but if JMX was in 2.4.x then im sure there must be atleast
one type of adaptor thats mandated by the spec. Check out the jmx-console to find out
if there are any adaptors registerd
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838
I have the same problem.
Has anybody some good advise?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838857#3838857
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838857
--
Thanks for the information.
-Dan
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838856#3838856
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838856
---
This SF.Net
Greetings,
I would like to know how to deploy a mbean in jboss:
- Should I edit the ${JBOSS_HOME}/*/conf/jboss-service.xm, and add my bean
configuration there having my mbean jar in ${JBOSS_HOME}/*/lib/ directory?
I think the approach above works only for start/shutdown of jboss and is not sui
Solaris 8 and JDK 1.4.2.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838854#3838854
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838854
---
This SF.Net email
Hi All,
I deployed an Application on Tomcat server and it is running fine.
Now, I want to deploy the same on my newly installed JBoss server.
I have the .war, server.xml and web.xml files with me.
Where should I copy all these files to deploy them on JBoss Server?
Any help is really appreciated.
Hypersonic is not rated for production or volume. Get ride of it and try another PM
(Oracle, Informix, MySQL, or the file-pm-service).
So to reiterate:
Yes, it will work fine on initial startup, however once time has elapsed and a
considerable amount of data is in the DB, it stops working.
Yes, we are using the default (Hypersonic) persistence manager.
Once again, we have no problems initially after startup, but after the application
runs for a while, the result is the "XAConnectionFactory not bound" exception (perhaps
due to heavy load).
However, we have experienced problems at
go to following file and change the default http port --
../server/default/deploy/tomcat41.sar/meta-inf/jboss-service.xml
good luck.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838850#3838850
Reply to the post :
http://www.jboss.org/index.html?module=bb
Have a look to the Getting Started Guide. It is all there. You can, for example,
define your own users/roles file for authentication.
I hope this helps.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838849#3838849
Reply to the post :
http://www.jboss.org/in
Hello all,
I'm using JBoss 3.0.8, running on Windows 2000, and this message is related to the
JBoss JMS implementation.
Could someone please explain to me what exactly is the DurableMessageCount MBean
attribute? (reachable from one of the topics under "jboss.mq.destination" in the JMX
console)
Hi Phar - many thanks for yor reply.
You said: ["The Veritas Cluster would also run an instance of NotificationBus "].
How would Veritas Cluster run the NotificationBus? Would we need to write an
application agent?
Many thanks in advance,
Paul
View the original post :
http://www.jboss.org/in
that'd be cool - thx!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838846#3838846
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838846
---
This SF.Net email is sp
"jamesstrachan" wrote :
| I was going to attach a sample of code that uses this technique, this facility
seems to have been removed !
|
just cut and paste it into a code block ([ code ] [ / code ] minus the spaces). others
may want this in the future, or better yet, create a wiki entry for
How to setup FORM based Authentication for Tomcat integerated Jboss3.2.1?
I have the stanalone Jboss ingetrated with Tomcat installed.
Installed version is jboss-3.2.1_tomcat-4.1.24.
I am not able to find the tomcat-users.xml file in the directory stacture. So please
some one tell me How I will
"fabinhu" wrote : Guys,
|
| How can i cryptography password in data-source.xml file ?
| JBoss have "something" to do this ?
|
| []'s :)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838843#3838843
Reply to the post :
http://www.jboss.org/inde
Guys,
How can i cryptography password in data-source.xml file ?
JBoss has "something" to do this ?
[]'s :)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838842#3838842
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&
Thank you very much Raja for your reply. One more question, what version of JBoss did
those adaptors come with? Currently we are using JBoss2.4.8, does JBoss2.4.8 have
those adaptors? if not what's the replacements?
Thanks a lot
David
View the original post :
http://www.jboss.org/index.html?m
Hi,
Please forgive me, but I may be confused. If we don't access j_security_check
directly, how do we pass the username/password to the server in form-based
authentication? According to Sun:
-
The content of the login form in an HTML page, JSP page, or servlet for a
login page sho
Thank you very much James for your reply. By the way, could you please send me the
sample code you mentioned above. My email address is : [EMAIL PROTECTED]
However, questions for your approach are:
1. To make sure only 1 instance of entity bean exists, does that mean, we should
configure cache a
is the web app packaged inside the ear?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838838#3838838
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838838
---
This
The connection pool is implemented as a JCA resource adapter, if you implement your
class so that it is part of a resource adapter it will be poolable.
Have you read anything on JCA yet?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838837#3838837
Reply to
Try again with (3rd time)config:
| java:/ars_mail
| nobody
| password
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Try again with config:
java:/ars_mail
nobody
password
View the original post :
http://www.jbos
I have an Oracle 9i server running here for a customer related project we are doing
and maybe can do some testing. I'll grab a tagged version tomorrow from CVS.
gary.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838834#3838834
Reply to the post :
http://
Yep, I had already read that page and decided it did not apply in this situation. Let
me explain my understanding of the problem.
The class that the code snippet is copied from is called TeacherApplicationBD
(business deligate) and it is packaged in the exact same jar that the ejb is packaged
I am using Jboss 3.2.1 with Tomcat. I'm having an intermittent problem emailing.
Here's the error I get:
javax.mail.SendFailedException: Sending failed;
nested exception is:
class javax.mail.MessagingException: Could not connect to SMTP host:
smtp-server.tampabay.rr.com, port: 25;
Thanks for your response, but may be I need to rephrase my question.
Lets say I have a resource of class "MyResource".
If I want to pool this resource, does Jboss have an Object pool framework (like the
connection pool), that I can use to pool objects of "MyResource"? Or do I need to
create an
correct - all tables except the ones needed for the core are created via cmp. the
forums tables have not changed, so you will be safe there as well.
if you want to use oracle support, you need to recompile the code yourself. you will
have to modify the "local.properties" file in the "build" dire
Hello,
I'm planning to setup a jms-bridge connection between two queues. Queue A is held by a
Weblogic 8.1 server, and queue B is on a jboss 3.2.3 server. Both queues are working
fine.
The problem comes when I try to connect the weblogic server with jboss, because I
don't find any information a
Hi Gary,
thanks for the quick response. I will check this as soon as possible (I got to go now
watching the em-football match Netherland:Germany ;))
regards
Alex
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838828#3838828
Reply to the post :
http://www.
Check the startup logs. The reason XAConnectionFactory it is not bound is because the
JMS system did not startup.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838827#3838827
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=re
My understanding is that if you have a previous release of Nukes running, you need to
recreate the DB as the tables are now created via CMP. You only runn the setup.ddl
for the Nukes core. Then, as you deploy each module, they create their own tables.
I think there was a post somewhere on it w
I have a problem in a session facade bean (JBoss 3.2.4).
It reports "java.lang.IllegalStateException: A CMR field cannot be set or added to a
relationship in ejbCreate; this should be done in the ejbPostCreate method instead
[EJB 2.0 Spec. 10.5.2]." while the object has already been created.
St
The File PM is not being actively maintained. You can still help contribute fixes to
the JBoss team, however. Please take a look at the source code.
What is your operating system and Java version?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838824#38388
I have bumped into the same problem, beginner as I am.
However, I decided to follow the "listBindings" path. What surprised me was that the
bean was not found under any "ejb" context. There was no ejb, at all.
Instead the bean was found directly under its name.
Thus:
Object ref = context.looku
Hi there,
I was trying to use the JBoss 3.2.3 with Nukes and Oracle 8.1.7, but could not get it
running.
Using the preinstalled Jboss/Nukes version works fine, but the subsequent installation
of Nukes on a already installed JBoss server and the setting up for an oracle-db fails.
The forums here
Hi,
It's Ok now.
I have just forgotten a tag with Xdoclet, and the relationship method was not
generated in the interfaces.
Bye
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838820#3838820
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=p
Was this ever resolved? Because the EJB spec (I quote from 2.1) is painfully clear on
this point:
"The Bean Provider can thus use the set method to move objects between the collections
referenced by cmr-fields of the same relationship type in different instances. The set
accessor method, when a
Which persistence manager are you using ? If I had to guess sounds like Hypersonic.
The problem you are having may be related to hypersonic going bye bye when the DB
reaches a certain size. We used to have a problem similar to this. Once the
Hypersonic DB reached around 1GB or so the PM woul
We are using Jboss-3.2.3 and the file-pm-service.xml for JMS. During the course of
execution, for whatever reason a Zero-length messages is in one of the Queue
directories. This is not a problem until we restart JBoss. Upon restarting JBoss the
pm fails to load properly due to an error in the
I am not sure about your question. Have a look to the server.xml document in the
tomcat.sar folder of the deploy dir of your JBoss server.
Regards.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838815#3838815
Reply to the post :
http://www.jboss.org/index.h
Please see bug:
http://sourceforge.net/tracker/index.php?func=detail&aid=973234&group_id=22866&atid=376685
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838814#3838814
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=383
Its no different than any other java application. You need to specify
-Djava.security.policy and -Djava.security.manager. This can be done in the run
scripts or via the JAVA_OPTS environment variable which the run scripts use.
View the original post :
http://www.jboss.org/index.html?module=bb&o
Hi,
I'm thinking in getting the League FK, and then to do a Leagues.findByPrimaryKey()
with it. Am I wrong ?
How can I have the League Foreign Key in Matches, because the field is a relation
field and it don't appears in my interface !!!
View the original post :
http://www.jboss.org/index.h
We don't currently support DIGEST auth because it requires that the security database
has access to a clear text password. This is not generally possible.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838809#3838809
Reply to the post :
http://www.jboss.org/
Scott,
You are correct the login module being used for the remote datasource is on the
server and therefore has no connection with the client. I will have to make my API
aware of the need for capturing a username and password from the user when a
datasource with that type of authorization
The client or os is closing the connection.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838807#3838807
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838807
---
T
The connection type is determined by the https url provider. Under jdk1.4.2 I would
expect this to be the newer javax.sql.* classes. The older classes are used when
running with jdk1.3 and the jsse.jar extension classes. See if you can track down why
the HttpURLConnection is returning a legacy v
3.2.4+ supports this.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838805#3838805
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838805
---
This SF.Net email is sp
No, the JaasSecurityManager does not accept a null cache. You either need a noop cache
impl or subclass JaasSecurityManager to deal with this. What is the JaasSecurityDomain
that is producing a null cache?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=383880
This is on the server side? It makes little sense in general to have a server side
callback handler attempt to interact with a user input which is why the default
CallbackHandler does not deal with TextInputCallbacks. You can change the
CallbackHandler used by jboss by setting the CallbackHandle
Hi Tom,
Thanks, my client is running 3.2.1, but I'll have a look at 3.2.3.
Seems un-intuitive not to have this info.
Groetjes,
Sanne
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838801#3838801
Reply to the post :
http://www.jboss.org/index.html?module=b
Thank you for the hints. Flushing the JAASSecurityManger's cache does it.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838800#3838800
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838800
---
request.getUserPrincipal().getName() returns the name of the authenticated user.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838799#3838799
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838799
1 - 100 of 155 matches
Mail list logo