View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041006015344Lbuild.272
BUILD COMPLETE - build.272Date of build: 10/06/2004 01:53:44Time to build: 21 minutes 40 secondsLast changed: 10/06/2004 01:28:10Last log entry: Added test invocation
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041006011751Lbuild.271
BUILD COMPLETE - build.271Date of build: 10/06/2004 01:17:51Time to build: 15 minutes 7 secondsLast changed: 10/06/2004 01:09:32Last log entry: Added more code for rem
1. OK, I have now appended automatically the region fqn with a separator so that
should solve this problem. A better solution is fqn.toString() is appended
automatically with separator as well. But I need to look at it closer.
2. Fqn.isChildOf bug is fixed.
3. Use of Fqn construction with gener
The jaas classes are part of the jdk in 1.4.0+ so these classes are never picked up.
Hack the jdk code and use the bootclasspath option to see its behavior.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850477#3850477
Reply to the post :
http://www.jboss.o
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20041006001339Lbuild.51
BUILD COMPLETE - build.51Date of build: 10/06/2004 00:13:39Time to build: 15 minutes 9 secondsLast changed: 10/06/2004 00:07:57Last log entry: Fix the serialVersionUID t
Hi,
I'm doing some modifications in the JBoss 3.2.5 source code, all academic stuff. The
problem is when i try changing the source of Security classes like LoginContext or
Configuration the modifications never seems to take effect in the compiled code.
Basic stuff like a out.println in the
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041005233113Lbuild.270
BUILD COMPLETE - build.270Date of build: 10/05/2004 23:31:13Time to build: 14 minutes 38 secondsLast changed: 10/05/2004 23:24:37Last log entry: Fixed server side bug
You will need to build the whole jboss-head project since cache depends on other
libraries, e.g., jboss-aop, system, etc.
Simply go to build directory and do a "build.sh", it should build the whole shebang.
After that if you want distro, under cache, do "build.sh dist".
-Ben
View the original
Hi,
I'm writing my own valve to authenticate http requests, I'm getting the realm from
catalina context and invoking the authenticate method(String, String).
The realm used is by jboss is JBossSecurityMgrRealm (the default) but when this realm
looks for the security context the JNDI lookup fail
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20041005214650Lbuild.50
BUILD COMPLETE - build.50Date of build: 10/05/2004 21:46:50Time to build: 16 minutes 16 secondsLast changed: 10/05/2004 21:14:06Last log entry: backmerge
Hi,
I am trying to choose between AspectJ and Javassist as testing tools in my company.
Javassist seems to me more straightforward, and I lean towards it, but there are some
utility functionality that is harder to implement in Javassist. For instance, I cannot
use System.out.println for printing
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041005212255Lbuild.269
BUILD COMPLETE - build.269Date of build: 10/05/2004 21:22:55Time to build: 17 minutes 13 secondsLast changed: 10/05/2004 21:15:30Last log entry: backmerge
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041005195116Lbuild.268
BUILD COMPLETE - build.268Date of build: 10/05/2004 19:51:16Time to build: 18 minutes 35 secondsLast changed: 10/05/2004 19:30:57Last log entry: tutorial
Sorry if I was vague =).
It looks like you've downloaded jboss to the computer called "DesktopPC" and you are
trying to run it from under that Shared Folder. Basically, I think you just need to
copy the \\DesktopPC\jboss folder to a local directory on your machine. (C:\jboss, for
example). Runn
Thank you for the quick response. Sorry for my lack of understanding but could you
please explain a little further what you mean by having me try moving "the
installation over to a local folder on the server, and try it again"? Especially
about what you mean by "local folder on the server".
T
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041005164448Lbuild.267
BUILD COMPLETE - build.267Date of build: 10/05/2004 16:44:48Time to build: 20 minutes 1 secondLast changed: 10/05/2004 15:58:10Last log entry: Include some jdk1.5 DOM3
Sorry - placed in wrong forum. I apologize.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850448#3850448
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850448
---
currently, Fqn.isChildOf is broken. if you attempt to check to see if a *parent* is
the child of a *child* you'll get an exception:
>>> a = Fqn.fromString("/a")
| >>> b = Fqn.fromString("/a/b")
| >>> b.isChildOf(a)
| 1
| >>> a.isChildOf(b)
| Traceback (innermost last):
| File "", li
Hi,
I am hoping someone can help out with a problem we are experiencing in production
under heavy load. We get the "no managed connections available" error show up and we
cannot determine the cause.
We have checked our code numerous times for connection, statement and resultset
closing in try
My web service WSDL imports another WSDL which in turn includes a schema.
It looks like WSDLFilePublisher is not building the path correctly to that included
schema. It's missing a "/".
While debugging in WSDLFilePublisher, line 206 results in this as value for
resourcePath:
WEB-INF/wsdl//ser
u may want to check this out:
http://www.jboss.org/developers/guides/quickstart
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850439#3850439
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850439
"norbert" wrote : it would be better design if Region.getFqn() returns an Fqn not a
String so we could use Fqn.isChildOf(Fqn) instead of String.startsWith()
|
| BtW: Fqn are not just concatenated Strings - In the longrun we have to find a way
to configure Regions for eviction based on re
it would be better design if Region.getFqn() returns an Fqn not a String so we could
use Fqn.isChildOf(Fqn) instead of String.startsWith()
BtW: Fqn are not just concatenated Strings - In the longrun we have to find a way to
configure Regions for eviction based on reall (Object-based) Fqn's.
You can use LoaderRepository.displayClassInfo from the JMX console to find out where
your classes get loaded from.
Undeploy JBoss.NET, create a jwsdp archive that contains all the jars jwsdp depends on
and drop it in deploy.
If you get it working, you may want to write a page on the wiki.
View
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041005152407
BUILD FAILEDAnt Error Message: file:/home/cruisecontrol/work/scripts/build-jboss-head.xml:89: exec returned: 1Date of build: 10/05/2004 15:24:07Time to build: 14 minutes 28 secondsLast changed: 10/
getRegion does a similar test, should it be fixed as well?
instead of all the (repeated) string concatenations, would it be better to have
Region.getFqn() return a string that's always terminated by "/"?
-l
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=385
|
| $ ./build.bat
| Calling ..\tools\bin\ant.bat -logger org.apache.tools.ant.NoBannerLogger
| Buildfile: build.xml
|
| _buildmagic:init:
| Trying to override old definition of task property
|
| configure:
| Overriding previous definition of reference to xdoclet.task.classpa
I never figured out why this module looked empty in eclipse but I did a check out and
got all the files.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850434#3850434
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38504
Bugs item #1039881, was opened at 2004-10-04 11:54
Message generated for change (Settings changed) made by tdiesler
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1039881&group_id=22866
Category: JBossSOAP
Group: v4.0
Status: Open
Resolution: None
Priori
We need to integrate JBossMQ with Tibco, is there a JBossMQ bridge configuration to
integrate JBossMQ with a foreign JMS provider?
Thanks for all your help.
/Ray
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850432#3850432
Reply to the post :
http://www.jb
I'm seeing the same issue when connecting to www.sforce.com's document/literal
services. It's prio one of my todos.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850430#3850430
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=r
This may not be the right forum but are there instructions for building JBossCache. I
checked out all of jboss-head. Is all of that really necessary?
I am trying to build subcomponents 1 at a time but I don't seem to be able to figure
out how to finally get the cache component to compile.
I'm
BTW, is your service public? Can you provide a test and file an issue on sourceforge?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850431#3850431
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850431
---
it seems fine
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850426#3850426
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850426
---
This SF.net email is sponsored
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041005134248
BUILD FAILEDAnt Error Message: file:/home/cruisecontrol/work/scripts/build-jboss-head.xml:89: exec returned: 1Date of build: 10/05/2004 13:42:48Time to build: 22 minutes 52 secondsLast changed: 10/
In brief, I need to switch the xdoclet tag for "auto-increment" to false from true
when building Nukes for Oracle. I'm thinking the best way is to use an Ant
filter/replace to achieve this with a token like @autoincrement@ and incorporating the
filter into the build file for each module. The re
Regards
/Dimitris
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850423#3850423
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850423
---
This SF.net email is sponso
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20041005131426Lbuild.95
BUILD COMPLETE - build.95Date of build: 10/05/2004 13:14:26Time to build: 19 minutes 25 secondsLast changed: 10/05/2004 11:47:51Last log entry: Fix bug [ 1040694 ] Concu
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041005121611Lbuild.266
BUILD COMPLETE - build.266Date of build: 10/05/2004 12:16:11Time to build: 18 minutes 33 secondsLast changed: 10/05/2004 11:43:46Last log entry: Add type mappings from
I still cannot connect to jboss-head. Is it the module name or cvsroot. I have tried:
cvs.sourceforge.net:/cvsroot/jboss-head
and I could not login. when I use:
cvs.sourceforge.net:/cvsroot/jboss
the jboss-head folder is empty.
Somebody please tell me I'm not crazy.
View the original post :
Bugs item #1040728, was opened at 2004-10-05 08:09
Message generated for change (Comment added) made by starksm
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1040728&group_id=22866
Category: JBossMX
Group: v3.2
Status: Open
>Resolution: Accepted
Priorit
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20041005111849Lbuild.94
BUILD COMPLETE - build.94Date of build: 10/05/2004 11:18:49Time to build: 24 minutes 0 secondsLast changed: 10/05/2004 11:11:44Last log entry: Include the runEx message
Bugs item #1040694, was opened at 2004-10-05 07:30
Message generated for change (Comment added) made by genman
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1040694&group_id=22866
Category: JBossServer
Group: v3.2
Status: Open
>Resolution: Fixed
Priorit
Bugs item #973162, was opened at 2004-06-15 14:02
Message generated for change (Comment added) made by sflexus
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
Priori
Bugs item #1040728, was opened at 2004-10-05 08:09
Message generated for change (Comment added) made by genman
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1040728&group_id=22866
Category: JBossMX
Group: v3.2
Status: Open
Resolution: None
Priority: 5
S
Bugs item #1040728, was opened at 2004-10-05 08:09
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1040728&group_id=22866
Category: JBossMX
Group: v3.2
Status: Open
Resolution: N
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041005103422Lbuild.265
BUILD COMPLETE - build.265Date of build: 10/05/2004 10:34:22Time to build: 17 minutes 56 secondsLast changed: 10/05/2004 10:22:17Last log entry: removed warn in extern
Bugs item #1040694, was opened at 2004-10-05 14:30
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1040694&group_id=22866
Category: JBossServer
Group: v3.2
Status: Open
Resolutio
It looks like you're running JBoss remotely from a SMB share? I've honestly never
tried this before, but my first guess would be to move the installation over to a
local folder on the server, and try it again.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=385
... OK, as nobody has been complaining about the proposed fix, I have now submitted a
bug report as well as a patch.
Request ID 1040506
chriss
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850394#3850394
Reply to the post :
http://www.jboss.org/index.html
Thanks for the replies. This helps make a decision. In the case of using JNDI, is the
JNDI code in JBossCache (that I keep reading about) working at the moment? Thanks
again.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850392#3850392
Reply to the post :
jbriscoe did you find a way to do this?
logoff another user? I'm trying to stop the same user loggin in twice.
Would be good to know what you found out.
Cheers
Jeff.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850391#3850391
Reply to the post :
http://w
Hi all,
I would like to use the SUN Web Service developer pack v1.4 under
JBoss 3.2.3 and JDK 1.4. I have a quite mistical class loading problem. I would be
very happy if someone could help me. I describe the trieals i have made
so far ant the error messages in detail.
First of all WSDP 1.4 runs
I've posted a bug report (ID: 1039881)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850368#3850368
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850368
---
This S
Yes, it seems the wsdl is in document/literal style.
I want to access a remote webservice and the wsdl comes from
an external source... Does it means I won't be able to use it?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850367#3850367
Reply to the post
NO!!!
Do not stop supporting Eclipse 2.1, BUNCH of us use WSAD with is based on eclipse 2.1!
Don't kill me!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850365#3850365
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=rep
Bugs item #1040506, was opened at 2004-10-05 11:17
Message generated for change (Comment added) made by cstreiff
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1040506&group_id=22866
Category: JBossMQ
Group: v4.0
Status: Open
Resolution: None
Priority: 5
Bugs item #1040506, was opened at 2004-10-05 11:17
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1040506&group_id=22866
Category: JBossMQ
Group: v4.0
Status: Open
Resolution: N
If you are _not_ deploying the cache as MBean but instantiate it from your own code
(using the constructor and PropertyConfigurator) each instance will connect to the
same Group sharing the same data, but will not be the same cache instance. (As a
consequence the data would reside in memory mult
Thanks for keeping us updated.
And thanks for taking the "production" releases seriously!
--
Christer
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850358#3850358
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850358
60 matches
Mail list logo