Hi,
I want to trial JBoss Nukes for a while with some friends, using the standalone
version. If it's successful, I'll reconfigure and redeploy nukes on another JBoss
server and use mysql.
How can I export the data that is built up within the CMS to another database?
Thanks,
nickf
ht
I'm also interested in hearing about this.
Nick
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824484#3824484";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824484>Reply
to the post
--
Here is the correct application.xml. I think my cut and paste was faulty in the
original post.
http://java.sun.com/dtd/application_1_3.dtd";>
MSCO676Lab3
MSCO676Lab3Web.war
/MSCO676Lab3Web
MSCO676Lab3EJB.jar
http://www
JBoss is giving the following two errors when deploying an Entity Bean using MySql as
the data source. I can send any additional configuration files you wish to see. I do
have an application.xml file in the location where JBoss indicates the file is missing.
In reference to the first error, I d
I just downloaded the easy-install and had it up and running in about 3 minutes, and 2
of that was the startup script! Thanks Marc, it looks excellent!
But I've spent the last hour trying to figure out how I can get the FAQ, News, and
Polls modules installed into that easy unzip install... Do
Search the archives from last year. Some of us have gotten this to work. We talked
about coordinating efforts but that didn't happen. I've never seen any formal
instructions, we all just kind of hacked at it. And your approach is the one we used
- just load all the JBoss client jars and your
I am working with JBOSS3.3.2 and Oracle9i. I would appreciate if any one share the
experience of calling a EJB session from inside Oracle. I understand that Oracle9i
supports JDK1.3.1 and I could load the JBOSS client jars and my EJB client jars into
the Oracle database and Oracle could call it.
Noel,
When I clicked on a category in FAQ, there's a java script error message 'Error on
page' shown on IE status bar and the page stayed the same. So, it looks like something
wrong with your javascript. Can you please fix it.
I tried both CVS and published nuke-1.0src versions and it happened
I have added some documentation to the wiki about this at
http://jboss.org/wiki/Wiki.jsp?page=UsingJSPsInNukes
Sherman
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824477#3824477";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824477>Re
Glad I assisted on time ;)
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824476#3824476";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824476>Reply
to the post
---
This SF.Net email is
we have started the development of a Profile stuff which allows to capture a user
profile, unfortunately it is not finished yet.
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824474#3824474";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38
Julien,
This question is a good example of one of the problems with the user module overall.
It allows little to no room for customizing what user information is captured and
stored. This is something I have been thinking about off and on for a while now, and
unfortunately I have not really come
How do I add content for a created block in block module work? I can create a block,
move it around, add a title to it, and show it out; but that's it. I can't add a block
content or even change its name (after I click the 'update' button, the button's just
gone).
By the way, in the old nukes ve
Julien,
I saw the jsp module in the nukes core, but I'm not sure what it's for and how to use
it. It is to render jsp pages and to replace the old script module? If so, how do I do
use it? How do I load jsp pages into nukes? Can I load jsp pages through html module?
http://www.jboss.org/index.ht
You need to configure the ClientLoginModule in "mydomain"
See client/auth.conf for example.
Regards,
Adrian
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824468#3824468";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824468>Reply
to the p
It seems that your problem is with the jboss version, not the ejsbspec or the
cmp-version which are correct.
Look at your jboss version.
Hope this helps you
regards
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824467#3824467";>View
the original post
http://www.jboss.org/index.ht
Look at the jbosscmp-jdbc.xml the tag corresponding to your relationship
role name
If you cannot find the problem, post the file
I hope this helps you
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824466#3824466";>View
the original post
http://www.jboss.org/index.html?module=bb&
I ran into the same issue with JBoss3.2.3 + Tomcat,
I got it working by changing the
server\default\deploy\jbossweb-tomcat41.sar\META-INF\jboss-service.xml
Hope this helps
--Arvind
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824465#3824465";>View
the original post
http://
I have been struggling with JAAS for a while, but have not found any documentation or
a topic that completely addresses my issue (or I have seen it but was not able to
recognize it)
This question is related to receiving the Principal from the SessionContext of a
Stateless Session Bean. The bean
Your EJB-QL query must refers to your bean, not the table. So the query must be:
SELECT OBJECT(g) FROM CategoryBean WHERE g.name = ?1
Regards
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824463#3824463";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting
Thanks for your reply. I made the change and tried deploying again. No I get the
following error. But the query looks right to me
| org.jboss.deployment.DeploymentException: Error compiling EJB-QL statement 'SELECT
OBJECT(a) FROM sf_category a where a.name = ?1'; - nested throwable:
(org.jbos
Hi,
I'm just developing a midlet provisioning server.
Your servlet needs to serve the .jad file first. In the .jad file there is
MIDlet-Jar-URL -tag which should point to the .jar file. When you click the link to
your .jad file in your phone's WAP browser, the phone loads the .jad file and a
I want somewhere to store secret keys securely - presumably keystore is the place.
I want the secret keys to be associated with individual users - I can identify the
users through with Principal (previously authenticated).
Is it possible to generate and retreve secret keys in the keystore under
As for switching from JBoss/Tomcat, this was plenty fast on JBoss 3.2.1.
I've gone over my configuration files for 3.2.3 and don't see how I
turned MBean XML validation on. Any suggestions how to turn it off?
---
This SF.Net email is sponsored
some more info:
My current web app is using form based login. the additional layer needs to be a
auth-method of BASIC. I would like to specify one user/password (for example
demo/demo) in order to access the site (the web app) from which the user can then
login (or not) to the site as differe
You can solve this by using ./run.sh -c all --host=your host ip
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824458#3824458";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824458>Reply
to the post
--
My problem is the following:
I have a web app that has its own security model (the login module gets the principals
from a DB) with its own set of roles (guest, seller, buyer and admin). This
application is at a beta stage and will not be deployed until later. In order to do
demos for potenti
Thanks a good suggestion.
I have a thread dump using kill -QUIT. Is there any information on what I should be
seeing for Jboss? I have looked through this but don' t have experience with
intrepreting the data. Any suggestions for reading etc. to educate myself? Other
tips?
http://www.jboss
You should not be affected unless you defined your own container configurations.
You may want to take advantage of some of the new features though.
Regards,
Adrian
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824455#3824455";>View
the original post
http://www.jboss.org/index.html?m
Looks like this one:
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=29770
Just a config misunderstand, he hadn't configured his login module to use a
user/password
per thread in standalone Tomcat.
Regards,
Adrian
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824454#3824454
Is there a way to exclude certain items from the of a web-resource
collection?
I was trying to include some images in my login page, but because my for
my web app is /* the folder (and thus the images in it) are protected, the login page
loads, but the images do not.
I could change all of th
Go get a database that supports transactions like MySQL4
Regards,
Adrian
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824451#3824451";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824451>Reply
to the post
-
The entire manual and examples are available from cvs. They are in module
"manual" or you can view it online here:
http://cvs.sourceforge.net/viewcvs.py/jboss/manual/
This is quite old and out-of-date for jboss-3.2.x
Regards,
Adrian
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=382445
You have to specify the FULL qualified Name of the
Classes. use java.lang.String instead of String.
Regards
Stefan
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824449#3824449";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824449>Reply
I noticed that for JBoss-specific EJB deployment, there is a new jboss_3_2.dtd for the
jboss.xml files. There appear to be a lot of changes in this DTD from 3.0 to 3.2.
To run on JBoss 3.2.x, is it required for all EJB's to use the new 3.2 DTD? Or is
there backward compatibility if an EJB uses
It is a common pattern. See the code that XDoclet generates to do this.
Regards,
Adrian
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824446#3824446";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824446>Reply
to the post
--
You are more likely to hit a limit on open db connections in your database
than a problem with the number of datasources.
If you have multiple dbs, the limit will be socket connections to the different dbs.
Regards,
Adrian
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824445#3824445";
This has nothing to do with auto-commit.
It is spec defined behaviour that the insert occurs after ejbCreate and before
ejbPostCreate. You can't even use CMR outside a transaction.
You can delay the insert in recent versions using
insert-after-ejb-post-create, see docs/dtd/jboss_3_2.dtd
or use sea
Yes and two phase commit.
Regards,
Adrian
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824443#3824443";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824443>Reply
to the post
---
This
Post the errors rather than "I've got a problem".
Most likely you are inside a JTA transaction where manual commit() is not allowed.
Regards,
Adrian
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824442#3824442";>View
the original post
http://www.jboss.org/index.html?module=bb&op=pos
I am trying to run a unit test on an entity bean I have built and I get a creation
error stating that a non nullable field has been initiated with a null. In the log I
see that the specified field is not null so where is the null comming from. Attached
is enough to hopefully figure this one ou
Crashes in the virtual machine should be reported to Sun.
Or maybe JBuilder since that is where you got it from.
Regards,
Adrian
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824440#3824440";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38
Are the 5000 beans going into the cache? If so it would make no difference.
If they aren't going into cache you would save 5000 constructor calls at the
expense of giving the garbage collector more work to do.
Regards,
Adrian
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824439#3824
Stateless beans are not allowed to have state from the client, hence the name.
You will have to pass it as a parameter.
Regards,
Adrian
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824438#3824438";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=rep
excellent - that's what i wanted to confirm. thx much!
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824437#3824437";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824437>Reply
to the post
Hello,
Can anyone pls help?
I get the following error when deploying the Duke app (after the info messages about
deployment of each EJB):
19:51:59,827 ERROR [EntityContainer] Starting failed
java.rmi.ServerException: Could not bind home; nested exception is:
javax.naming.CommunicationE
The name should be ConnectionFactory in 2.4
I don't remember those examples, use grep to locate where it says
TopicConnectionFactory
and change it.
JBossMQ was pretty bad in 2.4 (still beta software)
Regards,
Adrian
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824435#3824435";>Vie
If you have jboss-3.2.3:
you can find an example ssl configuration in docs/examples/jms
jms over http is already deployed by default, but you'll need configure https
for tomcat and use the https naming factory in your jndi.properties.
Regards,
Adrian
http://www.jboss.org/index.html?module=bb&op
You may have done this already - Take a thread dump of the parent process. This may
help identify rogue threads.
Thanks,
RS
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824433#3824433";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=382443
I noticed that for JBoss-specific EJB deployment, there is a new jboss_3_2.dtd for the
jboss.xml files. There appear to be a lot of changes in this DTD from 3.0 to 3.2.
To run on JBoss 3.2.x, is it required for all EJB's to use the new 3.2 DTD? Or is
there backward compatibility if an EJB uses
yes profiler will affect performance. OptimizeIt is pretty decent though. Hobbled my
bench by about 25-35%, but I was able to find bottlenecks.
Ya know, it could be the garbage collector running.
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824431#3824431";>View
the original post
Hi, I am a newbie to JBOSS and JMS, and have set up a basic mesaging client. I manage
to connect to the server. Alls hunky dory thus far.
However, I would like to run this whole setup on a more secure basis, using SSL and I
might need to use HTTP tunneling as well.
I was looking around for docs
Thanks Bill. This is a production system, mission critical to the business. Also,
this occurs infrequently and have not been able to duplicate in a test environment.
Will a profiler affect performance? That's my concern with this. I have no
experience, though. If not, I'll give this a try.
The zip file off SourceForge is not 'there': I am getting a 404 when I try to download
it. The download counts are 0 at the moment.
Any ideas?
Sherman
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824428#3824428";>View
the original post
http://www.jboss.org/index.html?module=bb&
run within a profiler like OptimizeIt. OptimizeIt shows cpu usage per thread.
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824427#3824427";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824427>Reply
to the post
We are experiencing a periodic issue where Jboss (3.2.3) CPU usage jumps significantly
(80 - 90%) in a short period of time. When this is encountered we have to restart to
clear things up. I have run some OS (Solaris) commands (ps ...) to get information
on the threads when this happens. I h
tomcat is notoriously slow for stuff like this. it does way too much validation if you
want to redeploy your web apps a lot. I recommend using orion or resin, but using
Jetty in place of Tomcat should hopefully give you some performance improvements.
Ian
On Fri, Mar 05, 2004 at 01:11:39PM -0500
I've seen a number of articles where a facade session bean caches an instance of an
entity bean local home interface in a session bean field.
Where a entity bean local home interface instance is required in multiple situations
is it valid to create a separate singleton class that acts much like
How do I set the property mbean.metadata.xml.validate=false?
I'm upgrading from JBoss 3.2.1 + Tomcat 4.1.24 to 3.2.3+4.1.29 and I
notice that deployment of my war containing 300+ pre-compiled JSPs is
taking an additional 2 minutes. I have tracked this down to many
invocations of JBossXMbean10.bu
Greetings.
If the app makes use of JSPs, then there's your answer.
session is a JSP implicit object.
cheers.
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824423#3824423";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824423>Reply
to th
This forum has been closed for modifications by non-moderator users. New FAQs should
be collected on the Wiki FAQ instead.
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824424#3824424";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824424>
Hello!
I'm trying to configure Hibernate to work with JBoss 3.2.3 as a SAR. Everything is
working but when I try to get access to this service remotely, it says it is not
bound. I have ensured that it is being bound to that, and double checked in the JNDI
view that it is bound in the java names
Thanks!
But it still stops working when the installation is complete! Now I can type in nohup
./run.sh & and then the portlal works for half an hour then stops (when run.sh is
finnished!)
Is there another way to turn and keep JBOSS on?
http://www.jboss.org/index.html?module=bb&op=viewtopic&
But what are advantages of modjk2 over modjk? modjk support sticky
sessions at least with Tomcat.
Vladyslav Kosulin wrote:
Another note: which MPM does your Apache httpd use? Again, according to
my experience, the default prefork MPM for UNIX/Linux does not support
sticky sessions with mod_jk
All the LoginInitialContextFactory does is encapsulate the JAAS login into the
InitialContext creation. This class is in the server/default/lib/jbosssx.jar. See the
JAAS Howto post on the top of the forum for more into on the client side login process.
http://www.jboss.org/index.html?module=bb&o
I'm not following your question here, but if you security model does not fit into the
standard role to uri based access model, you'll have to implement a custom model using
filters and/or tomcat valves.
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824419#3824419";>View
the original
Sun has recently released the official 1.0 reference implementation for JavaServer
Faces (replacing the beta version released in December of last year), and I have
managed, after some pain, to upgrade a simple application that I had developed and was
running with JBoss 3.2.3 and Tomcat 5. I thou
No, you would have to create your own login module which created a
java.security.acl.Group implementation named 'Roles' which support this via its
isMember(Principal) method.
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824417#3824417";>View
the original post
http://www.jboss.org/
Another note: which MPM does your Apache httpd use? Again, according to my
experience, the default prefork MPM for UNIX/Linux does not support sticky
sessions with mod_jk/mod_jk2. You should recompile Apache with worker MPM
instead of prefork:
./configure --prefix=/opt/httpd-2.0.48 --with-mpm=w
I think it'd depend on a bunch of factors. If this is simply a proof-of-concept type
app, you might just want to do the absolute minimal work to get it off the ground.
If/when problems come up, (in essence, the current system unknowns) you can work from
there.
Purely for the sake of my own in
Logout is called when the cache entry is dropped so that the LoginModule which
populated the associated Subject can to cleanup or tracking or whatever. There is no
other mechanism that triggers a LoginModule logout on the server side.
If you want access to the cache, supply your own cache implem
could you describe what you need first ?
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824414#3824414";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824414>Reply
to the post
---
This S
dhartford wrote:
Hey all, After going through all the posts, I'm still a little hazy on why I
still can not setup simple load-balancing WITH sticky sessions based on the
environment above (and also referenced the pay-for Clustering doc).
1. Is there a sticky_session or stickySession flag for mod_j
When I deploy a WAR file I can include something like
myenv
monkey
java.lang.String
in the web.xml file that gives me something I can look up in my code with JNDI
Can I do something similar when I deploy a WSR file?
Jon M
http://www.jboss.org/index.html?module=bb&op=viewto
Hello,
I need to make some changes in the user module. Is there a way to write a new user
module in a separate archive, without making any changes to the original
nukes-distribution? I want jboss to replace the original user module with my new one.
http://www.jboss.org/index.html?module=bb&op=v
Hi.
I'm having a rather odd and difficult problem, so please forgive me if the following
is not understandable.
We have a custom login module which works as follows:
When a user logs in, the module goes to an external server and retrieves a ticket.
This ticket is now set as this users credent
Works fine for me. See the description in the following FAQ entry:
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824409#3824409
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824410#3824410";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=
As described in the admin/devl guide, do the following.
Step 1: Define the hosts in the jbossweb-tomcat41.sar/META-INF/jboss-service.xml
Config attribute fragment:
|
|
|
|
|
|
|
|
Hi guys,
Sorry to bother here, but it's just via
JBoss that I became affascinated by the use
Of Dynamic Proxies (thru JMX book by Mr Fleury
& Mr Lindfors)..
I have this usecase scenario: my webapp has been implemented
Using BusinessDelegates on top of SessionFacade, on top of
Entity EJB (
Greetings.
Until your ideal solution surfaces, you might want to go w/ a Filter. Granted, it's
not as elegant as a declarative type solution, but at least the "initialized"
checks/flags would be cleanly separated in one place.
cheers.
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3
or as soon as I cancel it - You are killing JBoss
Try :-
nohup ./run.sh &
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824407#3824407";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824407>Reply
to the post
---
Try the installation and configuration forum, this has nothing to do with design
patterns.
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824406#3824406";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824406>Reply
to the post
---
Hey all,
After going through all the posts, I'm still a little hazy on why I still can not
setup simple load-balancing WITH sticky sessions based on the environment above (and
also referenced the pay-for Clustering doc).
1. Is there a sticky_session or stickySession flag for mod_jk2 in the
work
Have a look for PrefixDeploymentSorter
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824404#3824404";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824404>Reply
to the post
---
This SF.
Derr
The password stored in the database was being at least doubley hashed.
Now working - please ignore.
Thanks
Martin
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824403#3824403";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38244
Hi guys,
I have a small question. I understand that DAOFactory is a nice thing, and it makes
sure the right DAOImpl is returned according to your configuration. But do you really
need to ALWAYS check your configuration/deployement file to return the right
implementation? It is likely that you wi
I have a Enity bean called CategoryBean which is mapped to sf_category table.
My XDOCLET tag for the ejb.finder is
* @ejb.finder
| * query = "SELECT OBJECT(g) FROM sf_category WHERE g.name = ?1"
| * signature = "java.util.Collection findName(String name)"
ejb-jar.xml snippet is
There have been reports of leaks with the ibm vm and opennms. Remove the
snmp-adaptor.sar from the deploy directory to disable the service shown in the stack
trace.
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824400#3824400";>View
the original post
http://www.jboss.org/index.html
Thanks for the reply Ivelin. I am waiting for 3.2.4.
mlu
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824399#3824399";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824399>Reply
to the post
Hello.
Something very wierd is going on . . .
I type ./run.sh to start JBOSS.
While run.sh is running, the JAVA application can be accessed at port 80 (where it
should). As soon as run.sh finishes running, or as soon as I cancel it, the
application can no loger be accessed!
What is going on
salut,
j'ai essayà de demarrer jboss mais il m'a afficher l'erreur suivant :
C:\jboss-3.2.3\bin>run.bat
===
.
JBoss Bootstrap Environment
.
JBOSS_HOME: C:\jboss-3.2.3\bin\\..
.
JAVA: c:\jdk1.3\bin\java
.
JAVA_OP
Did you get the JAAS howto working that Scott wrote?
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=46370
Martin
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824396#3824396";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824396
I have added a page on the wiki that outlines building the DB via DDL at
http://jboss.org/wiki/Wiki.jsp?page=NukesDBSetup All comments appreciated.
Sherman
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824395#3824395";>View
the original post
http://www.jboss.org/index.html?module
Hi,
I've got this login module working with no hashing, but when I introduce the md5
hash, it fails to authenticate my users.
I have previously stored the hashed passwords in the database using this routine
called from ejbStore
anonymous wrote : public static String md5Hash(String sourc
Hi,
I've seen that the defaut maximum size for the pool is 100. I would like to be sure I
understand this properly.
What if I have a transaction (a call to a session bean for instance) that loads
(findByXXX) 5000 instances of the same entity bean (to update one of the field for
instance).
Sho
Hi,
I am doing exactly the same test , and have the same problems, except:
The problems do only on high load (creating with 30 threads at the same time
InitialContext's).
When I do it with one or two threads, no problem at all!
Did you find a solution already?
http://www.jboss.org/index.html?mo
Problem solved... Thanks
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824391#3824391";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824391>Reply
to the post
---
This SF.Net email is s
The input to JBossSX is a java.security.Principal and java.lang.Object.
Its up to the login module to interpret these. In your case it would
be easiest to just use the indicated compound name form for the username.
Scott Stark
Chief Technology Officer
JBoss Group, LLC
Arrete d'utiliser JBuilder, Ãa rend bÃte :D
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824390#3824390";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3824390>Reply
to the post
---
T
There is no jboss-3.2.3.gz. There is a jboss-3.2.3.bz2 which when bunzip2 produces a
tar file that is missing the .tar extension.
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3824389#3824389";>View
the original post
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3
1 - 100 of 174 matches
Mail list logo