[JBoss-dev] [Design of JBoss Eclipse IDE (dev)] - Re: XDoclet code generation problem

2005-03-04 Thread salgiza
Check that you have correctly included the @ejb.interface-method xdoclet tag 
just before your business method.
You should have something like this:

/**
  |  * Business method
  |  * @throws CommandException
  |  * @ejb.interface-method  view-type = remote
  |  */
  | public Command executeCommand(Command comando) throws CommandException {
  | 

P.S. If still doesn't work. Try to delete the interfaces generated by xdoclet 
before running XDoclet, just in case it's having any kind of problem updating 
the files.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868762#3868762

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868762


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

2005-03-04 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-testsuite?log=log20050304051119
BUILD FAILEDAnt Error Message:/home/cruisecontrol/work/scripts/build-jboss-head.xml:63: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-jboss-head.xml:37: Exit code: 1 See compile.log in Build Artifacts for details. JAVA_HOME=/opt/j2sdk1.4.2_05/Date of build:03/04/2005 05:11:19Time to build:13 minutes 11 secondsLast changed:03/03/2005 16:48:50Last log entry:Resolves [JBAS-1544] Wrong MBean attribute name in jboss:service=Mail (POP3SererHost ).




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(6)1.15modifiedstarksmvaria/src/main/org/jboss/mail/MailService.javaResolves [JBAS-1544] Wrong MBean attribute name in jboss:service=Mail (POP3SererHost ).1.15modifiedbwang00cache/docs/html/FAQ.htmlUpdated1.19modifiedbwang00cache/docs/html/TreeCache.htmlUpdated1.7modifiedbwang00cache/docs/html/TreeCacheAop.htmlUpdated1.5modifiedbwang00cache/docs/html/Tutorial.htmlUpdated1.7modifiedosdchicagotomcat/src/resources/tc5-cluster-service.xmlA ip_ttl value of 64 is quite high for default clustering provided by JBoss. A value of 8 is suitable.



[JBoss-dev] [Design of JBoss Portal] - Re: Problem to create/access a new portal page

2005-03-04 Thread schoetz
I had exactly the same problem. After some debuging and testing I found out, 
that the portlet instances you are using on your page are invalid. This means 
portal.DefaultPortlet.DefaultPortletInstance
can't be found.

1. Check if everything is spelled correctly.
2. Check if you have defined the name of you portal correctly as portal 
inside of jboss-portlet.xml in you WEB-INF dir.

There is already an other thread about this issue: 
http://www.jboss.org/index.html?module=bbop=viewtopict=60694


I hope this helps.
schoetz

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868772#3868772

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868772


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - Re: commit() should not be called on TreeCache directly

2005-03-04 Thread [EMAIL PROTECTED]
Yes, fixed in 1.2.1.

Christian, Gavin and I are working on a bug in the Hibernate/JBossCache 
integration. We hope to put the fix into JBossCache 1.2.1 / Hibernate 3.0.1

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868780#3868780

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868780


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBMAIL-32) Bounced mails reuse mime type and produce invalid mails

2005-03-04 Thread Andrew Oliver (JIRA)
Bounced mails reuse mime type and produce invalid mails
---

 Key: JBMAIL-32
 URL: http://jira.jboss.com/jira/browse/JBMAIL-32
 Project: JBoss Mail
Type: Bug
  Components: SMTP  
Versions: 1.0-M2, 1.0-M3
Reporter: Andrew Oliver
 Assigned to: Andrew Oliver 
 Fix For: 1.0-M3


http://www.jboss.org/index.html?module=bbop=viewtopict=59373

if the bounced message was MIME, then the bounce message is MIME even though 
its text only.  It should always have a text content type because it will 
always be text.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - Memory issue with JBossCache replication

2005-03-04 Thread tchan338
 We are having with a memory issue with JBossCache replication (please see 
description attached below).   We saw the posting in 

http://jira.jboss.com/jira/browse/JGRP-33 and 
http://jira.jboss.com/jira/browse/JBCACHE-31.  We are wondering if we are 
running into the same problem.  What do you think?

In http://jira.jboss.com/jira/browse/JBCACHE-31, Bela Ban indicated that the 
problem was not reproducible in JDK 1.5 (we are using JDK 1.4) and he is going 
to investigate this with JDK 1.4.  Any progress in this issue yet?  

Thanks,

Tim



==

Description of the problem:

 To summarize, this is what we did yesterday (after hooking up JProbe to 
crm_workflow_2):

insert 2 objects to the samekey on crm_workflow (asynchronously replicated to 
crm_workflow_2) and retrieve them from crm_workflow_2
force garbage collection and take heapdumps
insert another 100 objects to the samekey on crm_workflow and retrieve them 
from crm_workflow_2
force garbage collection and take heapdumps
insert another 100 objects to the samekey on crm_workflow and retrieve them 
from crm_workflow_2
force garbage collection and take heapdumps
insert another 100 objects to the samekey on crm_workflow and retrieve them 
from crm_workflow_2
force garbage collection and take heapdumps


We observed around 9 MB ?leak? on both crm_workflow and crm_workflow_2, and 
JProbe indicated that it?s related to JGroups. The heapdumps taken confirmed 
that as well. Objects belonging to org/jgroups grew as more PUTs were invoked. 
The number of cached object inside the TreeCache remained only one per JVM.

2 PUT   102 PUT 202 PUT 302 PUT
heap usage - crm_workflow   66,510,928  75,479,360  84,786,040  
93,876,944 
heap usage - crm_workflow_2 64,554,256  73,526,144  82,513,320  
92,926,720 
Number of org/jgroups/util/Queue (crm_workflow) 56  2,856   5,656   8,456  
Number of org/jgroups/util/Queue (crm_workflow_2)   56  2,856   5,656   
8,456  
Number of org/jgroups/JChannel (crm_workflow)   2   102 202 302
Number of org/jgroups/JChannel (crm_workflow_2) 2   102 202 302



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868649#3868649

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868649


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - Re: commit() should not be called on TreeCache directly Bein

2005-03-04 Thread Bechara
Any idea about when jboss-cache 1.2.1 will be released ?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868698#3868698

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868698


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-head Build Failed

2005-03-04 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050303164450
BUILD FAILEDAnt Error Message:/home/cruisecontrol/work/scripts/build-jboss-head.xml:63: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-jboss-head.xml:37: Exit code: 1 See compile.log in Build Artifacts for details. JAVA_HOME=/opt/j2sdk1.4.2_05/Date of build:03/03/2005 16:44:50Time to build:23 minutes 19 secondsLast changed:03/03/2005 13:42:22Last log entry:Updated




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(4)1.15modifiedbwang00cache/docs/html/FAQ.htmlUpdated1.19modifiedbwang00cache/docs/html/TreeCache.htmlUpdated1.7modifiedbwang00cache/docs/html/TreeCacheAop.htmlUpdated1.5modifiedbwang00cache/docs/html/Tutorial.htmlUpdated



[JBoss-dev] [JBossCache] - Using JBossCache with JMS/IBM MQ and question for fc-fast

2005-03-04 Thread tchan338
Is there an example configuration for using JMS as a JGroup protocol for 
JBossCache replication?   

We saw an example configuration for TCP or fc-fast in 
http://www.jboss.com/index.html?module=bbop=viewtopict=60289 but not for 
JMS/MQ.  oscache seems to have this setting but I am not sure I can do the same 
thing in JBossCache.  From the user guide of JGroup 2.0, I only see support for 
UDP/TCP/tunnel as JGroup protocols.

We are facing some memory issue with JBossCache replication when using UDP 
multicast (that comes as default setting in JBossCache).  We would like to try 
to use JMS/IBM MQ to see whether it will fix the problem, since we think the 
problem may come from JGroup.

BTW, we also try fc-fast  and it seems to be faster.  What is the difference 
between fc-fast  and UDP multicast (the default setting)?

Thanks,

Tim

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868742#3868742

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868742


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBPORTAL-214) problems on invocation of build.sh on debian

2005-03-04 Thread karan malhi (JIRA)
problems on invocation of build.sh on debian


 Key: JBPORTAL-214
 URL: http://jira.jboss.com/jira/browse/JBPORTAL-214
 Project: JBoss Portal
Type: Bug
 Environment: debian sarge
Reporter: karan malhi
 Assigned to: Julien Viet 
Priority: Minor


j2ee:/home/karan/jboss-portal-2.0/build# sh build.sh
build.sh: *WARNING* Ignoring environment value for $ANT_HOME
build.sh: Executing: /home/karan/jboss-portal-2.0/tools/bin/ant -logger 
org.apache.tools.ant.NoBannerLogger
Buildfile: build.xml

_buildmagic:init:
Trying to override old definition of task property

configure-project:
 [echo] groups:  default
 [echo] modules: format,common,server,api,portlet,cms,core

_buildmagic:modules:most:

 ==
 ==
 ==  Executing 'most' in module 'format'...
 ==
 ==

_default:compile-classes:
   [depend] Deleted 0 out of date files in 0 seconds
[javac] Compiling 48 source files to 
/home/karan/jboss-portal-2.0/format/output/classes
[execmodules] 
/home/karan/jboss-portal-2.0/format/src/main/org/jboss/portal/format/parser/entity/XML1_0CharacterEntityReferenceParser.java:11:
 package jregex does not exist
[execmodules] import jregex.MatchIterator;
[execmodules]   ^
[execmodules] 
/home/karan/jboss-portal-2.0/format/src/main/org/jboss/portal/format/parser/entity/XML1_0CharacterEntityReferenceParser.java:12:
 package jregex does not exist
[execmodules] import jregex.MatchResult;
[execmodules]   ^
[execmodules] 
/home/karan/jboss-portal-2.0/format/src/main/org/jboss/portal/format/parser/entity/XML1_0CharacterEntityReferenceParser.java:13:
 package jregex does not exist
[execmodules] import jregex.Matcher;
[execmodules]   ^
[execmodules] 
/home/karan/jboss-portal-2.0/format/src/main/org/jboss/portal/format/parser/entity/XML1_0CharacterEntityReferenceParser.java:14:
 package jregex does not exist
[execmodules] import jregex.Pattern;
[execmodules]   ^
[execmodules] 
/home/karan/jboss-portal-2.0/format/src/main/org/jboss/portal/format/parser/entity/XML1_0CharacterEntityReferenceParser.java:31:
 cannot resolve symbol
[execmodules] symbol  : class Pattern
[execmodules] location: class 
org.jboss.portal.format.parser.entity.XML1_0CharacterEntityReferenceParser
[execmodules]private static Pattern pattern = new 
Pattern(#(?:(?:x[0-9a-fA-F]{1,4})|(?:[0-9]{1,5})););
[execmodules]   ^
[execmodules] 
/home/karan/jboss-portal-2.0/format/src/main/org/jboss/portal/format/parser/entity/XML1_0CharacterEntityReferenceParser.java:31:
 cannot resolve symbol
[execmodules] symbol  : class Pattern
[execmodules] location: class 
org.jboss.portal.format.parser.entity.XML1_0CharacterEntityReferenceParser
[execmodules]private static Pattern pattern = new 
Pattern(#(?:(?:x[0-9a-fA-F]{1,4})|(?:[0-9]{1,5})););
[execmodules] ^
[execmodules] 
/home/karan/jboss-portal-2.0/format/src/main/org/jboss/portal/format/parser/entity/XML1_0CharacterEntityReferenceParser.java:35:
 cannot resolve symbol
[execmodules] symbol  : class Matcher
[execmodules] location: class 
org.jboss.portal.format.parser.entity.XML1_0CharacterEntityReferenceParser
[execmodules]   Matcher matcher = pattern.matcher(chars, offset, length);
[execmodules]   ^
[execmodules] 
/home/karan/jboss-portal-2.0/format/src/main/org/jboss/portal/format/parser/entity/XML1_0CharacterEntityReferenceParser.java:37:
 cannot resolve symbol
[execmodules] symbol  : class MatchIterator
[execmodules] location: class 
org.jboss.portal.format.parser.entity.XML1_0CharacterEntityReferenceParser
[execmodules]   MatchIterator i = matcher.findAll();
[execmodules]   ^
[execmodules] 
/home/karan/jboss-portal-2.0/format/src/main/org/jboss/portal/format/parser/entity/XML1_0CharacterEntityReferenceParser.java:40:
 cannot resolve symbol
[execmodules] symbol  : class MatchResult
[execmodules] location: class 
org.jboss.portal.format.parser.entity.XML1_0CharacterEntityReferenceParser
[execmodules]  MatchResult res = i.nextMatch();
[execmodules]  ^
[execmodules] 9 errors

BUILD FAILED
file:/home/karan/jboss-portal-2.0/format/../tools/etc/buildfragments/targets.ent:91:
 Compile failed; see the compiler error output for details.

Total time: 7 seconds


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click

[JBoss-dev] [Design of JBoss Profiler] - Re: Jboss Profiler on solaris

2005-03-04 Thread Claudio4J
With latest CVS head (02/Mar/2005) I was able to compile on solaris 8 (sparc) 
using the native/solaris/compiler.sh.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868658#3868658

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868658


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: Window states

2005-03-04 Thread jmckee
Hi, take a look at the *-portal.xml deployment descriptor. You can enable and 
disable the functionality which you refer to by modifying the 
supported-window-states tag.

supported-window-states
  window-stateNORMAL/window-state
  window-stateMINIMIZED/window-state
  window-stateMAXIMIZED/window-state
/supported-window-states

I personally like the ability to minimise and maximise portlets, it helps with 
business applications where you want to make many functions available to a user 
on a single screen. However I think the default implementation is better in 
portals such as liferay where the portlet does not move to a different region 
of the screen when it's minimised or maximised it simply changes between 
displaying a frame and a title bar. Also a user can dynamically add and remove 
portlets. 
   Anyone know if it's easy to modify JBP to emulate this behaviour ?

   Jonny

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868766#3868766

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868766


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Deployers on JBoss (Deployers/JBoss)] - jboss-net.sar not found

2005-03-04 Thread ambikumar
I am new to JBoss. I am trying to deploy the Duke's Bank Application. Was 
trying to do ant -f jboss-build.xml compile and got 
\server\all\deploy\jboss-net.sar not found. I checked the directory and i 
couldnt find the jboss-net.sar there. Can someone help me?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868791#3868791

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868791


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss/Tomcat Integration] - ArrayIndexOutOfBoundsException: 4096 + jboss tomcat

2005-03-04 Thread raj_pnair
Hi All,
Iam getting this error when iam trying to login to the deployed web 
application.The web applications are deployed without any errors.
But in login page after adding the username and password when the page is 
submitted it gives me the following error.The same error iam getting for all 
the web modules deployed.

Can somebody throw light on this. Iam using jboss-4.0.1RC2.

19:06:28,000 INFO  [RequestProcessor] Processing a 'GET' for path '/login'
19:06:32,328 INFO  [RequestProcessor] Processing a 'POST' for path '/login'
19:06:34,343 INFO  [STDOUT] java.lang.ArrayIndexOutOfBoundsException: 4096
19:06:34,343 INFO  [STDOUT] at 
org.apache.coyote.http11.InternalOutputBuffer.write(InternalOutputBuffer.java:688)
19:06:34,343 INFO  [STDOUT] at 
org.apache.coyote.http11.InternalOutputBuffer.write(InternalOutputBuffer.java:616)
19:06:34,343 INFO  [STDOUT] at 
org.apache.coyote.http11.InternalOutputBuffer.sendHeader(InternalOutputBuffer.java:496)
19:06:34,343 INFO  [STDOUT] at 
org.apache.coyote.http11.Http11Processor.prepareResponse(Http11Processor.java:1535)
19:06:34,343 INFO  [STDOUT] at 
org.apache.coyote.http11.Http11Processor.action(Http11Processor.java:892)
19:06:34,343 INFO  [STDOUT] at 
org.apache.coyote.Response.action(Response.java:180)
19:06:34,343 INFO  [STDOUT] at 
org.apache.coyote.http11.InternalOutputBuffer.doWrite(InternalOutputBuffer.java:562)
19:06:34,343 INFO  [STDOUT] at 
org.apache.coyote.Response.doWrite(Response.java:542)
19:06:34,359 INFO  [STDOUT] at 
org.apache.coyote.tomcat5.OutputBuffer.realWriteBytes(OutputBuffer.java:368)
19:06:34,359 INFO  [STDOUT] at 
org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk.java:398)
19:06:34,359 INFO  [STDOUT] at 
org.apache.coyote.tomcat5.OutputBuffer.doFlush(OutputBuffer.java:318)
19:06:34,359 INFO  [STDOUT] at 
org.apache.coyote.tomcat5.OutputBuffer.close(OutputBuffer.java:282)
19:06:34,359 INFO  [STDOUT] at 
org.apache.coyote.tomcat5.CoyoteResponse.finishResponse(CoyoteResponse.java:476)
19:06:34,359 INFO  [STDOUT] at 
org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:163)
19:06:34,359 INFO  [STDOUT] at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
19:06:34,359 INFO  [STDOUT] at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
19:06:34,359 INFO  [STDOUT] at 
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
19:06:34,359 INFO  [STDOUT] at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
19:06:34,359 INFO  [STDOUT] at java.lang.Thread.run(Thread.java:534)
19:06:34,359 ERROR [Http11Processor] Error finishing response
java.lang.ArrayIndexOutOfBoundsException: 4097
at 
org.apache.coyote.http11.InternalOutputBuffer.write(InternalOutputBuffer.java:688)
at 
org.apache.coyote.http11.InternalOutputBuffer.sendStatus(InternalOutputBuffer.java:428)
at 
org.apache.coyote.http11.Http11Processor.prepareResponse(Http11Processor.java:1531)
at 
org.apache.coyote.http11.Http11Processor.action(Http11Processor.java:892)
at org.apache.coyote.Response.action(Response.java:180)
at 
org.apache.coyote.http11.InternalOutputBuffer.endRequest(InternalOutputBuffer.java:388)
at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:836)
at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
at 
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
at java.lang.Thread.run(Thread.java:534)
19:06:34,375 INFO  [RequestProcessor] Processing a 'POST' for path '/login'
19:06:34,859 INFO  [RequestProcessor] Processing a 'GET' for path '/index'
19:06:38,093 ERROR [Engine] ApplicationDispatcher[/eAgent] Servlet.service() 
for servlet jsp threw exception
java.lang.ArrayIndexOutOfBoundsException: 4097
at 
org.apache.coyote.http11.InternalOutputBuffer.write(InternalOutputBuffer.java:688)
at 
org.apache.coyote.http11.InternalOutputBuffer.sendStatus(InternalOutputBuffer.java:428)
at 
org.apache.coyote.http11.Http11Processor.prepareResponse(Http11Processor.java:1531)
at 
org.apache.coyote.http11.Http11Processor.action(Http11Processor.java:892)
at org.apache.coyote.Response.action(Response.java:180)
at 
org.apache.coyote.http11.InternalOutputBuffer.flush(InternalOutputBuffer.java:298)
at 
org.apache.coyote.http11.Http11Processor.action(Http11Processor.java:921)
at org.apache.coyote.Response.action(Response.java:182)
at org.apache.coyote.tomcat5.OutputBuffer.doFlush(OutputBuffer.java:326)
at org.apache.coyote.tomcat5.OutputBuffer.flush(OutputBuffer.java:297)
at 

[JBoss-dev] [JBoss JIRA] Updated: (JBCACHE-104) Mass Removal

2005-03-04 Thread Bela Ban (JIRA)
 [ http://jira.jboss.com/jira/browse/JBCACHE-104?page=history ]

Bela Ban updated JBCACHE-104:
-

  Assign To: Ben Wang  (was: Bela Ban)
Version: 1.2
Fix Version: 1.2.2

 Mass Removal
 

  Key: JBCACHE-104
  URL: http://jira.jboss.com/jira/browse/JBCACHE-104
  Project: JBoss Cache
 Type: Feature Request
 Versions: 1.2
 Reporter: fredatwork
 Assignee: Ben Wang
  Fix For: 1.2.2



 Hello,
 I would like to propose to enhance JBossCache API with a mass-removal 
 function :
 Let's say I entered several objects in an AOP cache :
 cache.putObject(/root/1, object1);
 cache.putObject(/root/2, object2);
 .../...
 cache.putObject(/root/999, object999);
 I would like to be able to remove masseively all objects under the /root 
 frq, with a single method call.
 The idea here is to be able to reset whole regions of the cache by removing 
 all objects contained in this region. For instance, a servlet init method 
 could use this new method to reset a cache dedicated to a particular 
 enterprise application.
 Whiout this method, there is no way to reseta cache region. With current 1.2 
 version, you have to keep track of individual objects in order to remove them 
 one after the other one.
 Note: Ben Wang proposed me to create this feature request so he can add it to 
 the roadmpa. See 
 http://www.jboss.org/index.html?module=bbop=viewtopicp=3868494#3868494. 
   

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - Re: Replicated map coherence

2005-03-04 Thread [EMAIL PROTECTED]
Check out JBossCache, which does this

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868783#3868783

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868783


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of Mail Services] - Re: M2-final release available

2005-03-04 Thread kryptontri
Keep up the good work. 


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868786#3868786

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868786


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Eclipse IDE (dev)] - Help: Explanation on how Hot Swap works

2005-03-04 Thread lowhm
Hi,

I'm interested in knowing how the hotswap in java platform debugging 
architecture works.

I'd appreciate if anyone can explain or point to me any documents, url, etc on 
how the hot swap works.

From what I observe, it seem like it's swapping the new compiled class 
bytecode with the class currently loaded in memory, but does not change the 
'stacktrace' of the method call. Thus, it's not able to add a new method and 
do the hot swap as it affects the stack of pointer to the methods.

Of course, this is just my guess. Thus, I would appreciate if there is anyone 
can refer me to some document to explain the internal working of the debugging 
architecture of the java platform.

Thanks in advance.

Cheers. 



Han Ming

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868756#3868756

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868756


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

2005-03-04 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050303112105Lbuild.408
BUILD COMPLETE-build.408Date of build:03/03/2005 11:21:05Time to build:19 minutes 47 secondsLast changed:03/03/2005 11:07:36Last log entry:Make it compile




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(6)1.1.2.5modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/attachment/AttachmentProxyTestCase.javaMake it compile1.1.2.3modifiedtdieslertestsuite/src/resources/webservice/attachment/WEB-INF/jaxrpc-mapping.xmlCheck for attachments on the returm path1.1.2.3modifiedtdieslertestsuite/src/resources/webservice/attachment/WEB-INF/wsdl/Attachment.wsdlCheck for attachments on the returm path1.1.2.3modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/attachment/Attachment.javaCheck for attachments on the returm path1.1.2.5modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/attachment/AttachmentImpl.javaCheck for attachments on the returm path1.1.2.4modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/attachment/AttachmentProxyTestCase.javaCheck for attachments on the returm path



[JBoss-dev] [Design of JCA on JBoss] - java.lang.IllegalStateException: createBeanClassInstanceComm

2005-03-04 Thread ashishbhatt
Hi 

JBoss3.2.3 owns a database on which it can do read/write . Database goes down 
when I was navigating the application . (JBoss is up at this time ) . Now I 
restarted the database and  one of the listing page ( read operation ) throws 
the following exception . idle-timeout-minutes in oracle-ds.xml is set to 2 min 
(time interval b/w database down and up is more than 10 min so not a case of 
invalid database connections). 

Following is the stacktrace of the exception .

TransactionRolledbackException in method: public abstract java.util.Enumeration 
com.baypackets.sms.uow.intfcs.UnitOfWorkEntityHome.findByAccountNoTypeStatus(java.lang.Long,java.lang.Short,java.lang.Short)
 throws javax.ejb.FinderException,java.rmi.RemoteException, causedBy:
java.lang.IllegalStateException: createBeanClassInstanceCommand == null
at 
org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.createBeanClassInstance(JDBCStoreManager.java:542)
at 
org.jboss.ejb.plugins.CMPPersistenceManager.createBeanClassInstance(CMPPersistenceManager.java:119)
at 
org.jboss.ejb.EntityContainer.createBeanClassInstance(EntityContainer.java:226)
at 
org.jboss.ejb.plugins.AbstractInstancePool.get(AbstractInstancePool.java:168)
at 
org.jboss.ejb.plugins.EntityInstanceInterceptor.invokeHome(EntityInstanceInterceptor.java:77)
at 
org.jboss.ejb.plugins.EntityLockInterceptor.invokeHome(EntityLockInterceptor.java:61)
at 
org.jboss.ejb.plugins.EntityCreationInterceptor.invokeHome(EntityCreationInterceptor.java:28)
at 
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:88)
at 
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:267)
at 
org.jboss.ejb.plugins.TxInterceptorCMT.invokeHome(TxInterceptorCMT.java:98)
at 
org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.java:92)
at 
org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:120)
at 
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invokeHome(ProxyFactoryFinderInterceptor.java:93)
at 
org.jboss.ejb.EntityContainer.internalInvokeHome(EntityContainer.java:483)
at org.jboss.ejb.Container.invoke(Container.java:720)
at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
at org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:101)
at 
org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:90)
at org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:46)
at 
org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:45)
at org.jboss.proxy.ejb.HomeInterceptor.invoke(HomeInterceptor.java:173)
at org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:85)
at $Proxy423.findByAccountNoTypeStatus(Unknown Source)
at 
com.baypackets.sms.uow.session.UnitOfWorkSessionBean.getUnitOfWorks(UnitOfWorkSessionBean.java:391)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invoke(StatelessSessionContainer.java:683)
at 
org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:185)
at 
org.jboss.ejb.plugins.StatelessSessionInstanceInterceptor.invoke(StatelessSessionInstanceInterceptor.java:72)
at 
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:84)
at 
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:267)
at 
org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:128)
at 
org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:118)
at org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:191)
at 
org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:122)
at 
org.jboss.ejb.StatelessSessionContainer.internalInvoke(StatelessSessionContainer.java:331)
at org.jboss.ejb.Container.invoke(Container.java:700)
at sun.reflect.GeneratedMethodAccessor38.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 

[JBoss-dev] [Design of JBoss Remoting, Unified Invokers] - Re: Detect server mode

2005-03-04 Thread [EMAIL PROTECTED]
Think what you are searching for is remote access to server container kernel.  
This can be done via RMI connector to MBeanServer.  From here, can make JMX 
invocation on any deployed MBean, which will include all services deployed and 
server information.  The link to doc on this is 
http://docs.jboss.org/jbossas/jboss4guide/r1/html/ch2.chapter.html#d0e4208.  To 
figure out object names (and attributes) of the different MBeans deployed, go 
to http://localhost:8080/jmx-console after starting default jboss instance.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868735#3868735

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868735


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Eclipse IDE (dev)] - Re: incompatible stream classdesc serialVersionUID

2005-03-04 Thread lowhm
Hi,

This is likely due to the problem that the version of class on your client is 
different from server.

E.g.
You call the EJB from a servlet, thus servlet is client.
On your servlet, you will have some class of your EJB.
If you make some changes to your EJB and redeploy your EJB, but didn't update 
your WAR app, your servlet will connect to the EJB expecting the old version  
of the class, and thus cause the Exception.
You may wish to try to update both the EJB and WAR.

Note that this is also common if you are using Hibernate.
i.e. even though you have change some class in the mapping classes and you EJB 
using it has been updated, you still need to update the hibernate.sar for 
example.

Hope this helps.

Cheers.


Han Ming


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868758#3868758

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868758


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Closed: (JBAS-1545) FileURLConnection breaks if path has spaces

2005-03-04 Thread Scott M Stark (JIRA)
 [ http://jira.jboss.com/jira/browse/JBAS-1545?page=history ]
 
Scott M Stark closed JBAS-1545:
---

 Resolution: Done
Fix Version:  JBossAS-4.0.2RC1
 JBossAS-4.0.2 Final

The 4.0.1SP1 release did not include the 
org.jboss.net.protocol.file.decodeFilePaths change.

 FileURLConnection breaks if path has spaces
 ---

  Key: JBAS-1545
  URL: http://jira.jboss.com/jira/browse/JBAS-1545
  Project: JBoss Application Server
 Type: Bug
 Versions:  JBossAS-4.0.1 SP1
  Environment: AMD 2600, Windows XP
 Java Version 1.4.2_07 
 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_07-b05) 
 Java HotSpot(TM) Client VM (build 1.4.2_07-b05, mixed mode) 
 Reporter: Dave Lindquist
  Fix For:  JBossAS-4.0.2RC1, JBossAS-4.0.2 Final



 The org.jboss.net.protocol.file.FileURLConnection object is unable to handle 
 paths with spaces, and seems to die.
 For example, when trying to parse an XML document through Xerces, calling the 
 method:
 DocumentBuilder.parse(File filename)
 where filename is equal to D:\path\with spaces\to\file.xml will produce 
 this:
 java.io.FileNotFoundException: D:\path\with%20spaces\to\file.xml 
  at 
 org.jboss.net.protocol.file.FileURLConnection.connect(FileURLConnection.java:71)
  
  at 
 org.jboss.net.protocol.file.FileURLConnection.getInputStream(FileURLConnection.java:80)
  
  at org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown 
 Source) 
  at org.apache.xerces.impl.XMLVersionDetector.determineDocVersion(Unknown 
 Source) 
  at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) 
  at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source) 
  at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) 
  at org.apache.xerces.parsers.DOMParser.parse(Unknown Source) 
  at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source) 
  at javax.xml.parsers.DocumentBuilder.parse(Unknown Source) 
 ...etc...
 Note that the filename now suddenly has %20 in it.
 The problem persists inspite of setting JAVA_OPTS to 
 -Dorg.jboss.net.protocol.file.decodeFilePaths=true as recommended in 
 JBAS-363 (yes, the output of run.bat was noted, and it did confirm that 
 JAVA_OPTS was set).
 This is a MAJOR blocker, as it is impossible to parse XML files if their path 
 has a space in it, and there appears to be no workaround.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-3.2-jdk-matrix build.68 Build Successful

2005-03-04 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-jdk-matrix?log=log20050304074909Lbuild.68
BUILD COMPLETE-build.68Date of build:03/04/2005 07:49:09Time to build:22 minutes 30 seconds




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(0)



[JBoss-dev] [Design of JBoss Eclipse IDE (dev)] - Re: XDoclet code generation problem

2005-03-04 Thread scanzano
No luck with this. When XDoclet runs it just generates the xdoclet-build.xml 
file but no interface files.

Help!

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868794#3868794

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868794


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Assigned: (JBMAIL-32) Bounced mails reuse mime type and produce invalid mails

2005-03-04 Thread Andrew Oliver (JIRA)
 [ http://jira.jboss.com/jira/browse/JBMAIL-32?page=history ]

Andrew Oliver reassigned JBMAIL-32:
---

Assign To: Kabir Khan  (was: Andrew Oliver)

 Bounced mails reuse mime type and produce invalid mails
 ---

  Key: JBMAIL-32
  URL: http://jira.jboss.com/jira/browse/JBMAIL-32
  Project: JBoss Mail
 Type: Bug
   Components: SMTP
 Versions: 1.0-M2, 1.0-M3
 Reporter: Andrew Oliver
 Assignee: Kabir Khan
  Fix For: 1.0-M3


 Original Estimate: 1 hour
 Remaining: 1 hour

 http://www.jboss.org/index.html?module=bbop=viewtopict=59373
 if the bounced message was MIME, then the bounce message is MIME even though 
 its text only.  It should always have a text content type because it will 
 always be text.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Reopened: (JBAS-1544) Wrong MBean attribute name in jboss:service=Mail (POP3SererHost )

2005-03-04 Thread Charles Crouch (JIRA)
 [ http://jira.jboss.com/jira/browse/JBAS-1544?page=history ]
 
Charles Crouch reopened JBAS-1544:
--


I believe MailServiceMBean.java also needs to be updated to have the correct 
method name, currently it still has...
   java.lang.String getPOP3SererHost() ;
This is causing the MailService.java to fail to compile e.g. 

E:\_dev\jboss-head\varia\src\main\org\jboss\mail\MailService.java:49: 
org.jboss.mail.MailService is not abstract and does not override abstract 
method getPOP3SererHost() in org.jboss.mail.MailServiceMBean public class 
MailService
   ^


 Wrong MBean attribute name in jboss:service=Mail (POP3SererHost )
 -

  Key: JBAS-1544
  URL: http://jira.jboss.com/jira/browse/JBAS-1544
  Project: JBoss Application Server
 Type: Bug
   Components: JMX
 Versions:  JBossAS-4.0.1 SP1
 Reporter: Goran Ehrsson
 Priority: Minor
  Fix For:  JBossAS-4.0.2RC1, JBossAS-4.0.2 Final, JBossAS-5.0 Alpha



 While browsing the Management Console on my newly installed jboss-4.0.1sp1 I 
 found a misspelled MBean attribute in the Mail service. POP3SererHost should 
 be POP3ServerHost I assume.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Assigned: (JBAS-1546) ejbSelect methods with same name, diferent signatures does not work

2005-03-04 Thread Alexey Loubyansky (JIRA)
 [ http://jira.jboss.com/jira/browse/JBAS-1546?page=history ]

Alexey Loubyansky reassigned JBAS-1546:
---

Assign To: Alexey Loubyansky

 ejbSelect methods with same name, diferent signatures does not work
 ---

  Key: JBAS-1546
  URL: http://jira.jboss.com/jira/browse/JBAS-1546
  Project: JBoss Application Server
 Type: Bug
   Components: CMP service
 Versions: JBossAS-4.0.1 Final
  Environment: Linux, Sun JDK 1.5.0_01
 Reporter: cgs
 Assignee: Alexey Loubyansky



 Multiple ejbSelect methods with signatures like the following does not work.
 OtherLocal ejbSelectOther(SomethingLocal ejb, Long id)
 OtherLocal ejbSelectOther(SomethingLocal ejb, String name)
 This is what happens:
 SEVERE: Remote Exception
 org.jboss.tm.JBossTransactionRolledbackException: Unexpected Error
 java.lang.AbstractMethodError: 
 com.xxx.ejb.ThingEJB.ejbSelectOther(Lcom/xxx/interfaces/ThingLocal;Ljava/lang/String;)Lcom/xxx/interfaces/OtherLocal;
 at com.xxx.ejb.ThingEJB.selectOther(ThingEJB.java:500)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:585)
 at org.jboss.invocation.Invocation.performCall(Invocation.java:345)
 at 
 org.jboss.ejb.EntityContainer$ContainerInterceptor.invoke(EntityContainer.java:1174)
 at 
 org.jboss.ejb.plugins.cmp.jdbc.JDBCRelationInterceptor.invoke(JDBCRelationInterceptor.java:72)
 at 
 org.jboss.ejb.plugins.EntitySynchronizationInterceptor.invoke(EntitySynchronizationInterceptor.java:273)
 at 
 org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:185)
 at 
 org.jboss.ejb.plugins.EntityReentranceInterceptor.invoke(EntityReentranceInterceptor.java:111)
 at 
 org.jboss.ejb.plugins.EntityInstanceInterceptor.invoke(EntityInstanceInterceptor.java:242)
 at 
 org.jboss.ejb.plugins.EntityLockInterceptor.invoke(EntityLockInterceptor.java:89)
 at 
 org.jboss.ejb.plugins.EntityCreationInterceptor.invoke(EntityCreationInterceptor.java:53)
 at 
 org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:48)
 at 
 org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:105)
 at 
 org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:313)
 at 
 org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:146)
 at 
 org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:123)
 at 
 org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:192)
 at 
 org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:122)
 at 
 org.jboss.ejb.EntityContainer.internalInvoke(EntityContainer.java:514)
 at org.jboss.ejb.Container.invoke(Container.java:870)
 at 
 org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:413)
 at org.jboss.ejb.plugins.local.EntityProxy.invoke(EntityProxy.java:44)
 at $Proxy121.selectOther(Unknown Source)
 [...]
 Renaming the methods to something like the following works fine.
 OtherLocal ejbSelectOtherById(SomethingLocal ejb, Long id)
 OtherLocal ejbSelectOtherByName(SomethingLocal ejb, String name)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Remoting, Unified Invokers] - Detect server mode

2005-03-04 Thread oboly
Is it possible to detect the mode the remote server is running in. e.g. all, 
default, minimal or other?

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868656#3868656

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868656


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - problem with bdbje-cacheloader

2005-03-04 Thread robitop
following the cacheloader tutorial
in section 10.2. Replicated cache with shared datastore
i try to use the BdbjeCacheLoader
instead of the FileCacheLoader as follows:

org.jboss.cache.loader.bdbje.BdbjeCacheLoader
   
 location=c:\\tmp\\bdbje
   

I receive the following error
if I trying to run the second process.
( both process are on the sam machine )

- With filecacheloader it works.
the stack dump
com.sleepycat.je.log.LogException: A je..lckfile exists in c:\tmp\bdbje The 
environment can not be locked for single writer access.

at 
com.sleepycat.je.log.FileManager.lockEnvironment(FileManager.java:941)
at com.sleepycat.je.log.FileManager.(FileManager.java:137)
at com.sleepycat.je.dbi.EnvironmentImpl.(EnvironmentImpl.java:168)  
  at com.sleepycat.je.dbi.DbEnvPool.getEnvironment(DbEnvPool.java:65)
at com.sleepycat.je.Environment.(Environment.java:79)
at 
org.jboss.cache.loader.bdbje.BdbjeCacheLoader.start(BdbjeCacheLoader.java:12
7)

at org.jboss.cache.TreeCache.startCacheLoader(TreeCache.java:1444)
at org.jboss.cache.TreeCache.startService(TreeCache.java:1109)
at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.
java:272)

at 
org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:173)
at org.jboss.cache.TreeCacheView2.main(TreeCacheView2.java:123)
? are any additional setting required or just not allowed?.
Any help is appreciated.

Cheers robitop.





View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868709#3868709

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868709


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-head Build Failed

2005-03-04 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050303184852
BUILD FAILEDAnt Error Message:/home/cruisecontrol/work/scripts/build-jboss-head.xml:63: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-jboss-head.xml:37: Exit code: 1 See compile.log in Build Artifacts for details. JAVA_HOME=/opt/j2sdk1.4.2_05/Date of build:03/03/2005 18:48:52Time to build:23 minutes 33 secondsLast changed:03/03/2005 16:48:50Last log entry:Resolves [JBAS-1544] Wrong MBean attribute name in jboss:service=Mail (POP3SererHost ).




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(5)1.15modifiedstarksmvaria/src/main/org/jboss/mail/MailService.javaResolves [JBAS-1544] Wrong MBean attribute name in jboss:service=Mail (POP3SererHost ).1.15modifiedbwang00cache/docs/html/FAQ.htmlUpdated1.19modifiedbwang00cache/docs/html/TreeCache.htmlUpdated1.7modifiedbwang00cache/docs/html/TreeCacheAop.htmlUpdated1.5modifiedbwang00cache/docs/html/Tutorial.htmlUpdated



[JBoss-dev] [Design of JBoss Eclipse IDE (dev)] - Re: Step debugging JSP pages

2005-03-04 Thread garu1gsr
I am having the same problem anyone out there who got the jsp debug work 
successfully with...
jbosside 1.4
jboss 3.2.6
eclipse 3.0.1


Thanks


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868749#3868749

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868749


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1546) ejbSelect methods with same name, diferent signatures does not work

2005-03-04 Thread cgs (JIRA)
 [ 
http://jira.jboss.com/jira/browse/JBAS-1546?page=comments#action_12315879 ]
 
cgs commented on JBAS-1546:
---

These are the ones that do not work (before changing the method names):

/**
 * @ejb.interface-method
 * 
 * @ejb.select
 * query=SELECT DISTINCT OBJECT(c)
 * FROM something o,
 * IN (o.otherList) AS c
 * WHERE o = ?1
 * AND c.id = ?2
 * 
 * @param somethingLocal
 * @param id
 * @return OtherLocal
 * @throws FinderException
 */
public abstract OtherLocal ejbSelectOther(SomethingLocal 
somethingLocal, Long id)
throws FinderException;

/**
 * @ejb.interface-method
 * 
 * @ejb.select
 * query=SELECT DISTINCT OBJECT(c)
 * FROM something o,
 * IN (o.otherList) AS c
 * WHERE o = ?1
 * AND c.name = ?2
 * 
 * @param somethingLocal
 * @param name
 * @return OtherLocal
 * @throws FinderException
 */
public abstract OtherLocal ejbSelectOther(SomethingLocal 
somethingLocal, String name)
throws FinderException;


 ejbSelect methods with same name, diferent signatures does not work
 ---

  Key: JBAS-1546
  URL: http://jira.jboss.com/jira/browse/JBAS-1546
  Project: JBoss Application Server
 Type: Bug
   Components: CMP service
 Versions: JBossAS-4.0.1 Final
  Environment: Linux, Sun JDK 1.5.0_01
 Reporter: cgs



 Multiple ejbSelect methods with signatures like the following does not work.
 OtherLocal ejbSelectOther(SomethingLocal ejb, Long id)
 OtherLocal ejbSelectOther(SomethingLocal ejb, String name)
 This is what happens:
 SEVERE: Remote Exception
 org.jboss.tm.JBossTransactionRolledbackException: Unexpected Error
 java.lang.AbstractMethodError: 
 com.xxx.ejb.ThingEJB.ejbSelectOther(Lcom/xxx/interfaces/ThingLocal;Ljava/lang/String;)Lcom/xxx/interfaces/OtherLocal;
 at com.xxx.ejb.ThingEJB.selectOther(ThingEJB.java:500)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at 
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at 
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:585)
 at org.jboss.invocation.Invocation.performCall(Invocation.java:345)
 at 
 org.jboss.ejb.EntityContainer$ContainerInterceptor.invoke(EntityContainer.java:1174)
 at 
 org.jboss.ejb.plugins.cmp.jdbc.JDBCRelationInterceptor.invoke(JDBCRelationInterceptor.java:72)
 at 
 org.jboss.ejb.plugins.EntitySynchronizationInterceptor.invoke(EntitySynchronizationInterceptor.java:273)
 at 
 org.jboss.resource.connectionmanager.CachedConnectionInterceptor.invoke(CachedConnectionInterceptor.java:185)
 at 
 org.jboss.ejb.plugins.EntityReentranceInterceptor.invoke(EntityReentranceInterceptor.java:111)
 at 
 org.jboss.ejb.plugins.EntityInstanceInterceptor.invoke(EntityInstanceInterceptor.java:242)
 at 
 org.jboss.ejb.plugins.EntityLockInterceptor.invoke(EntityLockInterceptor.java:89)
 at 
 org.jboss.ejb.plugins.EntityCreationInterceptor.invoke(EntityCreationInterceptor.java:53)
 at 
 org.jboss.ejb.plugins.CallValidationInterceptor.invoke(CallValidationInterceptor.java:48)
 at 
 org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:105)
 at 
 org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:313)
 at 
 org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:146)
 at 
 org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:123)
 at 
 org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:192)
 at 
 org.jboss.ejb.plugins.ProxyFactoryFinderInterceptor.invoke(ProxyFactoryFinderInterceptor.java:122)
 at 
 org.jboss.ejb.EntityContainer.internalInvoke(EntityContainer.java:514)
 at org.jboss.ejb.Container.invoke(Container.java:870)
 at 
 org.jboss.ejb.plugins.local.BaseLocalProxyFactory.invoke(BaseLocalProxyFactory.java:413)
 at org.jboss.ejb.plugins.local.EntityProxy.invoke(EntityProxy.java:44)
 at $Proxy121.selectOther(Unknown Source)
 [...]
 Renaming the methods to something like the following works fine.
 OtherLocal ejbSelectOtherById(SomethingLocal ejb, Long id)
 OtherLocal ejbSelectOtherByName(SomethingLocal ejb, String name)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you 

[JBoss-dev] [JBossCache] - Re: commit() should not be called on TreeCache directly

2005-03-04 Thread majecek
I hove found open topic about this problem
http://www.jboss.org/index.html?module=bbop=viewtopict=58499

So I guess I can close this one :-)

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868764#3868764

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868764


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Eclipse IDE (dev)] - Re: Step debugging JSP pages

2005-03-04 Thread lowhm
Hi,

I have just posted a reply on the JBoss-IDE user group
http://www.jboss.org/index.html?module=bbop=viewforumf=201

You may want to check out that message.

Cheers.


Han Ming

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868755#3868755

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868755


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Window states

2005-03-04 Thread Frazer
Hello, I just build Portal from cvs-sources and I was really confused - how can 
I switch off the window states?Does the portal realy needs things like 
that?What is an aim for all portlets to support minimize/maximize states?
I think most of the users will be confused too..Maybe I am wrong!:)
And I have next question: I can include static html-pages, loading them to 
webdav directory, but can I include jsp pages to my custom portlest, that will 
interact with?
Thanks.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868761#3868761

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868761


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: Window states

2005-03-04 Thread Frazer
[EMAIL PROTECTED] wrote : MAXIMIZED/MINIMIZED/NORMAL feature is part of the 
JSR 168 specification.

A fully agree with you, Thomas!
But it's important for me turn off this states for default users - they will be 
confused, i just figured it out!
I've read that it can be done in *-portal.xml, but there is no such xml-file in 
portal-core deployment!
And I will you suppose to provide some small manual how to write, deploy and 
configure custom user portlets?As for me, Wiki doc is not enough, sorry :(
Thanks.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868813#3868813

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868813


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: Window states

2005-03-04 Thread [EMAIL PROTECTED]
MAXIMIZED/MINIMIZED/NORMAL feature is part of the JSR 168 specification.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868811#3868811

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868811


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of Mail Services] - Re: M2-final release available

2005-03-04 Thread jsight
I believe that Mckoi supports streamable blobs.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868707#3868707

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868707


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: Window states

2005-03-04 Thread [EMAIL PROTECTED]
you can't change the behavior for different users.
You need to be able to maximize portlets or you loose content access.

The default portal description is in 
core/src/resources/portal-core-war/WEB-INF/default-portal.xml

About the doc look at the reference guide. It's a bit outdated though, i 
updated it but is not online yet.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868814#3868814

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868814


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Resolved: (JBAS-1478) Move axis-ws4ee to package org.jboss.org.apache.axis

2005-03-04 Thread Thomas Diesler (JIRA)
 [ http://jira.jboss.com/jira/browse/JBAS-1478?page=history ]
 
Thomas Diesler resolved JBAS-1478:
--

Resolution: Done

Moved to org.jboss.axis

 Move axis-ws4ee to package org.jboss.org.apache.axis
 

  Key: JBAS-1478
  URL: http://jira.jboss.com/jira/browse/JBAS-1478
  Project: JBoss Application Server
 Type: Task
   Components: Web Services service
 Reporter: Thomas Diesler
 Assignee: Thomas Diesler
  Fix For: JBossAS-4.0.2 Final





-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBAS-1547) Session.unsubscribe does not clear JMS messages from the database

2005-03-04 Thread Plamen Todorov (JIRA)
Session.unsubscribe does not clear JMS messages from the database
-

 Key: JBAS-1547
 URL: http://jira.jboss.com/jira/browse/JBAS-1547
 Project: JBoss Application Server
Type: Bug
  Components: JMS service  
Versions: JBossAS-4.0.1 Final
 Environment: Windows XP
JDK 1.5.0
MS SQL Server
Reporter: Plamen Todorov


I am testing durable topic subscription and have the following issue:
session.unsubscribe() clears the subscription from the database, but does not 
clear the JMS messages stored for this subscription from the JMS_MESSAGES 
table. I am using MS SQL Server 2000 to store the messages. Here is my test 
code:

public Result testTopic(TopicJMSPerformanceTestSetup setup){
try{
boolean guaranteed = setup.isGuaranteed();
long t = System.currentTimeMillis();
log(Testing  + (guaranteed ?  guaranteed :  non-guaranteed) + 
 topic connection delivery...);
TopicConnectionFactory factory = 
connector.getTopicConnectionFactory();
TopicConnection conn;
try{
conn = factory.createTopicConnection(   
connector.getJMSProperty(ContextJMSConnector.JMS_PROPERTY_CONNECTION_USERNAME),

connector.getJMSProperty(ContextJMSConnector.JMS_PROPERTY_CONNECTION_PASSWORD));
log(Connected as  + 
connector.getJMSProperty(ContextJMSConnector.JMS_PROPERTY_CONNECTION_USERNAME) 
+  Topic connection:  + conn);
}catch(JMSConnectorException ex){
conn = factory.createTopicConnection();
log(Connected using the default user credentials. Topic 
connection:  + conn);
}
conn.start();
try{
log(Topic connection:  + conn);
TopicSession session = conn.createTopicSession(false, 
Session.AUTO_ACKNOWLEDGE);
log(Topic session:  + session);
int mode = (guaranteed ? DeliveryMode.PERSISTENT : 
DeliveryMode.NON_PERSISTENT);
TopicPublisher publisher = 
session.createPublisher(connector.getTopic(TOPIC_INTERNAL_NAME));
publisher.setDeliveryMode(mode);
log(Message publisher:  + publisher);
TopicSubscriber subscriber = null;
if(guaranteed)
subscriber = 
session.createDurableSubscriber(connector.getTopic(TOPIC_INTERNAL_NAME), 
testDurableSubscriber);
else
subscriber = 
session.createSubscriber(connector.getTopic(TOPIC_INTERNAL_NAME));
long objectCreationTime = System.currentTimeMillis() - t;
log(Message subscriber:  + subscriber);
//flush topic messages
log(Clearing  + empty(subscriber) +  messages from the test 
topic. );
long messageSendingTime = 0;
try{
log(Publishing/receiving  + setup.getIterations() + 
(guaranteed?  persistent :  non-persistent) +  messages, Size =  + 
setup.getMessageSize() +  bytes...);
messageSendingTime = work(publisher, subscriber, session, 
setup);
}finally{
try{
subscriber.close();
publisher.close();
}finally{
if(guaranteed)
session.unsubscribe(testDurableSubscriber);
}
session.close();
}
log(Message publishing finished. Time:  + messageSendingTime 
+  msec\n);
return new PerformanceResult(setup, objectCreationTime, 
messageSendingTime);
}finally{
conn.close();
}
}catch(Exception e){
String message = ERROR!\nError executing test. Message:  + e + 
\nTest setup:  + setup + \nTime:  + 
SimpleDateFormat.getTimeInstance().format(new Date());
log(message + \n, Level.ERROR);
e.printStackTrace();
return new ResultImpl(message);
}
}


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBAOP-99) More flexible wildcards for parameters

2005-03-04 Thread Kabir Khan (JIRA)
More flexible wildcards for parameters
--

 Key: JBAOP-99
 URL: http://jira.jboss.com/jira/browse/JBAOP-99
 Project: JBoss AOP
Type: Feature Request
Versions: 1.1.1
Reporter: Kabir Khan
 Assigned to: Kabir Khan 


We should allow for things like
execution(* *-*(java.lang.String, ..)

We currently don't allow .. in conjunction with anything else
execution(* *-*(..)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - Help me in configuring JBOSS Cache

2005-03-04 Thread amitb.in
Hi All,

I am totally new for JBOSS Cache and i never worked on any type of Cache. 
Please tell me the settings i have to do for configuring JBOSS Cache.

Thanks  Regards
Amit

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868826#3868826

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868826


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JMX on JBoss (JBoss/JMX)] - [ServiceModule] Registration is not done - stop

2005-03-04 Thread Weelink
I'm using JMX for one of the applications I'm currently developing. When 
deploying one of de JAR-files, I sometimes get this message (and sometimes not):

[ServiceModule] Registration is not done - stop

I get this message in JBoss 4.0.1SP1 and JBoss 4.0.1RC1 (the only two versions 
I've used, I don't know about older versions) using JDK 1.4.

When I undeploy the JAR and then redeploy, the registration succeeds. Since I 
can't find anything about this message on the Internet, and it is highly 
unlikely that I am the only one who gets this message, I probably am doing 
something wrong.

Because the files used are quite large, it's no use giving you some example 
code. Could someone give me a pointer as to where I should look for this 
message (e.g. classfiles, documentation etc) and what it could mean? When I 
know more about this, I might give you an example as to why it goes wrong.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868827#3868827

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868827


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1548) Incorrect EJB Optimization to Local Server when Remote Server is specified

2005-03-04 Thread Randy Ott (JIRA)
 [ http://jira.jboss.com/jira/browse/JBAS-1548?page=history ]

Randy Ott updated JBAS-1548:


Attachment: JBossTestOptimize.zip

Here is the example.

 Incorrect EJB Optimization to Local Server when Remote Server is specified
 --

  Key: JBAS-1548
  URL: http://jira.jboss.com/jira/browse/JBAS-1548
  Project: JBoss Application Server
 Type: Bug
   Components: EJBs
 Versions:  JBossAS-4.0.1 SP1
  Environment: Windows XP
 10:57:18,255 INFO  [Server] Release ID: JBoss [Zion] 4.0.1 (build: 
 CVSTag=JBoss_4_0_1 date=200412230944)
 Reporter: Randy Ott
  Attachments: JBossTestOptimize.zip


 We have an application that performs a division of labor.  We have the same 
 EJB's bound and deployed on several different application servers under the 
 same name.  We have a requirement for an EJB on server A to call the same EJB 
 on serverB.  When the EJB on serverA attempts to call the EJB on serverB, it 
 is incorrectly optimizing it to serverA.
 Here is the output from a client test I have written.  I will attach the 
 example in the next post:
 Calling serverOne at jnp://localhost:2000 directly
 Result is ServerOne (should be ServerOne)
 Calling serverTwo at jnp://localhost:2100 directly
 Result is ServerTwo (should be ServerTwo)
 Calling serverTwo through ServerOne
 Result is ServerOne (should be ServerTwo)
 I believe this is due to the following invoke method in the 
 InvokerInterceptor class (line 93):
   /**
 * The invocation on the delegate, calls the right invoker.  
 * Remote if we are remote, local if we are local. 
 */
public Object invoke(Invocation invocation)
   throws Exception
{
   // optimize if calling another bean in same server VM
   if (isLocal(invocation))
  return invokeLocal(invocation);
   else
  return invokeInvoker(invocation);
}
 Randy Ott

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBAS-1548) Incorrect EJB Optimization to Local Server when Remote Server is specified

2005-03-04 Thread Randy Ott (JIRA)
Incorrect EJB Optimization to Local Server when Remote Server is specified
--

 Key: JBAS-1548
 URL: http://jira.jboss.com/jira/browse/JBAS-1548
 Project: JBoss Application Server
Type: Bug
  Components: EJBs  
Versions:  JBossAS-4.0.1 SP1
 Environment: Windows XP
10:57:18,255 INFO  [Server] Release ID: JBoss [Zion] 4.0.1 (build: 
CVSTag=JBoss_4_0_1 date=200412230944)
Reporter: Randy Ott
 Attachments: JBossTestOptimize.zip

We have an application that performs a division of labor.  We have the same 
EJB's bound and deployed on several different application servers under the 
same name.  We have a requirement for an EJB on server A to call the same EJB 
on serverB.  When the EJB on serverA attempts to call the EJB on serverB, it is 
incorrectly optimizing it to serverA.

Here is the output from a client test I have written.  I will attach the 
example in the next post:
Calling serverOne at jnp://localhost:2000 directly
Result is ServerOne (should be ServerOne)
Calling serverTwo at jnp://localhost:2100 directly
Result is ServerTwo (should be ServerTwo)
Calling serverTwo through ServerOne
Result is ServerOne (should be ServerTwo)

I believe this is due to the following invoke method in the InvokerInterceptor 
class (line 93):
  /**
* The invocation on the delegate, calls the right invoker.  
* Remote if we are remote, local if we are local. 
*/
   public Object invoke(Invocation invocation)
  throws Exception
   {
  // optimize if calling another bean in same server VM
  if (isLocal(invocation))
 return invokeLocal(invocation);
  else
 return invokeInvoker(invocation);
   }

Randy Ott


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBAS-1548) Incorrect EJB Optimization to Local Server when Remote Server is specified

2005-03-04 Thread Randy Ott (JIRA)
 [ http://jira.jboss.com/jira/browse/JBAS-1548?page=history ]

Randy Ott updated JBAS-1548:


Version: JBossAS-4.0.1 Final
 (was:  JBossAS-4.0.1 SP1)

 Incorrect EJB Optimization to Local Server when Remote Server is specified
 --

  Key: JBAS-1548
  URL: http://jira.jboss.com/jira/browse/JBAS-1548
  Project: JBoss Application Server
 Type: Bug
   Components: EJBs
 Versions: JBossAS-4.0.1 Final
  Environment: Windows XP
 10:57:18,255 INFO  [Server] Release ID: JBoss [Zion] 4.0.1 (build: 
 CVSTag=JBoss_4_0_1 date=200412230944)
 Reporter: Randy Ott
  Attachments: JBossTestOptimize.zip


 We have an application that performs a division of labor.  We have the same 
 EJB's bound and deployed on several different application servers under the 
 same name.  We have a requirement for an EJB on server A to call the same EJB 
 on serverB.  When the EJB on serverA attempts to call the EJB on serverB, it 
 is incorrectly optimizing it to serverA.
 Here is the output from a client test I have written.  I will attach the 
 example in the next post:
 Calling serverOne at jnp://localhost:2000 directly
 Result is ServerOne (should be ServerOne)
 Calling serverTwo at jnp://localhost:2100 directly
 Result is ServerTwo (should be ServerTwo)
 Calling serverTwo through ServerOne
 Result is ServerOne (should be ServerTwo)
 I believe this is due to the following invoke method in the 
 InvokerInterceptor class (line 93):
   /**
 * The invocation on the delegate, calls the right invoker.  
 * Remote if we are remote, local if we are local. 
 */
public Object invoke(Invocation invocation)
   throws Exception
{
   // optimize if calling another bean in same server VM
   if (isLocal(invocation))
  return invokeLocal(invocation);
   else
  return invokeInvoker(invocation);
}
 Randy Ott

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Commented: (JBAOP-46) Repackage AOP webconsole as a separately deployed package

2005-03-04 Thread Kabir Khan (JIRA)
 [ http://jira.jboss.com/jira/browse/JBAOP-46?page=comments#action_12315891 
]
 
Kabir Khan commented on JBAOP-46:
-

I think this should go in the new admin console. From chatting with Charles 
this sounds like how the a.c. will work

 Repackage AOP webconsole as a separately deployed package
 -

  Key: JBAOP-46
  URL: http://jira.jboss.com/jira/browse/JBAOP-46
  Project: JBoss AOP
 Type: Feature Request
 Versions: 2.1
 Reporter: Bill Burke
 Assignee: Kabir Khan
  Fix For: 2.1





-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Profiler] - what's the best way to track a memory leek?

2005-03-04 Thread saschwen
Hello

We've just ported one of our old application from IPlanet 6.0 to run on the new 
version of jboss 4.0.1.  I've got it completely converted now but the JVM is 
chewing up memory like crazy.  I've built and deployed the profiler to analyze 
the application.  I have captured the logs and run the analsys on them.  When 
looking at the memory objects I click on the link to track back to where the 
object is linked from.  To me it seems that the button isn't really going back 
to where the Object is being linked from but rather where the object is 
created.  Am I reading this wrong?

Any help would be appreciated in determining where the leak is.

Thank you.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868855#3868855

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868855


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Profiler] - Re: what's the best way to track a memory leek?

2005-03-04 Thread [EMAIL PROTECTED]
Yes... you are correct

Basically I'm doing association between where the object were created and the 
releases on GC operations.

You could identify where your leaks are being created. But now which objects 
are holding the link to the objects.


Clebert

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868858#3868858

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868858


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Profiler] - Re: what's the best way to track a memory leek?

2005-03-04 Thread [EMAIL PROTECTED]
Sorry... I mistyped something:


You could identify where your leaks are being created. But not where are they 
being linked to.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868860#3868860

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868860


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossCache] - Re: commit() should not be called on TreeCache directly Bein

2005-03-04 Thread [EMAIL PROTECTED]
we're shooting 2-3 weeks from now

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868861#3868861

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868861


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (EJBTHREE-90) Schema export does not honor DS mapping

2005-03-04 Thread Jens Elkner (JIRA)
Schema export does not honor DS mapping
---

 Key: EJBTHREE-90
 URL: http://jira.jboss.com/jira/browse/EJBTHREE-90
 Project: EJB 3.0
Type: Bug
Versions: Preview 4
 Environment: Linux, JDK 1.5.0_01, JBoss 4.0.1sp1
Reporter: Jens Elkner


I've setup the DefaultDS to use mysqldb and hus to use the mySQL mappings.
Trying the callback example listed in the ebj3 docs, I get the following error:

18:58:40,341 INFO  [DatasourceConnectionProvider] Using datasource: 
java:/DefaultDS
18:58:40,345 ERROR [SchemaExport] Unsuccessful: create table CUSTOMER (id 
integer generated by default as identity (start with 1), STATE varchar(255), 
FIRST varchar(255), LAST varchar(255), STREET varchar(255), CITY varchar(255), 
ZIP varchar(255), primary key (id))
18:58:40,345 ERROR [SchemaExport] You have an error in your SQL syntax; check 
the manual that corresponds to your MySQL server version for the right syntax 
to use near 'generated by default as identity (start with 1), STATE 
varchar(255), FIRST varch' at line 1
18:58:40,345 INFO  [SchemaExport] schema export complete
18:58:40,348 INFO  [Dialect] Using dialect: org.hibernate.dialect.HSQLDialect
18:58:40,348 INFO  [Configuration] processing extends queue
...

So the schema stuff uses HSQLDB mappings, insteadof the given mapping in the DS 
descriptor and finally produces invalid MySQL statements:

datasources 
local-tx-datasource 
jndi-nameDefaultDS/jndi-name 
connection-urljdbc:mysql://localhost:3306/web/connection-url 
driver-classcom.mysql.jdbc.Driver/driver-class 
user-namefoo/user-name 
passwordbar/password 
connection-property name=autoReconnecttrue/connection-property
connection-property name=autoReconnectForPools
true/connection-property
exception-sorter-class-nameorg.jboss.resource.adapter.jdbc.vendor.MySQLExceptionSorter/exception-sorter-class-name
metadata
type-mappingmySQL/type-mapping
/metadata
/local-tx-datasource 
/datasources



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Profiler] - Re: what's the best way to track a memory leek?

2005-03-04 Thread saschwen
Ok.  I wasn't going crazy then:)

Do you know of a way that I can tell where the Object in question is being 
linked from?

Thank you.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868863#3868863

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868863


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Commented: (JBPTL-55) Create a little parser for emails

2005-03-04 Thread Thomas Heute (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPTL-55?page=comments#action_12315893 
]
 
Thomas Heute commented on JBPTL-55:
---

Editing a file would be easier to edit if you want to change the text or just 
the layout (more spaces, ASCII art...) for example.

 Create a little parser for emails
 -

  Key: JBPTL-55
  URL: http://jira.jboss.com/jira/browse/JBPTL-55
  Project: JBoss Portal
 Type: Task
 Reporter: Thomas Heute
 Priority: Minor



 Would be nice to have a little parser for things like sending an email.
 A simple text file like:
 Hello {givenName} {familyName},
 This is your password as you requested:
 Passord: {password}
 --
 Thanks,
 The team
 That would be easily customizable and it would have to be i18nized (different 
 text files for different countries).
 MessageFormat could simply be the way to go.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Commented: (JBPTL-55) Create a little parser for emails

2005-03-04 Thread karan malhi (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPTL-55?page=comments#action_12315892 
]
 
karan malhi commented on JBPTL-55:
--

So what i understand from it is that you would like to store an email template 
in a text file. Then there would be different properties files for 
internationalizing that template. Some application would read the text file or 
store its text in memory at startup and apply the correct locale and send out 
an email. Do you think storing it in a text file is the right thing to do , or 
would it be a better idea to store the text in the database?

 Create a little parser for emails
 -

  Key: JBPTL-55
  URL: http://jira.jboss.com/jira/browse/JBPTL-55
  Project: JBoss Portal
 Type: Task
 Reporter: Thomas Heute
 Priority: Minor



 Would be nice to have a little parser for things like sending an email.
 A simple text file like:
 Hello {givenName} {familyName},
 This is your password as you requested:
 Passord: {password}
 --
 Thanks,
 The team
 That would be easily customizable and it would have to be i18nized (different 
 text files for different countries).
 MessageFormat could simply be the way to go.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - JBoss Portal documentation

2005-03-04 Thread [EMAIL PROTECTED]
The documentation has been updated and is available at: 
http://docs.jboss.org/jbportal/nightly/

What has been updated:
- Installation information
- Information on how to include existing portlet into JBoss Portal
- Security mechanism

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868865#3868865

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868865


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

2005-03-04 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20050304142448Lbuild.100
BUILD COMPLETE-build.100Date of build:03/04/2005 14:24:48Time to build:26 minutes 31 secondsLast changed:03/03/2005 17:20:57Last log entry:Done JBWS-117 NPE when operation style is left unspecified




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(7)1.40.2.16modifiedtdieslerwebservice/src/main/org/jboss/webservice/deployment/ServiceDescription.javaDone JBWS-117 NPE when operation style is left unspecified1.6.6.3modifiedtdieslerjboss.net/src/main/org/jboss/net/axis/server/JBossAuthenticationHandler.javaFix subject association1.14.6.1modifiedstarksmvaria/src/main/org/jboss/mail/MailService.javaResolves [JBAS-1544] Wrong MBean attribute name in jboss:service=Mail (POP3SererHost ).1.1.2.6modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/attachment/AttachmentImpl.javaAdd return path testing for attachments1.1.2.6modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/attachment/AttachmentProxyTestCase.javaAdd return path testing for attachments1.1.2.4modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/attachment/Attachment.javaAdd return path testing for attachments1.7.4.1modifiedtdieslerwebservice/src/main/org/jboss/webservice/client/ServiceFactoryImpl.javaDone JBWS-145 ws2eeMetaData parameter is missed in JavaDoc



[JBoss-dev] [JBoss JIRA] Commented: (JBPTL-55) Create a little parser for emails

2005-03-04 Thread Roy Russo (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPTL-55?page=comments#action_12315894 
]
 
Roy Russo commented on JBPTL-55:


Pages like this should probably be distributed and stored inside the content 
respository the same way our errorpages are stored, so people can modify them 
using the wysiwyg editor, and not have to search for the file on the disk and 
use notepad to change/format it.

 Create a little parser for emails
 -

  Key: JBPTL-55
  URL: http://jira.jboss.com/jira/browse/JBPTL-55
  Project: JBoss Portal
 Type: Task
 Reporter: Thomas Heute
 Priority: Minor



 Would be nice to have a little parser for things like sending an email.
 A simple text file like:
 Hello {givenName} {familyName},
 This is your password as you requested:
 Passord: {password}
 --
 Thanks,
 The team
 That would be easily customizable and it would have to be i18nized (different 
 text files for different countries).
 MessageFormat could simply be the way to go.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Commented: (JBAS-1548) Incorrect EJB Optimization to Local Server when Remote Server is specified

2005-03-04 Thread Randy Ott (JIRA)
 [ 
http://jira.jboss.com/jira/browse/JBAS-1548?page=comments#action_12315896 ]
 
Randy Ott commented on JBAS-1548:
-

As information, changing the invoke method so that it always calls 
invokeInvoker fixes my problem.  Although optimization is a good idea, in 
this case we have an instance of a Remote EJB, and it should always go through 
the overhead of making a remote method invocation.  If optimization to local 
EJB's is preferrable for an application, then use a local interface.

 Incorrect EJB Optimization to Local Server when Remote Server is specified
 --

  Key: JBAS-1548
  URL: http://jira.jboss.com/jira/browse/JBAS-1548
  Project: JBoss Application Server
 Type: Bug
   Components: EJBs
 Versions: JBossAS-4.0.1 Final
  Environment: Windows XP
 10:57:18,255 INFO  [Server] Release ID: JBoss [Zion] 4.0.1 (build: 
 CVSTag=JBoss_4_0_1 date=200412230944)
 Reporter: Randy Ott
  Attachments: JBossTestOptimize.zip


 We have an application that performs a division of labor.  We have the same 
 EJB's bound and deployed on several different application servers under the 
 same name.  We have a requirement for an EJB on server A to call the same EJB 
 on serverB.  When the EJB on serverA attempts to call the EJB on serverB, it 
 is incorrectly optimizing it to serverA.
 Here is the output from a client test I have written.  I will attach the 
 example in the next post:
 Calling serverOne at jnp://localhost:2000 directly
 Result is ServerOne (should be ServerOne)
 Calling serverTwo at jnp://localhost:2100 directly
 Result is ServerTwo (should be ServerTwo)
 Calling serverTwo through ServerOne
 Result is ServerOne (should be ServerTwo)
 I believe this is due to the following invoke method in the 
 InvokerInterceptor class (line 93):
   /**
 * The invocation on the delegate, calls the right invoker.  
 * Remote if we are remote, local if we are local. 
 */
public Object invoke(Invocation invocation)
   throws Exception
{
   // optimize if calling another bean in same server VM
   if (isLocal(invocation))
  return invokeLocal(invocation);
   else
  return invokeInvoker(invocation);
}
 Randy Ott

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of Messaging on JBoss (Messaging/JBoss)] - Basic Clustering/Load Balancing Question

2005-03-04 Thread kiran222
I need to run a 2 node JBoss cluster with the following requirements:

1) Both the nodes will have a Queue with same name. Lets say the name as 
Purchase Queue
2) From a client, when I lookup Purchase Queue, the system should return a 
Queue from any one of the two nodes in a Round-Robin fashion. Doesn't matter if 
it is Round Robin or some other load balancing mechanism.
3) If the client is sending a message to the Queue on Node 1, and the Node 1 
happens to crash, the client should (fail-over) send the same message to Node 2.

The simple question is:
Which version of JBoss supports both #2 and #3 requirements? I am so confused 
going over various Forums that one supports one feature and the other does not.

If there is one topic that discussed these already, a pointer to that is highly 
appreciated.

I am a fan of open-source solutions. Unfortunately, our team is already looking 
into other commercial solutions since we could not get any definitive answer 
with JBoss.

Have fun!
Kiran



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868869#3868869

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868869


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JMX on JBoss (JBoss/JMX)] - Re: [ServiceModule] Registration is not done - stop

2005-03-04 Thread Weelink
I located the source of the error:

org.jboss.mx.server.registry.BasicMBeanRegistry.add(MBeanEntry entry)

The used variables:

ObjectName name = 
jboss.management.local:J2EEServer=Local,j2eeType=ServiceModule,name=jboss-service.xml
  | String domain = jboss.management.local
  | String props = 
J2EEServer=Local,j2eeType=ServiceModule,name=jboss-service.xml
  | 

Then the InstanceAlreadyExistsException(name +  already registered.); is 
thrown.

I don't know much about the JBoss internals, so I don't know why it is trying 
to register it again

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868871#3868871

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868871


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: Forums portlet

2005-03-04 Thread karanmg
Yeah!! Puhlz include some sort of an example or documentation on adding 
cutom portlets to jBoss Portal. If possible, a short tutorial on how to write 
your own portlet would be great.

I've downloaded portletsamples.war from the JSR168 website. It has some custom 
portlets like notepad, bookmarks, weather etc. I am tryign to get the Notepad 
portlet to work in jBoss portlet, but I keep getting the error no main. I 
followed all the instructions as specified in the ref guide, but no luck yet.  
Do tell me if this deserves an independent thread on its own. I am trying to 
use jBoss Portal, but have been unable to figure out how to do that.

Another thing: is there is jboss-portal-users forum? I have been unable to find 
it.

Thanks,
Karan

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868874#3868874

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868874


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Commented: (EJBTHREE-84) EntityManager.find should throw EntityNotFoundException

2005-03-04 Thread Stefan Lindner (JIRA)
 [ 
http://jira.jboss.com/jira/browse/EJBTHREE-84?page=comments#action_12315897 ]
 
Stefan Lindner commented on EJBTHREE-84:


This is a subtask of EJBTHREE-9.

 EntityManager.find should throw EntityNotFoundException
 ---

  Key: EJBTHREE-84
  URL: http://jira.jboss.com/jira/browse/EJBTHREE-84
  Project: EJB 3.0
 Type: Bug
   Components: EJB3 Extensions
 Versions: Preview 4
  Environment: JBoss 4.0.1SP1, EJB3Preview4, JDK 1.5.0_1, WinXP
 Reporter: Stefan Lindner
 Priority: Minor



 EntityManager.find should throw EntityNotFoundException if the entity does 
 not exist. In Preview 4 a org.hibernate.ObjectNotFoundException is thrown.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.jboss.com/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: Forums portlet

2005-03-04 Thread karanmg
Roy,

I read one of your replies, that you will be putting up a concrete example 
after jBoss World.
http://www.jboss.com/index.html?module=bbop=viewtopict=60363

I'll wait for that.

Regards,
Karan

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868875#3868875

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868875


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] EJB3 - Spec Error

2005-03-04 Thread Dave Smith
According to the latest draft spec the Query interface, method
getSingleResult should throw a EntityNotFoundException, in the CVS head
implementation it is ObjectNotFoundException. A simple rename seems to
fix the problem.

-- 
Dave Smith
CANdata Systems Ltd
416-493-9020



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

2005-03-04 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050304155217Lbuild.411
BUILD COMPLETE-build.411Date of build:03/04/2005 15:52:17Time to build:28 minutes 39 secondsLast changed:03/04/2005 15:44:12Last log entry:Done JBWS-123 Unpackaged war and ejb-jar deployments do not undeploy correctly




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(5)1.52.2.5modifiedtdieslerserver/src/main/org/jboss/metadata/ApplicationMetaData.javaDone JBWS-123 Unpackaged war and ejb-jar deployments do not undeploy correctly1.34.2.5modifiedtdieslerserver/src/main/org/jboss/metadata/WebMetaData.javaDone JBWS-123 Unpackaged war and ejb-jar deployments do not undeploy correctly1.18.2.10modifiedtdieslerwebservice/src/main/org/jboss/webservice/ServiceDeployer.javaDone JBWS-123 Unpackaged war and ejb-jar deployments do not undeploy correctly1.10.2.6modifiedtdieslerwebservice/src/main/org/jboss/webservice/ServiceDeployerEJB.javaDone JBWS-123 Unpackaged war and ejb-jar deployments do not undeploy correctly1.12.2.3modifiedtdieslerwebservice/src/main/org/jboss/webservice/ServiceDeployerJSE.javaDone JBWS-123 Unpackaged war and ejb-jar deployments do not undeploy correctly



[JBoss-dev] [Design of JBoss Eclipse IDE (dev)] - Re: FIBO tutorial

2005-03-04 Thread wileywimberly
This is still an issue when working the tutorial.

I am using Eclipse 3.0.1 and JBoss-IDE 1.4.0 on OS X 10.3.8 with Java 1.4.2

Thanks,
Wiley

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868877#3868877

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868877


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: JBoss Portal on non MySQL???

2005-03-04 Thread karanmg
I have updated the jBoss Portal Wiki, explaining how to use jBoss Portal on 
Postgres. 
http://www.jboss.org/wiki/Wiki.jsp?page=JBossPortal

HTHs,
Karan

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868878#3868878

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868878


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-head Build Failed

2005-03-04 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20050304164439
BUILD FAILEDAnt Error Message:/home/cruisecontrol/work/scripts/build-jboss-head.xml:63: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-jboss-head.xml:37: Exit code: 1 See compile.log in Build Artifacts for details. JAVA_HOME=/opt/j2sdk1.4.2_05/Date of build:03/04/2005 16:44:39Time to build:14 minutes 31 secondsLast changed:03/04/2005 16:33:13Last log entry:-Had put put the wrong package name into StrictMaxPooL-ServerSessionPoolFactory.getServerSessionPool() takes an extra Destination parameter, which broke the ejb3 build




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(10)1.5modifiedkabkhanejb3/src/main/org/jboss/ejb3/mdb/ConsumerContainer.java-Had put put the wrong package name into StrictMaxPooL-ServerSessionPoolFactory.getServerSessionPool() takes an extra Destination parameter, which broke the ejb3 build1.5modifiedkabkhanejb3/src/main/org/jboss/ejb3/mdb/MDB.java-Had put put the wrong package name into StrictMaxPooL-ServerSessionPoolFactory.getServerSessionPool() takes an extra Destination parameter, which broke the ejb3 build1.5modifiedkabkhanejb3/src/test/org/jboss/ejb3/test/strictpool/StrictlyPooledMDB.java-Had put put the wrong package name into StrictMaxPooL-ServerSessionPoolFactory.getServerSessionPool() takes an extra Destination parameter, which broke the ejb3 build1.3modifiedkabkhanejb3/src/test/org/jboss/ejb3/test/strictpool/StrictlyPooledSessionBean.java-Had put put the wrong package name into StrictMaxPooL-ServerSessionPoolFactory.getServerSessionPool() takes an extra Destination parameter, which broke the ejb3 build1.3modifiedkabkhanejb3/src/main/org/jboss/ejb3/StrictMaxPool.java-Had put put the wrong package name into StrictMaxPooL-ServerSessionPoolFactory.getServerSessionPool() takes an extra Destination parameter, which broke the ejb3 build1.15modifiedstarksmvaria/src/main/org/jboss/mail/MailService.javaResolves [JBAS-1544] Wrong MBean attribute name in jboss:service=Mail (POP3SererHost ).1.15modifiedbwang00cache/docs/html/FAQ.htmlUpdated1.19modifiedbwang00cache/docs/html/TreeCache.htmlUpdated1.7modifiedbwang00cache/docs/html/TreeCacheAop.htmlUpdated1.5modifiedbwang00cache/docs/html/Tutorial.htmlUpdated



[JBoss-dev] [Design of JBoss Portal] - Hello world basic portlet

2005-03-04 Thread [EMAIL PROTECTED]
i did a Hello World portlet as example: 
http://docs.jboss.org/jbportal/helloworld.war.zip 

To make it run, just unzip the file in your deploy directory of JBoss
 
This example is a basic hello world, it displays Hello World in a portlet, on a 
single page. 
http://localhost.localdomain:8080/index.html?_id=page.default.helloworld 
 
If you want to modify the java file and compile it (i published the .class too) 
you need to add jboss-portal-2.0/api/output/lib/portlet-api-lib.jar to the 
classpath. 
 
I didn't write any doc with it but if you read the reference guide you will see 
how the XML descriptors work. 


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868881#3868881

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868881


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: Forums portlet

2005-03-04 Thread [EMAIL PROTECTED]
Ok i did a Hello World portlet:
http://docs.jboss.org/jbportal/helloworld.war.zip

I didn't write any doc with it but if you read the reference guide you will see 
how the XML descriptors work.

This example is a basic hello world, it displays Hello World in a portlet, on a 
single page.
http://localhost.localdomain:8080/index.html?_id=page.default.helloworld

If you want to modify the java file and compile it (i published the .class too) 
you need to add jboss-portal-2.0/api/output/lib/portlet-api-lib.jar to the 
classpath.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868880#3868880

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868880


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Eclipse IDE (dev)] - Unable to open ejb-jar.xml or any xml! VerifyError

2005-03-04 Thread skrishna
JVM 1.4.x, Eclipse 3.1.0, JBoss IDE [both 1.4 and 1.5] gives this problem while 
trying to edit or open an xml file.

Problems occurred when invoking code from plug-in: org.eclipse.ui.workbench.


java.lang.VerifyError: (class: 
org/jboss/ide/eclipse/jdt/xml/ui/editors/XMLEditor, method: validateXML 
signature: ()V) Incompatible object argument for function call
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
at java.lang.Class.getConstructor0(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at 
org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:175)
at 
org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:152)
at 
org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:139)
at 
org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:48)
at 
org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:213)
at 
org.eclipse.ui.internal.registry.EditorDescriptor.createEditor(EditorDescriptor.java:249)
at org.eclipse.ui.internal.EditorManager$5.run(EditorManager.java:912)
at 
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1015)
at org.eclipse.core.runtime.Platform.run(Platform.java:757)
at org.eclipse.ui.internal.EditorManager.createPart(EditorManager.java:910)
at 
org.eclipse.ui.internal.EditorManager.openInternalEditor(EditorManager.java:896)
at 
org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:654)
at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:640)
at 
org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2312)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2244)
at org.eclipse.ui.internal.WorkbenchPage.access$8(WorkbenchPage.java:2236)
at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2217)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2202)
at org.eclipse.ui.actions.OpenWithMenu.openEditor(OpenWithMenu.java:276)
at org.eclipse.ui.actions.OpenWithMenu.access$0(OpenWithMenu.java:268)
at org.eclipse.ui.actions.OpenWithMenu$2.handleEvent(OpenWithMenu.java:176)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:842)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2908)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2541)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1612)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1578)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:293)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:144)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:102)
at 
org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:228)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:333)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:150)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:268)
at org.eclipse.core.launcher.Main.basicRun(Main.java:260)
at org.eclipse.core.launcher.Main.run(Main.java:887)
at org.eclipse.core.launcher.Main.main(Main.java:871)


View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868883#3868883

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868883


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Eclipse IDE (dev)] - Re: Syntax Highlighting

2005-03-04 Thread bbrooks
IMHO, IBM made a business decision to omit JSP/XML/Servlet syntax hightlighting 
etc. from Eclipse.  They would've been creating competition for their own 
commercial product WebSphere Studio which specializes in web container support. 
 They made Eclipse open source just attract developers to their IDE platform; 
something they failed to do with Visual Age for Java.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868882#3868882

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868882


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

2005-03-04 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050304170800Lbuild.412
BUILD COMPLETE-build.412Date of build:03/04/2005 17:08:00Time to build:17 minutes 56 secondsLast changed:03/04/2005 16:59:39Last log entry:Add more debugging




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(3)1.1.1.1.6.6modifiedtdieslertestsuite/src/main/org/jboss/test/jbossnet/security/SecurityUnitTestCase.javaAdd more debugging1.1.1.1.6.1modifiedtdieslertestsuite/src/main/org/jboss/test/jbossnet/security/server/TestLoginModule.javaAdd more debugging1.1.2.1modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/jbws-cases.txtTOC for jira test cases



[JBoss-dev] [JBossCache] - TreeCacheAop Configuration for Synchronous Replication

2005-03-04 Thread monocongo
I have MBeans which use the TreeCacheAop MBean for storing objects.  I want the 
TreeCacheAop MBeans on all nodes of my cluster to share the same data, i.e. I 
want to have synchronous replication.  At this point it is not working, but I'm 
hoping that I can configure the TreeCacheAop MBean in such a way that it will.
 
As it stands now data is being replicated from the first node to the second 
node when the second node starts, but after that the replication appears to 
stop.  For example I can start the first node of the cluster and then add two 
Strings to the TreeCacheAop.  I can then start the second node and see the same 
two Strings in the TreeCacheAop of the second node.  However if I add a String 
to the TreeCacheAop on either node it does not get replicated to the 
TreeCacheAop on the other node. This is not the behavior I'm trying to achieve, 
in that if I add data to the TreeCacheAop on one node then I want to see it 
replicated on the other node, and vice-versa. 

In my SAR I am using the replSync.xml file unaltered from the examples (except 
that I am using TransactionManagerLookup instead of 
DummyTransactionManagerLookup), and in the jboss-service.xml file I have the 
following entry for TreeCacheAop:


  | mbean code=org.jboss.cache.aop.TreeCacheAop
  |name=jboss.cache:service=TreeCacheAop
  | attribute name=CacheModeREPL_SYNC/attribute
  | /mbean
  | 

I'm using JBoss 4.0.1 and JBossCache 1.2.

Thanks in advance for any suggestions on how I might configure things 
differently in order to get the replication behavior I'm looking for.


--James

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868885#3868885

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868885


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Portal] - Re: Forums portlet

2005-03-04 Thread karanmg
Thanks a lot for that example. It gives me (and surely many others) a starting 
point.

http://localhost:8080/index.html?_id=page.default.helloworld
This just displayed the jboss main page.

Using this:
http://localhost:8080/portal/index.html?_id=page.default.helloworld

gave me:
Http 500
javax.servlet.ServletException: javax.servlet.ServletException: no main

org.jboss.portal.core.servlet.TransactionFilter.doFilter(TransactionFilter.java:85)

org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:75)

root cause

org.jboss.portal.common.transaction.BusinessException: 
javax.servlet.ServletException: no main

org.jboss.portal.common.transaction.Demarcator.requiresNew(Demarcator.java:58)

org.jboss.portal.core.servlet.TransactionFilter.doFilter(TransactionFilter.java:74)

org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:75)

Same error as above upon using:
http://localhost:8080/portal/index.html?page=helloworld

Any ideas? Im using jboss 4.0.1sp1 and the latest version of jBoss POrtal, 
which is 2.0 alpha, on a Fedora Core 2 Linux system. 

Thanks,
Karan

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868886#3868886

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868886


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-3.2-testsuite build.86 Build Successful

2005-03-04 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-testsuite?log=log20050304173036Lbuild.86
BUILD COMPLETE-build.86Date of build:03/04/2005 17:30:36Time to build:65 minutes 50 seconds




   Unit Tests: (1936)   Total Errors and Failures: (29)testNoClassDefFoundErrororg.jboss.test.classloader.test.BasicLoaderUnitTestCasetestSessionHandleNoDefaultJNDIorg.jboss.test.cts.test.StatefulSessionUnitTestCasetestBMTSessionHandleNoDefaultJNDIorg.jboss.test.cts.test.StatefulSessionUnitTestCaseunknownorg.jboss.test.jbossmq.test.LargeMessageUnitTestCaseunknownorg.jboss.test.jbossmq.test.OILConnectionUnitTestCasetestQueueMessageOrderorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestRequestReplyQueueorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestTemporaryQueueDeleteorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestTemporaryTopicDeleteorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestInvalidDestinationQueueSendorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestInvalidDestinationQueueBrowseorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestInvalidDestinationTopicPublishorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestErrorsTopicSubscribeorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestCreateQueueorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestMessageListenerorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestApplicationServerStufforg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestTopicsorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestTopicNoLocalorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestTopicNoLocalBounceorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestTopicSelectorChangeorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestTopicSelectorNullOrEmptyorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestSendReceiveOutdatedorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestSendReceiveExpiredorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestSendListenOutdatedorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestMDBDeepRunAsorg.jboss.test.security.test.EJBSpecUnitTestCasetestSessionHandleNoDefaultJNDIorg.jboss.test.securitymgr.test.StatefulSessionUnitTestCasetestBMTSessionHandleNoDefaultJNDIorg.jboss.test.securitymgr.test.StatefulSessionUnitTestCasetestNotificationWithBadListenerorg.jboss.test.jmx.test.JMXInvokerUnitTestCasetestSRPLoginWithAuxChallengeorg.jboss.test.security.test.SRPLoginModuleUnitTestCase
Modifications since last build:(0)



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

2005-03-04 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20050304190756Lbuild.413
BUILD COMPLETE-build.413Date of build:03/04/2005 19:07:56Time to build:19 minutes 59 secondsLast changed:03/04/2005 17:11:57Last log entry:Abstract out common functionality for web services tests




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(29)1.1.2.1modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/WebserviceTestBase.javaAbstract out common functionality for web services tests1.1.1.1.4.4modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/ws4eesimple/SimpleClientTestCase.javaAbstract out common functionality for web services tests1.1.2.3modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/ws4eesimple/ClientStubTestCase.javaAbstract out common functionality for web services tests1.1.2.2modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/samples2docclient/OrderProcessDOCTestCase.javaAbstract out common functionality for web services tests1.1.2.2modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/version/VersionTestCase.javaAbstract out common functionality for web services tests1.1.2.2modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/samples2/OrderProcessRPCTestCase.javaAbstract out common functionality for web services tests1.1.2.3modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/samples/ClientSideApplTestCase.javaAbstract out common functionality for web services tests1.1.2.2modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/samples/ServerSideEJBSecTestCase.javaAbstract out common functionality for web services tests1.1.2.3modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/message/MessageTestCase.javaAbstract out common functionality for web services tests1.1.2.6modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/marshalltest/AbstractRpcTestBase.javaAbstract out common functionality for web services tests1.1.1.1.4.7modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/marshalltest/MarshallDocLiteralTestCase.javaAbstract out common functionality for web services tests1.1.1.1.4.3modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/marshalltest/MarshallRpcEncodedTestCase.javaAbstract out common functionality for web services tests1.1.1.1.4.3modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/marshalltest/MarshallRpcLiteralTestCase.javaAbstract out common functionality for web services tests1.1.2.2modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/jbws83/JBWS83TestCase.javaAbstract out common functionality for web services tests1.1.2.2modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/jbws84/JBWS84TestCase.javaAbstract out common functionality for web services tests1.1.2.2modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/jbws79/JBWS79TestCase.javaAbstract out common functionality for web services tests1.1.2.2modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/jbws82/JBWS82TestCase.javaAbstract out common functionality for web services tests1.1.2.3modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/jbws71/JBWS71TestCase.javaAbstract out common functionality for web services tests1.1.2.2modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/jbws70/JBWS70TestCase.javaAbstract out common functionality for web services tests1.1.2.2modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/jbws68/JBWS68TestCase.javaAbstract out common functionality for web services tests1.1.1.1.4.2modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/handlerflow/HandlerFlowTestCase.javaAbstract out common functionality for web services tests1.1.2.3modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/header/HeaderEndpointTestCase.javaAbstract out common functionality for web services tests1.3.2.5modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/exception/ExceptionTestCase.javaAbstract out common functionality for web services tests1.1.2.3modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/contextroot/ContextRootTestCase.javaAbstract out common functionality for web services tests1.1.2.3modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/encstyle/EncStyleTestCase.javaAbstract out common functionality for web services tests1.1.2.7modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/attachment/AttachmentProxyTestCase.javaAbstract out common functionality for web services tests1.1.2.3modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/admindevel/ExampleTestCase.javaAbstract out common functionality for web services tests1.1.2.1modifiedtdieslertestsuite/src/main/org/jboss/test/webservice/admindevel/ExplodedExampleTestCase.javaAbstract out common functionality for web services 

[JBoss-dev] [Design of JBoss Portal] - Re: Portal Build

2005-03-04 Thread tnine
I am also having the same issue, I have downloaded the latest binary 
distribution.  Jboss-portal-2.0-alpha.zip.  I have followed the PDF 
installation exaclty.  I have couple of small suggestion as a Joe Schmoe user 
to improve the installation manual.

1.  Please add to the instructions that you need to copy the mysql JDBC driver 
to default/lib, it currently just states you need to download the connector 
distro.  The connection is obvious to anyone who's dealt with JBOSS, but if 
you're a noob, then it could be a problem.

2.  The default server's directory is default is JBOSS 4.0.1 not standard


I have JBOSS 4.0.1.  Here is the exact version
JBoss 4.0.1sp1 (build: CVSTag=JBoss_4_0_1_SP1 date=200502160314)

I have copied jgroups.jar and jboss-cache.jar into the default server's lib 
from the all lib.



View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868891#3868891

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868891


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Admin Console] - What to work on

2005-03-04 Thread spiritualmechanic
Hey Charles,

What stuff should I work on if I do something. The JMS stuff? Or what? I sort 
of want to work on JCA but it looks like your metadata is probably the best way 
to do it.

I've been away for a while but I went to JBoss World 2005 and so I'm psyched to 
do something, even if it's small.

Steve

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868892#3868892

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868892


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Eclipse IDE (dev)] - Re: Syntax Highlighting

2005-03-04 Thread [EMAIL PROTECTED]
we plan to use WTP for the xml-jsp stuff (and it was partly contributed by ibm, 
so their strategy has now moved to wheel the rest of the users in ,)

We just need to evaluate if its stable, extendable and lightweight enough for 
our usage.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868894#3868894

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868894


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


Re: [JBoss-dev] [Design of JBoss Admin Console] - What to work on

2005-03-04 Thread Ovidiu Feodorov
Hey Steve,
Have you had a chance to attend the messaging presentation? There was a 
big Help wanted slide in the end 

http://www.jboss.org/wiki/Wiki.jsp?page=JBossMessaging
Regards,
Ovidiu
spiritualmechanic wrote:
Hey Charles,
What stuff should I work on if I do something. The JMS stuff? Or what? I sort 
of want to work on JCA but it looks like your metadata is probably the best way 
to do it.
I've been away for a while but I went to JBoss World 2005 and so I'm psyched to 
do something, even if it's small.
Steve
View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868892#3868892
Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868892
---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development
 



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JBoss Admin Console] - Re: What to work on

2005-03-04 Thread [EMAIL PROTECTED]
Hey Steve,

Have you had a chance to attend the messaging presentation? There was a big 
Help wanted slide in the end 

http://www.jboss.org/wiki/Wiki.jsp?page=JBossMessaging

Regards,
Ovidiu 

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868895#3868895

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868895


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of JCA on JBoss] - Moving Xids from XidFactory to XAManagedConnectionFactory

2005-03-04 Thread spiritualmechanic
 The issue, that http://jira.jboss.com/jira/browse/JBAS-1405:

So we can take out the Xid padding from the XidFactory, and pad the Xid right 
before sending it to start and end. But according to Bill Burke in that issue,

The way this will work will be to add the padding flag to both the 
ManagedConnectionFactory wrapper and to the Connection Manager.

And then ...

One more comment, ConnectionManager will use this metadata and store it within 
a ConnectionListener. The ConnectionListener will be responsible for doing 
padding on the XAResource if it requires it.

So I understand how to make the metadata, and set it using it an -xa-ds.xml 
file, which would set a flag in the TxConnectionManager instance. The 
TxConnectionManager would then be passed into the XAManagedConnectionFactory.

My question is: Will the ConnectionListener really be the one to pad? The 
XAManagedConnection is the one with the

start(Xid xid, int flags)
end(Xid xid, int flags)

methods. Couldn't the flag get passed on to the XAManagedConnection and allow 
the XAManagedConnection to be responsible? Maybe there's something I'm missing 
but the ConnectionListener doesn't seem to do much. Or maybe it needs to use 
the Xid for recovery.

Thanks,

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868900#3868900

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868900


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Design of Mail Services] - Re: M2-final release available

2005-03-04 Thread mikezzz
PostgreSQL has an interface called the LargeObjectAPI:

http://www.postgresql.org/docs/8.0/interactive/largeobjects.html

I have built an implementation of the Store that talks directly to it and from 
my tests it works really well (128MB in 1MB chunks in about 12s).  They don't 
have support for the JDBC3 Blob interface, well not yet:

http://archives.postgresql.org/pgsql-jdbc/2005-03/msg00033.php

Oracle is also another that we should definitely support.  Once I get the store 
committed I will start a Wiki page with information regarding status of the 
various dbs that I have tested.

Mike

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3868905#3868905

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3868905


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development