[JBoss-dev] [JBossCache] - Using TreeCacheAopMBean

2004-11-08 Thread peterox
Can someone please post a detailed example of how to use TreeCacheAop inside JBoss? I have successfully started a service, but when I add a POJO via putObject, it is not added as an AOP object, but simply a name value pair. I think it has something to do with getting JBoss to use "org.jboss.a

[JBoss-dev] [JBossCache] - Remote TreeCacheListener Not Notified On remove(fqn, key) Ca

2004-11-08 Thread jiwils
Due to the issues I had with the TreeCacheView class, I wrote a command line implementation of TreeCacheListener. In doing so, I happened upon a quirk. It turns out that TreeCacheListener instances are not notified when the remove(fqn, key) method is invoked on remote instances. I have not te

[JBoss-dev] [JBossWS] - Re: DII client complains about serializer

2004-11-08 Thread kyayu
BTW i found the caused of java.util.vector problem: method in java bean can't return Enumeration object, that' all. what a trick. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854383#3854383 Reply to the post : http://www.jboss.org/index.html?module=bb&o

[JBoss-dev] [JBossCache] - Re: Has TreeCacheView Been Updated?

2004-11-08 Thread camel
anonymous wrote : | Did you verify this works ? I'll do it right away once you let me know whether you have tested it. | I haven't tried to reproduce the original problem (in fact I don't have JBossCache running yet, other than the demo). As with most threading issues, it's probably hard

[JBoss-dev] [JBossWS] - Re: DII client complains about serializer

2004-11-08 Thread kyayu
and another problem i encounter i overloading three methods getByCriteria(java.lang.Object identity, java.lang.String transactionId, java.lang.String databaseServiceName, java.lang.String tableName, CriteriaTO criteriaTO, int from, int count) ; getByCriteria(java.lang.Object identity, java.lan

[JBoss-dev] [JBossCache] - Re: Maintaining consistent object graph

2004-11-08 Thread sdanig
Tim - I can see that it might be implemented as you say, and I've no doubt that keeping only identifiers or proxy references would solve the problem, but the requirement that we cache only the latest version of the domain objects arises directly from the fact that we have to cache them in the f

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Asynchronous Aspect for Tomcat

2004-11-08 Thread petercahanlon
Hi, What is the setup of the JBOSS library for Tomcat ? How do u handle exception in the asynchronous method ? Please let me know. Thanks in advance. Peter View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854373#3854373 Reply to the post : http://ww

[JBoss-dev] [ jboss-Bugs-1062823 ] NullPointerException in MessageReference.getHeaders

2004-11-08 Thread SourceForge.net
Bugs item #1062823, was opened at 2004-11-08 21:32 Message generated for change (Comment added) made by javajedi You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1062823&group_id=22866 Category: JBossMQ Group: v3.2 Status: Open Resolution: None Priority: 5

[JBoss-dev] [JBossCache] - Re: Maintaining consistent object graph

2004-11-08 Thread twundke
Daniel, To be honest your problem is one of general data/object structures, not the cache. As Ben already pointed out, you're asking the cache to do something different than what plain old Java does. Personally, I think the cache should retain the same semantics as Java (ie. placing two differen

[JBoss-dev] [ jboss-Bugs-1062823 ] NullPointerException in MessageReference.getHeaders

2004-11-08 Thread SourceForge.net
Bugs item #1062823, was opened at 2004-11-08 21:32 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=1062823&group_id=22866 Category: JBossMQ Group: v3.2 Status: Open Resolution: N

[JBoss-dev] jboss-3.2 build.170 Build Fixed

2004-11-08 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20041108210652Lbuild.170 BUILD COMPLETE - build.170Date of build: 11/08/2004 21:06:52Time to build: 15 minutes 37 secondsLast changed: 11/08/2004 20:39:01Last log entry: Remove the SecurityDoma

[JBoss-dev] [JBossWS] - Re: DII client complains about serializer

2004-11-08 Thread kyayu
Here i'm coming again, i got an another serializer problem. when i use java.util.Vector as a bean member type, i got the result below, my question is , is it unsupport in jbossWS ? org.apache.axis.AxisFault: No serializer found for class java.util.Vector$1 in registry [EMAIL PROTECTED]

[JBoss-dev] [JBossWS] - Re: config webservice URL

2004-11-08 Thread jasong
Any plans for when this will occur? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854369#3854369 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854369 --- This SF.N

[JBoss-dev] jboss-4.0 build.154 Build Successful

2004-11-08 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20041108202650Lbuild.154 BUILD COMPLETE - build.154Date of build: 11/08/2004 20:26:50Time to build: 16 minutes 24 secondsLast changed: 11/08/2004 19:05:24Last log entry: Backported from HEAD:Ad

[JBoss-dev] [JBossWS] - Re: A question about jbossws deploy

2004-11-08 Thread icmas
when I deploy this application to jboss,some message is like: 08:47:39,545 INFO [EARDeployer] Init J2EE application: file:/D:/jboss-4.0.0/ser ver/default/deploy/consumerwebsite.ear 08:47:41,537 WARN [QNameBuilder] Cannot find namespaceURI for name: servicens:O pcPurchaseOrderService 08:47:41,537

[JBoss-dev] [Build System] - Re: build all fails in 4.0

2004-11-08 Thread [EMAIL PROTECTED]
The most target is used to build releases. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854361#3854361 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854361 --- Th

[JBoss-dev] [JBossWS] - Re: custom provider in jboss 4.0

2004-11-08 Thread darma
But InvokerProviderEJB forces an "invoke" on the SLSB method in the RequestEnvelope, which implies that every method in the WebLogic EJBs would have to be hard-coded in the gateway EJB on JBoss. In one word, the solution is a static proxy as opposed to a dynamic proxy - not practical with hundr

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re:

2004-11-08 Thread Bill Burke
Is this an anonymous inner class or just an inner class? I'm pretty sure there is a test in the testsuite somewhere for inner classes. If you send me a testcase, I can try it out. [EMAIL PROTECTED] Bill View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854359

[JBoss-dev] [JBossWS] - A question about jbossws deploy

2004-11-08 Thread icmas
when I deploy a webservice application of Sun java blueprint ,Adventure to jboss server4.0.0.I modified some config file about webservice when i checkout the order,I received a error message like: # 08:23:43,129 ERROR [Service] Error processing WSDL document: javax

[JBoss-dev] [Build System] - Re: build all fails in 4.0

2004-11-08 Thread lokki
Well Mr. Stark, you have to tell us you're building with 4.0.1 -). So are you saying that the 'all' target doesn't work in production 4.0? How do/did you build everything? The default build works for me also, but I wanted to generate the Javadocs too. When I just ran with the 'docs' option ther

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - "Could not find class it references" error in AOPC

2004-11-08 Thread atifmk
I have all the required classes in the classpath. Still I get error: [aopc] [error] Failed to aspectize class com.sch.ua.service.ebs.EBSEnvironment$1AdminServlet. Could not find class it references com.sch.ebs.foundation.core.Configurator.. Do verbose mode if you want full stack trace. As

[JBoss-dev] [Build System] - Re: build all fails in 4.0

2004-11-08 Thread [EMAIL PROTECTED]
That was fixed for the 4.0.1RC1 release. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854352#3854352 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854352 --- This

[JBoss-dev] [JBossCache] - Re: Maintaining consistent object graph

2004-11-08 Thread sdanig
I've been looking through the code a little. Here's a question for someone more knowledgeable than I: Given the described scenario, what if all my domain objects extend some common superclass DomainObject, and I add the DomainObject class to the Set of immediates (primitives) in org.jboss.cache.

[JBoss-dev] [Build System] - Re: build all fails in 4.0

2004-11-08 Thread recampbell
I get an error building from the jboss-4.0.0-src.tar.gz distribution using all: | cd build | ./build.sh all | ... | _module-common-all: | [mkdir] Created dir: /home/rcampbell/src/jboss-4.0.0-src/build/output/jboss-4.0.0/docs/api/common | [copy] Copying 671 files to /home/rc

[JBoss-dev] [Build System] - Re: build all fails in 4.0

2004-11-08 Thread [EMAIL PROTECTED]
Building the all target works fine for me. | [EMAIL PROTECTED] JBoss4.0]$cvs co -r Branch_4_0 jboss-4.0 | [EMAIL PROTECTED] jboss-4.0]$ cd build/ | [EMAIL PROTECTED] build]$ ./build.sh all | ... | | all: | | BUILD SUCCESSFUL | Total time: 8 minutes 16 seconds | View the o

[JBoss-dev] [QA (Test Suite)] - Re: Functional Tests

2004-11-08 Thread [EMAIL PROTECTED]
module/tests/src View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854346#3854346 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854346 --- This SF.Net email is sponsor

[JBoss-dev] [Build System] - Re: build all fails in 4.0

2004-11-08 Thread recampbell
Don't give a target, just use the default: | cd build | ./build.sh | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854345#3854345 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854345 ---

RE: [JBoss-dev] Client bind of Invoker..

2004-11-08 Thread Scott M Stark
There is nothing that prevents you from introducing this by customizing your proxy to include an alternate InvokerInterceptor. I can't say I see this as a general issue as the client already chooses the invoker based on the ejb home name. There are many reasons why the server should couple the invo

[JBoss-dev] [Build System] - build all fails in 4.0

2004-11-08 Thread lokki
I am unable to run the build.sh script with the all option. Various directories seem to be missing. Creating them by hand gets me up to the jaxrpc module, which states that no source files and no packages have been specified. Is there a way to get the full build to run under 4.0? View the origi

[JBoss-dev] [JBoss IDE (dev)] - Re: double-click breakpoints broken

2004-11-08 Thread marshall
Hey Dave =) Thanks for the report -- I'm going to try removing the JBoss AOP Java Editor from the AOP extension completely in an upcoming release. I think I can do most of what I need to do in that class using the Eclipse Selection API (which I was ignorant of when I wrote the editor extension)

[JBoss-dev] [QA (Test Suite)] - Re: Functional Tests

2004-11-08 Thread recampbell
I always hit the submit button too soon. What are the standards for directory structure of the tests? Do tests go in module/src/test or module/tests/src? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854342#3854342 Reply to the post : http://www.jboss.o

[JBoss-dev] [QA (Test Suite)] - Re: Functional Tests

2004-11-08 Thread recampbell
Ok, Tom, what do you think about Scott's suggestion? I prefer this because it reduces coupling between the testsuite and other modules. You can access targets and properties from your main build.xml by using the [import] task. Take a look at this: http://www.jboss.org/wiki/Wiki.jsp?page=Func

[JBoss-dev] [JBoss Profiler] - Installation Help - Part 2

2004-11-08 Thread guest
First off, sorry about the new thread but for some reason I cannot post a reply on the first one. ("Cannot invoke the operation : the module threw an exception") Thank you for the quick response. I was able to get the profiler to gather data when I started jboss through a dos window (great work

[JBoss-dev] Client bind of Invoker..

2004-11-08 Thread Dave Smith
I would like to change the invoker such that the client can decide on the invoker to use not the server. The problem with the current setup is that if you have local clients that wish to use RMI and remote clients using HTTP you have to have 2 different configurations and bind each EJB in JNDI with

[JBoss-dev] [JBossCache] - Re: Accessing objects in replicated cache

2004-11-08 Thread bela
p.age=10 p.age=10 will generate *2* replication messages as of now (with TXs). We plan to introduce optimizations later, e.g. compact the modification list before shipping it. Bela View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854331#3854331 Reply to the p

[JBoss-dev] [JBoss Profiler] - Re: Installation Help

2004-11-08 Thread clebertsuconic
Possible reason for failure it that you are starting it with debugger. - The profiler doesn't work if you keep JPDA start command lines. Let me know if you didn't get it working, them I will get a closer look on JBossIDE integration with JBossProfiler. Thanks for the input, Clebert View the

[JBoss-dev] [Tomcat] - ClassNotFoundException from JasperException

2004-11-08 Thread alehrens
I'm having an issue where it seems like the content that's in my database affects whether or not my jsp compiles and is loaded correctly. I have a build, fresh from our VSS, which works on other users' machines. When I put the build on my machine, with a different DB, I get an error that states

[JBoss-dev] [JBoss Profiler] - Installation Help

2004-11-08 Thread guest
I'm having troubles configuring the profiler through eclipse and am hopine someone can help. I've built and compiled the .war and .sar files and the mbean seems to deploy properly, however when I click on activate nothing seems to happen (no logs are creating containing captured data.) I've al

[JBoss-dev] [JBossCache] - Re: Accessing objects in replicated cache

2004-11-08 Thread zlukacs
Ben, thanks so much for bearing with my naive question. I have a much better understanding now. Q: What happens in the following scenario. 1. I putObject(myObj) into a TreeCacheAOP 2. Write various fields of myObj. Some writes are identical data, some are real updates. Will TreeCacheAo

[JBoss-dev] [JBossCache] - Re: Newbie question: How to access the cache instance deploy

2004-11-08 Thread bela
yes View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854316#3854316 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854316 --- This SF.Net email is sponsored by: Sybase

[JBoss-dev] [Deployers on JBoss (Deployers/JBoss)] - war interaction and virtual hosting

2004-11-08 Thread titom
Hi, I am running under JBoss 4.0.0. My application is packaged as an ear which contains two war. The first war contains common JSP pages, servlets, CSS. The second one contains the real application content that refers to the first one. Since a JBoss instance could host several similar ear , I

[JBoss-dev] [JBoss IDE (dev)] - Re: how to use jbossIDE to compile jsp

2004-11-08 Thread CDHough
I was able to get the JSP compiler to work. Originally my source was in a linked folder outside of the eclipse workspace. To get the JSP compile to work, I created a new directory called "docroot" under my project folder (C:\eclipse\workspace\MyProj\docroot) and put a jsp there. Now the jsp gets

[JBoss-dev] [JMX on JBoss (JBoss/JMX)] - Automatic notification subscription management for XMBeans?

2004-11-08 Thread [EMAIL PROTECTED]
I just thought I could create an extention to the XMBean descriptor to allow for declarative handling of JMX subscription notification, ala org.jboss.system.NotificationListenerMBeanSupport. (see http://www.jboss.org/wiki/Wiki.jsp?page=SubscriptionList) The target resource (POJO) would just have

[JBoss-dev] [JBossWS] - Too many stack traces when user exception thrown

2004-11-08 Thread murphyp1
I am running JBossWS 4.01RC1 and whenever I throw my own custom Exception for a SOAP call the system is logging the exception with 3 stack traces. This is making the log huge. This data is not necessary for custom exceptions. Does JBossWS not support custom exceptions properly? How can I cal

[JBoss-dev] [JBossCache] - Re: Newbie question: How to access the cache instance deploy

2004-11-08 Thread thebadpete
Thanks Bela for your quick reply! When JBossCache 1.2 is out, will it be integrated with JBoss 3.2.x besides 4.x? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854295#3854295 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=repl

[JBoss-dev] [Security on JBoss] - Re: Does JBoss 3.2 work with SSL on IBM JRE 1.4??

2004-11-08 Thread [EMAIL PROTECTED]
Correct as jboss-3.2.x requires jdk1.3 to build and the 1.0.x JSSE extension package has never introduced the non-sun versions of the SSLContext. We added a workaround for a similar problem with the https connection that would look for a javax.net.* version of the class when running under java 1

[JBoss-dev] [Security on JBoss] - LdapLoginModule overrides the principal and credentials (BUG

2004-11-08 Thread Claudio4J
My login-config.xml needs to access Ldap to do authentication, each user is located under the dn: ou=people,dc=claudius,dc=com and the roles is ou=groups,dc=claudius,dc=com, look the ldif | # user | dn: uid=eliane,ou=People,dc=claudius,dc=com | cn: Eliane Almada Miranda | givenName: Eli

[JBoss-dev] [JBossCache] - Re: Maintaining consistent object graph

2004-11-08 Thread sdanig
The end goal is not for that last false to be true, so it's not enough for me to just change that portion of the code. The end goal is that when I implement custom equality logic in my domain objects, the cache uses that logic to ensure that only the most recent instance of any given domain obje

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: NPE on redeploy (inside aspect library code)

2004-11-08 Thread Squeak
Just wanted to respond back to this thread what the problem is and potential resolutions, so it is useful to other people. This problem with redeployment stems from the fact the the AspectManger inside of the AOP framework in certain cases can be loaded inside a different ClassLoader than the a

[JBoss-dev] [Security on JBoss] - Does JBoss 3.2 work with SSL on IBM JRE 1.4??

2004-11-08 Thread jova73
Hi, I have an answer for the question I raised, and the answer is no, but I'd like to share my thought and have some feedback. I've installed JBoss 3.2.1 on AIX with IBM JRE 1.4.2, I've configured JBoss(&Tomcat) in order to use SSL and I started it but I got the following exception: java.securi

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: Eclipse project - library references?

2004-11-08 Thread kabkhan
Simply check out all of jboss-head, and create a project called thirdparty, that points to the jboss-head/thirdparty module, as outlined here: http://www.jboss.org/developers/guides/eclipse-howto/index (the ordering of the projects might be somewhat out of date, but should give you the general id

[JBoss-dev] [ jboss-Bugs-1062425 ] CreateException in jboss.xml

2004-11-08 Thread SourceForge.net
Bugs item #1062425, was opened at 2004-11-08 16:05 Message generated for change (Comment added) made by loubyansky You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1062425&group_id=22866 Category: JBossCMP Group: v3.2 >Status: Closed >Resolution: Rejected

[JBoss-dev] jboss-head-jdk-matrix build.6 Build Successful

2004-11-08 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-jdk-matrix?log=log20041108085211Lbuild.6 BUILD COMPLETE - build.6Date of build: 11/08/2004 08:52:11Time to build: 25 minutes 23 secondsLast changed: 11/08/2004 08:05:47Last log entry: Use javac exclu

[JBoss-dev] [ jboss-Bugs-1062429 ] Problem deleting relations

2004-11-08 Thread SourceForge.net
Bugs item #1062429, was opened at 2004-11-08 16:09 Message generated for change (Settings changed) made by loubyansky You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1062429&group_id=22866 Category: JBossCMP Group: v3.2 Status: Open Resolution: None Prior

[JBoss-dev] [ jboss-Bugs-1062436 ] MultipartRequest encoding problem

2004-11-08 Thread SourceForge.net
Bugs item #1062436, was opened at 2004-11-08 15:29 Message generated for change (Settings changed) made by chamcha You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1062436&group_id=22866 Category: Nukes Group: None Status: Open Resolution: None Priority: 5

[JBoss-dev] [Nukes Development] - Re: Multipart encoding problem

2004-11-08 Thread chamcha
I've sumbited it as bug 1062436 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854277#3854277 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854277 --- This SF.Net e

[JBoss-dev] [ jboss-Bugs-1062436 ] Multipart encoding problem

2004-11-08 Thread SourceForge.net
Bugs item #1062436, was opened at 2004-11-08 15:29 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=1062436&group_id=22866 Category: Nukes Group: None Status: Open Resolution: Non

[JBoss-dev] [ jboss-Bugs-1062429 ] Problem deleting relations

2004-11-08 Thread SourceForge.net
Bugs item #1062429, was opened at 2004-11-08 14: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=1062429&group_id=22866 Category: JBossCMP Group: v3.2 Status: Open Resolution:

[JBoss-dev] [ jboss-Bugs-1062425 ] CreateException in jboss.xml

2004-11-08 Thread SourceForge.net
Bugs item #1062425, was opened at 2004-11-08 14:05 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=1062425&group_id=22866 Category: JBossCMP Group: v3.2 Status: Open Resolution:

[JBoss-dev] [JBossCache] - Re: Problems with using TreeCacheAop for the first time

2004-11-08 Thread paulvallender
Hi, I believe I have the same stack overflow problem. Slight differences are that I am just using a putObject to insert the object that contains my Collection (in my case an ArrayList). The putObject operation seems to work fine and the result of printDetails look as I would expect them to.

[JBoss-dev] [ jboss-Bugs-1061958 ] Java5 MarshallDocLiteralTestCase Failures

2004-11-08 Thread SourceForge.net
Bugs item #1061958, was opened at 2004-11-07 16:05 Message generated for change (Comment added) made by tdiesler You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1061958&group_id=22866 Category: JBossWS Group: v4.0 >Status: Closed >Resolution: Fixed Priori

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Eclipse project - library references?

2004-11-08 Thread memelet
In the eclipse project for the aop module, the java build path contains references to jars in '/thirdparty/...'. Of course they are not there on my system. Has anyone encountered this? Is there any workaround (other than defining a variable and changing the library defintions)? thanks! View

[JBoss-dev] jboss-4.0-jdk-matrix build.8 Build Successful

2004-11-08 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20041108074704Lbuild.8 BUILD COMPLETE - build.8Date of build: 11/08/2004 07:47:04Time to build: 30 minutes 47 secondsLast changed: 11/08/2004 07:18:24Last log entry: added section on

[JBoss-dev] [ jboss-Bugs-1019633 ] No redeployment possible after unsuccessful first deployment

2004-11-08 Thread SourceForge.net
Bugs item #1019633, was opened at 2004-08-31 12:42 Message generated for change (Settings changed) made by tdiesler You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1019633&group_id=22866 Category: JBossServer Group: v4.0 Status: Open Resolution: None Prio

[JBoss-dev] [ jboss-Bugs-1041622 ] invalid schemaLocation generated for imported schema

2004-11-08 Thread SourceForge.net
Bugs item #1041622, was opened at 2004-10-06 17:32 Message generated for change (Settings changed) made by tdiesler You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1041622&group_id=22866 Category: None Group: None Status: Open Resolution: None Priority: 5

[JBoss-dev] [ jboss-Bugs-1061111 ] Verifier warning message not found

2004-11-08 Thread SourceForge.net
Bugs item #106, was opened at 2004-11-05 18:08 Message generated for change (Settings changed) made by tdiesler 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 Resolution: None Prio

[JBoss-dev] [JBossCache] - Re: Newbie question: How to access the cache instance deploy

2004-11-08 Thread bela
2 methods: #1: use the JNDI binding (available only in 1.2, sorry). The attribute would be "JndiName" #2: use the regular MBean lookup methods, e.g. | MBeanServer server=MBeanServerLocator.locate(); | TreeCacheMBean cache; | cache=(TreeCacheMBean)MBeanProxyExt.create(TreeCacheMBean.class,

[JBoss-dev] [JBossCache] - Newbie question: How to access the cache instance deployed i

2004-11-08 Thread thebadpete
Hi all, I am new to JBossCache, and since I am not familiar with JMX, I would like to ask the following: how can I access the cache instance that is deployed in JBoss as an Mbean from, say, the web container(servlet) ? I went through the tutorial, but it is mostly for the standalone JBossCache

[JBoss-dev] [JBossWS] - Re: Is JBossWS WS-I Compliance?

2004-11-08 Thread keanthian
I was facing some issue when i try to develop doc/lit in JBoss.Net where my web method is not able to retrieve the value from 2nd parameter onward. After search through internet, I found that JBoss.Net is not fully WS-I compliance. So is there anyone have tried doc/lit JBossWS which is accepting

[JBoss-dev] [JBossWS] - Re: Is JBossWS WS-I Compliance?

2004-11-08 Thread tdiesler
JBossWS is J2EE-1.4 compliant, which requires BasicProfile-1.0 compliancy View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854247#3854247 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854247 ---

[JBoss-dev] [TODO -- DEVELOPMENT] - Re: 4.0.1 Release Tasks

2004-11-08 Thread loubyansky
Bugs item #1046721, DataSource metadata is incomplete/wrong, Assigned to Alexey, Status: Closed, fixed. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854246#3854246 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38542

[JBoss-dev] [ jboss-Bugs-1046721 ] DataSource metadata is incomplete/wrong

2004-11-08 Thread SourceForge.net
Bugs item #1046721, was opened at 2004-10-14 03:58 Message generated for change (Comment added) made by loubyansky You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=1046721&group_id=22866 Category: JBossCX Group: v4.0 >Status: Closed >Resolution: Fixed Prio

[JBoss-dev] [Nukes Development] - Re: Multipart encoding problem

2004-11-08 Thread chamcha
Hi ThorntonD, there is no need of oreally file upload since commons-fileupload works well. The problem is the nukes code. I've fix the problem passing the HttpRequest encoding to the FileItem.getString(). Since I think this is a nukes bug. I'll submit it soon. Marco View the original post :

[JBoss-dev] [JBossWS] - Is JBossWS WS-I Compliance?

2004-11-08 Thread keanthian
hi all, my question is simple, is JBossWS which is come with JBoss 4.0 WS-I compliance? As I know, JBoss.Net is not fully WS-I compliance since there is some problem when we use doc/lit web service which is recommended by WS-I. View the original post : http://www.jboss.org/index.html?module=bb&

[JBoss-dev] jboss-3.2-testsuite Build Failed

2004-11-08 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-testsuite?log=log20041108024204 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-jbos