Bugs item #1034920, was opened at 2004-09-26 04:06
Message generated for change (Settings changed) made by juanmartinez
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1034920&group_id=22866
Category: JBossServer
Group: v4.0
Status: Open
Resolution: None
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-testsuite?log=log2004003440Lbuild.4
BUILD COMPLETE - build.4Date of build: 11/11/2004 00:34:40Time to build: 78 minutes 57 secondsLast changed: 11/10/2004 21:19:59Last log entry: speed up undeploy
I'm not sure if this is a bug, or a feature I can't have! :)
Lets assume a local TreeCache with isolation Level set to Serializable.
Initiall when the cache is empty, the initial read will of course return null.
Lets assume within this same transaction for this first thread that this thread
t
Bugs item #1064328, was opened at 2004-11-11 00:39
Message generated for change (Comment added) made by igorfie
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1064328&group_id=22866
Category: Build System
Group: v3.2
Status: Open
Resolution: None
Priorit
This is awesome. Do you mind if we move this under JBossCache wiki page?
BTW, any volunteer for Websphere HOWTO? :-)
-Ben
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854720#3854720
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&
Bugs item #1064328, was opened at 2004-11-10 21:39
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=1064328&group_id=22866
Category: Build System
Group: v3.2
Status: Open
Resoluti
I now can debug JSP code. Hope I did not waste anybody's time. It had to do
with both Lomboz and JBossIDE plug-ins were installed. This kind of mistake
tends to be made easily by a newbie like myself having a couple of days of
experience with J2EE and trying to go through a sea of information to
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log2004000458Lbuild.420
BUILD COMPLETE - build.420Date of build: 11/11/2004 00:04:58Time to build: 15 minutes 34 secondsLast changed: 11/10/2004 21:19:59Last log entry: speed up undeploy
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20041110230809Lbuild.177
BUILD COMPLETE - build.177Date of build: 11/10/2004 23:08:09Time to build: 14 minutes 47 secondsLast changed: 11/10/2004 22:04:44Last log entry: Merge the iiop changes
Hi George,
Take a look at http://mobicents.org and consider joining the project.
Ivelin
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854714#3854714
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854714
--
We are planning to do a 4.0.1 release on Nov 19. The following dynamic list of
tasks need to be completed to complete the release. Any other tasks that be
posted here and I'll integrate them into this summary.
Bugs #1040200, Authentication exception, principal=null initially on login.
, Assig
We plan on doing a 3.2.7 release within a couple of weeks, curently targetd at
Nov 19th to address some jdk 5.0 and jdk 1.3 issues in the 3.2 codebase.
This topic is a list of the issues to be complete for the 3.2.7 release.
Bugs item #1050864, Can't init MessageCounterHistoryDayLimit at deploy
Bugs item #1046450, was opened at 2004-10-13 11:15
Message generated for change (Comment added) made by starksm
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1046450&group_id=22866
Category: JBossIIOP
Group: v3.2
>Status: Closed
>Resolution: Fixed
Prior
Not anytime soon, but come to think of it you could probably implement it with
the current mechanisms, but you'd have to do it yourself...
|
SomeIntroductionFactory.yourPerClassAspect(this.getClass())
|
| |
| | Get me?
| |
| | Bill
View the original post :
http://www.jb
hi,
there was a mistake in my first post.
the xml file i have tried is as follows.
|
|
|
|
|
|
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854709#3854709
Reply to the post :
http://www.jboss.org/index.html?module
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20041110205129Lbuild.176
BUILD COMPLETE - build.176Date of build: 11/10/2004 20:51:29Time to build: 20 minutes 32 secondsLast changed: 11/10/2004 20:02:06Last log entry: added basic snmp get/se
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20041110195850Lbuild.166
BUILD COMPLETE - build.166Date of build: 11/10/2004 19:58:50Time to build: 27 minutes 22 secondsLast changed: 11/10/2004 18:06:47Last log entry: Validate that the org.j
Any plan to support per class scope for Introduction in the near future ?
Thx Claude
FYI.,what Aspectwerkz does in this area :
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854707#3854707
Reply to the post :
http://www.jboss.org/index.html?module=bb&o
Asking for help from a beginner of JBoss AOP.
I am trying to replace the values of arguments in a method by Interceptor.
but it seems does not work.
| public class SimpleInterceptor implements Interceptor
| {
| public String getName() { return "SimpleInterceptor"; }
|
| public
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041110192803Lbuild.419
BUILD COMPLETE - build.419Date of build: 11/10/2004 19:28:03Time to build: 15 minutes 8 secondsLast changed: 11/10/2004 18:54:23Last log entry: Removed unused imports.
1/Yes.The asynchronous aspects does support timeout value.
With jdk1.4,u have two options to specify the value:
* In your code,when u flag the method as an asynchronous method
/** @@org.jboss.aspects.asynchronous.aspects.jboss.Asynchronous
(timeout=5000)*/
public long myProcess(){...}
Awesome, thanks Ben.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854702#3854702
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854702
---
This SF.Net email is spo
Bugs item #1063606, was opened at 2004-11-10 04:57
Message generated for change (Settings changed) made by tdiesler
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1063606&group_id=22866
Category: JBossServer
Group: v4.0
Status: Open
Resolution: None
Prio
Bugs item #1064187, was opened at 2004-11-10 14:38
Message generated for change (Comment added) made by starksm
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1064187&group_id=22866
Category: JBossIIOP
Group: v4.0
>Status: Closed
>Resolution: Fixed
Prior
Some of my JSPs cannot be opened in the JSP Editor. When I try to open them I
get the message "Editor could not be initialized". Other JSPs have no problem
being opened. Does anyone know if there is a log I can look at for more
details about the problem?
Thanks.
- Charley
View the original
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041110171558Lbuild.418
BUILD COMPLETE - build.418Date of build: 11/10/2004 17:15:58Time to build: 18 minutes 28 secondsLast changed: 11/10/2004 16:59:29Last log entry: only compile tests --
Bugs item #1064187, was opened at 2004-11-10 14:38
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=1064187&group_id=22866
Category: JBossIIOP
Group: v4.0
Status: Open
Resolution:
Yes, to "aspectize" JBossCache is in 2.0 roadmap. The refactoring is currently
underway done by Bela now.
-Ben
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854695#3854695
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&
Tine,
I take it that you are referring to TreeCacheAop part. Collection classes are
handled by proxy implicitly. So you will need to operate on the proxy, e.g.,
aHashTable = (HashTable)getObject(aFqn);
aHashTable.put("1", "test");
etc.
-Ben
View the original post :
http://www.jboss.org/index
This is a bug. No, we never have a test case with a composite value object key.
I will fix it in release 1.2 (hopefully the next couple days).
Thanks,
-Ben
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854692#3854692
Reply to the post :
http://www.jboss.
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20041110153826Lbuild.165
BUILD COMPLETE - build.165Date of build: 11/10/2004 15:38:26Time to build: 28 minutes 47 secondsLast changed: 11/10/2004 12:01:58Last log entry: Use canonicalName in on
I will add it under TreeCacheAop as well.
-Ben
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854688#3854688
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854688
-
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041110133056Lbuild.417
BUILD COMPLETE - build.417Date of build: 11/10/2004 13:30:56Time to build: 36 minutes 45 secondsLast changed: 11/10/2004 13:12:48Last log entry: Moved test directory t
Can we specify timeout for Asynchronous Aspect ? How to do that in weblogic ?
Regards,
Ravi
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854676#3854676
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854676
Ok, never mind,
I found where the problem was.
After the first run of XDoclet with EJB configuration, the create method must
be added using J2EE->Add Create method. Afther this a new XDoclet run will add
the create method to the EJBLocal interface.
A more explicit tutorial will help.
Sorry for
Bugs item #1064073, was opened at 2004-11-10 11: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=1064073&group_id=22866
Category: JBossCMP
Group: v3.2
Status: Open
Resolution:
More explicit,
How do I generate the create() method in Home/LocalHome interface of a EJB BMP
with XDoclet?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854672#3854672
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=
I've just created an environment with Eclipse 3.0.1 and JBoss 4.0/JBoss-IDE
1.4. I am trying to follow Laurent's 11/04/04 reply and running into problems
where I can see the JSP files and the generated Java files but can't set break
points in either the JSP or the genereated Java files. BTW, th
Bugs item #1063107, was opened at 2004-11-09 05:53
Message generated for change (Comment added) made by starksm
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1063107&group_id=22866
Category: JBossServer
Group: v3.2
>Status: Closed
>Resolution: Duplicate
yep, that works in 3.2.6 (turn off tomcat session persistence). It won't work
in pre 3.2.6 jboss and beware element names in context.xml are case sensitive,
e.g. use "Context" not "context".
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854667#3854667
Repl
Hi,
I am using JBoss-IDE 1.4 with XDoclet to generate Entity Beans for local use
(so no EJBHome interface available). The problem is that after the XDoclet was
run the LocalHome interface for the bean contains only finder methods and not
the create method.
So I am unable to create the bean loc
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20041110110126Lbuild.164
BUILD COMPLETE - build.164Date of build: 11/10/2004 11:01:26Time to build: 53 minutes 44 secondsLast changed: 11/10/2004 10:33:34Last log entry: Add ejb context root te
Hi, All:
I create a standardalone JBossCache three node cluster, then insert one
Hashtable in one node using the method "putObject(aFqn, aHashtable)".
But I found if I change the content of the aHashtable Object in one node, the
change didn't replicate in other node. Could anybody tell me how I
Ryan needs to document the requirements for module local funcational tests.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854656#3854656
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854656
-
Ok. Good with me. Will make the change. If this is the new standard, think
will be several other modules that will need to make the change (jmx, jms,
etc.).
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854654#3854654
Reply to the post :
http://www.jbos
Hello all.
I've written a short HOWTO on using JBossCache (1.1) with BEA WebLogic (8.1),
and I've even written a startup/shutdown class which runs the distributed cache
as a service in WebLogic.
Pls see http://www.jboss.org/wiki/Wiki.jsp?page=JBossCacheAndWebLogic
Feedback is appeciated! :)
"bela" wrote : Can you remove all data and retry ? Maybe you have data written
with an older version of FileCacheLoader ?
|
| Bela
I am using the same version of FileCacheLoader write/read.
Versions i'm using:
jboss-4.0.0RC1
jboss-cache Version 1.01 April, 2004
Thank you in advance.
View t
Because module/test will contain more than just source. It needs to contain the
build.xml to drive the testsuite. There is no current standard for module local
functional tests.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854649#3854649
Reply to the post
Why is module/tests/src instead of module/src/test? Thought most people have
module/src/test and module/src/main.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854646#3854646
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=r
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041110100928Lbuild.416
BUILD COMPLETE - build.416Date of build: 11/10/2004 10:09:28Time to build: 24 minutes 2 secondsLast changed: 11/10/2004 09:48:22Last log entry: complex type marshallin
What always confuses me when discussing configuration/deployment issues, is
that JBoss is so flexible that can be configured in many different ways:
You can have a single server with multiple configurations, many servers that
form one or more clusters, netboot, etc.
I believe we need to establi
Bugs item #1044548, was opened at 2004-10-11 12:27
Message generated for change (Comment added) made by tdiesler
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1044548&group_id=22866
Category: JBossSOAP
Group: v4.0
>Status: Closed
>Resolution: Fixed
Prio
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20041110091014Lbuild.163
BUILD COMPLETE - build.163Date of build: 11/10/2004 09:10:14Time to build: 20 minutes 54 secondsLast changed: 11/10/2004 08:52:38Last log entry: Use DeploymentInfo.getC
Does anyone know...is it a requirement that the scratchdir exist prior to
startup? It seems like maybe the first time, when I don't have it, it's taking
too long and the compiler and class loader are tripping over each other. But,
if I restart and only have the top level scratchdir directory,
one more idea about how to do this.
1) in the xml file make several timeout policies
i.e. 5m expires in 5 mintes, 10m expires in 10m etc
2) When someone request to put something in the cache, prepend the approriate
the timeout value onto the node.
The ideal in this case would be to query th
Bugs item #1063812, was opened at 2004-11-10 14:34
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=1063812&group_id=22866
Category: JBossMX
Group: CVS HEAD
Status: Open
Resolutio
OK,
thank you very much for the feedback!
Andrea
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854619#3854619
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854619
---
xdoclet 1.2.2 supports this. It does not support generating wsdl for now.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854617#3854617
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854617
---
Feature Requests item #1063771, was opened at 2004-11-10 12:31
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376688&aid=1063771&group_id=22866
Category: JBossServer
Group: v4.0
Status: Op
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20041110063026Lbuild.162
BUILD COMPLETE - build.162Date of build: 11/10/2004 06:30:26Time to build: 17 minutes 1 secondLast changed: 11/10/2004 05:59:09Last log entry: Externalize the InvokerPr
Can you remove all data and retry ? Maybe you have data written with an older
version of FileCacheLoader ?
Bela
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854597#3854597
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply
Cool! I wanted to do this as well, but did not find the time. Thanks Jason.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854596#3854596
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854596
-
Can you use another CacheLoader, e.g. BdbjeCacheLoader (you don't need a
license unless you ship your app).
This is probably a bug in FileCacheLoader, I'll have a look shortly.
Bela
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854594#3854594
Reply to the p
I added instructions for how to use TreeCache within JBoss, check out the
docs/design/TreeCache.xml file (in the CVS).
However, this doesn't treat TreeCacheAop, maybe we can update TreeCacheAop.xml
to explain it ?
Bela
View the original post :
http://www.jboss.org/index.html?module=bb&op=view
You're right - it should be a notifyNodeModified(). I fixed this in CVS head.
Thanks !
Bela
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854589#3854589
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854589
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041110055010Lbuild.415
BUILD COMPLETE - build.415Date of build: 11/10/2004 05:50:10Time to build: 20 minutes 9 secondsLast changed: 11/10/2004 05:12:05Last log entry: choose marshaller imple
Ok. This was in TreeCacheAop.java's javadoc..
And what about second question?
Regards,
Tomasz
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854586#3854586
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854586
-
Prematurely ending the request in a handler before it reaches the ultimate
receiver is probably not a good idea, and even if it works a terrible hack. Out
of interest, have you tried?
I externalized the invoker providers, like this
|
| jboss:service=WebService
| ${jboss.bind.a
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20041110051824Lbuild.175
BUILD COMPLETE - build.175Date of build: 11/10/2004 05:18:24Time to build: 13 minutes 30 secondsLast changed: 11/10/2004 04:54:34Last log entry: Reduce axis fault log l
I'm using eclipse for a project including stateless session beans (slsb). I
want to expose the business methode of this slsb as a webservice. I figure
since my webservice endpoint and my remote interface of my slsb are the same,
i'm using the remote interface as my endpoint.
I'm using an ant ta
Hopefully, within the next few days
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854582#3854582
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854582
---
This SF.N
Supported in jboss-4.0.1
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854581#3854581
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854581
---
This SF.Net email is
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20041110040951Lbuild.161
BUILD COMPLETE - build.161Date of build: 11/10/2004 04:09:51Time to build: 33 minutes 34 secondsLast changed: 11/10/2004 03:27:22Last log entry: javadoc
Applied to Branch_4_0, thanks Jason
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854580#3854580
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854580
---
This SF.
Hi all,
I want to intergrate SIP functionality in the JBOSS platform.
The sip servlet Reference Implementation is free for downloand, but I am not
sure how I can Intergrate it in the JBOSS/tomact container
An other option is to take an open source JAVA SIP stack like NIST Java SIP and
try
When starting Eclipse 3.1 M3 I get following error in the log-File:
java.lang.NullPointerException
at
org.jboss.ide.eclipse.jdt.j2ee.jsp.ui.decorators.JSPNatureDecorator.decorate(JSPNatureDecorator.java:69)
at
org.eclipse.ui.internal.decorators.LightweightDecoratorDefinition.deco
Feature Requests item #1063650, was opened at 2004-11-10 09:28
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376688&aid=1063650&group_id=22866
Category: JBossServer
Group: v3.2
Status: Op
Bill Burke wrote : nope, never got around to implementing it although it would
be pretty easy to add.
|
| You need it? Or is it just a checklist for you?
|
It is not a must-have feature, but it would help me a little bit. But I think I
can achieve my goal (per-thread logging across many
78 matches
Mail list logo