View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20040924021208Lbuild.230
BUILD COMPLETE - build.230Date of build: 09/24/2004 02:12:08Time to build: 20 minutes 35 secondsLast changed: 09/24/2004 01:53:47Last log entry: Update the selection o
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20040924013244Lbuild.229
BUILD COMPLETE - build.229Date of build: 09/24/2004 01:32:44Time to build: 14 minutes 41 secondsLast changed: 09/24/2004 01:26:06Last log entry: Check if the jarNames
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20040923204320Lbuild.228
BUILD COMPLETE - build.228Date of build: 09/23/2004 20:43:20Time to build: 15 minutes 5 secondsLast changed: 09/23/2004 20:37:27Last log entry: *** empty log message *
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20040923202109Lbuild.67
BUILD COMPLETE - build.67Date of build: 09/23/2004 20:21:09Time to build: 12 minutes 42 secondsLast changed: 09/23/2004 19:58:12Last log entry: Remove the ejb module dep
you put the finger on it, if you set the value from within the MBean it will not be
persisted. The ModelMBean does not do interception of fields so it cannot be aware of
the change you made and the only way to force persistence is to traverse the JMX stack
by doing an explicit setAttribute().
V
I created the jmx values in my module doing this (also setting up the
jboss_services.xml file):
private int packagesPerPage = 0;
|
| public int getPackagesPerPage()
| {
| return packagesPerPage;
| }
|
| public void setPackagesPerPage(int packagesPerPage)
| {
| this
cat -n cat -n src/org/spec/jappserver/orders/orderauditses/ejb/OrderAuditSesEJB.java
121 /**
122 * Method setSessionContext
123 *
124 *
125 * @param sc
126 *
127 */
128 public void setSessionContext(SessionContext sc) {
1
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20040923173749Lbuild.227
BUILD COMPLETE - build.227Date of build: 09/23/2004 17:37:49Time to build: 29 minutes 54 secondsLast changed: 09/23/2004 16:55:42Last log entry: Fixed so 'all' target
you were modifying attributes within the module itself with somehting like : {
this.myfield = "some value"; } ?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849358#3849358
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply
I just dropped it in the default deploy folder and everything worked fine. Looks like
something we've reconfigured on our end.
Can't imagine what that could be. What about the default configuration files does the
mail services need to work? What does it rely on?
Rob
View the original post :
If I do this instead of calling a settter in the Kingpin Module it works:
| try
| {
| ObjectName name = new ObjectName("nukes.modules:name=kingpin");
| String att = "NumberPackagesPerPage";
| String type = "int";
| Object value = null;
I followed the Wiki guide for setting up the email services but I'm still getting alot
of complaints from jboss.
Basically all I understand is.
1. Compile the source with ant
2. Take the ear and drop it in the folder of the server/xxx/deploy/
Note: our project is not using the default server
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20040923164640Lbuild.66
BUILD COMPLETE - build.66Date of build: 09/23/2004 16:46:40Time to build: 25 minutes 52 secondsLast changed: 09/23/2004 14:48:59Last log entry: Backported the latest JBo
You are the man ! Thanks...
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849351#3849351
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849351
---
This SF.Net ema
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20040923154915Lbuild.226
BUILD COMPLETE - build.226Date of build: 09/23/2004 15:49:15Time to build: 23 minutes 31 secondsLast changed: 09/23/2004 15:33:19Last log entry: *** empty log message
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log2004092312Lbuild.36
BUILD COMPLETE - build.36Date of build: 09/23/2004 14:44:42Time to build: 34 minutes 53 secondsLast changed: 09/23/2004 13:58:51Last log entry: Working on fixing root bu
Ok, RC1 will not work with JBoss 3.2.5 as the base deployer class has changed in 4.0.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849344#3849344
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849344
---
BTW, the fix to findMethodByHash is in CVS and will be in RC2 on Friday.
Bill
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849343#3849343
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849343
--
I'm a big fan of creating user defined libraries in eclipse. I'd like for jboss ide
to be able to use these libraries as a source for adding jars in the packaging
configurations
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849342#3849342
Reply to the post
Bill, Kevin and Kabir, thank you for the help.
Best regards,
Marcio Alves
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849341#3849341
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849341
---
Here are the functions in my module that call the setters and getters:
|public void displayConfiguration(Page page)
|{
| if (!secAuthAction("configuration::", Constants.SEC_ACCESS_ADMIN))
| {
| displayError(page, "${kingpin.NO_AUTH}");
| return;
|
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20040923132426Lbuild.65
BUILD COMPLETE - build.65Date of build: 09/23/2004 13:24:26Time to build: 20 minutes 23 secondsLast changed: 09/23/2004 12:52:14Last log entry: Use the DynamicLoginConfi
I removed the JMX module and it removed this exception but I still am not getting
persistence
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849329#3849329
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849329
--
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20040923123133Lbuild.225
BUILD COMPLETE - build.225Date of build: 09/23/2004 12:31:33Time to build: 29 minutes 29 secondsLast changed: 09/23/2004 12:26:11Last log entry: Unwrap a potential MBe
I found this in my log:
| 2004-09-23 10:07:34,083 INFO [org.jboss.deployment.MainDeployer] Starting
deployment of package:
file:/C:/projects/DataDistribution/DataDistribution/ddBuild/output/jboss-3.2.3/server/default/nukes/nukes-jmx.sar
| 2004-09-23 10:07:34,123 ERROR [org.jboss.nukes.syst
It was just a thought... It could be very messy - I agree.
Some combination of ThreadLocal's and cflow might help a bit
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849326#3849326
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mod
"kabkhan" wrote : But you could create in interceptor to intercept method(), and store
the parameters somewhere, and then access that from your other advice.
To make a tunnel you say. Thanks for it. It could be done, but this place of storing..
it smells bad for me. I'll consider both. For now I
But you could create in interceptor to intercept method(), and store the parameters
somewhere, and then access that from your other advice.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849322#3849322
Reply to the post :
http://www.jboss.org/index.html?modu
"Bill Burke" wrote : you cannot get arg1 as it is higher in the stack.
Sh.. :(
Thanks for quick answer.
t.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849321#3849321
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38
Damm one character typo, this was costly.
Any tips on how to debug ws deployments, ideally these sort of issues are detected and
reported. :-(
Thanks for taking the time to answer.
-phil
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849320#3849320
Reply t
you cannot get arg1 as it is higher in the stack.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849319#3849319
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849319
---
Hi.
Is there any way to get underlined arguments:
| public void method(Object _arg1_, String _arg2_)
| {
| collection.add(arg2); <- join point "call(*
$instanceof{java.util.Collection}>add(..))"
|
| }
public Object advice(MethodCalledByMethodInvocation invocation)
| {
|
Unless, of course, you use a CacheLoader
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849315#3849315
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849315
---
This
Thank U, i'll try this.
MÃrcio Manske
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849313#3849313
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849313
Bugs item #1028029, was opened at 2004-09-14 09:23
Message generated for change (Settings changed) made by starksm
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1028029&group_id=22866
Category: JBossSX
Group: None
>Status: Closed
Resolution: Postponed
P
Bugs item #694148, was opened at 2003-02-26 19:44
Message generated for change (Comment added) made by starksm
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=694148&group_id=22866
Category: JBossServer
Group: v3.0 Rabbit Hole
>Status: Closed
>Resolution:
Bugs item #910004, was opened at 2004-03-04 11:05
Message generated for change (Settings changed) made by starksm
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=910004&group_id=22866
Category: JBossWeb
Group: v3.2
>Status: Closed
>Resolution: Works For M
Bugs item #767510, was opened at 2003-07-07 20:14
Message generated for change (Comment added) made by starksm
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=767510&group_id=22866
Category: JBossWeb
Group: v3.2
>Status: Closed
>Resolution: Fixed
Priority
Sorry Bill, just noticed your posting.
The problem happens when you use $instanceof{}. If you do not use it then the call
does not get intercepted.
Kev
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849311#3849311
Reply to the post :
http://www.jboss.org
Bugs item #973162, was opened at 2004-06-15 04:02
Message generated for change (Comment added) made by starksm
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=973162&group_id=22866
>Category: JBossServer
Group: None
Status: Open
Resolution: Accepted
Prior
This hack is already documented at the following wiki page:
http://www.jboss.org/wiki/Wiki.jsp?page=ExternalDirectories
Please try to post your questions in the user forum. Also make it a habit to visit
the Jboss wiki pages. We post a lot of information there.
View the original post :
http://
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20040923105518Lbuild.224
BUILD COMPLETE - build.224Date of build: 09/23/2004 10:55:18Time to build: 26 minutes 14 secondsLast changed: 09/23/2004 10:39:25Last log entry: Add webservice user ex
I have not tested RC1 yet with 3.2.5.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849306#3849306
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849306
---
This SF
Don't know for sure if I understand your question. But if you evict a node, next time
you retrieve it, you will get a null value. It applies to both TreeCache and
TreeCacheAop.
-Ben
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849305#3849305
Reply to the
Sorry, my fault. There is no official RC2 release. But the final release should be out
in a couple days.
-Ben
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849302#3849302
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p
Hi
I saw no jboss-aspect.jar in jboss-aop-1.0RC1.zip nor in
jboss-aspect-library-1.0RC1.zip (however there do exists jboss-aspect-library.jar that
contains the class that was not found
-org.jboss.aspects.security.SecurityClassMetaDataLoader. So the jar is there in my
server/configuratoin_name
I'll link it in to the basic.AOPTester and send the patch to you.
Kev
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849303#3849303
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849303
-
Or send it to me at kabir.khan a jboss.org
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849300#3849300
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849300
---
Th
the bug is that he is using the AOP framework incorrectly. He must use $instanceof{}.
But, $instanceof{} is not complete in that it needs to support wildcards and
annotations which it does not now.
But, I'll add the fix to findMethodHash anyways.
Bill
View the original post :
http://www.jbo
Ok, I have updated the WIKI page. Let me know if that works for you.
Sorry for crappy installation. WE'll improve this with the next release.
Regards,
Bill
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849298#3849298
Reply to the post :
http://www.jboss
Hi,
Looks reasonable. Can you please post the testcase?
Cheers,
Kabir
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849299#3849299
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849299
Hiya Bill.
The issue is that the findMethodByHash method assumes that the clazz argument is a
class, in this case it is an interface. The bug is that the method being searched is
in a super interface of the one being called, hence it is never found.
I have a simple test case that reproduces it
What exactly is the error?
This WIKI page is out of date. It needs to be updated. I didn't get a chance to do
it before the FINAL release. We'll be putting out a detailed reference guide on
Friday.
The AspectDeployer service is not emedded in the aop.deployer jar and can be
configured in ao
You must also have the jboss-aspect library within the lib/ directory.
Let me know if that fixes it.
Thanks,
Bill
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849294#3849294
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=re
I figured it out. There is a little trick. You will have to copy web.xml to /conf
directory:
Step 1 : Copy a default web.xml from
/server//deploy/jbossweb-tomcat50.sar and place it in the
/server//conf directory
Step 2 : Edit
/server//deploy/jbossweb-tomcat50.sar/server.xml and add a
Contex
anonymous wrote : 16:53:25,259 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM
1.4.2_05-b04
| ,Sun Microsystems Inc.
| 16:53:25,259 INFO [ServerInfo] OS-System: Windows 2000 5.0,x86
| 16:53:25,852 INFO [Server] Core system initialized
| java.lang.ClassNotFoundException: org.jboss.
I want to use JBoss AOP in JBoss 4.0 final.
I follow the instructions on
http://www.jboss.org/wiki/Wiki.jsp?page=RunningWithJBossApplicationServer but it
fails.
What should I do to this work ? It should work with this instructions ?
View the original post :
http://www.jboss.org/index.h
I'm guessing that the Lomboz J2EE Project Wizard uses out of date libraries. You might
want to file a bug report with them..
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849289#3849289
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=postin
3.2.6 is targeted to go out this weekend, 25-26.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849288#3849288
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849288
Hey Marshall,
Thanks it worked!!
But what is the issue here.. why are these jar files added instead of the ones that
should be there..
saniya
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849287#3849287
Reply to the post :
http://www.jboss.org/index.htm
which error are you seeing?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849285#3849285
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849285
---
This SF.Net email
Is there a way / workaround to overcome this error ? (I want to work with AOP on
jboss-3.2.5 and I receive this exception when starting up jboss with the
EnableTransformer=true...)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849284#3849284
Reply to the po
Hi
Did any one solved the problem of serving static content using jboss-tomcat?
In Tomcat standalone, I edited the server.xml file and add
in the end of host tag. Everything works perfect.
But this solution is not working with Jboss+Tomcat?
Any ideas out there?
Raj
View the original post
"tdiesler" wrote : Q: Where do I go from here?
| A: Depends where you want to get to.
|
| Alice in Wounderland
|
|
Thank you tdiesler, your reply is soo important to me and for all member of this
Forum. If you don't want to help, just see!!!
So... you can see this link: http://dala
The problem is that I am defining:
call(javax.microedition.io.*->*(..))
There is an interface javax.microedition.io.Connection in the package. My class is
using javax.wireless.messaging.MessageConnection that extends
javax.microedition.io.Connection. The code in bold below is being changed by
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20040923082604Lbuild.223
BUILD COMPLETE - build.223Date of build: 09/23/2004 08:26:04Time to build: 16 minutes 33 secondsLast changed: 09/23/2004 08:09:34Last log entry: AdminObject tests
Hi everyone,
public class Pojo
| {
|
|
| }; <- because of this semicolon ...
|
we got exception:
| [javac] Compiling 2 source files to /home/nthx/tmp/JBossAOPTests/build/classes
| [annotationc] Working directory ignored when same JVM is used.
| [annotationc] com.thoughtwo
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20040923091236Lbuild.35
BUILD COMPLETE - build.35Date of build: 09/23/2004 09:12:36Time to build: 20 minutes 31 secondsLast changed: 09/23/2004 08:58:07Last log entry: Admin object tests
Done for jboss-4.0.1
http://www.jboss.org/wiki/Wiki.jsp?page=ConfigAdminObject
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849272#3849272
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849272
-
Yes there is. I'll write about it shortly. Hava a look at the jboss_4_0.dtd
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849260#3849260
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849260
-
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20040923071108Lbuild.222
BUILD COMPLETE - build.222Date of build: 09/23/2004 07:11:08Time to build: 15 minutes 19 secondsLast changed: 09/23/2004 07:03:49Last log entry: Remove the goal for JS
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20040923054359Lbuild.221
BUILD COMPLETE - build.221Date of build: 09/23/2004 05:43:59Time to build: 16 minutes 3 secondsLast changed: 09/23/2004 05:35:19Last log entry: Extend search for Sched
Sorry, it was to hurry.
My pointcut doesn't make sense at all. I can have "set(my.*->*)" without using
"within".
I've tried to use it in another poincut together with "(set(...) OR call(...) OR
execution(...)) AND within(my.package)". That's why.
Sorry, forget about that.
t.
View the origina
execution and set/get do not make sense with within as their purpose
is to totally wrap EVERY invocation.
within and withcode only make sense with call. I guess a callfield is necessary.
I'll add that to the TODO.
Bill
View the original post :
http://www.jboss.org/index.html?module=bb&op=vie
DDL differes a lot from vendor to vendor.
This entry is to be seen as "adjust according to your specific database".
This should be documented.
But the jdbc-implementation does have a problem persisting Timers on MS-SQL databases
as the MS-SQL-driver does not implement "setObject" as needed.
To g
Hi guys.
I've tried to define pointcut:
|
|
But it doesn't intercepts what I want. It works with 'call' and 'execution' pointcut
types.
I need that combination..
PS. Maybe there should be separate page on JBossAOP Wiki about "with and withincode".
They are quite important in AOP.
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20040923044749Lbuild.64
BUILD COMPLETE - build.64Date of build: 09/23/2004 04:47:49Time to build: 17 minutes 11 secondsLast changed: 09/23/2004 04:36:39Last log entry: Merge the testsuite clust
When configuring MySQL 4.1.5 as DefaultDS there are troubles in
server/default/deploy/ejb-deployer.xml:
At there is a create table statement having 2 problems
create table TIMERS (
TIMERID varchar(50) not null,
TARGETID varchar(50) not null,
INITIALDATE t
Q: Where do I go from here?
A: Depends where you want to get to.
Alice in Wounderland
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849238#3849238
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849238
Does your in webservices.xml correspond to in ejb-jar.xml?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849237#3849237
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849237
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20040923035525Lbuild.34
BUILD COMPLETE - build.34Date of build: 09/23/2004 03:55:25Time to build: 26 minutes 22 secondsLast changed: 09/23/2004 03:22:50Last log entry: Implement both HttpReques
Have a look at
http://www.jboss.org/wiki/Wiki.jsp?page=StackTrace
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849234#3849234
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849234
--
Bugs item #1030770, was opened at 2004-09-19 19:54
Message generated for change (Comment added) made by ddossot
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1030770&group_id=22866
Category: Tools
Group: v4.0
Status: Open
Resolution: None
Priority: 5
Su
RC2 ?
I can only find the 3.2.6RC1 on sourceforge...
Do you have a link?
--
Christer
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849231#3849231
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849231
-
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20040923032658Lbuild.220
BUILD COMPLETE - build.220Date of build: 09/23/2004 03:26:58Time to build: 14 minutes 38 secondsLast changed: 09/23/2004 03:05:09Last log entry: Updated API and also n
Hi,
Is there a way to authenticate and authorize EJB endpoint ws users against jaas? This
information is missing in JbossWS wiki.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849224#3849224
Reply to the post :
http://www.jboss.org/index.html?module=bb&
I'm allready working on this topic - Given it going to be incorporated in JBoss, it
should be there before the end of this year.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849223#3849223
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=po
87 matches
Mail list logo