Bugs item #1056596, was opened at 2004-10-29 05:06
Message generated for change (Comment added) made by fpiragibe
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1056596&group_id=22866
Category: JBossSX
Group: v3.2
Status: Open
Resolution: None
Priority:
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-testsuite?log=log20041106002208
BUILD FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-jboss-head.xml:62: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-jbos
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20041105225526Lbuild.148
BUILD COMPLETE - build.148Date of build: 11/05/2004 22:55:26Time to build: 18 minutes 27 secondsLast changed: 11/05/2004 21:57:41Last log entry: Add a test of accessing
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20041105214050Lbuild.147
BUILD COMPLETE - build.147Date of build: 11/05/2004 21:40:50Time to build: 16 minutes 38 secondsLast changed: 11/05/2004 21:00:10Last log entry: Add a testFlushOnSessio
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041105223732
BUILD FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-jboss-head.xml:59: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-jboss-head.xm
Bugs item #1054897, was opened at 2004-10-26 15:15
Message generated for change (Comment added) made by starksm
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1054897&group_id=22866
Category: JBossSX
Group: v4.0
>Status: Closed
>Resolution: Fixed
Priorit
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041105212206
BUILD FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-jboss-head.xml:59: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-jboss-head.xm
Bugs item #1036306, was opened at 2004-09-28 09:38
Message generated for change (Comment added) made by duchin
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1036306&group_id=22866
Category: JBossServer
Group: v4.0
Status: Open
Resolution: Works For Me
P
Bugs item #1054942, was opened at 2004-10-26 16:54
Message generated for change (Comment added) made by starksm
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1054942&group_id=22866
Category: JBossSX
Group: v4.0
>Status: Closed
>Resolution: Fixed
Priorit
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041105203834
BUILD FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-jboss-head.xml:59: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-jboss-head.xm
Bugs item #1061270, was opened at 2004-11-05 16:37
Message generated for change (Comment added) made by cracru
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1061270&group_id=22866
Category: JBossCMP
Group: v3.2
>Status: Closed
>Resolution: Invalid
Prior
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041105191454
BUILD FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-jboss-head.xml:59: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-jboss-head.xm
Bugs item #1061270, was opened at 2004-11-05 16:37
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=1061270&group_id=22866
Category: JBossCMP
Group: v3.2
Status: Open
Resolution:
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041105191452
BUILD FAILEDAnt Error Message: /home/rcampbell/cruise-test/work/scripts/build-jboss-head.xml:62: The following error occurred while executing this line: /home/rcampbell/cruise-test/work/scripts/bui
Bugs item #1036306, was opened at 2004-09-28 09:38
Message generated for change (Comment added) made by starksm
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1036306&group_id=22866
Category: JBossServer
Group: v4.0
Status: Open
Resolution: Works For Me
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041105170525
BUILD FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-jboss-head.xml:59: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-jboss-head.xm
Daniel,
This is a good question. However, I'd say this is an expected behavior.
Think of it as in Java. Even if your addr and addr2 are equal, doesn't mean they are
the same object instance. Therefore, if you do mary.setAddree(addr1), then joe and
mary will own different address instances.
An
Thank you for the instructions Laurent.
By the way, if anyone wants to debug with JBoss 3.2.3, you can integrate tomcat 5 very
easily. See the instructions near the bottom of the thread:
http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-1026.html
- Charley
View the original post :
http://
I added the following code to the Address class included with JBossCacheAop:
int id = -1;
|public int getId() {
| return this.id;
|}
|public void setId(int id) {
| this.id = id;
|}
|public boolean equals(Object o) {
| if(!(o instanceof Addre
The alternative is to have a tests or testsuite directory in each module that would
have a build.xml that is picked up by a subant task and the testsuite/build.xml would
have a funtional-tests which executed against all modules defined to have functional
tasks.
View the original post :
http:/
Yes. This is great by me. Will add the functional-tests target to the remoting
build.xml next week, so can try it out.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854137#3854137
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&
see:
http://www.jboss.org/wiki/Wiki.jsp?page=MainDeployerEnhancedSuffixOrder
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854134#3854134
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854134
---
I meant to say:
Each module's build.xml should expose a "funtional-tests" target. The
testsuite/build.xml will then call this target via the [ant] task.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854133#3854133
Reply to the post :
http://www.jboss.org/i
Functional tests need to be located in the module which they test. The testsuite
needs to be able to include these in the "tests" target.
Each module's build.xml expose a "funtional-tests" target. The testsuite/build.xml
will then call this target via the task. The testsuite must be able t
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041105162033Lbuild.405
BUILD COMPLETE - build.405Date of build: 11/05/2004 16:20:33Time to build: 15 minutes 54 secondsLast changed: 11/05/2004 15:43:24Last log entry: Added support for SubD
You get it by reference, of course. TreeCacheAop is supposedly to do it behind the
scence so you don't have to worry about it. :-)
Here is in a nutshell how it retrieve it from the replicated node. The first time when
you issue getObject() api, it will check whether a copy of the "aspectized" ob
Sorry. I posted my question in the wrong forum !! My apologies !!
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854129#3854129
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854129
---
Hi, to follow up your comments:
1. I am not clear why do you need to put the CacheLoader jar file in your ear file?
When you deploy JBossCache as a MBean serivce, you typically place the jboss-cache.jar
under all/lib directory, for example. After that, you simply drop a, say,
replSync-service.x
Just want to add one comment. Have you checked out TreeCacheView2? It's a bit up to
date than TreeCacheView since it's used in the simple GUI.
-Ben
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854124#3854124
Reply to the post :
http://www.jboss.org/index.
Hi,
I would like to know how to set up virtual hosts in jboss 3.2.5 on my production box
running jboss-3.2.5/Tomcat 5.x using MySql 4.0 on Linux O.S.
I have more than one web application developed using JSP/Servlets and packaged as .ear
files. I have domain names set up as myapp1.com and myapp2.
I can't get the compiler to work either. My JSP compile root folder is pointing to a
directory that contains my JSPs. This folder is not a subdirectory of JBoss or
Eclipse. Where are the resulting java files and classes supposed to get created?
Because of the inability to compile JSPs, I canno
bump
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854122#3854122
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854122
---
This SF.Net email is sponsored by:
Sybas
To asnwer your questions, both items are on our roadmap. First one is to make the
region configurable dynamically through api, and the second one is to intrument
JBossCache so we can know, for example, the cache hit/miss ratio.
Unfortunately, I can't think of an exisiting way to solve your first
Hi,
I would like to know how to set up virtual hosts in jboss 3.2.5 in my production box
running jboss-3.2.5/Tomcat 5.x using MySql 4.0 on Linux O.S.
I have more than one web application developed using JSP/Servlets and packaged as .ear
files. I have domain names set up as myapp1.com and myapp
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20041105152035Lbuild.146
BUILD COMPLETE - build.146Date of build: 11/05/2004 15:20:35Time to build: 20 minutes 18 secondsLast changed: 11/05/2004 14:43:24Last log entry: Don't include addressin
I may look into making some changes to the TreeCacheView application/class, and if I
improve it, I will e-mail those changes to you.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854114#3854114
Reply to the post :
http://www.jboss.org/index.html?module=bb&o
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041105143635Lbuild.404
BUILD COMPLETE - build.404Date of build: 11/05/2004 14:36:35Time to build: 27 minutes 12 secondsLast changed: 11/05/2004 13:22:32Last log entry: Added commons-httpclie
anonymous wrote :
| If you are running inside JBoss, use a JBossCache MBean (and deploy it as a MBean
service).
|
One issue with using JBossCache MBean in the EJB environment is, you have to keep your
CacheLoader outside of the EAR file and place your CacheLoader jar in the server lib
dir
You are right; the reason is that I'm not a good GUI developer... :-)
If anyone volunteers fixing the GUI, I'd be more than happy !
Maybe even write a better GUI that what we currently have...
Bela
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854106#385410
Here is additional information:
I know how to use the menu item "Run=>External Tools=>External Tools..." to create an
Ant Build launch configuration for the packaging-build.xml file; I can then add the
.jar files to the CLASSPATH for this configuration.
My real question is how do I get the righ
I came across some WS-I testing tools and sample application implemlentations at the
following site that may be of interest in terms of additional unit test material:
http://www.ws-i.org/implementation.aspx
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=38541
I receive the following error when I try to run a packaging configuration under JDK
1.3.x (under JBossIDE 1.4.0, Eclipse 3.0):
Unable to load default ProjectHelper due to java.lang.NoClassDefFoundError:
org/xml/sax/SAXException
I realize this means I need to add the appropriate jars to the CLAS
Running Eclipse 3.0 and JBossIDE 1.4.0. I can create a packaging configuration, and
it actually will run, but it always generates the below error when it is done. I've
tried upgrading to Eclipse 3.0.1 and then backing down to Eclipse 3.0 and have had no
luck. Any ideas?
!ENTRY org.eclipse.co
I realize this question may be more applicable to TreeCacheAop. I am still figuring
out the differences.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854101#3854101
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38
When I get an object out from TreeCache, do I get a copy of the object or a reference
to the object stored in the cache?
I would think it should be a reference, but then how does it work when an object is
updated in a replicated cluster on one node and I hold a reference to the replicated
obj
jBPM is an example of a project we are immeadiately promoting to a supported status
because its a strategic build out of the middleware stack.
A mail server is a prove it to me type of project given there are a plethora of
solutions from open source to commerical.
Both types of projects will be
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20041105133435Lbuild.145
BUILD COMPLETE - build.145Date of build: 11/05/2004 13:34:35Time to build: 16 minutes 50 secondsLast changed: 11/05/2004 12:34:30Last log entry: Update to the web-app 2
Has anyone else noticed that the TreeCacheView class/application does not always
correctly reflect cache access/changes?
I figured that part of the problem might be related to how the GUI and cache are
connected, so to prove that was the case, I implemented the TreeCacheListener
interface to pr
anonymous wrote : If this functionality does not already exist, are there hooks where
I could write my own implementations (and of course submit the changes back).
I am sure that Ben and Bela can answer your questions more directly than I can, but I
had some of the same requirements just from a
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041105125222Lbuild.403
BUILD COMPLETE - build.403Date of build: 11/05/2004 12:52:22Time to build: 34 minutes 33 secondsLast changed: 11/05/2004 12:38:11Last log entry: Include the tests-jacc
Bugs item #106, was opened at 2004-11-05 18:08
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=106&group_id=22866
Category: JBossServer
Group: v4.0
Status: Open
Resolutio
Scott, yes our conversation did include the proposed "incubator" model, which I think
is a probably (and reservedly) a good idea. I also agree that Mail Services should
perhaps be moved there. But I guess there is a bit of a strategic question here. Does
JBoss identify a strategic set of softwar
We are looking into deploying a caching solution into a jboss server, so jbossCache is
an obvious candidate. It looks like it does 90%+ of what we want. I have a few
questions about the remaining functionality
1) We would like to assign a timeToIdleSeconds when we put something in the cache
(
bump
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854091#3854091
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854091
---
This SF.Net email is sponsored by:
Sybas
I take that backincluding the aop jar files does not solve the problem.
When incuding the jar files, the intercepted code is, for all purposes ignored.
It looks like when using your own scoped version of those jar files, either the
aop$classAdvisor$aop or the _instanceAdvisor returns that th
I have the same problem. each time I call an external web service I got the timeout
error. could anybody give some advice ?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854087#3854087
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=postin
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?
Bill
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854085#3854085
Reply to the post :
http://www.jboss.org/index.html?module
Hi,
Is it possible to deploy an aspect with per-thread scope (like 'percflow' in AspectJ).
There is no such constant in Scope type, but maybe there is some other way to achieve
this?
Best regards,
Szczepan Kuzniarz
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewto
And your discussion with Marc should have touched on the JBoss Labs effort which is a
proving ground for open source projects. The Mail effort needs to be moved into the
JBoss Labs stage 1 effort where it will need to prove that a developer community can
be built up to the point where JBoss will
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041105052548Lbuild.399
BUILD COMPLETE - build.399Date of build: 11/05/2004 05:25:48Time to build: 18 minutes 12 secondsLast changed: 11/05/2004 04:51:38Last log entry: - added XmlLoadable ta
Just one more quick note on IMAP support. Implementing IMAP is probably the most
logical way of getting a usable WebMail interface up and running quickly. Most WebMail
interfaces I've played with (most natably SquirrelMail and Horde, but I'm sure there
are similar Java/JSP based alternatives) si
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20041105101223Lbuild.144
BUILD COMPLETE - build.144Date of build: 11/05/2004 10:12:23Time to build: 22 minutes 39 secondsLast changed: 11/05/2004 09:56:24Last log entry: fixes for schema-based
Hi
Have you create a WSDL File with the JAVA2WSDL Too
coming with Jboss or another WSDL Generator?
If so you have to copy the file under
/META-INF/wsdl/someServiceName.wsdl
If not you had to do this
and you must specify this WSDL File in your
webservice.xml
| someServic
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041105094644Lbuild.402
BUILD COMPLETE - build.402Date of build: 11/05/2004 09:46:44Time to build: 17 minutes 14 secondsLast changed: 11/05/2004 09:39:39Last log entry: Added apache.commons.c
"[EMAIL PROTECTED]" wrote : Try doing some work on it then. A mail service support
IMAP is not a priority task.
Scott, first off Andrew asked for the "whining" requests from "pain in the ass users."
Your seemingly snippy reply to a legitimate request from a real or potential customer
seems count
Ok, this is implemented in CVS. It will be in next release.
Bill
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854075#3854075
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854075
--
Thanks very much !!
Rajiv
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854072#3854072
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854072
---
This SF.Net email
I will take a look at today.
I do want to give you an update on what I have found. It is definetly a classloading
issue.
If in my scoped WAR File, I incldue the jboss-aop*.jar's, the issue does not happen. I
can redeploy all day long. THat makes sense, because at that point I am using my
scope
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041105084715Lbuild.401
BUILD COMPLETE - build.401Date of build: 11/05/2004 08:47:15Time to build: 14 minutes 50 secondsLast changed: 11/05/2004 08:36:52Last log entry: new exception
You can put the
http://myhost/imgs/architecture/metz/stjacques.jpg
in the HTML module, there is nothing wrong with that.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854069#3854069
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=postin
In fact, i have created an external DB in the nukes data directory called IcarusDB ,
it will be used to store the references to the images.
Something like /imgs/architecture/metz/stjacques.jpg in the field Location of the
Table that can have several more fields like description, etc
and i would
I'm simply trying to deploy my webservice app.
I'm getting the error message below.
Can someone tells what could be the reason of such a message.
It seems the server can't see the jobprovider file...
14:37:24,247 ERROR [ServiceDeployer] Cannot startup webservice for:
sampleWebservice.war
java.la
org.jboss.webservice.client.ServiceFactoryImpl factory =
(org.jboss.webservice.client.ServiceFactoryImpl)ServiceFactory.newInstance();
service.createService(wsdlLocation, mappingLocation, ws4eeMetaData, serviceName,
portName)
i try this , but get the result:
[java] Load client configuration err
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20041105080641Lbuild.143
BUILD COMPLETE - build.143Date of build: 11/05/2004 08:06:41Time to build: 16 minutes 15 secondsLast changed: 11/05/2004 07:58:13Last log entry: Add ws4ee style admin d
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041105073249Lbuild.400
BUILD COMPLETE - build.400Date of build: 11/05/2004 07:32:49Time to build: 19 minutes 22 secondsLast changed: 11/05/2004 06:49:46Last log entry: Updated beanshell lib
someone worked on importing a zip file in the database that contains a heirarchy of
files
isnt it what you want ?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854056#3854056
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=rep
I work with a lot of images too and I have some ideas about file upload in nukes.
First to preserve the CMS philosophy, images must be loaded into db, and
managed/versionned by the HTML module ;
BUT uploading each image file by hand is not possible ;
So what about managing image file hierarchy
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20041105060113Lbuild.4
BUILD COMPLETE - build.4Date of build: 11/05/2004 06:01:13Time to build: 22 minutes 12 secondsLast changed: 11/05/2004 04:51:38Last log entry: - added XmlLoada
I'd be satisfied with that. That's exactly what I meant.
Tomasz
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854045#3854045
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854045
Bugs item #1053776, was opened at 2004-10-25 14:32
Message generated for change (Comment added) made by ejort
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1053776&group_id=22866
Category: JBossServer
Group: v4.0
>Status: Closed
>Resolution: Duplicate
>
Bugs item #1058660, was opened at 2004-11-02 08:30
Message generated for change (Comment added) made by tfromm
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1058660&group_id=22866
Category: JBossServer
Group: v3.2
Status: Open
Resolution: None
Priority:
Ok, that was a dummy question. I should have read the manual with more attention. I
won't do it again, I promise :-)
Thanks
Damien
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854035#3854035
Reply to the post :
http://www.jboss.org/index.html?module=bb&o
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041105043601Lbuild.398
BUILD COMPLETE - build.398Date of build: 11/05/2004 04:36:01Time to build: 16 minutes 3 secondsLast changed: 11/05/2004 04:15:13Last log entry: Added commons-httpclien
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041105034611Lbuild.397
BUILD COMPLETE - build.397Date of build: 11/05/2004 03:46:11Time to build: 25 minutes 35 secondsLast changed: 11/05/2004 03:32:31Last log entry: pp
Bugs item #1053776, was opened at 2004-10-25 16:32
Message generated for change (Comment added) made by greywind
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1053776&group_id=22866
Category: JBossServer
Group: v4.0
Status: Open
Resolution: None
>Priori
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041105025527Lbuild.396
BUILD COMPLETE - build.396Date of build: 11/05/2004 02:55:27Time to build: 27 minutes 7 secondsLast changed: 11/05/2004 02:44:02Last log entry: another updated for 1.2
86 matches
Mail list logo