Sorry this was all down to me being stupid
I was doing password.toString() rather than new String(password), what I
thought was an encrypted password was just the object reference
Time for some alcohol I think
Merry Christmas
View the original post :
http://www.jboss.org/index.html?modu
how to config message routing on more jboss server
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859803#3859803
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859803
--
I moved the .war outside of my "jboss" user directory wiley173 and it went away
...
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859802#3859802
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859802
---
So this error should just be ignored, is there a way to get rid of it ?
I edited the jboss-service.xml instead of symlinks...
|
| deploy/,
| file:/home/wiley173/
|
|
my hellowWorld.war seems to work fine but this error ???
| 13:12:32,386 WARN [JAR
I am using a Oracle 8i Database and Jboss3.2.1. I have put the classes12.zip in
my application lib folder. But still i am getting the same problem.
The same classes.zip with the same application works fine on a Weblogic 7.0
SP2.
Is there any specific driver change that i need to make.
The er
I am using a Oracle 8i Database and Jboss3.2.1. I have put the classes12.zip in
my application lib folder. But still i am getting the same problem.
The same classes.zip with the same application works fine on a Weblogic 7.0
SP2.
Is there any specific driver change that i need to make.
The er
Hi Adrian,
I am using a Oracle 8i Database and Jboss3.2.1. I ahve put the classes12.zip
in my application lib folder. But still i am getting the same problem.
The same classes.zip with the same application works fine on a Weblogic 7.0
SP2.
Is there any specific driver change that i need to ma
Please help me resolve this problem.
Thank you very much!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859792#3859792
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859792
---
I have 2 jboss servers: serverA and serverB. On serverA, I have a SLSB beanA.
This SLSB has to call some method of SLSB beanB deployed on serverB.
I can successfully lookup beanB from beanA, and do my business. But, when I
restart serverB, I cannot lookup beanB again from beanA.
The code segment
THe tomcat documentation indicates this should be set to true by default, so
jboss group is changing it to false. If this is so, why is this? Is there some
technical feature that is not working?
I'm particularly interested what the recommended setting is for production
servers. Thanks! Happy ho
Hi,
This is just a minor typo error, harmless ( "depenent" ) :
| 23:20:53,913 DEBUG [org.jboss.system.ServiceController] destroying
dependent services for: jboss.web.deployment:war=web-console.war,id=1666200400
depenent services are: []
|
Thanks,
nusa.
View the original post :
http://w
And thank you for solving my problem too.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859784#3859784
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859784
---
SF
This is strange.
Youa re using the standard JBoss client login module in your client. As far as
I know this guy does not encrypt anything.
I have a custom JAAS login module with JBoss 3.2.6 and the client aslo uses the
standard JBoss client login module and I have no problem getting the password.
Start with the JAAS Howto.
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=46370
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859782#3859782
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859782
--
There is no default encryption so if its showing up, its been configured
somewhere. Trace level logging on the org.jboss.security category and
eliminating unused login module configs are the way to debug what is happening.
View the original post :
http://www.jboss.org/index.html?module=bb&op=vi
Okay got this working on my workstation (Windows, java 1.4.1.03, jboss 3.2.6)
and can talk to the webservice from another workstation.
However, when I move the webservice to the dev server (Linux, java 1.4.1.03,
jboss 3.2.6) I get this error:
(401)Cannot authenticate with the provided credentia
here's my client
| package client;
|
| import java.io.IOException;
| import java.util.Hashtable;
| import java.util.Properties;
|
| import javax.naming.InitialContext;
| import javax.rmi.PortableRemoteObject;
| import javax.security.auth.Subject;
| import javax.security.auth
Within your JBoss installation there is a client folder, this contains a jar
file called jbossall-client.jar, the classes / interface if the javax.ejb
package are in that jar.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859771#3859771
Reply to the post :
Hi,
I have Server A which sends messages to a queue-X. these messages are persisted
in an oracle database (using JDBC2PM).
And I have a MDB which is deployed on another Server B which is configured to
listen to the messages on queue-X.
Server A runs jboss3.2.1 and Server B runs jboss4.0
When I s
...missing...
and check that all PTF are installed (already see that some java PTF do not
install automatically).
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859768#3859768
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=repl
I think you should try to install tha latest cumulative PTF package for java.
Ciao
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859767#3859767
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859767
--
An Aspect is a class containing several advice methods. The advice methods have
to be of the form:
| public class MyAspect
| {
|Object (Invocation inv) throws Throwable
|{
| ...
|}
|
|Object (Invocation inv) throws Throwable
|{
| ...
|
The 4.0.1 release is available from sourceforge here:
https://sourceforge.net/project/showfiles.php?group_id=22866&package_id=16942&release_id=280264
The release notes are available here:
Changes between 4.0.1 and 4.0.1RC2
Changes between 4.0.1RC2 and 4.0.1RC1
Changes between 4
Does any of you know where i can download javax.ejb package? If so, would you
mind telling me?
Thanks.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859763#3859763
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859763
Oh yes, that's it.
Now it is working.
Thanks a lot.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859762#3859762
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859762
Thanks,
I had looked at your post and you are right the transaction must be
atomized for JBoss optimistic locking to work. My application writers are
adverse to handling their own transactions. I am going to have to
declaratively setup which field in a table is to be checked for concurren
Hi,
1. Why there are both Aspect and Interceptor classes?
2. What are the issues to consider while taking the decision which of those
should be used?
Thanks
SuDing
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859755#3859755
Reply to the post :
http://ww
Hello,
In my JBoss 4.0.1RC2, I have set up 2 applications (2 EARs). Both of them have
their own EJBs. Both of them contains an MDB which is differently implemented
and located in a different packages but has the same ejb-name ExempleMessage in
the ejb-jar.xml.
On deploy time, I get the followi
Sun released update 4 just a couple of days ago that updated those examples
from BMP to CMP. The getting started is written against update 3, but update
2 should also work fine.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859753#3859753
Reply to the p
I believe that if the password is encrypted it is the "client" who did it.
The next question is what is your client? Standalone EJB client application,
servlet, others?
You need to determine the JAAS configuration of this client in order to figure
out who/how the password is encrypted.
If com
I'm writing a custom login module,
When I get the value from the password callback it appears to have been
encrypted in some way.
Is there any way I can get hold of what the user actually typed?
I'm trying to compare the password with an existing value in a db that was
encrypted with a simple
Good day to All,
I'm relatively new to J2EE. I've allready developed a number of EJBs and pages
and now I'm trying to implement security to control access to EJBs.
I've read all possible manuals I found on the net, but still there are some
questions not quite clear for me...
Everything is deploy
I added another -B|-bootlib option to prepend jars to the bootclasspath. The
3.2 branch code diff against 3.2.5 is shown below.
| [EMAIL PROTECTED] jboss]$ cvs diff -r JBoss_3_2_5 Main.java
| Index: Main.java
| ===
| RCS fi
anonymous wrote :
| 15:54:42,550 INFO [EARDeployer] Init J2EE application:
file:/C:/java/jboss/serv
| er/default/deploy/JBossDukesBank.ear
| 15:54:43,331 WARN [verifier] EJB spec violation:
| Bean : CustomerBean
| Section: 12.2.2
| Warning: The class must be defined as public and
We're using j_security_check method on Webapps deployed on jboss-3.2.5 to
authenticate users. Common timeout sessions is set in web.xml file of
jbossweb-tomcat50.sar service.
When a user need to access a protected page he is redirected normally to login
form. If he try with accessable username
Never mind it is up and running. Configuring JBOSS is much easier than tomcat
since all the settings are there by default.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859744#3859744
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=postin
Hallo
I hope somebody can help me solving a very big problem with JBoss.
We bought the J2EE Application Adobe Form Manager 6 to
deploy eForms to the Acrobat Reader clients in our enterprise
to reduce the costs of paper and printing.
The installation manual says the application is runable on IBM
W
I'm looking for the port of this API (Trouble Ticket api) to work with Jonas, I
know that this port exists, but I can't find anything related to it.
best regards
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859736#3859736
Reply to the post :
http://www.j
I'm sorry if this question has already been asked. I need at runtime to
serialize a running object (I have to keep the state of the object) and make a
CtClass from the serialized object and make some changes to it and load the new
modified class.
Is this possible with javassist?
Thanks in adva
I tried the above suggested solution on JBoss 3.2.4 without success. I tried it
also with 3.2.6 and after removing one of the steps in the above suggested
solution it worked. I expected though this to be a one line configuration issue
and not to put same/diferent elements in three different file
Hi,
I have a MDB which extends a base class. This base class implements the
MessageListener and MessageDrivenBean interfaces and (among others) the
onMessage method. When I try to deploy this to JBoss 3.2.6 it gives an error:
11:51:54,934 WARN [verifier] EJB spec violation:
Bean : VeprRekenS
Well this is a known bug in JBoss 4.0 see:
http://jira.jboss.com/jira/browse/JBAS-30
Sorry I didn't see it before.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859739#3859739
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=repl
Hi Kalyan,
You were absolutely right. The jbossmq.jar file was missing. After adding it,
the problem has been solved.
Thanks a lot !!
Jagdish Mane
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859731#3859731
Reply to the post :
http://www.jboss.org/index
Thanks for the feedback.
I agree, it does not seem that JSR 149 is going anywhere (not sure why).
The only details that I have on the webSphere implementation is their
documentation
(http://publib.boulder.ibm.com/infocenter/ws51help/index.jsp?topic=/com.ibm.wasee.doc/info/ee/ae/rprf_workareatune
Encoded scheduler-service.xml
|
|
|
|
|
|
|
|
|
|
|
| true
| schedclient.SchedulerClient
|
|
| NOW
| 360
| -1
|
jboss.j2ee:jndiName=comp/env/ejb/availabilityEngine
Hello,
We are experiencing an intermittent ClassCircularityError. I am pretty new to
JBoss and would appreciate any help in diagnosing or resolving the problem.
The error occurs at the point of connecting to a JMS queue. The class creating
the queue connection is invoked from a Scheduled Task
Hello all,
I have joined this forum today itself.
I am a system administrator ( and not a java developer, but can get help from a
developer to understand the replies which i will get from this forum)
Currently we are trying to create our customized mode by copying everything
from "server/stan
I forgot to tell I was using JBoss 4.0.1RC2
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859721#3859721
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859721
---
S
Dear JBoss 4.0 users,
I have created 2 Timer session beans. They should be executed every minute
(inteval duration = 6). But when I look at the logs, these timers are
executed twice per minute! Here are the logs:
anonymous wrote : 09:57:37,156 INFO [UtilisateursOnlineTimerBean] Traitement
No ideas about this problem?
Thanks
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859718#3859718
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859718
---
SF email
This table schema works for me with Oracle 9.2:
create table TIMERS(
| TIMERID varchar2(80) not null ,
| TARGETID varchar2(80) not null ,
| INITIALDATE timestamp not null ,
| TIMERINTERVAL number(20) ,
| INSTANCEPK raw(2000) ,
| INFO raw(2000) ,
| constrai
Hello,
I want to upgrade our appserver (jboss 2.4.10) to a new version (It's time
;-)). Should we directly upgrade to jboss 4.0.0? Is this version ready and
stable enough for production, or should we upgrade to 3.2.6 (7)?
thanx elm
View the original post :
http://www.jboss.org/index.html?mod
The name you want to look up from the external client is 'ConcurroSession'
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859713#3859713
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859713
--
I had the same problem. Actually I was using Log4J on an own exception class,
so I had a class field called like this:
private Logger log = null;
Actually, besides being implementing the serializable interface, Logger is not
serializable so the class couldn't be serialized at all. You can solve
54 matches
Mail list logo