Hello,
I would like to understand if aop precompilation is required or simply
recommended if you want to put serializable POJOs in a JBoss cache.
I'm running JBoss 4.0.0 with AOP loadtime instrumentation turned off
(EnableTransformer set to false).
I'm wondering if aop precompilation is requi
I was getting this error using 1.0.1alpha. Once I build the remoting lib from
HEAD, all works well. So this problem has been addressed and code is in CVS.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859798#3859798
Reply to the post :
http://www.jboss.or
So, all works well when I make sure all the objects I plan to (un)marshall are
Serializable. I think because I'm using socket: protocol, I need to make sure
I do this. Not 100% sure on why but I do know that all works well once
everything is Serializable.
View the original post :
http://www.
I was using 1.0.1alpha and got this. When I starting building from HEAD, all
works well. So, ignore this post - it has been fixed in CVS.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859796#3859796
Reply to the post :
http://www.jboss.org/index.html?modu
I am the beginner to use Eclipse (ver 3.0.1) with JBossIDE (1.3.0).
When I try to open a HTML file, I get the following error...
"Unable to instantiate editor:
org.jboss.ide.eclipse.jdt.xml.ui.editor.HTMLEditor
java.lang.NoClassDefFoundError: org/apache/xerces/jaxp/SAXParserFactoryImplt "
I f
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041223220028Lbuild.619
BUILD COMPLETE - build.619Date of build: 12/23/2004 22:00:28Time to build: 22 minutes 59 secondsLast changed: 12/23/2004 20:36:10Last log entry: Replace the hard-coded
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20041223213703Lbuild.232
BUILD COMPLETE - build.232Date of build: 12/23/2004 21:37:03Time to build: 14 minutes 50 secondsLast changed: 12/23/2004 20:33:27Last log entry: Replace the hard-coded
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20041223205431Lbuild.289
BUILD COMPLETE - build.289Date of build: 12/23/2004 20:54:31Time to build: 26 minutes 54 secondsLast changed: 12/23/2004 20:35:05Last log entry: Replace the hard-coded
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041223202641Lbuild.618
BUILD COMPLETE - build.618Date of build: 12/23/2004 20:26:41Time to build: 15 minutes 32 secondsLast changed: 12/23/2004 19:55:15Last log entry: Add a test of a state
[ http://jira.jboss.com/jira/browse/JBAS-64?page=history ]
Scott M Stark resolved JBAS-64:
---
Resolution: Done
Fix Version: JBossAS-3.2.7 Final
JBossAS-5.0 Alpha
The change has been applied to all active branches, 3.2+.
> javax.n
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041223175335Lbuild.617
BUILD COMPLETE - build.617Date of build: 12/23/2004 17:53:35Time to build: 27 minutes 49 secondsLast changed: 12/23/2004 17:25:22Last log entry: If this is running und
[ http://jira.jboss.com/jira/browse/JBAS-72?page=history ]
Scott M Stark reassigned JBAS-72:
-
Assign To: Alex Loubyansky (was: Scott M Stark)
Examples are always better than words.
> Adding CMR is handled differently in JBoss 3.2.2 and JBoss 3.2.5
> --
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20041223173559Lbuild.231
BUILD COMPLETE - build.231Date of build: 12/23/2004 17:35:59Time to build: 13 minutes 4 secondsLast changed: 12/23/2004 17:06:03Last log entry: Correct the thread notif
Well, I think I answered all of my previous questions... yes, you need to
serialize classes and yes, setting the binding host name of 127.0.0.1 means
you have to be careful about which addresses you use (I think I was mixing
localhost and 127.0.0.1 or something.)
Anyway, I now think I am getti
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20041223170537Lbuild.288
BUILD COMPLETE - build.288Date of build: 12/23/2004 17:05:37Time to build: 17 minutes 21 secondsLast changed: 12/23/2004 16:48:10Last log entry: Onto 4.0.2beta
[ http://jira.jboss.com/jira/browse/JBAS-76?page=history ]
Ryan Campbell reassigned JBAS-76:
-
Assign To: Ryan Campbell (was: Scott M Stark)
> Create Build Script for Functional Tests
>
>
> Key: JBAS-76
>
1. You are correct, there needs to be an additional level here. I have added
your recommended package structure to the wiki page.
2. We need the additional targets you describe. The testsuite is the best
place to start for these.
3. I have added a place for you to put the build.xml when yo
Document the Testsuite
--
Key: JBAS-77
URL: http://jira.jboss.com/jira/browse/JBAS-77
Project: JBoss Application Server
Type: Task
Components: Test Suite
Reporter: Ryan Campbell
Assigned to: Ryan Campbell
Document the testsuite in docb
For objects that I want to send from client to server via the invoke() and
objects that I want the server to return back to the client - should they
explicitly implement Serializable? I'm getting a NotSerializableException
because I did not make my objects serializable. Does the remoting
infr
Create Build Script for Functional Tests
Key: JBAS-76
URL: http://jira.jboss.com/jira/browse/JBAS-76
Project: JBoss Application Server
Type: Task
Components: Test Suite
Reporter: Ryan Campbell
Assigned to: Scott M Sta
Hello,
I'm a newbie with JBossCache and JBoss AOP.
I sucessfully set up a jboss aop cache service and accessed the cache inside a
session bean with the following snipet :
MBeanServer server = MBeanServerLocator.locate();
| TreeCacheAopMBean cache = (TreeCacheAopMBean) MBeanProxyExt.create(
|
The underlying cause of this may be me (I'm telling my client to connect to
127.0.0.1 but TCPView shows my true IP as the one bound by the server - would
have thought that would work but maybe not)... anyway, this is throwing a
NullPointerException in a weird place. Not sure if that's what is
Of course it's a URL not a code fragment:
http://www.jboss.org/wiki/Wiki.jsp?page=JBossMessaging
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859773#3859773
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859773
---
I've just put together a new JBoss Messaging wiki page:
http://www.jboss.org/wiki/Wiki.jsp?page=JBossMessaging that can be used as a
central point of access for everything related to JBoss Messaging.
It currently contains links to JIRA (it will allow you to enter and track
project tasks), the
Hello,
I'm a newbie to JBoss Cache.
I would like to access to the JBoss cache service inside a session bean through
the following code lines (as indicated by a post of this forum):
MBeanServer server = MBeanServerLocator.locate();
| TreeCacheMBean cache = (TreeCacheMBean)
| MBeanProxyExt.c
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041223123543Lbuild.616
BUILD COMPLETE - build.616Date of build: 12/23/2004 12:35:43Time to build: 20 minutes 33 secondsLast changed: 12/23/2004 11:37:16Last log entry: added support for recu
Some tools which provide maven-like dependency resolution:
Savant - http://inversoft.com/online/savant/savant.html
Antlion - http://antlion.sourceforge.net/inline-manual/ht-libraries.html
Both of these are just Ant task libraries. They both can download depedencies
from a repository and integ
I found what is wrong. I had to run JBoss 4.0.0 instead of JBoss 4.0.0RC2.
Fred
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859761#3859761
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859761
[ http://jira.jboss.com/jira/browse/JBAS-7?page=history ]
Scott M Stark resolved JBAS-7:
--
Resolution: Done
> Tasks for the 4.0.1 Release
> ---
>
> Key: JBAS-7
> URL: http://jira.jboss.com/jira/browse/JBAS-7
>
[ http://jira.jboss.com/jira/browse/JBAS-3?page=history ]
Scott M Stark resolved JBAS-3:
--
Resolution: Done
Fix Version: JBossAS-4.0.1 Final
> Get the testuite running completely under jdk5.0
>
>
>
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041223105409Lbuild.615
BUILD COMPLETE - build.615Date of build: 12/23/2004 10:54:09Time to build: 19 minutes 36 secondsLast changed: 12/23/2004 10:09:01Last log entry: removed evict(fqn, key
[ http://jira.jboss.com/jira/browse/JBAS-13?page=history ]
Scott M Stark resolved JBAS-13:
---
Resolution: Done
> Fix the java5 testsuite errors
> --
>
> Key: JBAS-13
> URL: http://jira.jboss.com/jira/browse/
Use the proper JBoss 4.0 release and not the RC2 one.
Kabir
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859760#3859760
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859760
[ http://jira.jboss.com/jira/browse/JBCACHE-24?page=history ]
Bela Ban closed JBCACHE-24:
---
> LockInterceptor needs to lock child nodes recursively on remove(Fqn)
>
>
> Key: JBCACHE-
[ http://jira.jboss.com/jira/browse/JBCACHE-24?page=history ]
Bela Ban resolved JBCACHE-24:
-
Resolution: Done
> LockInterceptor needs to lock child nodes recursively on remove(Fqn)
>
>
ok, so I read the other thread about "To Maven Or Not" and it seems most folks
are dead set against it. So... never mind (I'm not married to maven; I was
more or less curious as to what people think - now I know :-)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopi
Kabir,
I installed the 'injboss' example and built it successfully (running 'ant
deploy-ear-aop').
Hozever, JBoss fails deploying the resulting ear file. It's missing a class
ClassFileFilter :
java.lang.NoClassDefFoundError: org/jboss/util/file/ClassFileFilter
For your information, I'm running
Maven can produce Eclipse .project and .classpath files automatically for you.
It also has the ability to pull down dependency jars (with versioning). It
also has features for subcomponent and "super project" definitions (though I've
never used that part of it).
Have you considered maven? It
You can access the docs here: http://www.jboss.org/docs/index#aop
If you have downloaded the distribution, it is under:
jboss-aop_1.0.0-FINAL/docs/aspect-framework/examples/injboss
Kabir
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859752#3859752
Reply to
Kabir made a reference to a 'injboss' tutorial.
Where is this tutorial that may help me ? An URL zould be appreciated.
Fred
--->
Hi,
Please take a look at the "injboss" tutorial example for an example of how to
package aop apps to be run in JBoss.
Cheers,
Kabir
View the original post :
LockInterceptor needs to lock child nodes recursively on remove(Fqn)
Key: JBCACHE-24
URL: http://jira.jboss.com/jira/browse/JBCACHE-24
Project: JBoss Cache
Type: Bug
Versions: 1.2
Report
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041223093920Lbuild.614
BUILD COMPLETE - build.614Date of build: 12/23/2004 09:39:20Time to build: 26 minutes 40 secondsLast changed: 12/23/2004 09:04:32Last log entry: Add holder support for
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-testsuite?log=log20041223063638Lbuild.29
BUILD COMPLETE - build.29Date of build: 12/23/2004 06:36:38Time to build: 67 minutes 12 secondsLast changed: 12/23/2004 01:37:28Last log entry: Add -B, --bootl
Hi
We have been working on Sunstudio for an year now.
Currently we are developing a scalable product in a network environment with
about say - 150 server connections, 10 client connections and about 10,000
objects.
We wanted to shift from sun One to JBoss-open source (cause of some commercial
Hi
We have been working on Sunstudio for an year now.
Currently we are developing a scalable product in a network environment with
about say - 150 server connections, 10 client connections and about 10,000
objects.
We wanted to shift from sun One to JBoss-open source (cause of some commercial
check out Scott's post regarding the incorrect hostname
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859745#3859745
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3859745
-
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20041223090351Lbuild.230
BUILD COMPLETE - build.230Date of build: 12/23/2004 09:03:51Time to build: 21 minutes 19 secondsLast changed: 12/23/2004 01:37:28Last log entry: Add -B, --bootlib optio
Let me know if my understanding of this is incorrect.
Reading "JBoss Remoting Version 1.0.1 alpha" doc (dated Nov 15, 2004) I see
this:
anonymous wrote : "Then we make our invocation, passing 'Do something' as our
parameter [to Client.invoke]. The second parameter is null and is only used to
JBoss.NET and JBossWS cannot coexist in the same jboss server installation. You
will have to migrate all your web services or use two jboss installations.
As you probably know, JBoss.NET is deprecated and has entered maintenance mode.
View the original post :
http://www.jboss.org/index.html?mod
Bugs item #1089017, was opened at 2004-12-21 13:18
Message generated for change (Comment added) made by ektak
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1089017&group_id=22866
Category: JBossWS
Group: None
Status: Open
Resolution: None
Priority: 9
Su
We're trying to migrate from JBoss 3.2.2 to JBoss 4. We have both Axis style
web services and "session bean wrapped" style web services. I've read the doc
on JBossWS and it seems pretty simple to convert the session bean web services
to the spec compliant version in JBossWS. The Axis style ones
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-jdk-matrix?log=log20041223075143Lbuild.13
BUILD COMPLETE - build.13Date of build: 12/23/2004 07:51:43Time to build: 27 minutes 53 secondsLast changed: 12/23/2004 01:37:28Last log entry: Add -B, --boot
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20041223083533Lbuild.287
BUILD COMPLETE - build.287Date of build: 12/23/2004 08:35:33Time to build: 16 minutes 54 secondsLast changed: 12/23/2004 04:01:43Last log entry: serializer='org.apache.
Basic authentication is secure enough if you use HTTPS. With plain HTPP the
password is encoded with base64 which only slightly better than plain text
(security by obfuscation).
A stronger algorithm is client certificates.
View the original post :
http://www.jboss.org/index.html?module=bb&op=v
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20041223054942Lbuild.43
BUILD COMPLETE - build.43Date of build: 12/23/2004 05:49:42Time to build: 37 minutes 18 secondsLast changed: 12/23/2004 04:01:43Last log entry: serializer='or
Hello,
Thanks for ur reply. The problem is that i didnt give the statement in the
client code
InventoryEndpoint hello = (InventoryEndpoint)stub;
and in web.xml i have to give security-constraint and username and roles in
properties file
| BASIC
|
The testsuite and samples in jboss-4.0.1 make extensive use of wscompile
cvs co -r JBoss_4_0_1 jboss-4.0
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859728#3859728
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38597
Valid principal/credential combinations are configured with the jboss security
domain your WS is using.
Have a look at the samples that are shiped with jboss-4.0.1
cvs co -r JBoss_4_0_1 jboss-4.0
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3859727#3859727
The host and port references are automatically generated for a server side WS
deployment.
A client deployment needs to have the correct WSDL location specified it is
pointing to. Are you talking about a WS client deployment?
View the original post :
http://www.jboss.org/index.html?module=bb&op
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-testsuite?log=log20041223035508Lbuild.23
BUILD COMPLETE - build.23Date of build: 12/23/2004 03:55:08Time to build: 92 minutes 42 secondsLast changed: 12/23/2004 02:20:48Last log entry: Add the xmlsec
Support for HTTP/HTTPS proxy
Key: JBREM-27
URL: http://jira.jboss.com/jira/browse/JBREM-27
Project: JBoss Remoting
Type: Feature Request
Components: transport
Reporter: Thomas Diesler
Assigned to: Tom Elrod
Fix For: 1.0.1
undo undoable actions in case of exceptions
---
Key: JBPM-45
URL: http://jira.jboss.com/jira/browse/JBPM-45
Project: JBoss jBPM
Type: Task
Reporter: Tom Baeyens
Assigned to: Tom Baeyens
suppose a client calls token.sign
If you've read the previous posts in this thread, you should have read that the
DR relies on the Valve class that is not part of JBoss 4+, but is part of JBoss
3.2.x.
This dependency is removed in the Nukes sources in CVS, so if you check out
directly from CVS, you should be able to build them.
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-jdk-matrix?log=log20041223024709Lbuild.39
BUILD COMPLETE - build.39Date of build: 12/23/2004 02:47:09Time to build: 30 minutes 23 secondsLast changed: 12/23/2004 01:35:25Last log entry: Add -B, --boo
64 matches
Mail list logo