[JBoss-dev] jboss-head build.526 Build Successful

2004-12-03 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041203013047Lbuild.526
BUILD COMPLETE-build.526Date of build:12/03/2004 01:30:47Time to build:14 minutes 43 secondsLast changed:12/03/2004 01:17:39Last log entry:changed ERROR to TRACE




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(1)1.5modifiedbelabancache/src/main/org/jboss/cache/interceptors/LockInterceptor.javachanged ERROR to TRACE



[JBoss-dev] jboss-head build.527 Build Successful

2004-12-03 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041203024740Lbuild.527
BUILD COMPLETE-build.527Date of build:12/03/2004 02:47:40Time to build:24 minutes 21 secondsLast changed:12/03/2004 02:42:20Last log entry:changed CP




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(2)1.13modifiedbelabancache/src/etc/standalone/runShellDemo.batchanged CP1.16modifiedbelabancache/src/etc/standalone/runShellDemo.shchanged CP



[JBoss-dev] [JBoss JIRA] Commented: (JBAS-28) CacheInvalidator(3.2.7RC1 jdbc2) complains alot, why?

2004-12-03 Thread Alex Loubyansky (JIRA)
 [ http://jira.jboss.com/jira/browse/JBAS-28?page=comments#action_12310701 ]
 
Alex Loubyansky commented on JBAS-28:
-

The warning means that the entry is not in the cache.
For the 'idle' machine it's ok since it might not have the entry in the cache. 
In this case, it's safe to ignore this message and the log level should be 
DEBUG or TRACE.
For the machine doing the work, it seems like it tried to remove the entry from 
the cache more than once. First of all, a question for you whether it makes 
sense for your application? (if no, just don't make the cache invalidable) 
Second, there was an issue, i.e. an entry was invalidated as many times as the 
number of invocations on the instance was done in the tx. But I thought I fixed 
it with
'use transaction local instead of custom impl of the concept; also each key is 
invalidated now only once at commit, not as many times as the instance was 
invoked (missed call to synchronizations.put() in previous implementation)'
http://cvs.sourceforge.net/viewcvs.py/jboss/jboss/src/main/org/jboss/cache/invalidation/InvalidationsTxGrouper.java?r1=1.1.2.5r2=1.1.2.6
If you can debug it, please, do.

 CacheInvalidator(3.2.7RC1 jdbc2) complains alot, why?
 -

  Key: JBAS-28
  URL: http://jira.jboss.com/jira/browse/JBAS-28
  Project: JBoss Application Server
 Type: Bug
   Components: CMP service
 Versions:  JBossAS-3.2.7
  Environment: 3.2.7 jdbc2 with Cache Invalidation(JMS)
 Oracle 9i
 SonicMQ
 Win 2000 Pro
 JDK1.4
 2 Jboss instances(1 doing work, 1 sitting idle recieving cache invalidation 
 messages)
 Reporter: Ivan O. Parra
 Assignee: Scott M Stark



 We keep seeing these warning in our log files. 
 Quote: 
 jvm 1 | 11:19:31,671 WARN [CacheInvalidator] removal of 466 rejected for 
 null: the entry could not be found 
 and 
 Quote: 
 jvm 1 | 11:17:13,859 WARN [CacheInvalidator] removal of 1 rejected for 
 TransactionImpl:XidImpl [FormatId=257, GlobalId=scale-server2//10163, 
 BranchQual=]: the entry could not be found 
 So what is this and how do I get rid of it? 
 Other things I notice:
 1)  The invalidator with the null transaction is not referenceing this data.  
 IE.  This particular machine has not accessed that table/row (yet).  This is 
 the idle machine.
 2)  The invalidator with the defined transaction is shown more than once(some 
 times once, sometimes 3-4 times).
 What I think may be happening.
 1)  The cache is being invalidation by the InvalidationManager on the global 
 cache that has not been set.
 2)  On commit of a modified row, multiple removes aer being called on the 
 same transaction.  If only one call is done, it works.  But if multiple 
 removes for the same transaction is done, this warning appears.
 I can throw into debugger to confirm both scenarios.

-- 
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-head build.528 Build Successful

2004-12-03 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041203034046Lbuild.528
BUILD COMPLETE-build.528Date of build:12/03/2004 03:40:46Time to build:24 minutes 12 secondsLast changed:12/03/2004 03:29:23Last log entry:changed logic for medication adding




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(24)1.7modifiedbelabantestsuite/src/main/org/jboss/test/cache/test/standAloneAop/Person.javachanged logic for medication adding1.3modifiedtdieslerwebservice/test/resources/marshall-rpclit/WEB-INF/wsdl/MarshallService.wsdlUse wrapped array types in SEI.Unwrapping is a seperate issue on client/server side.1.4modifiedtdieslerwebservice/test/resources/marshall-rpclit/WEB-INF/jaxrpc-mapping.xmlUse wrapped array types in SEI.Unwrapping is a seperate issue on client/server side.1.3deletedtdieslerwebservice/test/resources/marshall-rpclit/WEB-INF/ws4ee-deployment.xmlUse wrapped array types in SEI.Unwrapping is a seperate issue on client/server side.1.4deletedtdieslerwebservice/test/java/org/jboss/test/ws/marshall/rpclit/types/_arrays/javax/xml/namespace/QNameArray.javaUse wrapped array types in SEI.Unwrapping is a seperate issue on client/server side.1.4deletedtdieslerwebservice/test/java/org/jboss/test/ws/marshall/rpclit/types/_arrays/org/jboss/test/ws/marshall/rpclit/types/JavaBeanArray.javaUse wrapped array types in SEI.Unwrapping is a seperate issue on client/server side.1.4deletedtdieslerwebservice/test/java/org/jboss/test/ws/marshall/rpclit/types/_arrays/java/lang/ByteArray.javaUse wrapped array types in SEI.Unwrapping is a seperate issue on client/server side.1.4deletedtdieslerwebservice/test/java/org/jboss/test/ws/marshall/rpclit/types/_arrays/java/lang/StringArray.javaUse wrapped array types in SEI.Unwrapping is a seperate issue on client/server side.1.4deletedtdieslerwebservice/test/java/org/jboss/test/ws/marshall/rpclit/types/_arrays/java/math/BigDecimalArray.javaUse wrapped array types in SEI.Unwrapping is a seperate issue on client/server side.1.4deletedtdieslerwebservice/test/java/org/jboss/test/ws/marshall/rpclit/types/_arrays/java/math/BigIntegerArray.javaUse wrapped array types in SEI.Unwrapping is a seperate issue on client/server side.1.4deletedtdieslerwebservice/test/java/org/jboss/test/ws/marshall/rpclit/types/_arrays/java/util/CalendarArray.javaUse wrapped array types in SEI.Unwrapping is a seperate issue on client/server side.1.4modifiedtdieslerwebservice/test/java/org/jboss/test/ws/marshall/rpclit/types/JavaBean.javaUse wrapped array types in SEI.Unwrapping is a seperate issue on client/server side.1.4modifiedtdieslerwebservice/test/java/org/jboss/test/ws/marshall/rpclit/types/JavaBean2.javaUse wrapped array types in SEI.Unwrapping is a seperate issue on client/server side.1.4deletedtdieslerwebservice/test/java/org/jboss/test/ws/marshall/rpclit/types/_arrays/BooleanArray.javaUse wrapped array types in SEI.Unwrapping is a seperate issue on client/server side.1.4deletedtdieslerwebservice/test/java/org/jboss/test/ws/marshall/rpclit/types/_arrays/DoubleArray.javaUse wrapped array types in SEI.Unwrapping is a seperate issue on client/server side.1.4deletedtdieslerwebservice/test/java/org/jboss/test/ws/marshall/rpclit/types/_arrays/FloatArray.javaUse wrapped array types in SEI.Unwrapping is a seperate issue on client/server side.1.4deletedtdieslerwebservice/test/java/org/jboss/test/ws/marshall/rpclit/types/_arrays/IntArray.javaUse wrapped array types in SEI.Unwrapping is a seperate issue on client/server side.1.4deletedtdieslerwebservice/test/java/org/jboss/test/ws/marshall/rpclit/types/_arrays/LongArray.javaUse wrapped array types in SEI.Unwrapping is a seperate issue on client/server side.1.4deletedtdieslerwebservice/test/java/org/jboss/test/ws/marshall/rpclit/types/_arrays/ShortArray.javaUse wrapped array types in SEI.Unwrapping is a seperate issue on client/server side.1.7modifiedtdieslerwebservice/test/java/org/jboss/test/ws/marshall/rpclit/MarshallRpcLitDIITestCase.javaUse wrapped array types in SEI.Unwrapping is a seperate issue on client/server side.1.5modifiedtdieslerwebservice/test/java/org/jboss/test/ws/marshall/rpclit/StandardTypesService.javaUse wrapped array types in SEI.Unwrapping is a seperate issue on client/server side.1.6modifiedtdieslerwebservice/test/java/org/jboss/test/ws/marshall/rpclit/StandardTypesServiceBean.javaUse wrapped array types in SEI.Unwrapping is a seperate issue on client/server side.1.14modifiedbelabancache/src/etc/standalone/runShellDemo.batadded jboss-remoting.jar1.17modifiedbelabancache/src/etc/standalone/runShellDemo.shadded jboss-remoting.jar



[JBoss-dev] jboss-3.2 build.206 Build Successful

2004-12-03 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20041203043854Lbuild.206
BUILD COMPLETE-build.206Date of build:12/03/2004 04:38:54Time to build:14 minutes 0 secondsLast changed:12/03/2004 04:24:16Last log entry:log the message about an entry not being cached with TRACE level instead of WARN




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(1)1.1.2.4modifiedloubyanskyserver/src/main/org/jboss/ejb/plugins/cmp/jdbc2/schema/CacheInvalidator.javalog the message about an entry not being cached with TRACE level instead of WARN



[JBoss-dev] [Management on JBoss] - How come there is no reciprocal of JBoss multiple server sta

2004-12-03 Thread avanish_ks
How come there is no reciprocal of JBoss multiple server start,how to stop a 
particular jboss server instance from command line? 

run.bat -c  minimal 
works fine 

How to stop the above minimal server instance from command line.
 shutdown --server=minimal 
the above command to stop minimal config server does not work .

We can also start a costom jboss server instance with below command
run.bat -c custom

But how to stop the above custom server instance from command line

shutdown --server=custom 
does not work.

Please let me know ASAP.
[EMAIL PROTECTED]

Thanks in advance

Avanish 

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

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


---
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBAS-29) Added URL Service MBean

2004-12-03 Thread Phil Cornelius (JIRA)
Added URL Service MBean
---

 Key: JBAS-29
 URL: http://jira.jboss.com/jira/browse/JBAS-29
 Project: JBoss Application Server
Type: Improvement
Versions: JBossAS-4.0.1
 Environment: patches against src of JBossAS-4.0.1RC1, JBossAS-4.0.1RC2
Reporter: Phil Cornelius
 Assigned to: Scott M Stark 
Priority: Minor


duplicated from sourceforge/

Further to RFE991650

http://sourceforge.net/tracker/index.php?func=detailaid=991650group_id=22866atid=376688

Attached is a patch that adds the URLResource Service
needed to actually bind the URLResources into the jboss
jndi directory.

Until now the only way of adding a resource of type
java.net.URL was to explicity write it in to the jboss
deployment descriptors.

Scott wrote the jboss server code to bind the URL
resource references to a jboss jndi name.. (as in the
RFE above) but there wasn't an easy way to bind the
actual URLs to those jndi names.

Would appreciate it if this made it to RC2

The patch is against the jboss-4.0.1RC1-src

Why do this?
If you are OEMing your product on jboss then would be
nice to keep system paths and external resources loosly
coupled from the EAR file.. best way is to use a J2EE
URL resource.. if these resources are bound in a
service file (like all other resources) then they are
easy to change with an installer say, or even at runtime...

Tasks associated with this patch are welcome.

Yours
Phil

PS. I noticed the JSR-77 URLResource class in the
management module and wasn't sure how this ties in?

-- 
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Management on JBoss] - Re: How come there is no reciprocal of JBoss multiple server

2004-12-03 Thread darranl
-s, --server=urlSpecify the JNDI URL of the remote server

Each of your server instances will have a different URL for JNDI.

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

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


---
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-1078243 ] txtimers created in Servlet init get duplicated.

2004-12-03 Thread SourceForge.net
Bugs item #1078243, was opened at 2004-12-03 11:10
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1078243group_id=22866

Category: JBossServer
Group: v4.0
Status: Open
Resolution: None
Priority: 5
Submitted By: Phil Cornelius (smapjb)
Assigned to: Nobody/Anonymous (nobody)
Summary: txtimers created in Servlet init get duplicated.

Initial Comment:
I have a stateless SessionBean that is also a
javax.ejb.TimedObject.

I set the timer running by calling a 'schedule'
business method

public void schedule(int mins) {
TimerService timerService =
mySessionCtx.getTimerService();
// Now and every mins minutes
timerService.createTimer(0L, 6L * mins, iPML
export timer.);
}

This methods gets called from the init method of a
Servlet.. everything works except that two timers get
created.. the second about 20 seconds after the first..

I have tracked it down to the following problem.. but
am not sure how to solve it.

1. The timer gets created and a row is written into the
localDB hypersonic database.

2. Once jboss is started (approx 20 seconds after the
init method of my servlet was called) a notification is
sent to org.jboss.ejb.txtimer.DatabasePersistencePolicy
line 102
where the method 
  restoreTimers();
is called

3. This method reads the row in hsqldb and creates
another duplicate txtimer

The other thing that I noticed was that the instance
variable 'instancePk' of the class
org.jboss.ejb.txtimer.TimedObjectId never gets assigned
any value.

This bug is against jboss-4.0.1RC2


Yours
Phil
 



 


--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1078243group_id=22866


---
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBAS-30) txtimers created via Servlet init get duplicated.

2004-12-03 Thread Phil Cornelius (JIRA)
txtimers created via Servlet init get duplicated.
-

 Key: JBAS-30
 URL: http://jira.jboss.com/jira/browse/JBAS-30
 Project: JBoss Application Server
Type: Bug
Versions: JBossAS-4.0.1
 Environment: jboss-4.0.1RC2
Reporter: Phil Cornelius
 Assigned to: Scott M Stark 


I have a stateless SessionBean that is also a
javax.ejb.TimedObject.

I set the timer running by calling a 'schedule'
business method

public void schedule(int mins) {
  TimerService timerService = mySessionCtx.getTimerService();
  // Now and every mins minutes
  timerService.createTimer(0L, 6L * mins, iPML export timer.);
}

This methods gets called from the init method of a
Servlet.. everything works except that two timers get
created.. the second about 20 seconds after the first..

I have tracked it down to the following problem.. but
am not sure how to solve it.

1. The timer gets created and a row is written into the
localDB hypersonic database.

2. Once jboss is started (approx 20 seconds after the
init method of my servlet was called) a notification is
sent to org.jboss.ejb.txtimer.DatabasePersistencePolicy
line 102
where the method
 restoreTimers();
is called

3. This method reads the row in hsqldb and creates
another duplicate txtimer

The other thing that I noticed was that the instance
variable 'instancePk' of the class
org.jboss.ejb.txtimer.TimedObjectId never gets assigned
any value.

This bug is against jboss-4.0.1RC2


Yours
Phil

-- 
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-4.0-testsuite build.12 Build Fixed

2004-12-03 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-testsuite?log=log20041203045554Lbuild.12
BUILD COMPLETE-build.12Date of build:12/03/2004 04:55:54Time to build:84 minutes 50 secondsLast changed:12/03/2004 04:26:00Last log entry:log the message about an entry not being cached with TRACE level instead of WARN




   Unit Tests: (2151)   Total Errors and Failures: (37)testAllTx_RWLockorg.jboss.test.cache.stress.EvictionLocalStressTestCaseunknownorg.jboss.test.jbossmq.test.LargeMessageUnitTestCaseunknownorg.jboss.test.jbossmq.test.OILConnectionUnitTestCasetestEjbFinderorg.jboss.test.securitymgr.test.BMPUnitTestCasetestEjbRemoveorg.jboss.test.securitymgr.test.BMPUnitTestCasetestEjbLifeCycleorg.jboss.test.securitymgr.test.BMPUnitTestCasetestPrimaryKeyObjectIdentityorg.jboss.test.securitymgr.test.BMPUnitTestCasetestEjbRemoteIForg.jboss.test.securitymgr.test.BMPUnitTestCasetestEntityHandleorg.jboss.test.securitymgr.test.BMPUnitTestCasetestSessionHandleNoDefaultJNDIorg.jboss.test.securitymgr.test.BMPUnitTestCasetestProbeContainerCallbacksorg.jboss.test.securitymgr.test.BMPUnitTestCasetestContainerObjectsorg.jboss.test.securitymgr.test.BMPUnitTestCasetestUserTransactionorg.jboss.test.securitymgr.test.BMPUnitTestCasetestServerFoundorg.jboss.test.securitymgr.test.BMPUnitTestCaseunknownorg.jboss.test.securitymgr.test.BMPUnitTestCasetestEvictionorg.jboss.test.cache.test.eviction.ReplicatedLRUPolicyUnitTestCasetestEvictionReplicationorg.jboss.test.cache.test.eviction.ReplicatedLRUPolicyUnitTestCasetestThreadedAccess_RWLockorg.jboss.test.cache.test.generic.IdentityLockUnitTestCasetestThreadedAccess_SimpleLockorg.jboss.test.cache.test.generic.IdentityLockUnitTestCasetestStateTransferorg.jboss.test.cache.test.replicated.AsyncUnitTestCasetestSyncReplorg.jboss.test.cache.test.replicated.AsyncUnitTestCasetestSyncReplorg.jboss.test.cache.test.replicated.SyncTxUnitTestCasetestASyncReplorg.jboss.test.cache.test.replicated.SyncTxUnitTestCasetestPutorg.jboss.test.cache.test.replicated.SyncTxUnitTestCasetestPutTxorg.jboss.test.cache.test.replicated.SyncTxUnitTestCasetestStateReplicationorg.jboss.test.cluster.test.DRMTestCasetestCreateOrganizationorg.jboss.test.jaxr.create.CreateOrganizationTestCasetestJaxrDeleteorg.jboss.test.jaxr.delete.JaxrDeleteTestCasetestJaxrReadorg.jboss.test.jaxr.read.JaxrReadTestCasetestEjbCreateorg.jboss.test.securitymgr.test.BMPUnitTestCase
Modifications since last build:(114)1.1.4.3modifiedloubyanskyserver/src/main/org/jboss/ejb/plugins/cmp/jdbc2/schema/CacheInvalidator.javalog the message about an entry not being cached with TRACE level instead of WARN1.36.2.5modifiedanddwebservice/build.xmladd mising clobber target1.1.8.1deletedtdieslerjboss.net/samples/mail/emailTransport_files/filelist.xmlRemove legacy samples.All functionality should be backed up by test cases.1.1.8.1deletedtdieslerjboss.net/samples/mail/emailTransport_files/image001.jpgRemove legacy samples.All functionality should be backed up by test cases.1.1.8.1deletedtdieslerjboss.net/samples/mail/emailTransport_files/image002.jpgRemove legacy samples.All functionality should be backed up by test cases.1.1.16.1deletedtdieslerjboss.net/samples/Hello/src/etc/version.mfRemove legacy samples.All functionality should be backed up by test cases.1.1.8.1deletedtdieslerjboss.net/samples/mail/src/main/org/jboss/net/sample/mail/client/MailClient.javaRemove legacy samples.All functionality should be backed up by test cases.1.3.16.1deletedtdieslerjboss.net/samples/src/win/output/Debug/JBoss-Net-Sample.exeRemove legacy samples.All functionality should be backed up by test cases.1.1.16.1deletedtdieslerjboss.net/samples/src/flash/TestSOAP-Echo.flaRemove legacy samples.All functionality should be backed up by test cases.1.1.16.1deletedtdieslerjboss.net/samples/src/flash/TestSOAP-Echo.htmlRemove legacy samples.All functionality should be backed up by test cases.1.1.16.1deletedtdieslerjboss.net/samples/src/flash/TestSOAP-Echo.swfRemove legacy samples.All functionality should be backed up by test cases.1.1.26.1deletedtdieslerjboss.net/samples/src/win/Web References/item/ItemService.wsdlRemove legacy samples.All functionality should be backed up by test cases.1.1.26.1deletedtdieslerjboss.net/samples/src/win/Web References/item/Reference.csRemove legacy samples.All functionality should be backed up by test cases.1.1.26.1deletedtdieslerjboss.net/samples/src/win/Web References/item/Reference.mapRemove legacy samples.All functionality should be backed up by test cases.1.2.16.1deletedtdieslerjboss.net/samples/src/flash/HelloWorldForm.flaRemove legacy samples.All functionality should be backed up by test cases.1.1.16.1deletedtdieslerjboss.net/samples/Hello/src/flash/SOAP.asRemove legacy samples.All functionality should be backed up by test 

[JBoss-dev] jboss-head build.529 Build Successful

2004-12-03 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041203064239Lbuild.529
BUILD COMPLETE-build.529Date of build:12/03/2004 06:42:39Time to build:20 minutes 31 secondsLast changed:12/03/2004 06:05:36Last log entry:changed time CacheLoader stores/loads




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(41)1.9modifiedbelabancache/src/main/org/jboss/cache/interceptors/CacheLoaderInterceptor.javachanged time CacheLoader stores/loads1.4modifiedbelabancache/src/main/org/jboss/cache/interceptors/CacheStoreInterceptor.javachanged time CacheLoader stores/loads1.8modifiedbelabancache/src/main/org/jboss/cache/tests/CacheLoaderTests.javaadded unit test1.7modifiedtdieslercommon/src/main/org/jboss/xml/binding/XercesXsMarshaller.java[TODO] allow for xsdReader1.3modifiedtdieslerwebservice/test/resources/jaxb/ComplexTypesService_RPC.xsdRemove dependency on jboss binding API1.7modifiedtdieslerwebservice/test/java/org/jboss/test/ws/jaxb/ComplexTypeMarshallerTestCase.javaRemove dependency on jboss binding API1.4modifiedtdieslerwebservice/src/main/org/jboss/ws/jaxb/JAXBContextImpl.javaRemove dependency on jboss binding API1.7modifiedtdieslerwebservice/src/main/org/jboss/ws/jaxb/MarshallerImpl.javaRemove dependency on jboss binding API1.5modifiedloubyanskyserver/src/main/org/jboss/ejb/plugins/cmp/jdbc2/schema/CacheInvalidator.javalog the message about an entry not being cached with TRACE level instead of WARN1.4modifiedloubyanskyserver/src/main/org/jboss/ejb/plugins/cmp/jdbc2/schema/CacheInvalidator.javalog the message about an entry not being cached with TRACE level instead of WARN1.3modifiedbelabancache/src/etc/jdbcCacheLoader-service.xmlchanged \ to \\ in CacheLoader config1.30modifiedbelabancache/src/etc/tree-service.xmlchanged \ to \\ in CacheLoader config1.5modifiedbelabancache/src/etc/standalone/META-INF/node1.xmlchanged \ to \\ in CacheLoader config1.6modifiedbelabancache/src/etc/standalone/META-INF/node2.xmlchanged \ to \\ in CacheLoader config1.6modifiedbelabancache/src/etc/standalone/META-INF/oodb-service.xmlchanged \ to \\ in CacheLoader config1.5modifiedbelabancache/src/etc/standalone/META-INF/replAsyncSharedCacheLoader-service.xmlchanged \ to \\ in CacheLoader config1.18modifiedbelabancache/src/etc/standalone/META-INF/replSync-service.xmlchanged \ to \\ in CacheLoader config1.33modifiedbelabancache/docs/Changelog.txtno message1.25modifiedbelabancache/docs/TreeCache.xmlupdated doc1.14modifiedbelabancache/docs/html/TreeCache.htmlupdated doc1.9modifiedbelabancache/docs/html/html.cssupdated doc1.6modifiedbelabancache/docs/html/resources/LocalCacheLoader.gifupdated doc1.6modifiedbelabancache/docs/html/resources/OnlyOneCacheLoader.gifupdated doc1.6modifiedbelabancache/docs/html/resources/SharedCacheLoader.gifupdated doc1.7modifiedbelabancache/docs/html/resources/TreeCacheArchitecture.gifupdated doc1.7modifiedbelabancache/docs/html/resources/TreeNodeExample.gifupdated doc1.5modifiedbelabancache/docs/html/callouts/6.gifupdated doc1.5modifiedbelabancache/docs/html/callouts/7.gifupdated doc1.5modifiedbelabancache/docs/html/callouts/8.gifupdated doc1.5modifiedbelabancache/docs/html/callouts/9.gifupdated doc1.5modifiedbelabancache/docs/html/callouts/10.gifupdated doc1.5modifiedbelabancache/docs/html/callouts/11.gifupdated doc1.5modifiedbelabancache/docs/html/callouts/12.gifupdated doc1.5modifiedbelabancache/docs/html/callouts/13.gifupdated doc1.5modifiedbelabancache/docs/html/callouts/14.gifupdated doc1.5modifiedbelabancache/docs/html/callouts/15.gifupdated doc1.5modifiedbelabancache/docs/html/callouts/2.gifupdated doc1.5modifiedbelabancache/docs/html/callouts/3.gifupdated doc1.5modifiedbelabancache/docs/html/callouts/4.gifupdated doc1.5modifiedbelabancache/docs/html/callouts/5.gifupdated doc1.5modifiedbelabancache/docs/html/callouts/1.gifupdated doc



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

2004-12-03 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0?log=log20041203071735Lbuild.249
BUILD COMPLETE-build.249Date of build:12/03/2004 07:17:35Time to build:17 minutes 9 secondsLast changed:12/03/2004 04:26:00Last log entry:log the message about an entry not being cached with TRACE level instead of WARN




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(1)1.1.4.3modifiedloubyanskyserver/src/main/org/jboss/ejb/plugins/cmp/jdbc2/schema/CacheInvalidator.javalog the message about an entry not being cached with TRACE level instead of WARN



[JBoss-dev] [JBoss Portal Development] - where is the main file???

2004-12-03 Thread jomarca1
I have downloaded nukes-2.0-DR...but I don't find the main file..
thanks in advance.

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

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


---
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss Portal Development] - Re: where is the main file???

2004-12-03 Thread [EMAIL PROTECTED]
What do you mean by main file ?
You just need to use the build script (if you got the sources) or just run 
jboss in the binary package.

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

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


---
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

2004-12-03 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-jdk-matrix?log=log20041203075147Lbuild.2
BUILD COMPLETE-build.2Date of build:12/03/2004 07:51:47Time to build:18 minutes 16 secondsLast changed:12/03/2004 04:24:16Last log entry:log the message about an entry not being cached with TRACE level instead of WARN




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(39)1.1.2.4modifiedloubyanskyserver/src/main/org/jboss/ejb/plugins/cmp/jdbc2/schema/CacheInvalidator.javalog the message about an entry not being cached with TRACE level instead of WARN1.2.2.7modifiedstarksmcommon/src/main/org/jboss/util/propertyeditor/PropertyEditors.javaAdd a utility method which takes the properties found in the given property map to the bean using the property editor registered for the property.1.27.2.16modifiedstarksmsecurity/src/main/org/jboss/security/plugins/JaasSecurityManager.javaMove the setting of the thread local subject copy read only mode into the copy priviledged action since the Subject.setReadOnly call requires a permission1.1.2.4modifiedstarksmsecurity/src/main/org/jboss/security/plugins/SubjectActions.javaMove the setting of the thread local subject copy read only mode into the copy priviledged action since the Subject.setReadOnly call requires a permission1.1.2.2modifiedstarksmtestsuite/src/main/org/jboss/test/jmx/test/JMXInvokerProxyUnitTestCase.javaTest programatic use of the JRMPProxyFactory to expose an IProxy interface from an xmbean.1.1.4.17modifiedstarksmmessaging/src/main/org/jboss/mq/il/uil2/SocketManager.javaAssociate a ThreadFactory with the msg delivery pool so that these threads have a meanigful name and association with the SocketManager instance.1.1.1.1.4.3modifiedtdieslertestsuite/src/main/org/jboss/test/jbossnet/state/StateUnitTestCase.javaRemove dependency on localhost for JBoss.NET tests1.1.1.1.4.6modifiedtdieslertestsuite/src/main/org/jboss/test/jbossnet/security/SecurityUnitTestCase.javaRemove dependency on localhost for JBoss.NET tests1.1.1.1.4.4modifiedtdieslertestsuite/src/main/org/jboss/test/jbossnet/external/ExternalUnitTestCase.javaRemove dependency on localhost for JBoss.NET tests1.1.4.2modifiedtdieslertestsuite/src/main/org/jboss/test/jbossnet/ejbsimple/EJBEndpointTestCase.javaRemove dependency on localhost for JBoss.NET tests1.1.4.2modifiedtdieslertestsuite/src/main/org/jboss/test/jbossnet/document/ObjectElementServer.javaRemove dependency on localhost for JBoss.NET tests1.1.1.1.4.3modifiedtdieslertestsuite/src/main/org/jboss/test/jbossnet/basic/AxisUnitTestCase.javaRemove dependency on localhost for JBoss.NET tests1.1.4.2modifiedtdieslertestsuite/src/main/org/jboss/test/jbossnet/JBossNetTestBase.javaRemove dependency on localhost for JBoss.NET tests1.12.4.11modifiedtdieslertestsuite/src/main/org/jboss/test/JBossTestCase.javaRemove dependency on localhost for JBoss.NET tests1.14.2.13modifiedtdieslertestsuite/src/main/org/jboss/test/JBossTestServices.javaRemove dependency on localhost for JBoss.NET tests1.8.6.6modifiedtdieslertestsuite/src/main/org/jboss/test/JBossTestSetup.javaRemove dependency on localhost for JBoss.NET tests1.1.2.8modifiedtdieslertestsuite/imports/code-generation.xmlRemove dependency on localhost for JBoss.NET tests1.41.2.42modifiedtdieslervaria/build.xmlRemove duplicate instance of xerces from thirdparty1.1.2.27modifiedtdieslertools/etc/buildmagic/libraries.entRemove duplicate instance of xerces from thirdparty1.1.2.8modifiedtdieslertools/etc/buildmagic/libraries.xmlRemove duplicate instance of xerces from thirdparty1.1.1.1.2.23modifiedtdieslertomcat/build.xmlRemove duplicate instance of xerces from thirdparty1.1.2.2deletedtdieslerthirdparty/apache/xalan/lib/xml-apis.jarRemove duplicate instance of xerces from thirdparty1.1.2.3deletedtdieslerthirdparty/apache/xalan/lib/xercesImpl.jarRemove duplicate instance of xerces from thirdparty1.165.2.173modifiedtdieslertestsuite/build.xmlRemove duplicate instance of xerces from thirdparty1.23.2.16modifiedtdieslersystem/build.xmlRemove duplicate instance of xerces from thirdparty1.104.2.43modifiedtdieslerserver/build.xmlRemove duplicate instance of xerces from thirdparty1.28.2.18modifiedtdieslersecurity/build.xmlRemove duplicate instance of xerces from thirdparty1.12.2.13modifiedtdieslerremoting/build.xmlRemove duplicate instance of xerces from thirdparty1.37.2.10modifiedtdieslermessaging/build.xmlRemove duplicate instance of xerces from thirdparty1.12.2.13modifiedtdieslermanagement/build.xmlRemove duplicate instance of xerces from thirdparty1.39.4.13modifiedtdieslerjmx/build.xmlRemove duplicate instance of xerces from thirdparty1.18.4.9modifiedtdieslerj2ee/build.xmlRemove duplicate instance of xerces from thirdparty1.16.2.14modifiedtdiesleriiop/build.xmlRemove duplicate instance of xerces from 

[JBoss-dev] [JBoss Portal Development] - Re: where is the main file???

2004-12-03 Thread jomarca1
I have done set up but I've got this errors.

[execmodules]   ^
[execmodules] C:\Xavi\jboss_portal\nukes-2.0-DR-src\nukes-2.0-DR-src\common\src\
main\org\jboss\nukes\common\util\XML.java:73: cannot resolve symbol
[execmodules] symbol  : variable Method
[execmodules] location: class org.jboss.nukes.common.util.XML
[execmodules]   SerializerFactory factory = SerializerFactory.getSerializerF
actory(Method.XML);
[execmodules]
   ^
[execmodules] C:\Xavi\jboss_portal\nukes-2.0-DR-src\nukes-2.0-DR-src\common\src\
main\org\jboss\nukes\common\util\XML.java:73: cannot resolve symbol
[execmodules] symbol  : variable SerializerFactory
[execmodules] location: class org.jboss.nukes.common.util.XML
[execmodules]   SerializerFactory factory = SerializerFactory.getSerializerF
actory(Method.XML);
[execmodules]   ^
[execmodules] C:\Xavi\jboss_portal\nukes-2.0-DR-src\nukes-2.0-DR-src\common\src\
main\org\jboss\nukes\common\util\XML.java:74: cannot resolve symbol
[execmodules] symbol  : class Serializer
[execmodules] location: class org.jboss.nukes.common.util.XML
[execmodules]   Serializer serializer = factory.makeSerializer(format);
[execmodules]   ^
[execmodules] C:\Xavi\jboss_portal\nukes-2.0-DR-src\nukes-2.0-DR-src\common\src\
main\org\jboss\nukes\common\util\XML.java:94: cannot resolve symbol
[execmodules] symbol  : class SerializerFactory
[execmodules] location: class org.jboss.nukes.common.util.XML
[execmodules]   SerializerFactory factory = SerializerFactory.getSerializerF
actory(Method.XML);
[execmodules]   ^
[execmodules] C:\Xavi\jboss_portal\nukes-2.0-DR-src\nukes-2.0-DR-src\common\src\
main\org\jboss\nukes\common\util\XML.java:94: cannot resolve symbol
[execmodules] symbol  : variable Method
[execmodules] location: class org.jboss.nukes.common.util.XML
[execmodules]   SerializerFactory factory = SerializerFactory.getSerializerF
actory(Method.XML);
[execmodules]
   ^
[execmodules] C:\Xavi\jboss_portal\nukes-2.0-DR-src\nukes-2.0-DR-src\common\src\
main\org\jboss\nukes\common\util\XML.java:94: cannot resolve symbol
[execmodules] symbol  : variable SerializerFactory
[execmodules] location: class org.jboss.nukes.common.util.XML
[execmodules]   SerializerFactory factory = SerializerFactory.getSerializerF
actory(Method.XML);
[execmodules]   ^
[execmodules] C:\Xavi\jboss_portal\nukes-2.0-DR-src\nukes-2.0-DR-src\common\src\
main\org\jboss\nukes\common\util\XML.java:95: cannot resolve symbol
[execmodules] symbol  : class Serializer
[execmodules] location: class org.jboss.nukes.common.util.XML
[execmodules]   Serializer serializer = factory.makeSerializer(format);
[execmodules]   ^
[execmodules] 21 errors

BUILD FAILED
file:C:/Xavi/jboss_portal/nukes-2.0-DR-src/nukes-2.0-DR-src/common/../tools/etc/
buildfragments/targets.ent:74: Compile failed; see the compiler error output for
 details.

Total time: 5 seconds
Presione una tecla para continuar . . .



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

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


---
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss Portal Development] - Build Fails....

2004-12-03 Thread jomarca1
I've got these errors...why?

Executing C:\Xavi\jboss_portal\nukes-2.0-DR-src\nukes-2.0-DR-src\build\..\to
bin\ant.bat  -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: common,portal,api,portlet,core

_buildmagic:modules:most:

 ==
 ==
 ==  Executing 'most' in module 'common'...
 ==
 ==

configure-defaults:
Overriding previous definition of reference to javac.classpath

_default:compile-classes:
   [depend] Deleted 0 out of date files in 0 seconds
[javac] Compiling 16 source files to C:\Xavi\jboss_portal\nukes-2.0-DR-s
ukes-2.0-DR-src\common\output\classes
[execmodules] C:\Xavi\jboss_portal\nukes-2.0-DR-src\nukes-2.0-DR-src\common\
main\org\jboss\nukes\common\concurrent\Valve.java:17: cannot resolve symbol
[execmodules] symbol  : class Valve
[execmodules] location: package util
[execmodules] public class Valve extends org.jboss.util.Valve
[execmodules]  ^
[execmodules] C:\Xavi\jboss_portal\nukes-2.0-DR-src\nukes-2.0-DR-src\common\
main\org\jboss\nukes\common\util\XML.java:21: package org.apache.xml.seriali
oes not exist
[execmodules] import org.apache.xml.serialize.Method;
[execmodules] ^
[execmodules] C:\Xavi\jboss_portal\nukes-2.0-DR-src\nukes-2.0-DR-src\common\
main\org\jboss\nukes\common\util\XML.java:22: package org.apache.xml.seriali
oes not exist
[execmodules] import org.apache.xml.serialize.OutputFormat;
[execmodules] ^
[execmodules] C:\Xavi\jboss_portal\nukes-2.0-DR-src\nukes-2.0-DR-src\common\
main\org\jboss\nukes\common\util\XML.java:23: package org.apache.xml.seriali
oes not exist
[execmodules] import org.apache.xml.serialize.Serializer;
[execmodules] ^
[execmodules] C:\Xavi\jboss_portal\nukes-2.0-DR-src\nukes-2.0-DR-src\common\
main\org\jboss\nukes\common\util\XML.java:24: package org.apache.xml.seriali
oes not exist
[execmodules] import org.apache.xml.serialize.SerializerFactory;
[execmodules] ^
[execmodules] C:\Xavi\jboss_portal\nukes-2.0-DR-src\nukes-2.0-DR-src\common\
main\org\jboss\nukes\common\util\XML.java:46: cannot resolve symbol
[execmodules] symbol  : class OutputFormat
[execmodules] location: class org.jboss.nukes.common.util.XML
[execmodules]private static final OutputFormat DEFAULT_FORMAT = new Outp
rmat();
[execmodules] ^
[execmodules] C:\Xavi\jboss_portal\nukes-2.0-DR-src\nukes-2.0-DR-src\common\
main\org\jboss\nukes\common\util\XML.java:71: cannot resolve symbol
[execmodules] symbol  : class OutputFormat
[execmodules] location: class org.jboss.nukes.common.util.XML
[execmodules]public static String toString(Element element, OutputFormat
mat) throws IOException
[execmodules]   ^
[execmodules] C:\Xavi\jboss_portal\nukes-2.0-DR-src\nukes-2.0-DR-src\common\
main\org\jboss\nukes\common\util\XML.java:92: cannot resolve symbol
[execmodules] symbol  : class OutputFormat
[execmodules] location: class org.jboss.nukes.common.util.XML
[execmodules]public static String toString(Document document, OutputForm
ormat) throws IOException
[execmodules] ^
[execmodules] C:\Xavi\jboss_portal\nukes-2.0-DR-src\nukes-2.0-DR-src\common\
main\org\jboss\nukes\common\concurrent\Valve.java:22: cannot resolve symbol
[execmodules] symbol  : variable CLOSED
[execmodules] location: class org.jboss.nukes.common.concurrent.Valve
[execmodules]   super(CLOSED);
[execmodules] ^
[execmodules] C:\Xavi\jboss_portal\nukes-2.0-DR-src\nukes-2.0-DR-src\common\
main\org\jboss\nukes\common\concurrent\Valve.java:27: cannot resolve symbol
[execmodules] symbol  : variable stateLock
[execmodules] location: class org.jboss.nukes.common.concurrent.Valve
[execmodules]   synchronized(stateLock)
[execmodules]^
[execmodules] C:\Xavi\jboss_portal\nukes-2.0-DR-src\nukes-2.0-DR-src\common\
main\org\jboss\nukes\common\concurrent\Valve.java:29: cannot resolve symbol
[execmodules] symbol  : variable state
[execmodules] location: class org.jboss.nukes.common.concurrent.Valve
[execmodules]  state = OPEN;
[execmodules]  ^
[execmodules] C:\Xavi\jboss_portal\nukes-2.0-DR-src\nukes-2.0-DR-src\common\
main\org\jboss\nukes\common\concurrent\Valve.java:29: cannot resolve symbol
[execmodules] symbol  : variable OPEN
[execmodules] location: class org.jboss.nukes.common.concurrent.Valve
[execmodules]  state = OPEN;
[execmodules]  ^
[execmodules] C:\Xavi\jboss_portal\nukes-2.0-DR-src\nukes-2.0-DR-src\common\
main\org\jboss\nukes\common\util\XML.java:46: cannot resolve symbol
[execmodules] symbol  : class OutputFormat
[execmodules] location: class 

[JBoss-dev] jboss-head build.530 Build Successful

2004-12-03 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041203085220Lbuild.530
BUILD COMPLETE-build.530Date of build:12/03/2004 08:52:20Time to build:21 minutes 6 secondsLast changed:12/03/2004 08:26:12Last log entry:Push xsdSchema generated by jbossws to the JAXB layer.ComplexTypeMarshallerGenTestCase needs work




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(13)1.1addedtdieslerwebservice/test/java/org/jboss/test/ws/jaxb/ComplexTypeMarshallerGenTestCase.javaPush xsdSchema generated by jbossws to the JAXB layer.ComplexTypeMarshallerGenTestCase needs work1.8modifiedtdieslerwebservice/test/java/org/jboss/test/ws/jaxb/ComplexTypeMarshallerTestCase.javaPush xsdSchema generated by jbossws to the JAXB layer.ComplexTypeMarshallerGenTestCase needs work1.8modifiedtdieslerwebservice/test/java/org/jboss/test/ws/marshall/rpclit/MarshallRpcLitDIITestCase.javaPush xsdSchema generated by jbossws to the JAXB layer.ComplexTypeMarshallerGenTestCase needs work1.11modifiedtdieslerwebservice/src/main/org/jboss/ws/tools/JavaToWSDL.javaPush xsdSchema generated by jbossws to the JAXB layer.ComplexTypeMarshallerGenTestCase needs work1.11modifiedtdieslerwebservice/src/main/org/jboss/ws/tools/JavaToWSDL11.javaPush xsdSchema generated by jbossws to the JAXB layer.ComplexTypeMarshallerGenTestCase needs work1.12modifiedtdieslerwebservice/src/main/org/jboss/ws/tools/JavaToWSDL20.javaPush xsdSchema generated by jbossws to the JAXB layer.ComplexTypeMarshallerGenTestCase needs work1.6modifiedtdieslerwebservice/src/main/org/jboss/ws/tools/jbossws.javaPush xsdSchema generated by jbossws to the JAXB layer.ComplexTypeMarshallerGenTestCase needs work1.9modifiedtdieslerwebservice/src/main/org/jboss/ws/wsdl/WSDLDefinitions.javaPush xsdSchema generated by jbossws to the JAXB layer.ComplexTypeMarshallerGenTestCase needs work1.9modifiedtdieslerwebservice/src/main/org/jboss/ws/jaxrpc/TypeMapping.javaPush xsdSchema generated by jbossws to the JAXB layer.ComplexTypeMarshallerGenTestCase needs work1.6modifiedtdieslerwebservice/src/main/org/jboss/ws/tools/Configuration.javaPush xsdSchema generated by jbossws to the JAXB layer.ComplexTypeMarshallerGenTestCase needs work1.8modifiedtdieslerwebservice/src/main/org/jboss/ws/binding/soap/SOAPBindingProvider.javaPush xsdSchema generated by jbossws to the JAXB layer.ComplexTypeMarshallerGenTestCase needs work1.8modifiedtdieslerwebservice/src/main/org/jboss/ws/jaxb/MarshallerImpl.javaPush xsdSchema generated by jbossws to the JAXB layer.ComplexTypeMarshallerGenTestCase needs work1.13modifiedbelabancache/src/main/org/jboss/cache/lock/LockStrategyFactory.javacommented clutter



[JBoss-dev] [ jboss-Bugs-1078390 ] Farm deployment fails to propagate to other servers

2004-12-03 Thread SourceForge.net
Bugs item #1078390, was opened at 2004-12-03 10:29
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1078390group_id=22866

Category: Clustering
Group: v4.0
Status: Open
Resolution: None
Priority: 5
Submitted By: Don Smith (proudchief)
Assigned to: Nobody/Anonymous (nobody)
Summary: Farm deployment fails to propagate to other servers

Initial Comment:
Two-node cluster, identical environments. Deployment of 
simple WAR to farm directory of one fails to deploy to 
the second node, until that node is restarted. No 
console output on second node when deployment occurs 
on first node. The scan period in the farm-service.xml 
file is set to 5000 on both servers.

Operating system: Linux (Novell Linux Desktop 9)
JDK: Sun 1.4.2_06

Output from both server consoles is attached. The 
scenario:

- Each node is started, first one until it's completely up, 
then the second. The second node joins the cluster. 
- A simple WAR file containing one simple servlet is 
copied inot the farm directory of the first server, and 
the deployment message shows in the console output
- No output for the deployment is seen on the second 
server console, no deployment is done.
- To get the WAR deployed on the second server 
requires a restart.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1078390group_id=22866


---
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-1078390 ] Farm deployment fails to propagate to other servers

2004-12-03 Thread SourceForge.net
Bugs item #1078390, was opened at 2004-12-03 10:29
Message generated for change (Settings changed) made by proudchief
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1078390group_id=22866

Category: Clustering
Group: v4.0
Status: Open
Resolution: None
Priority: 8
Submitted By: Don Smith (proudchief)
Assigned to: Nobody/Anonymous (nobody)
Summary: Farm deployment fails to propagate to other servers

Initial Comment:
Two-node cluster, identical environments. Deployment of 
simple WAR to farm directory of one fails to deploy to 
the second node, until that node is restarted. No 
console output on second node when deployment occurs 
on first node. The scan period in the farm-service.xml 
file is set to 5000 on both servers.

Operating system: Linux (Novell Linux Desktop 9)
JDK: Sun 1.4.2_06

Output from both server consoles is attached. The 
scenario:

- Each node is started, first one until it's completely up, 
then the second. The second node joins the cluster. 
- A simple WAR file containing one simple servlet is 
copied inot the farm directory of the first server, and 
the deployment message shows in the console output
- No output for the deployment is seen on the second 
server console, no deployment is done.
- To get the WAR deployed on the second server 
requires a restart.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1078390group_id=22866


---
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss IDE (dev)] - Re: key bindings

2004-12-03 Thread Costin
To reply to my own topic JBoss IDE 1.4.0 comes with key bindings (predefined) 
for packaging and running xdoclet besides having a nice JSP editor and XML 
editor.

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

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


---
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss Profiler] - JBoss Profile on Mac OS X

2004-12-03 Thread breitling
I have successfully used the profiler under Mac OS X.  I build the shared 
library, etc. and tested one of my web apps.  

How do I get the compile.sh script back into CVS?  I'm not signed up as a 
developer or anything.  

Bob

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

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


---
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPTL-27) XWiki integration

2004-12-03 Thread Shaun Connolly (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPTL-27?page=history ]

Shaun Connolly updated JBPTL-27:


   type: Feature Request  (was: Task)
Environment: 

 XWiki integration
 -

  Key: JBPTL-27
  URL: http://jira.jboss.com/jira/browse/JBPTL-27
  Project: JBoss Portal
 Type: Feature Request
 Reporter: Julien Viet
 Assignee: Julien Viet
  Fix For: 2.0 Alpha



 Look at the integration points (security, indexing, storage, etc...) then do 
 it

-- 
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Resolved: (JBPORTAL-77) PortletMode support

2004-12-03 Thread Julien Viet (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-77?page=history ]
 
Julien Viet resolved JBPORTAL-77:
-

Resolution: Done

Done

 PortletMode support
 ---

  Key: JBPORTAL-77
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-77
  Project: JBoss Portal
 Type: Feature Request
   Components: Portal Core
 Reporter: Julien Viet
 Assignee: Julien Viet
  Fix For: 2.0 Alpha



 Provide a support for portlet modes coming from portlet.xml.
 The implementation is not feature complete.

-- 
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBPORTAL-77) PortletMode support

2004-12-03 Thread Julien Viet (JIRA)
PortletMode support
---

 Key: JBPORTAL-77
 URL: http://jira.jboss.com/jira/browse/JBPORTAL-77
 Project: JBoss Portal
Type: Feature Request
  Components: Portal Core  
Reporter: Julien Viet
 Assigned to: Julien Viet 
 Fix For: 2.0 Alpha


Provide a support for portlet modes coming from portlet.xml.
The implementation is not feature complete.

-- 
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBPORTAL-78) Forum portlet

2004-12-03 Thread Ivelin Ivanov (JIRA)
Forum portlet
-

 Key: JBPORTAL-78
 URL: http://jira.jboss.com/jira/browse/JBPORTAL-78
 Project: JBoss Portal
Type: Feature Request
Versions: 2.0 Alpha
Reporter: Ivelin Ivanov
 Assigned to: Thomas Heute 
Priority: Critical
 Fix For: 2.0 Alpha


port of nukes 1.x forums module

-- 
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss Profiler] - Re: JBoss Profile on Mac OS X

2004-12-03 Thread clebertsuconic
This is great you compiled it on Mac-OS.

If you could paste the script here on this thread (if you provide your name I 
would also set your contribution into CVS log) I will commit it.

If you think it's better, you could also post it into JBoss-Wiki, and send the 
link on this forum. In JBoss wiki also there is a way to upload binaries and 
files. (You could also use that feature).


Thanks for your contribution,


Clebert Suconic

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

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


---
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss IDE (dev)] - Embedding JBoss-IDE into a rcp

2004-12-03 Thread ps3com
Hi,

I have jboss-ide (latest v3.0 branch from sourceforge) and I'm trying to use 
the plugin as a part of my RCP application.  I only need the launching facility 
- but also liked the views showing the logs etc. One of the RCPs applications 
functions is to to look after the start/stopping of a Jboss install.  I have 
all this setup and working fantastically.

I am using the following jboss-ide packages only...

org.jboss.ide.eclipse.core
org.jboss.ide.eclipse.launcher.core
org.jboss.ide.eclipse.launcher.ui
org.jboss.ide.eclipse.ui

...each as a plugin in eclipse.

The problem is that because the plugin org.jboss.ide.eclipse.launcher.ui
is referencing org.eclipse.jdt.debug.ui - then my RCP application is picking 
up extra menu items that I dont want - such as open external file and a 
search menu.  Basically the org.eclipse.jdt.debug.ui module is contributing 
menu items that I dont want.

So my question is - how do I get rid of these menus contributed by 
org.eclipse.jdt.debug.ui Is there a way to override them and take them out of 
my RCP.

Thanks

Paul
  

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

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


---
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

2004-12-03 Thread clebertsuconic
Thanks...

I commited the change.

Clebert

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

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


---
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPM-25) bpel activities xml parsing

2004-12-03 Thread Juan Cantu (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPM-25?page=history ]

Juan Cantu updated JBPM-25:
---

 Original Estimate: 288000  (was: 10800)
Remaining Estimate: 288000  (was: 10800)

 bpel activities xml parsing
 ---

  Key: JBPM-25
  URL: http://jira.jboss.com/jira/browse/JBPM-25
  Project: JBoss jBPM
 Type: Sub-task
   Components: BPEL
 Versions: 3.0 DR 1
 Reporter: Juan Cantu
 Assignee: Tom Baeyens


 Original Estimate: 2 weeks
 Remaining: 2 weeks

 Perform xml - to graph translation by representing bpel activities as jbpm 
 nodes. BPEL 1.1 defines the following activities:
 Basic Activities:
 -receive, reply, invoke, assign, wait, scope, throw, terminate, compensate, 
 empty
 Structured Activities:
 -sequence, switch, while, pick, flow

-- 
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPM-25) bpel activities xml parsing

2004-12-03 Thread Juan Cantu (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPM-25?page=history ]

Juan Cantu updated JBPM-25:
---

Assign To: Juan Cantu  (was: Tom Baeyens)

 bpel activities xml parsing
 ---

  Key: JBPM-25
  URL: http://jira.jboss.com/jira/browse/JBPM-25
  Project: JBoss jBPM
 Type: Sub-task
   Components: BPEL
 Versions: 3.0 DR 1
 Reporter: Juan Cantu
 Assignee: Juan Cantu


 Original Estimate: 2 weeks
Time Spent: 2 weeks
 Remaining: 4 hours

 Perform xml - to graph translation by representing bpel activities as jbpm 
 nodes. BPEL 1.1 defines the following activities:
 Basic Activities:
 -receive, reply, invoke, assign, wait, scope, throw, terminate, compensate, 
 empty
 Structured Activities:
 -sequence, switch, while, pick, flow

-- 
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWS] - Document-literal encoding with JBoss 4.0.1

2004-12-03 Thread Joselu
Hi,

I have deployed a web service using rpc-literal as encoding to generate wsdl 
 jaxrpc-mapping files with wscompile tool.
However, I cannot deployed using document-literal encoding (many class 
synchonization errors). This one is needed to run Microsoft InfoPath as a 
Client. 

Is there any constraint about the using of document-literal encoding with JBoss 
4.0.1?

Thanks in advance.

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

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


---
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBPM-26) bpel archives parsing

2004-12-03 Thread Juan Cantu (JIRA)
bpel archives parsing
-

 Key: JBPM-26
 URL: http://jira.jboss.com/jira/browse/JBPM-26
 Project: JBoss jBPM
Type: Sub-task
Reporter: Juan Cantu
 Assigned to: Juan Cantu 




-- 
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBPM-25) bpel activities xml parsing

2004-12-03 Thread Juan Cantu (JIRA)
bpel activities xml parsing
---

 Key: JBPM-25
 URL: http://jira.jboss.com/jira/browse/JBPM-25
 Project: JBoss jBPM
Type: Sub-task
  Components: BPEL  
Versions: 3.0 DR 1
Reporter: Juan Cantu
 Assigned to: Tom Baeyens 


Perform xml - to graph translation by representing bpel activities as jbpm 
nodes. BPEL 1.1 defines the following activities:

Basic Activities:
-receive, reply, invoke, assign, wait, scope, throw, terminate, compensate, 
empty

Structured Activities:
-sequence, switch, while, pick, flow

-- 
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss Profiler] - Re: JBoss Profile on Mac OS X

2004-12-03 Thread breitling
I attached the file to the JBoss Profiler wiki page as compile.sh.  

To use the script, I created a native/macosx directory and placed the script 
there and ran it.  It builds libjbossInspector.jnilib.

To use it on Mac OS X, I places it in 
  /System/Library/Frameworks/JavaVM.framework/Libraries

Then start up JBoss after fixing up the run.sh scipt to use the profiler (per 
the readme.txt file).

Also something to note I have been using JBoss 3.2.2 with Jetty as my servlet 
container (not Tomcat) without any real problems.  

Bob Breitling
RRD PreMedia Technologies

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

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


---
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBPM-27) structured blocks execution tests

2004-12-03 Thread Juan Cantu (JIRA)
structured blocks execution tests
-

 Key: JBPM-27
 URL: http://jira.jboss.com/jira/browse/JBPM-27
 Project: JBoss jBPM
Type: Sub-task
Reporter: Juan Cantu
 Assigned to: Juan Cantu 




-- 
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPM-26) bpel archives parsing

2004-12-03 Thread Juan Cantu (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPM-26?page=history ]

Juan Cantu updated JBPM-26:
---

   Description: Read a bpel process definition with its corresponding 
wsdl definition imports. These definitions include partner link types and 
messages types, properties and aliases.
   Environment: 
 Original Estimate: 86400
Remaining Estimate: 86400

 bpel archives parsing
 -

  Key: JBPM-26
  URL: http://jira.jboss.com/jira/browse/JBPM-26
  Project: JBoss jBPM
 Type: Sub-task
 Reporter: Juan Cantu
 Assignee: Juan Cantu


 Original Estimate: 3 days
 Remaining: 3 days

 Read a bpel process definition with its corresponding wsdl definition 
 imports. These definitions include partner link types and messages types, 
 properties and aliases.

-- 
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPM-27) structured blocks execution

2004-12-03 Thread Juan Cantu (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPM-27?page=history ]

Juan Cantu updated JBPM-27:
---

   Summary: structured blocks execution  (was: structured blocks 
execution tests)
   Description: Add to bpel structured activities the logic needed to 
perform their expected routing behavior.
   Environment: 
 Original Estimate: 144000
Remaining Estimate: 144000
   Version: 3.0 DR 1
 Component: BPEL
   Fix Version: 3.0 DR 1

 structured blocks execution
 ---

  Key: JBPM-27
  URL: http://jira.jboss.com/jira/browse/JBPM-27
  Project: JBoss jBPM
 Type: Sub-task
   Components: BPEL
 Versions: 3.0 DR 1
 Reporter: Juan Cantu
 Assignee: Juan Cantu
  Fix For: 3.0 DR 1


 Original Estimate: 1 week
 Remaining: 1 week

 Add to bpel structured activities the logic needed to perform their expected 
 routing behavior.

-- 
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPM-26) bpel archives parsing

2004-12-03 Thread Juan Cantu (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPM-26?page=history ]

Juan Cantu updated JBPM-26:
---

Version: 3.0 DR 1
  Component: BPEL
Fix Version: 3.0 DR 1

 bpel archives parsing
 -

  Key: JBPM-26
  URL: http://jira.jboss.com/jira/browse/JBPM-26
  Project: JBoss jBPM
 Type: Sub-task
   Components: BPEL
 Versions: 3.0 DR 1
 Reporter: Juan Cantu
 Assignee: Juan Cantu
  Fix For: 3.0 DR 1


 Original Estimate: 3 days
 Remaining: 3 days

 Read a bpel process definition with its corresponding wsdl definition 
 imports. These definitions include partner link types and messages types, 
 properties and aliases.

-- 
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBPM-28) Link Semantics (12.5.1)

2004-12-03 Thread Juan Cantu (JIRA)
Link Semantics (12.5.1)
---

 Key: JBPM-28
 URL: http://jira.jboss.com/jira/browse/JBPM-28
 Project: JBoss jBPM
Type: Sub-task
Reporter: Juan Cantu
 Assigned to: Juan Cantu 




-- 
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBPORTAL-79) Create DDL file to update tables from Nukes

2004-12-03 Thread Thomas Heute (JIRA)
Create DDL file to update tables from Nukes
---

 Key: JBPORTAL-79
 URL: http://jira.jboss.com/jira/browse/JBPORTAL-79
 Project: JBoss Portal
Type: Task
  Components: Portal Core  
Versions: 2.0 Alpha
Reporter: Thomas Heute
 Assigned to: Thomas Heute 
 Fix For: 2.0 Alpha




-- 
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBPM-28) Link Semantics (12.5.1) and Death Path elimination (12.5.2)

2004-12-03 Thread Juan Cantu (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPM-28?page=history ]

Juan Cantu updated JBPM-28:
---

   Summary: Link Semantics (12.5.1) and Death Path elimination 
(12.5.2)  (was: Link Semantics (12.5.1))
   Description: Implement the routing constraints enforced by source 
and target links of bpel activities. This mechanism is defined in chapter 
12.5.1 and 12.5.2 of the bpel spec.
   Environment: 
 Original Estimate: 201600
Remaining Estimate: 201600
   Version: 3.0 DR 1
 Component: BPEL
   Fix Version: 3.0 DR 1

 Link Semantics (12.5.1) and Death Path elimination (12.5.2)
 ---

  Key: JBPM-28
  URL: http://jira.jboss.com/jira/browse/JBPM-28
  Project: JBoss jBPM
 Type: Sub-task
   Components: BPEL
 Versions: 3.0 DR 1
 Reporter: Juan Cantu
 Assignee: Juan Cantu
  Fix For: 3.0 DR 1


 Original Estimate: 1 week, 2 days
 Remaining: 1 week, 2 days

 Implement the routing constraints enforced by source and target links of bpel 
 activities. This mechanism is defined in chapter 12.5.1 and 12.5.2 of the 
 bpel spec.

-- 
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBPORTAL-80) Update user table from Nukes

2004-12-03 Thread Thomas Heute (JIRA)
Update user table from Nukes


 Key: JBPORTAL-80
 URL: http://jira.jboss.com/jira/browse/JBPORTAL-80
 Project: JBoss Portal
Type: Sub-task
  Components: Portal Core  
Versions: 2.0 Alpha
Reporter: Thomas Heute
 Assigned to: Thomas Heute 
 Fix For: 2.0 Alpha


User table has to be modified


-- 
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBPORTAL-82) Update user-group assignement table from Nukes

2004-12-03 Thread Thomas Heute (JIRA)
Update user-group assignement table from Nukes
--

 Key: JBPORTAL-82
 URL: http://jira.jboss.com/jira/browse/JBPORTAL-82
 Project: JBoss Portal
Type: Sub-task
Reporter: Thomas Heute
 Assigned to: Thomas Heute 




-- 
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBPORTAL-81) Update group table from Nukes

2004-12-03 Thread Thomas Heute (JIRA)
Update group table from Nukes
-

 Key: JBPORTAL-81
 URL: http://jira.jboss.com/jira/browse/JBPORTAL-81
 Project: JBoss Portal
Type: Sub-task
Reporter: Thomas Heute
 Assigned to: Thomas Heute 




-- 
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBPORTAL-84) Update forum tables

2004-12-03 Thread Thomas Heute (JIRA)
Update forum tables
---

 Key: JBPORTAL-84
 URL: http://jira.jboss.com/jira/browse/JBPORTAL-84
 Project: JBoss Portal
Type: Sub-task
Reporter: Thomas Heute
 Assigned to: Thomas Heute 




-- 
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBPORTAL-83) Populate jbp_user_prop table from user table data

2004-12-03 Thread Thomas Heute (JIRA)
Populate jbp_user_prop table from user table data
-

 Key: JBPORTAL-83
 URL: http://jira.jboss.com/jira/browse/JBPORTAL-83
 Project: JBoss Portal
Type: Sub-task
Reporter: Thomas Heute
 Assigned to: Thomas Heute 




-- 
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBPORTAL-85) Update user/group tables

2004-12-03 Thread Thomas Heute (JIRA)
Update user/group tables


 Key: JBPORTAL-85
 URL: http://jira.jboss.com/jira/browse/JBPORTAL-85
 Project: JBoss Portal
Type: Sub-task
Reporter: Thomas Heute
 Assigned to: Thomas Heute 




-- 
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Deleted: (JBPORTAL-85) Update user/group tables

2004-12-03 Thread Thomas Heute (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-85?page=history ]
 
Thomas Heute deleted JBPORTAL-85:
-


 Update user/group tables
 

  Key: JBPORTAL-85
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-85
  Project: JBoss Portal
 Type: Sub-task
 Reporter: Thomas Heute
 Assignee: Thomas Heute





-- 
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Resolved: (JBPORTAL-81) Update group table from Nukes

2004-12-03 Thread Thomas Heute (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-81?page=history ]
 
Thomas Heute resolved JBPORTAL-81:
--

Resolution: Done

 Update group table from Nukes
 -

  Key: JBPORTAL-81
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-81
  Project: JBoss Portal
 Type: Sub-task
 Reporter: Thomas Heute
 Assignee: Thomas Heute





-- 
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Resolved: (JBPORTAL-80) Update user table from Nukes

2004-12-03 Thread Thomas Heute (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-80?page=history ]
 
Thomas Heute resolved JBPORTAL-80:
--

Resolution: Done

 Update user table from Nukes
 

  Key: JBPORTAL-80
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-80
  Project: JBoss Portal
 Type: Sub-task
   Components: Portal Core
 Versions: 2.0 Alpha
 Reporter: Thomas Heute
 Assignee: Thomas Heute
  Fix For: 2.0 Alpha



 User table has to be modified

-- 
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Resolved: (JBPORTAL-82) Update user-group assignement table from Nukes

2004-12-03 Thread Thomas Heute (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-82?page=history ]
 
Thomas Heute resolved JBPORTAL-82:
--

Resolution: Done

 Update user-group assignement table from Nukes
 --

  Key: JBPORTAL-82
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-82
  Project: JBoss Portal
 Type: Sub-task
 Reporter: Thomas Heute
 Assignee: Thomas Heute





-- 
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBPORTAL-86) Update HTML module tables

2004-12-03 Thread Thomas Heute (JIRA)
Update HTML module tables
-

 Key: JBPORTAL-86
 URL: http://jira.jboss.com/jira/browse/JBPORTAL-86
 Project: JBoss Portal
Type: Sub-task
Reporter: Thomas Heute
 Assigned to: Roy Russo 




-- 
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss Portal Development] - Re: Build Fails....

2004-12-03 Thread jimmyed2001
I don't know if I missed an easy way to do all this but these were the steps I 
used to get the code to build on Windows XP...

get the following projects from CVS

1.
build
common (_jboss_common)
jmx (_jboss_jmx)
j2ee (_jboss_j2ee)
system (_jboss_system)
naming (_jboss_naming)
transaction (_jboss_transaction)
aop (_jboss_aop)
server (_jboss_server)
jaxrpc (_jboss_jaxrpc)
remoting (_jboss_remoting)
cache (_jboss_cache)
hibernate (_jboss_hibernate)
nukes-2
nukes-2-thirdparty
thirdparty 
tools

2.
under your nukes-2 directory make sure you 
thirdparty\dom4j-dom4j\lib\dom4j.jar
thirdparty\jakarta-cactus\lib\cactus.jar etc
thirdparty\jboss-hibernate\lib\hibernate2jar etc
thirdparty\jboss-javassist\lib\javassist.jar
thirdparty\jflex-jflex\lib\jflex.jar
thirdparty\jregex-jregex\lib\jregex.jar
thirdparty\junit-junit\lib\junit.jar
thirdparty\sun-servlet\lib\servlet-api.jar etc
thirdparty\xdoclet-xdoclet\lib\xdoclet.jar etc
If you do not (my nukes-2-thirdparty stuff did not end up in this structure) 
make directories and copy files from nukes-2-thirdparty

3.
Make sure you have an environment variable called SUN_JAVACC_LIB that points to 
a directory containing JavaCC.zip (https://javacc.dev.java.net/)

4.
In the 'build' directory create a new directory called 'etc'. Copy version.mf 
from 'build/jbossmq/etc/ to 'build/etc'. (I could not find any project that had 
a 'build/etc/version.mf' in it and doing this seemed to cure my build problem)

5.
Run each of the project build scripts in the order I listed the projects above 
starting in 'common' and ending in 'nukes-2'

I ended up with the SARs and WARs that it talks about on this page 
http://www.jboss.org/wiki/Wiki.jsp?page=JBossPortal.

However:
I have jboss-3.2.6RC2-nukes-2.0-DR setup and running ok, but when I try 
deploying my new nukes-core.sar to server/default/deploy I get all kinds of 
errors. I think they are JAR related but I'm not sure.

I'll post another reply if I get it to deploy

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

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


---
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [ jboss-Bugs-1078485 ] Farm hot deploy of exploded archive fails

2004-12-03 Thread SourceForge.net
Bugs item #1078485, was opened at 2004-12-03 12:51
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1078485group_id=22866

Category: Clustering
Group: v4.0
Status: Open
Resolution: None
Priority: 5
Submitted By: Don Smith (proudchief)
Assigned to: Nobody/Anonymous (nobody)
Summary: Farm hot deploy of exploded archive fails

Initial Comment:
Copying an exploded WAR to the farm directory causes 
FileNotFoundException if server is up. When server 
restarted, deployment succeeds.

OS: Novell Linux Desktop 9
JDK: Sun 1.4.2_06

Server output attached.

==
===

  JBoss Bootstrap Environment

  JBOSS_HOME: /opt/jboss-4.0.0

  JAVA: /opt/java/j2sdk1.4.2_06/bin/java

  JAVA_OPTS: -server -Xms128m -Xmx128m -
Dprogram.name=run.sh

  CLASSPATH: /opt/jboss-
4.0.0/bin/run.jar:/opt/java/j2sdk1.4.2_06/lib/tools.jar

==
===

12:44:44,516 INFO  [Server] Starting JBoss (MX 
MicroKernel)...
12:44:44,520 INFO  [Server] Release ID: JBoss [Zion] 
4.0.0 (build: CVSTag=JBoss_4_0_0 date=200409200418)
12:44:44,522 INFO  [Server] Home Dir: /opt/jboss-4.0.0
12:44:44,523 INFO  [Server] Home URL: file:/opt/jboss-
4.0.0/
12:44:44,524 INFO  [Server] Library URL: file:/opt/jboss-
4.0.0/lib/
12:44:44,528 INFO  [Server] Patch URL: null
12:44:44,529 INFO  [Server] Server Name: all
12:44:44,530 INFO  [Server] Server Home 
Dir: /opt/jboss-4.0.0/server/all
12:44:44,531 INFO  [Server] Server Home URL: 
file:/opt/jboss-4.0.0/server/all/
12:44:44,532 INFO  [Server] Server Data Dir: /opt/jboss-
4.0.0/server/all/data
12:44:44,533 INFO  [Server] Server Temp 
Dir: /opt/jboss-4.0.0/server/all/tmp
12:44:44,535 INFO  [Server] Server Config URL: 
file:/opt/jboss-4.0.0/server/all/conf/
12:44:44,536 INFO  [Server] Server Library URL: 
file:/opt/jboss-4.0.0/server/all/lib/
12:44:44,537 INFO  [Server] Root Deployment Filename: 
jboss-service.xml
12:44:44,548 INFO  [Server] Starting General Purpose 
Architecture (GPA)...
12:44:46,859 INFO  [ServerInfo] Java version: 
1.4.2_06,Sun Microsystems Inc.
12:44:46,860 INFO  [ServerInfo] Java VM: Java HotSpot
(TM) Server VM 1.4.2_06-b03,Sun Microsystems Inc.
12:44:46,861 INFO  [ServerInfo] OS-System: Linux 
2.6.5-7.109.5-default,i386

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376685aid=1078485group_id=22866


---
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss IDE (dev)] - Support for having *.sar files in eclipse .classpath

2004-12-03 Thread lucas.persson
Hi!

We develops MBeans which we build *.sar files for. This is JBoss own archive 
type for MBeans.
We also have other components which has the *.sar in the classpath. This worsk 
for javac but when we try to put the *.sar file in eclipse .classpath then 
eclipse complains.

Does anyone know a workaround for this other than rename the *.sar file to 
*.jar?

/Lucas

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

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


---
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss Remoting, Unified Invokers] - Re: MulticastDector error during Detection of

2004-12-03 Thread Tyler Black
Thank you for responding, Tom.  I apologize that I should have posted this in a 
JBoss Users forum, but I wasn't sure which would be appropriate.

I've removed the remoting-service.xml file from the all/deploy directory and 
our problem was solved.

Cheers,

Tyler

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

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


---
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss IDE (dev)] - JSP code assistant?

2004-12-03 Thread mikek753
Hello all,

How I can get JSP code assistant working as it works in Java files?
Do I need and what to install else in addition to JBoss-IDE plugin?

thanks

Michael.

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

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


---
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss Portal Development] - Re: Warning: classic VM not supported Error and jboss-3.2.6R

2004-12-03 Thread jimmyed2001
try this...



there is a line in run.bat that reads:
set JAVA_OPTS=-Xdebug -Xnoagent -Djava.compiler=NONE 
-Xrunjdwp:transport=dt_shmem,address=jboss,server=y,suspend=n %JAVA_OPTS%..

comment it out, e.g  
rem set JAVA_OPTS=-Xdebug -Xnoagent -Djava.compiler=NONE 
-Xrunjdwp:transport=dt_shmem,address=jboss,server=y,suspend=n %JAVA_OPTS%..

and add this line after it:
set JAVA_OPTS=-Xms128m -Xmx512m


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

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


---
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss Portal Development] - Re: ukes-2.0-DR Build Failed

2004-12-03 Thread jimmyed2001
If kazuo's post does not fix it make sure you have the xdoclet jar files in 
thirdparty\xdoclet-xdoclet\lib\xdoclet*.jar instead of 
thirdparty\xdoclet\xdoclet\lib\xdoclet*.jar

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

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


---
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-3.2 build.207 Build Successful

2004-12-03 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2?log=log20041203143642Lbuild.207
BUILD COMPLETE-build.207Date of build:12/03/2004 14:36:42Time to build:15 minutes 33 secondsLast changed:12/03/2004 13:32:14Last log entry:[2321]In stressed environments, conccurrent access to the findAll result would generate Exception




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(1)1.7.2.8modifiedslabourecluster/src/main/org/jboss/ejb/plugins/CMPClusteredInMemoryPersistenceManager.java[2321]In stressed environments, conccurrent access to the findAll result would generate Exception



[JBoss-dev] [JBoss Portal Development] - Re: Build Fails....

2004-12-03 Thread [EMAIL PROTECTED]
Getting the package nukes-2.0 will bring you all you need (no need to get all 
the stuff in your -1-)

For the CVS version, the Wiki page is pretty much up to date (you need the 
mysql library and nukes-ds.xml i will attach my file to the wiki right now) 
http://www.jboss.org/wiki/Wiki.jsp?page=JBossPortal

For the cvs version it has to be deployed in standard configuration of JBoss 
not default.

I don't understand why you guys are having troubles with the DR :(



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

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


---
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Resolved: (JBPTL-45) Submit the tool

2004-12-03 Thread Thomas Heute (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPTL-45?page=history ]
 
Thomas Heute resolved JBPTL-45:
---

Resolution: Done

 Submit the tool
 ---

  Key: JBPTL-45
  URL: http://jira.jboss.com/jira/browse/JBPTL-45
  Project: JBoss Portal
 Type: Sub-task
 Versions: 2.0 Alpha
 Reporter: Thomas Heute
 Assignee: Thomas Heute
 Priority: Minor
  Fix For: 2.0 Alpha



 Figure where to put that tool in the CVS. Should it be with Nukes or with 
 JBoss portal.
 That tool will probably not be maintained as it is aimed at making the 
 transition from Nukes to JBossPortal only

-- 
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Resolved: (JBPTL-43) Create a template converter from Nukes to JBossPortal

2004-12-03 Thread Thomas Heute (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPTL-43?page=history ]
 
Thomas Heute resolved JBPTL-43:
---

 Resolution: Done
Fix Version: 2.0 Alpha

 Create a template converter from Nukes to JBossPortal
 -

  Key: JBPTL-43
  URL: http://jira.jboss.com/jira/browse/JBPTL-43
  Project: JBoss Portal
 Type: Feature Request
 Versions: 2.0 Alpha
 Reporter: Thomas Heute
 Assignee: Thomas Heute
 Priority: Minor
  Fix For: 2.0 Alpha



 The template updater is a command line tool to transform a directory of tpl 
 files to a directory of JSPs.

-- 
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Resolved: (JBPORTAL-83) Populate jbp_user_prop table from user table data

2004-12-03 Thread Thomas Heute (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPORTAL-83?page=history ]
 
Thomas Heute resolved JBPORTAL-83:
--

 Resolution: Done
Fix Version: 2.0 Alpha

 Populate jbp_user_prop table from user table data
 -

  Key: JBPORTAL-83
  URL: http://jira.jboss.com/jira/browse/JBPORTAL-83
  Project: JBoss Portal
 Type: Sub-task
 Reporter: Thomas Heute
 Assignee: Thomas Heute
  Fix For: 2.0 Alpha





-- 
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBPORTAL-87) Save registration date

2004-12-03 Thread Thomas Heute (JIRA)
Save registration date
--

 Key: JBPORTAL-87
 URL: http://jira.jboss.com/jira/browse/JBPORTAL-87
 Project: JBoss Portal
Type: Sub-task
Reporter: Thomas Heute
 Assigned to: Thomas Heute 




-- 
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBWEB-3) Using JAAS to affect forwarded web requests

2004-12-03 Thread Scott M Stark (JIRA)
Using JAAS to affect forwarded web requests
---

 Key: JBWEB-3
 URL: http://jira.jboss.com/jira/browse/JBWEB-3
 Project: JBoss Web
Type: Feature Request
  Components: Tomcat  
Reporter: Scott M Stark
 Assigned to: Remy Maucherat 
Priority: Minor


As described for the following case:
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3857340

users commonly seem to want to be able to affect the web container security 
context through JAAS login and/or Subject.doAs to set/change the security 
context for subsequent web requests. We need to look into whether this can be 
supported.


-- 
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-head build.531 Build Successful

2004-12-03 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041203150520Lbuild.531
BUILD COMPLETE-build.531Date of build:12/03/2004 15:05:20Time to build:14 minutes 56 secondsLast changed:12/03/2004 14:50:57Last log entry:changed replication (PREPARE) according to ReplicationInterceptorWoes.txt




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(4)1.17modifiedbelabancache/src/main/org/jboss/cache/TransactionEntry.javachanged replication (PREPARE) according to ReplicationInterceptorWoes.txt1.193modifiedbelabancache/src/main/org/jboss/cache/TreeCache.javachanged replication (PREPARE) according to ReplicationInterceptorWoes.txt1.16modifiedbelabancache/src/main/org/jboss/cache/interceptors/ReplicationInterceptor.javachanged replication (PREPARE) according to ReplicationInterceptorWoes.txt1.1addedbelabancache/docs/design/SynchronousReplicationWoes.txtno message



[JBoss-dev] [JBoss Portal Development] - Re: Build Fails....

2004-12-03 Thread jimmyed2001

I'm not saying you're wrong but if I only include the jars in 
nukes-2-thirdparty I get 769 errors during compilation...

Where is log4j supposed to come from?
Also jboss-cache.jar is needed all over the place. If you want to build from 
the source, once you pull down _jboss_cache you need to 10 other sets of source.


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

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


---
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss IDE (dev)] - Re: Exception in log when running XDoclet 1.4.0

2004-12-03 Thread mikek753
I have the same problem with P4 plugin (Perforce)

Any one knows how to resolve it?

thanks

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

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


---
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] jboss-head build.532 Build Successful

2004-12-03 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041203161540Lbuild.532
BUILD COMPLETE-build.532Date of build:12/03/2004 16:15:40Time to build:23 minutes 37 secondsLast changed:12/03/2004 15:14:33Last log entry:replaced get() with _get() in one method




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(1)1.35modifiedbelabancache/src/main/org/jboss/cache/aop/TreeCacheAop.javareplaced get() with _get() in one method



[JBoss-dev] [ jboss-Patches-1078640 ] System.set(Out|Err) from Main

2004-12-03 Thread SourceForge.net
Patches item #1078640, was opened at 2004-12-03 16:55
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376687aid=1078640group_id=22866

Category: JBossServer
Group: v4.0
Status: Open
Resolution: None
Priority: 5
Submitted By: Robert Bushman (rbb36)
Assigned to: Nobody/Anonymous (nobody)
Summary: System.set(Out|Err) from Main

Initial Comment:
This patch is based on 4.0.0, but is probably identical
in 4.0.1 (I have not looked). It adds two command line
switches to org.jboss.Main which redirect out and err
to files. I wrote it so I could spawn JBoss using Ant
and specify where out and err should go, without using
platform specific command line munging.

Unfortunately, I'm not sure exactly how to create a
patch file. The following is the command I used. It
should be close, and the patch is really simple.

jboss-4.0.0-src/system/src/main$ diff
../../../../original/jboss-4.0.0-src/system/src/main/org/jboss/Main.java
org/jboss/Main.java

If you like it, and would like me to add some sanity
checking on the file names, or any make any other
changes, please let me know.

Thanks!

Bob

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=376687aid=1078640group_id=22866


---
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBIDE-6) Runtime HQL (EJBQL) Execution

2004-12-03 Thread Marshall Culpepper (JIRA)
 [ http://jira.jboss.com/jira/browse/JBIDE-6?page=history ]

Marshall Culpepper updated JBIDE-6:
---

   type: Feature Request  (was: Task)
Fix Version: 1.5 alpha

 Runtime HQL (EJBQL) Execution
 -

  Key: JBIDE-6
  URL: http://jira.jboss.com/jira/browse/JBIDE-6
  Project: JBoss IDE
 Type: Feature Request
   Components: EJB3 plugin
  Environment: all
 Reporter: Marshall Culpepper
 Assignee: Max Andersen
  Fix For: 1.5 alpha


 Original Estimate: 2 weeks
 Remaining: 2 weeks

 A facility for executing HQL ( EJBQL through Hibernate extension), viewing 
 result sets, and editing object properties on the result set.

-- 
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss Portal Development] - Re: Build Fails....

2004-12-03 Thread jimmyed2001

The fog is starting to clear.

I have JBOSS_HOME pointing to jboss-3.2.6RC2-nukes-2.0-DR. I think I originally 
had a typo in the path which caused most of my pain.

I was assuming that there was supposed to be an easier way to get it built but 
I had all kinds of problems. Some stuff would compile in Eclipse but not in 
Ant, other stuff in Ant and not Eclipse. 

Part of my issues were not knowing the JBoss projects in CVS (like what is the 
difference between common, jboss-common, and common-jboss) or being real 
familiar with Ant. Once I started pulling on threads they just got longer. Not 
knowing where the problem might be I just kept grabbing stuff and building it.

The main issues I had were:

1) It is confusing because ant.bat builds up a big classpath (which I assumed 
was going to be used to find the jars), but each compile target builds its own 
classpath. I spent hours tweaking the classpath that Ant was being passed, not 
knowing that it was making no difference to the build. 

1)
I had real problems with the directory structures that I got from CVS. 
The paths expected by the build files did not match what I ended up with. Once 
I worked out how to convert a path to a property in Ant and echo it so I could 
see where Ant was looking for each JAR it helped a lot. It would be really 
useful to put that in each of the 'configure-libraries' targets.

property name=cp refid=library.classpath/
  |   echo message=Classpath is ${cp}/

2)
I never did find an official version.mf for build/etc. Is there one?

3) When I got to the deploy target it copies the sar to server/standard/deploy, 
whilst the three different versions of jboss I tried were all running the 
'default' server.  ;-)

The directions on the Wiki pointed me in the right direction but it took me 2 
days to build a .sar that still doesn't deploy :-(

I think some classpath related feedback during the build would help a lot of 
people figure out their issues.


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

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


---
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBIDE-11) EJB Wizards

2004-12-03 Thread Marshall Culpepper (JIRA)
EJB Wizards
---

 Key: JBIDE-11
 URL: http://jira.jboss.com/jira/browse/JBIDE-11
 Project: JBoss IDE
Type: Feature Request
  Components: EJB3 plugin  
Reporter: Marshall Culpepper
 Assigned to: Marshall Culpepper 
 Fix For: 1.5 alpha


Wizards for code generation of Entities Beans, Session Beans, and Message 
Driven Beans.

-- 
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBIDE-10) HBM.XML Editor

2004-12-03 Thread Marshall Culpepper (JIRA)
 [ http://jira.jboss.com/jira/browse/JBIDE-10?page=history ]

Marshall Culpepper updated JBIDE-10:


   type: Feature Request  (was: Task)
Fix Version: 1.5 alpha

 HBM.XML Editor
 --

  Key: JBIDE-10
  URL: http://jira.jboss.com/jira/browse/JBIDE-10
  Project: JBoss IDE
 Type: Feature Request
   Components: EJB3 plugin
  Environment: all
 Reporter: Marshall Culpepper
 Assignee: Max Andersen
  Fix For: 1.5 alpha


 Original Estimate: 2 weeks
 Remaining: 2 weeks

 An xml editor (extended from JBossIDE) that provides auto complete for Entity 
 properties, classes, and other metadata based values within a hbm.xml file.

-- 
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBIDE-11) EJB3 Wizards

2004-12-03 Thread Marshall Culpepper (JIRA)
 [ http://jira.jboss.com/jira/browse/JBIDE-11?page=history ]

Marshall Culpepper updated JBIDE-11:


Summary: EJB3 Wizards  (was: EJB Wizards)

 EJB3 Wizards
 

  Key: JBIDE-11
  URL: http://jira.jboss.com/jira/browse/JBIDE-11
  Project: JBoss IDE
 Type: Feature Request
   Components: EJB3 plugin
 Reporter: Marshall Culpepper
 Assignee: Marshall Culpepper
  Fix For: 1.5 alpha


 Original Estimate: 2 weeks
 Remaining: 2 weeks

 Wizards for code generation of Entities Beans, Session Beans, and Message 
 Driven Beans.

-- 
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBIDE-6) Runtime EJBQL (HQL) Execution

2004-12-03 Thread Marshall Culpepper (JIRA)
 [ http://jira.jboss.com/jira/browse/JBIDE-6?page=history ]

Marshall Culpepper updated JBIDE-6:
---

Summary: Runtime EJBQL (HQL) Execution  (was: Runtime HQL (EJBQL) Execution)

 Runtime EJBQL (HQL) Execution
 -

  Key: JBIDE-6
  URL: http://jira.jboss.com/jira/browse/JBIDE-6
  Project: JBoss IDE
 Type: Feature Request
   Components: EJB3 plugin
  Environment: all
 Reporter: Marshall Culpepper
 Assignee: Max Andersen
  Fix For: 1.5 alpha


 Original Estimate: 2 weeks
 Remaining: 2 weeks

 A facility for executing HQL ( EJBQL through Hibernate extension), viewing 
 result sets, and editing object properties on the result set.

-- 
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBIDE-8) EJBQL ResultSet View

2004-12-03 Thread Marshall Culpepper (JIRA)
 [ http://jira.jboss.com/jira/browse/JBIDE-8?page=history ]

Marshall Culpepper updated JBIDE-8:
---

Summary: EJBQL ResultSet View  (was: HQL ResultSet View)

 EJBQL ResultSet View
 

  Key: JBIDE-8
  URL: http://jira.jboss.com/jira/browse/JBIDE-8
  Project: JBoss IDE
 Type: Sub-task
   Components: EJB3 plugin
  Environment: all
 Reporter: Marshall Culpepper
 Assignee: Marshall Culpepper


 Original Estimate: 2 weeks
 Remaining: 2 weeks

 A scrollable list of the results returned from an executed HQL query. Each 
 object in the list will have editable properties in the property view.

-- 
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Updated: (JBIDE-7) EJBQL (HQL) Editor

2004-12-03 Thread Marshall Culpepper (JIRA)
 [ http://jira.jboss.com/jira/browse/JBIDE-7?page=history ]

Marshall Culpepper updated JBIDE-7:
---

Summary: EJBQL (HQL) Editor  (was: HQL (EJBQL) Editor)

 EJBQL (HQL) Editor
 --

  Key: JBIDE-7
  URL: http://jira.jboss.com/jira/browse/JBIDE-7
  Project: JBoss IDE
 Type: Sub-task
   Components: EJB3 plugin
  Environment: all
 Reporter: Marshall Culpepper
 Assignee: Max Andersen


 Original Estimate: 2 weeks
 Remaining: 2 weeks

 An HQL editor that provides syntax coloring, and auto completion on entity 
 properties

-- 
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBIDE-12) jBPM Designer

2004-12-03 Thread Marshall Culpepper (JIRA)
jBPM Designer
-

 Key: JBIDE-12
 URL: http://jira.jboss.com/jira/browse/JBIDE-12
 Project: JBoss IDE
Type: Feature Request
  Components: jBPM Designer plugin  
Reporter: Marshall Culpepper
 Fix For: 1.5 alpha




-- 
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBIDE-13) Documentation

2004-12-03 Thread Marshall Culpepper (JIRA)
Documentation
-

 Key: JBIDE-13
 URL: http://jira.jboss.com/jira/browse/JBIDE-13
 Project: JBoss IDE
Type: Feature Request
Reporter: Marshall Culpepper
 Assigned to: Marshall Culpepper 
 Fix For: 1.5 alpha




-- 
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBIDE-14) Initial EJB3 Tools Documentation

2004-12-03 Thread Marshall Culpepper (JIRA)
Initial EJB3 Tools Documentation


 Key: JBIDE-14
 URL: http://jira.jboss.com/jira/browse/JBIDE-14
 Project: JBoss IDE
Type: Sub-task
  Components: EJB3 plugin  
Reporter: Marshall Culpepper
 Assigned to: Max Andersen 
 Fix For: 1.5 alpha




-- 
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBIDE-15) Initial jBPM Designer Documentation

2004-12-03 Thread Marshall Culpepper (JIRA)
Initial jBPM Designer Documentation
---

 Key: JBIDE-15
 URL: http://jira.jboss.com/jira/browse/JBIDE-15
 Project: JBoss IDE
Type: Sub-task
  Components: jBPM Designer plugin  
Reporter: Marshall Culpepper
 Assigned to: Marshall Culpepper 
 Fix For: 1.5 alpha




-- 
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBIDE-16) QA/Testing

2004-12-03 Thread Marshall Culpepper (JIRA)
QA/Testing
--

 Key: JBIDE-16
 URL: http://jira.jboss.com/jira/browse/JBIDE-16
 Project: JBoss IDE
Type: Feature Request
Reporter: Marshall Culpepper
 Assigned to: Marshall Culpepper 
 Fix For: 1.5 alpha




-- 
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss Portal Development] - Re: Build Fails....

2004-12-03 Thread [EMAIL PROTECTED]
The thing is that you don't have to deal with the classpath at all.

a) get JBoss 4.0.0 and uncompress it
b) set JBOSS_HOME to the home directory of JBoss 4.0.0 (make sure to get the 
4.0.0, things has changed since the DR i am not sure that it would work with 
3.2.6 anymore)
c) go into the build directory and just do a sh build.sh deploy -c standard (or 
using the bat file if you are using windows i never tried under windows but it 
should work the same)
Make sure JBOSS_HOME is still correctly set before you do that.
d) It must build correctly (i just tried again with a fresh checkout).

If you don't checkout nukes-2.0 you won't have the correct path.

PS: you don't need that version.mf

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

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


---
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBIDE-18) AOP IDE QA / Unit Tests

2004-12-03 Thread Marshall Culpepper (JIRA)
AOP IDE QA / Unit Tests
---

 Key: JBIDE-18
 URL: http://jira.jboss.com/jira/browse/JBIDE-18
 Project: JBoss IDE
Type: Sub-task
  Components: AOP Plugin  
Reporter: Marshall Culpepper
 Assigned to: Marshall Culpepper 
 Fix For: 1.5 alpha




-- 
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBIDE-19) jBPM Designer QA / Unit Tests

2004-12-03 Thread Marshall Culpepper (JIRA)
jBPM Designer QA / Unit Tests
-

 Key: JBIDE-19
 URL: http://jira.jboss.com/jira/browse/JBIDE-19
 Project: JBoss IDE
Type: Sub-task
  Components: jBPM Designer plugin  
Reporter: Marshall Culpepper
 Assigned to: Marshall Culpepper 
 Fix For: 1.5 alpha




-- 
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Created: (JBIDE-17) EJB3 Tools QA / Unit Tests

2004-12-03 Thread Marshall Culpepper (JIRA)
EJB3 Tools QA / Unit Tests
--

 Key: JBIDE-17
 URL: http://jira.jboss.com/jira/browse/JBIDE-17
 Project: JBoss IDE
Type: Sub-task
  Components: EJB3 plugin  
Reporter: Marshall Culpepper
 Assigned to: Marshall Culpepper 
 Fix For: 1.5 alpha




-- 
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss Portal Development] - WSRP Standard Styles

2004-12-03 Thread jimmyed2001
Is V2 going to provide stylesheets that support the WSRP 'standard' styles?

If not what is the recommended way to generate portlet content that will look 
styled correctly in both local and remote scenarios?

Here is a sample WSRP stylesheet that I have been using

.portlet-font{
  |   Color : #00 ;
  |   Font-Family : Arial ;
  |   Font-Size : 8pt ;
  |   border-bottom: inherited;
  |   padding-bottom:0;
  |   }
  | 
  | A.portlet-font:link {
  |   font-weight: inherited;
  |   text-decoration : none ;
  |   border-bottom: 1px dotted #00;
  |   color: #00;
  | }
  | 
  | A.portlet-font:hover {
  |   font-weight: inherited;
  |   text-decoration : none ;
  |   border-bottom: 0px dotted #00;
  |   color: #00;
  |   background-color: #FADC95;
  | }
  | 
  | .portlet-font-dim{
  |   Color : #00 ;
  |   Text-Decoration : none ;
  |   Font-Family : Arial ;
  |   Font-Size : 8pt ;
  |   }
  | 
  | .portlet-msg-status{
  |   Color : #00 ;
  |   Text-Decoration : none ;
  |   Font-Family : Arial ;
  |   Font-Size : 8pt ;
  |   }
  | 
  | .portlet-msg-info{
  |   Color : #00 ;
  |   Text-Decoration : none ;
  |   Font-Family : Arial ;
  |   Font-Size : 8pt ;
  |   }
  | 
  | .portlet-msg-error{
  |   Color : #00 ;
  |   Text-Decoration : none ;
  |   Font-Family : Arial ;
  |   Font-Size : 8pt ;
  |   }
  | 
  | .portlet-msg-alert{
  |   Color : #00 ;
  |   Text-Decoration : none ;
  |   Font-Family : Arial ;
  |   Font-Size : 8pt ;
  |   }
  | 
  | .portlet-msg-success{
  |   Color : #00 ;
  |   Text-Decoration : none ;
  |   Font-Family : Arial ;
  |   Font-Size : 8pt ;
  |   }
  | 
  | .portlet-section-header{
  |   Color : #00 ;
  |   Font-Family : Arial, Helvetica ;
  |   Font-Size : 9pt ;
  |   Font-Weight : Bold ;
  |   }
  | 
  | .portlet-section-body{
  |   Color : #00 ;
  |   Text-Decoration : none ;
  |   Font-Family : Arial ;
  |   Font-Size : 8pt ;
  |   }
  | 
  | .portlet-section-alternate{
  |   Color : #00 ;
  |   Text-Decoration : none ;
  |   Font-Family : Arial ;
  |   Font-Size : 8pt ;
  |   }
  | 
  | .portlet-section-selected{
  |   Color : #00 ;
  |   Text-Decoration : none ;
  |   Font-Family : Arial ;
  |   Font-Size : 8pt ;
  |   }
  | 
  | .portlet-section-subheader{
  |   Color : #00 ;
  |   Font-Family : Arial, Helvetica ;
  |   Font-Size : 9pt ;
  |   Font-Weight : Bold ;
  |   }
  | 
  | .portlet-section-footer{
  |   Color : #00 ;
  |   Text-Decoration : none ;
  |   Font-Family : Arial ;
  |   Font-Size : 8pt ;
  |   }
  | 
  | .portlet-section-text{
  |   Color : #00 ;
  |   Text-Decoration : none ;
  |   Font-Family : Arial ;
  |   Font-Size : 8pt ;
  |   }
  | 
  | .portlet-table-header{
  |   Color : #00 ;
  |   Font-Family : Arial, Helvetica ;
  |   Font-Size : 9pt ;
  |   Font-Weight : Bold ;
  |   vertical-align: bottom;
  |   Background-Color : white ;
  |   border-bottom: 2px solid #00;
  |   }
  | 
  | A.portlet-table-header{
  |   Color : #00 ;
  |   Font-Family : Arial, Helvetica ;
  |   Font-Size : 9pt ;
  |   Font-Weight : Bold ;
  |   vertical-align: bottom;
  |   Background-Color : white ;
  |   border-bottom: 0px solid white;
  |   padding-left:5px;
  |   text-decoration: none;
  |   }
  | 
  | .portlet-table-body{
  |   Color : #00 ;
  |   Text-Decoration : none ;
  |   Font-Family : Arial ;
  |   Font-Size : 8pt ;
  |   border-left: 1px solid #e0e0e0;
  |   border-right: 1px solid #e0e0e0;
  |   }
  | 
  | .portlet-table-alternate{
  |   Color : #00 ;
  |   Text-Decoration : none ;
  |   Font-Family : Arial ;
  |   Font-Size : 8pt ;
  |   border-bottom: 1px solid #e0e0e0;
  |   }
  | 
  | .portlet-table-selected{
  |   Color : #00 ;
  |   Text-Decoration : none ;
  |   Font-Family : Arial ;
  |   Font-Size : 8pt ;
  |   background-color: #F4B94E;
  |   border-bottom: 1px solid #e0e0e0;
  |   }
  | 
  | .portlet-table-subheader{
  |   Color : #00 ;
  |   Font-Family : Arial, Helvetica ;
  |   Font-Size : 9pt ;
  |   Font-Weight : Bold ;
  |   }
  | 
  | .portlet-table-footer{
  |   Color : #00 ;
  |   Text-Decoration : none ;
  |   Font-Family : Arial ;
  |   Font-Size : 8pt ;
  |   }
  | 
  | .portlet-table-text{
  |   Color : #00 ;
  |   Text-Decoration : none ;
  |   Font-Family : Arial ;
  |   Font-Size : 8pt ;
  |   border-bottom: 1px solid #e0e0e0;
  |   }
  | 
  | .portlet-form-label{
  |   Color : #00 ;
  |   Text-Decoration : none ;
  |   Font-Family : Arial ;
  |   Font-Size : 8pt ;
  |   }
  | 
  | .portlet-form-input-field{
  |   Color : #00 ;
  |   Text-Decoration : none ;
  |   Font-Family : Arial ;
  |   Font-Size : 8pt ;
  |   }
  | 
  | .portlet-form-button{
  |   Color : #00 ;
  |   Text-Decoration : none ;
  |   Font-Family : Arial ;
  |   Font-Size : 8pt ;
  |   }
  | 
  | .portlet-icon-label{
  |   Color : #00 ;
  |   Text-Decoration : none ;
  |   Font-Family : Arial ;
  |   Font-Size : 8pt ;
  |   }
  | 
  | 

[JBoss-dev] [JBoss Portal Development] - Re: WSRP Standard Styles

2004-12-03 Thread [EMAIL PROTECTED]
This is part of the JSR 168 specification so the answer is: yes

I am not sure we will support:
 .portlet-table-*

As it is not in the specifications. Anyway it is up to the portlet developer to 
use those styles or not.

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

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


---
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

2004-12-03 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-3.2-testsuite?log=log20041203171233Lbuild.18
BUILD COMPLETE-build.18Date of build:12/03/2004 17:12:33Time to build:62 minutes 9 secondsLast changed:12/03/2004 13:32:14Last log entry:[2321]In stressed environments, conccurrent access to the findAll result would generate Exception




   Unit Tests: (1882)   Total Errors and Failures: (29)unknownorg.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.OILJBossMQUnitTestCasetestSendListenOutdatedorg.jboss.test.jbossmq.test.OILJBossMQUnitTestCasetestProgramaticProxyorg.jboss.test.jmx.test.JMXInvokerProxyUnitTestCasetestEvictionorg.jboss.test.cache.test.eviction.ReplicatedLRUPolicyUnitTestCasetestEvictionReplicationorg.jboss.test.cache.test.eviction.ReplicatedLRUPolicyUnitTestCasetestStateTransferorg.jboss.test.cache.test.replicated.AsyncUnitTestCasetestSyncReplorg.jboss.test.cache.test.replicated.AsyncUnitTestCasetestSyncReplorg.jboss.test.cache.test.replicated.SyncTxUnitTestCasetestASyncReplorg.jboss.test.cache.test.replicated.SyncTxUnitTestCasetestPutorg.jboss.test.cache.test.replicated.SyncTxUnitTestCasetestPutTxorg.jboss.test.cache.test.replicated.SyncTxUnitTestCase
Modifications since last build:(7)1.7.2.8modifiedslabourecluster/src/main/org/jboss/ejb/plugins/CMPClusteredInMemoryPersistenceManager.java[2321]In stressed environments, conccurrent access to the findAll result would generate Exception1.1.2.4modifiedloubyanskyserver/src/main/org/jboss/ejb/plugins/cmp/jdbc2/schema/CacheInvalidator.javalog the message about an entry not being cached with TRACE level instead of WARN1.2.2.7modifiedstarksmcommon/src/main/org/jboss/util/propertyeditor/PropertyEditors.javaAdd a utility method which takes the properties found in the given property map to the bean using the property editor registered for the property.1.27.2.16modifiedstarksmsecurity/src/main/org/jboss/security/plugins/JaasSecurityManager.javaMove the setting of the thread local subject copy read only mode into the copy priviledged action since the Subject.setReadOnly call requires a permission1.1.2.4modifiedstarksmsecurity/src/main/org/jboss/security/plugins/SubjectActions.javaMove the setting of the thread local subject copy read only mode into the copy priviledged action since the Subject.setReadOnly call requires a permission1.1.2.2modifiedstarksmtestsuite/src/main/org/jboss/test/jmx/test/JMXInvokerProxyUnitTestCase.javaTest programatic use of the JRMPProxyFactory to expose an IProxy interface from an xmbean.1.1.4.17modifiedstarksmmessaging/src/main/org/jboss/mq/il/uil2/SocketManager.javaAssociate a ThreadFactory with the msg delivery pool so that these threads have a meanigful name and association with the SocketManager instance.



[JBoss-dev] [JBoss Portal Development] - Re: Build Fails....

2004-12-03 Thread jimmyed2001

I'm just trying to provide you guys with constructive feedback. I understand 
this is suposed to be simple, but I'm not the only one having problems with it.

I suggest 
a) an upfront validation of JBOSS_HOME (including version) that checks for the 
existance of jboss-cache.jar etc 
and 
b) some classpath-related feedback in the compile targets so that we know where 
stuff should be if is it not
or
c) you can hand hold everyone else that will hit the same problems ;-)





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

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


---
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss Portal Development] - Re: Build Fails....

2004-12-03 Thread [EMAIL PROTECTED]
If you follow the getting started it just works.

I don't undersand, we provide everything, all the libraries so there is no 
problem of versions, we even include ant so we all build with the same thing. 
It has to work the same for everybody.

The build will change at some point anyway because it is sometimes hard to 
maintain for us.

Thanks for the feedback, did you successfully build ?

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

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


---
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss JIRA] Resolved: (JBPM-23) evaluate variable-aware expressions (9.1)

2004-12-03 Thread Alejandro Guzar (JIRA)
 [ http://jira.jboss.com/jira/browse/JBPM-23?page=history ]
 
Alejandro Guzar resolved JBPM-23:
--

Resolution: Done

 evaluate variable-aware expressions (9.1)
 --

  Key: JBPM-23
  URL: http://jira.jboss.com/jira/browse/JBPM-23
  Project: JBoss jBPM
 Type: Sub-task
   Components: BPEL
 Versions: 3.0 DR 1
  Environment: dom4j, jaxen
 Reporter: Alejandro Guzar
 Assignee: Alejandro Guzar
  Fix For: 3.0 DR 1


 Original Estimate: 2 weeks
Time Spent: 2 weeks
 Remaining: 0 minutes

 Evaluate boolean, duration, deadline and general expressions in the presence 
 of bpel variables.
 Implement the bpws:getVariableData() extension function.
 Provide a class for the Duration xml schema datatype.

-- 
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

2004-12-03 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-jdk-matrix?log=log20041203203836Lbuild.31
BUILD COMPLETE-build.31Date of build:12/03/2004 20:38:36Time to build:21 minutes 0 secondsLast changed:12/03/2004 04:26:00Last log entry:log the message about an entry not being cached with TRACE level instead of WARN




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(1)1.1.4.3modifiedloubyanskyserver/src/main/org/jboss/ejb/plugins/cmp/jdbc2/schema/CacheInvalidator.javalog the message about an entry not being cached with TRACE level instead of WARN



[JBoss-dev] jboss-head build.533 Build Successful

2004-12-03 Thread qa

View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head?log=log20041204015513Lbuild.533
BUILD COMPLETE-build.533Date of build:12/04/2004 01:55:13Time to build:28 minutes 17 secondsLast changed:12/04/2004 01:49:55Last log entry:An interface implemented by the ClientContainer to provide access to the client proxy interceptors and InvocationContext.




   Unit Tests: (0)   Total Errors and Failures: (0)
Modifications since last build:(1)1.1addedstarksmserver/src/main/org/jboss/proxy/IClientContainer.javaAn interface implemented by the ClientContainer to provide access to the client proxy interceptors and InvocationContext.



[JBoss-dev] [IIOP on JBoss] - org.omg.CORBA.portable.UnknownException(configuring jboss fo

2004-12-03 Thread Millin
I am facing a problem using statefull session beans and RMI-IIOP ; 

I have some classes extended from PortableRemoteObject and their Interfaces 
which extends Remote . 

When i try to return these Interface(as above) from my ejb's Business Method 
following error occurs; 

2004-11-19 20:20:37,700 
ERROR [jacorb] org.omg.CORBA.portable.UnknownException: vmcid: 0x0 minor code: 
0 completed: Maybe 
at 
org.jboss.iiop.rmi.marshal.strategy.SkeletonStrategy.writeException(SkeletonStrategy.java:164)
 
at 
org.jboss.proxy.ejb.EjbObjectCorbaServant._invoke(EjbObjectCorbaServant.java:236)
 
at org.jacorb.poa.RequestProcessor.invokeOperation(Unknown Source) 
at org.jacorb.poa.RequestProcessor.process(Unknown Source) 
at org.jacorb.poa.RequestProcessor.run(Unknown Source) 

Does iiop not allow business methods return type a Remote Interface? 

Plz. if anybody have ans for this reply me soon?

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

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


---
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://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development