[JBoss-dev] [Javassist development Forum] - Re: Bug in compiler with null

2004-02-29 Thread chiba
The bug was in the code for comparing
argument types and parameter types.
If the parameter type(?) is null type, then
the code misinterpreted the descriptor of
the argument types.


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

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


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss IDE] - Re: ejb.dao tag is not working?

2004-02-29 Thread morenito9000
I'm not sure of anything :-)

I'll try with Xdoclet list (in Xdoclet SourceForge site ??).

I think that the loginUser() example is good because
there is no difference between the name of 
DAO's method and he name of Bean's Method that
calls the DAO.

If I get more infos I will post on this forum again.

Many thanks for your helps,
Moreno

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

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


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss IDE] - JBoss-IDE 1.2.2

2004-02-29 Thread msijmons
Hi,

I have installed tje JBoss 1.2.2 in Eclipse 3.0M7

Everything seems to be OK.

When I follow the tutorial the autocomplete 
with control-space does not work for the ejb doclet tags

When I go to preferences and I go to
JBoss IDE-XDoclet-Code Assist 

I can do a refresh 

If I than open the Templates option 

I got the following message:
The currently displayed page contains invalid values

I already tried to start eclipse with bypassing the cache
eclipse.exe -nolazyregistrycacheloading
or
eclipse.exe -noregistrycache

That does not make any difference.

I work on a Windows platform with eclipse



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

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


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBoss.net] - Re: Custom Class Array with Jboss.net

2004-02-29 Thread carcudi
And the answer is:  Register the serializers and deserializers programmatically 
through the client:

  | call.registerTypeMapping
  | 
  | (com.frontiercorp.bss.cap.cert.webservice.NpaNxxTest[].class,
  | 
  | new 
javax.xml.namespace.QName(http://cvs.east.frontiercorp.com/cert,NpaNxxTest;), 
  | 
  | new org.apache.axis.encoding.ser.ArraySerializerFactory(),
  | 
  | new org.apache.axis.encoding.ser.ArrayDeserializerFactory());
  | 
  |  
  | 
  | 

Next up, figuring out how to modify the jboss-net xdoclet generator to default the 
registration of Arrays of complex types whenever a complex type is registered.

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

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


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - THIS FORUM IS NOT FOR USER QUESTIONS

2004-02-29 Thread [EMAIL PROTECTED]
Some people cannot read!

Regards,
Adrian

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

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


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Lazy loading queues/subscriptions

2004-02-29 Thread [EMAIL PROTECTED]
We need a mechanism to lazy load BasicQueues.

Ideally this should use a special MessageReference
that serves as a marker for where the queue should go back to the
PersistenceManager to load extra messages.

Implementation details:
1) Extend the jdbc persistence managers to store
priority/delivery order so the messages can read in the correct order
2) The marker contains the queue element that is not loaded.

Some considerations:
1) Unused queues/subscriptions should just be this marker reference
2) Need to read/skip messages that have been received but not acknowledged
3) Should selectors be taken into account when loading data into the queue?
4) Need to make sure the timing is correct such that acknowledgement requests
are not deleted until the pm has deleted the peristent copy.
5) Need a softener to replace messages in the queue with the marker, making
sure all messages are persisted.

Regards,
Adrian

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

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


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Message Serialization

2004-02-29 Thread [EMAIL PROTECTED]
There is no need to serialize/deserailize message bodies on the server.

This causes performance problems because serialization happens many times.

client-server
serverpersistence manager
persistence manager-server
server-client

On the server the message should just be store in a byte array.

Regards,
Adrian

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

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


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Improving message selector performance

2004-02-29 Thread [EMAIL PROTECTED]
It should be made optional (possibly per queue)
that the message header (jms and user properties) is kept in memory.

This will avoid having to load messages from the persistent cache
to run the selector inside the synchornized block.
This is at the expense of using more memory.

It can be implemented by keeping a hard reference to the header in the
MessageReference.

Regards,
Adrian

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

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


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Message Recovery - completing XA

2004-02-29 Thread [EMAIL PROTECTED]
JBossMQ currently performs message recovery by doing
heuristic rollbacks.

We need to complete the XA implementation by storing the Xids in the persistent
store and returning those Xids from XAResource.recover().

This should be optional for those that have recovering Transaction Manager
implementations.

Regards,
Adrian

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

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


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - MessageBridge

2004-02-29 Thread [EMAIL PROTECTED]
Need an implementation of a MessageBridge.
This is an alternate server destination deployment that looks like a queue or
topic but actually forwards messages to the real queue/topic elsewhere.

The key part is that it needs to be fully XA (where supported by the real
destination) and be able to recover from broken connections to the destination
jms server.

Regards,
Adrian

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

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


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] Test Job Failed to Complete Successfully (or we gave up on it...)! JBoss (HEAD/winxp/1.4.1_06) [AUTOMATED]

2004-02-29 Thread kimptoc_mail
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===
Mon Mar  1 01:03:57 GMTST 2004
===
HERE ARE THE LAST 100 LINES OF THE LOG:
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===
[webservicejmxdoclet] - Running jbossnet/
[webservicejmxdoclet] INFO:Some classes refer to other classes that were not found 
among the sources or on the classpath.
[webservicejmxdoclet]  (Perhaps the referred class doesn't exist? Hasn't been 
generated yet?)
[webservicejmxdoclet]  The referring classes do not import any fully qualified 
classes matching these classes.
[webservicejmxdoclet]  However, since no packages are imported, xjavadoc has 
assumed that the referred classes
[webservicejmxdoclet]  belong to the same package as the referring class. The 
classes are:
[webservicejmxdoclet] 
D:\jboss\jboss-head-test\testsuite\src\main\org\jboss\test\webservice\jmx\server\JMXTest.java
 -- JMXTestMBean qualified to org.jboss.test.webservice.jmx.server.JMXTestMBean
[webserviceejbdoclet] - Running remoteinterface/
[webserviceejbdoclet] - Running homeinterface/
[webserviceejbdoclet] - Running deploymentdescriptor/
[webserviceejbdoclet] - Running jboss/
[webserviceejbdoclet] - Running jbossnet/
[webserviceejbdoclet] - Running entitycmp/
[webserviceejbdoclet] - Running remoteinterface/
[webserviceejbdoclet] - Running homeinterface/
[webserviceejbdoclet] - Running deploymentdescriptor/
[webserviceejbdoclet] - Running jboss/
[webserviceejbdoclet] - Running jbossnet/
[webserviceejbdoclet] - Running entitycmp/
[webserviceejbdoclet] - Running remoteinterface/
[webserviceejbdoclet] - Running homeinterface/
[webserviceejbdoclet] - Running localinterface/
[webserviceejbdoclet] - Running localhomeinterface/
[webserviceejbdoclet] - Running deploymentdescriptor/
[webserviceejbdoclet] - Running jboss/
[webserviceejbdoclet] - Running jbossnet/
[ejbdoclet] - Running remoteinterface/
[ejbdoclet] - Running homeinterface/
[ejbdoclet] - Running deploymentdescriptor/
[ejbdoclet] - Running jboss/
[ejbdoclet] - Running remoteinterface/
[ejbdoclet] - Running homeinterface/
[ejbdoclet] - Running deploymentdescriptor/
[ejbdoclet] - Running jboss/
[ejbdoclet] - Running remoteinterface/
[ejbdoclet] - Running localinterface/
[ejbdoclet] - Running homeinterface/
[ejbdoclet] - Running localhomeinterface/

compile-mbean-sources:
[jmxdoclet] - Running mbeaninterface/
[jmxdoclet] - Generating output for 'org.jboss.test.jmx.missingclass.MissingClassTest' 
using template file 
'jar:file:D:\jboss\jboss-head-test\thirdparty\xdoclet-xdoclet\lib\xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
[jmxdoclet] - Generating output for 'org.jboss.test.jmx.deployer.BrokenDeployer' using 
template file 
'jar:file:D:\jboss\jboss-head-test\thirdparty\xdoclet-xdoclet\lib\xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
[jmxdoclet] - Generating output for 'org.jboss.test.jmx.invoker.InvokerTest' using 
template file 
'jar:file:D:\jboss\jboss-head-test\thirdparty\xdoclet-xdoclet\lib\xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
[jmxdoclet] - Generating output for 'org.jboss.test.jmx.mbean.TestMBClassLoader' using 
template file 
'jar:file:D:\jboss\jboss-head-test\thirdparty\xdoclet-xdoclet\lib\xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
[jmxdoclet] INFO:Some classes refer to other classes that were not found among the 
sources or on the classpath.
[jmxdoclet]  (Perhaps the referred class doesn't exist? Hasn't been generated 
yet?)
[jmxdoclet]  The referring classes do not import any fully qualified classes 
matching these classes.
[jmxdoclet]  However, since no packages are imported, xjavadoc has assumed 
that the referred classes
[jmxdoclet]  belong to the same package as the referring class. The classes 
are:
[jmxdoclet] 
D:\jboss\jboss-head-test\testsuite\src\main\org\jboss\test\jmx\deployer\BrokenDeployer.java
 -- BrokenDeployerMBean qualified to org.jboss.test.jmx.deployer.BrokenDeployerMBean
[jmxdoclet] 
D:\jboss\jboss-head-test\testsuite\src\main\org\jboss\test\jmx\invoker\InvokerTest.java
 -- InvokerTestMBean qualified to org.jboss.test.jmx.invoker.InvokerTestMBean
[jmxdoclet] 
D:\jboss\jboss-head-test\testsuite\src\main\org\jboss\test\jmx\mbean\TestMBClassLoader.java
 -- TestMBClassLoaderMBean qualified to 
org.jboss.test.jmx.mbean.TestMBClassLoaderMBean

[JBoss-dev] JBoss Shutdown Failed! JBoss (HEAD/winxp/1.4.1_06) [AUTOMATED]

2004-02-29 Thread kimptoc_mail
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===
Mon Mar  1 01:07:06 GMTST 2004
===
HERE ARE THE LAST 100 LINES OF THE LOG:
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===
javax.naming.NamingException: Could not dereference object.  Root exception is 
javax.naming.CommunicationException.  Root exception is 
java.lang.ClassNotFoundException: org.jboss.jmx.adaptor.rmi.RMIAdaptor (no security 
manager: RMI class loader disabled)
at sun.rmi.server.LoaderHandler.loadProxyClass(LoaderHandler.java:521)
at java.rmi.server.RMIClassLoader$2.loadProxyClass(RMIClassLoader.java:639)
at java.rmi.server.RMIClassLoader.loadProxyClass(RMIClassLoader.java:309)
at 
sun.rmi.server.MarshalInputStream.resolveProxyClass(MarshalInputStream.java:241)
at java.io.ObjectInputStream.readProxyDesc(ObjectInputStream.java:1469)
at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1432)
at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1626)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:324)
at java.rmi.MarshalledObject.get(MarshalledObject.java:135)
at org.jnp.interfaces.MarshalledValuePair.get(MarshalledValuePair.java:30)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:550)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:507)
at javax.naming.InitialContext.lookup(InitialContext.java:347)
at org.jnp.interfaces.NamingContext.resolveLink(NamingContext.java:964)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:613)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:507)
at javax.naming.InitialContext.lookup(InitialContext.java:347)
at org.jboss.Shutdown.main(Shutdown.java:182)
Exception in thread main JBOSS SHUTDOWN FAILED

===
Mon Mar  1 01:07:06 GMTST 2004
===
CYGWIN_NT-5.1 quarks2 1.5.4(0.94/3/2) 2003-09-12 23:08 i686 unknown unknown Cygwin
===
java -version
java version 1.4.1_06
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_06-b01)
Java HotSpot(TM) Client VM (build 1.4.1_06-b01, mixed mode)


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - IL improvements

2004-02-29 Thread [EMAIL PROTECTED]
Need to improve the Invocation layers to support two new features:

1) Transportation of cluster views (or generic invocation response data) ala ejbs.

2) Persistence connection factories. Where a client connection can fail but its
incomplete work is not automatically recovered by the server. Instead the client can
reconnect and pickup where it left off. This will require some work in 
session.recover()
We should also consider allowing automatic connection recovery for such connections.

Regards,
Adrian

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

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


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] Automated JBoss(Branch_3_2 WonderLand) Testsuite Results: 29-February-2004

2004-02-29 Thread noreply
Automated JBoss(Branch_3_2 WonderLand) Testsuite Results: 29-February-2004


JBoss daily test results

SUMMARY

Number of tests run:   1625



Successful tests:  1602

Errors:15

Failures:  8





[time of test: 2004-03-01.00-35 GMT]
[java.version: 1.4.2_03]
[java.vendor: Sun Microsystems Inc.]
[java.vm.version: 1.4.2_03-b02]
[java.vm.name: Java HotSpot(TM) Client VM]
[java.vm.info: mixed mode]
[os.name: Linux]
[os.arch: i386]
[os.version: 2.4.20-9smp]

Useful resources:

- http://jboss.sourceforge.net//junit-results/32/2004-03-01.00-35 for
the junit report of this test.


NOTE: If there are any errors shown above - this mail is only highlighting 
them - it is NOT indicating that they are being looked at by anyone.

It is assumed that whoever makes change(s) to jboss that 
break the test will be fixing the test or jboss, as appropriate!





DETAILS OF ERRORS



Suite:   org.jboss.test.cache.test.local.TxConcurrentUnitTestCase
Test:testConcurrentAccess
Type:failure
Exception:   junit.framework.AssertionFailedError
Message: expected:767 but was:1000
-



Suite:   org.jboss.test.classloader.test.ScopingUnitTestCase
Test:testWarXmlOverrides
Type:error
Exception:   java.io.IOException
Message: Server returned HTTP response code: 500 for URL: 
http://localhost:8080/oldxerces/
-



Suite:   org.jboss.test.cts.test.StatefulSessionUnitTestCase
Test:testStrictPooling
Type:failure
Exception:   junit.framework.AssertionFailedError
Message: SessionInvoker.runEx != null
-



Suite:   org.jboss.test.exception.EntityExceptionUnitTestCase
Test:testNotDiscardedApplicationExceptionInTxMarkRollback_remote
Type:error
Exception:   net.sourceforge.junitejb.RemoteTestException
Message: Error, bean instance was discarded!
-



Suite:   org.jboss.test.exception.EntityExceptionUnitTestCase
Test:testNotDiscardedApplicationExceptionNewTxMarkRollback_remote
Type:error
Exception:   net.sourceforge.junitejb.RemoteTestException
Message: Error, bean instance was discarded!
-



Suite:   org.jboss.test.exception.EntityExceptionUnitTestCase
Test:testNotDiscardedApplicationExceptionNoTx_remote
Type:error
Exception:   net.sourceforge.junitejb.RemoteTestException
Message: Error, bean instance was discarded!
-



Suite:   org.jboss.test.exception.EntityExceptionUnitTestCase
Test:testNotDiscardedApplicationExceptionInTxMarkRollback_local
Type:error
Exception:   net.sourceforge.junitejb.RemoteTestException
Message: Error, bean instance was discarded!
-



Suite:   org.jboss.test.exception.EntityExceptionUnitTestCase
Test:testNotDiscardedApplicationExceptionNewTxMarkRollback_local
Type:error
Exception:   net.sourceforge.junitejb.RemoteTestException
Message: Error, bean instance was discarded!
-



Suite:   org.jboss.test.exception.EntityExceptionUnitTestCase
Test:testNotDiscardedApplicationExceptionNoTx_local
Type:error
Exception:   net.sourceforge.junitejb.RemoteTestException
Message: Error, bean instance was discarded!
-



Suite:   org.jboss.test.jmx.test.JMXInvokerUnitTestCase
Test:testNotification
Type:error
Exception:   java.lang.reflect.UndeclaredThrowableException
Message: 
-



Suite:   org.jboss.test.jmx.test.SecureJMXInvokerUnitTestCase
Test:testNotification
Type:error
Exception:   java.lang.reflect.UndeclaredThrowableException
Message: 
-



Suite:   org.jboss.test.naming.test.SimpleUnitTestCase
Test:testNameChanges
Type:failure
Exception:   junit.framework.AssertionFailedError
Message: name.equals(copy), name=jmx
-



Suite:   org.jboss.test.web.test.WebIntegrationUnitTestCase
Test:testSpeedServlet
Type:failure
Exception:   junit.framework.AssertionFailedError
Message: Expected reply code:200, actual=500
-



Suite:   org.jboss.test.webservice.external.ExternalUnitTestCase
Test:testFederated
Type:failure
Exception:   junit.framework.ComparisonFailure
Message: got the translation right expected:JBoss ist ein M�rderbediener und 
Herr Fleury ist ein verdammtes Genie  but was:This service is currently disabled.
-



Suite:   org.jboss.test.naming.test.SecurityUnitTestCase
Test:

[JBoss-dev] Test Job Failed to Complete Successfully (or we gave up on it...)! JBoss (HEAD/linux1/1.4.1_06) [AUTOMATED]

2004-02-29 Thread kimptoc_mail
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===
Mon Mar  1 01:46:21 GMT 2004
===
HERE ARE THE LAST 100 LINES OF THE LOG:
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===
[webservicejmxdoclet] - Running jbossnet/
[webservicejmxdoclet] INFO:Some classes refer to other classes that were not found 
among the sources or on the classpath.
[webservicejmxdoclet]  (Perhaps the referred class doesn't exist? Hasn't been 
generated yet?)
[webservicejmxdoclet]  The referring classes do not import any fully qualified 
classes matching these classes.
[webservicejmxdoclet]  However, since no packages are imported, xjavadoc has 
assumed that the referred classes
[webservicejmxdoclet]  belong to the same package as the referring class. The 
classes are:
[webservicejmxdoclet] 
/home/jbossci/jbossci2/jboss-head-test/testsuite/src/main/org/jboss/test/webservice/jmx/server/JMXTest.java
 -- JMXTestMBean qualified to org.jboss.test.webservice.jmx.server.JMXTestMBean
[webserviceejbdoclet] - Running remoteinterface/
[webserviceejbdoclet] - Running homeinterface/
[webserviceejbdoclet] - Running deploymentdescriptor/
[webserviceejbdoclet] - Running jboss/
[webserviceejbdoclet] - Running jbossnet/
[webserviceejbdoclet] - Running entitycmp/
[webserviceejbdoclet] - Running remoteinterface/
[webserviceejbdoclet] - Running homeinterface/
[webserviceejbdoclet] - Running deploymentdescriptor/
[webserviceejbdoclet] - Running jboss/
[webserviceejbdoclet] - Running jbossnet/
[webserviceejbdoclet] - Running entitycmp/
[webserviceejbdoclet] - Running remoteinterface/
[webserviceejbdoclet] - Running homeinterface/
[webserviceejbdoclet] - Running localinterface/
[webserviceejbdoclet] - Running localhomeinterface/
[webserviceejbdoclet] - Running deploymentdescriptor/
[webserviceejbdoclet] - Running jboss/
[webserviceejbdoclet] - Running jbossnet/
[ejbdoclet] - Running remoteinterface/
[ejbdoclet] - Running homeinterface/
[ejbdoclet] - Running deploymentdescriptor/
[ejbdoclet] - Running jboss/
[ejbdoclet] - Running remoteinterface/
[ejbdoclet] - Running homeinterface/
[ejbdoclet] - Running deploymentdescriptor/
[ejbdoclet] - Running jboss/
[ejbdoclet] - Running remoteinterface/
[ejbdoclet] - Running localinterface/
[ejbdoclet] - Running homeinterface/
[ejbdoclet] - Running localhomeinterface/

compile-mbean-sources:
[jmxdoclet] - Running mbeaninterface/
[jmxdoclet] - Generating output for 'org.jboss.test.jmx.missingclass.MissingClassTest' 
using template file 
'jar:file:/home/jbossci/jbossci2/jboss-head-test/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
[jmxdoclet] - Generating output for 'org.jboss.test.jmx.deployer.BrokenDeployer' using 
template file 
'jar:file:/home/jbossci/jbossci2/jboss-head-test/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
[jmxdoclet] - Generating output for 'org.jboss.test.jmx.invoker.InvokerTest' using 
template file 
'jar:file:/home/jbossci/jbossci2/jboss-head-test/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
[jmxdoclet] - Generating output for 'org.jboss.test.jmx.mbean.TestMBClassLoader' using 
template file 
'jar:file:/home/jbossci/jbossci2/jboss-head-test/thirdparty/xdoclet-xdoclet/lib/xdoclet-jmx-module-jb4.jar!/xdoclet/modules/jmx/resources/mbean.xdt'.
[jmxdoclet] INFO:Some classes refer to other classes that were not found among the 
sources or on the classpath.
[jmxdoclet]  (Perhaps the referred class doesn't exist? Hasn't been generated 
yet?)
[jmxdoclet]  The referring classes do not import any fully qualified classes 
matching these classes.
[jmxdoclet]  However, since no packages are imported, xjavadoc has assumed 
that the referred classes
[jmxdoclet]  belong to the same package as the referring class. The classes 
are:
[jmxdoclet] 
/home/jbossci/jbossci2/jboss-head-test/testsuite/src/main/org/jboss/test/jmx/deployer/BrokenDeployer.java
 -- BrokenDeployerMBean qualified to org.jboss.test.jmx.deployer.BrokenDeployerMBean
[jmxdoclet] 
/home/jbossci/jbossci2/jboss-head-test/testsuite/src/main/org/jboss/test/jmx/invoker/InvokerTest.java
 -- InvokerTestMBean qualified to org.jboss.test.jmx.invoker.InvokerTestMBean
[jmxdoclet] 

[JBoss-dev] JBoss Shutdown Failed! JBoss (HEAD/linux1/1.4.1_06) [AUTOMATED]

2004-02-29 Thread kimptoc_mail
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===
Mon Mar  1 01:48:37 GMT 2004
===
HERE ARE THE LAST 100 LINES OF THE LOG:
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===
Exception in thread main javax.naming.NamingException: Could not dereference object. 
 Root exception is javax.naming.CommunicationException.  Root exception is 
java.lang.ClassNotFoundException: org.jboss.jmx.adaptor.rmi.RMIAdaptor (no security 
manager: RMI class loader disabled)
at sun.rmi.server.LoaderHandler.loadProxyClass(LoaderHandler.java:521)
at java.rmi.server.RMIClassLoader$2.loadProxyClass(RMIClassLoader.java:639)
at java.rmi.server.RMIClassLoader.loadProxyClass(RMIClassLoader.java:309)
at 
sun.rmi.server.MarshalInputStream.resolveProxyClass(MarshalInputStream.java:241)
at java.io.ObjectInputStream.readProxyDesc(ObjectInputStream.java:1469)
at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1432)
at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1626)
at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1274)
at java.io.ObjectInputStream.readObject(ObjectInputStream.java:324)
at java.rmi.MarshalledObject.get(MarshalledObject.java:135)
at org.jnp.interfaces.MarshalledValuePair.get(MarshalledValuePair.java:30)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:550)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:507)
at javax.naming.InitialContext.lookup(InitialContext.java:347)
at org.jnp.interfaces.NamingContext.resolveLink(NamingContext.java:964)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:613)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:507)
at javax.naming.InitialContext.lookup(InitialContext.java:347)
at org.jboss.Shutdown.main(Shutdown.java:182)
JBOSS SHUTDOWN FAILED

===
Mon Mar  1 01:48:37 GMT 2004
===
Linux nog.kimptoc.net 2.4.20-28.7 #1 Thu Dec 18 11:31:59 EST 2003 i686 unknown
===
java -version
java version 1.4.1_06
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_06-b01)
Java HotSpot(TM) Client VM (build 1.4.1_06-b01, mixed mode)


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Nukes Development] - Re: Security changes

2004-02-29 Thread jae77
i just made an update to the SecurityManager class so that the getSecLevel will 
iterate over all the permissions and return the highest level level for the given set 
of groups. 

this allows different groups to use the same security patterns, which i noticed no 
longer worked correctly when i went to resolve the conflicts in the news module.

also, the Admins security setting was missing from the forums jboss-service.xml file - 
please reflush the security settings when you update, or the stored database 
configuration will override the xml file's.

finally, if anyone is working on adding security and are having problems, add the 
following line to your log4j.conf file (under jboss/nukes) to get some useful debug 
information output to the logs.


  | category name=org.jboss.nukes.security
  |   priority value=DEBUG/
  | /category
  | 

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

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


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] JBoss Test Results: 80 % ( 1003 / 1244 ) - come on - pull your finger out. JBoss (HEAD/linux1/1.4.1_06) [AUTOMATED]

2004-02-29 Thread kimptoc_mail
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===
Mon Mar  1 01:59:24 GMT 2004
===
HERE ARE THE LAST 100 LINES OF THE LOG:
===
==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS==
===
===


JBoss daily test results

SUMMARY

Number of tests run:   1244



Successful tests:  1003

Errors:223

Failures:  18





[time of test: 2004-03-01.01-46 GMT]
[java.version: 1.4.1_06]
[java.vendor: Sun Microsystems Inc.]
[java.vm.version: 1.4.1_06-b01]
[java.vm.name: Java HotSpot(TM) Client VM]
[java.vm.info: mixed mode]
[os.name: Linux]
[os.arch: i386]
[os.version: 2.4.20-28.7]

Useful resources:

- 
http://jboss.kimptoc.net/linux1/1.4.1_06/logtests/testresults/reports/html//2004-03-01.01-46
 for
the junit report of this test.


NOTE: If there are any errors shown above - this mail is only highlighting 
them - it is NOT indicating that they are being looked at by anyone.

It is assumed that whoever makes change(s) to jboss that 
break the test will be fixing the test or jboss, as appropriate!





DETAILS OF ERRORS



Suite:   org.jboss.test.aop.test.RemotingUnitTestCase
Test:testRemoting
Type:error
Exception:   java.lang.reflect.UndeclaredThrowableException
Message: 
-



Suite:   org.jboss.test.aop.test.RemotingUnitTestCase
Test:testNonadvisedRemoting
Type:error
Exception:   java.lang.reflect.UndeclaredThrowableException
Message: 
-



Suite:   org.jboss.test.aop.test.RemotingUnitTestCase
Test:testClusteredRemoting
Type:error
Exception:   java.lang.reflect.UndeclaredThrowableException
Message: 
-



Suite:   org.jboss.test.aop.test.RemotingUnitTestCase
Test:testClusteredNonadvisedRemoting
Type:error
Exception:   java.lang.reflect.UndeclaredThrowableException
Message: 
-



Suite:   org.jboss.test.cache.test.local.TxConcurrentUnitTestCase
Test:unknown
Type:error
Exception:   junit.framework.AssertionFailedError
Message: Timeout occurred
-



Suite:   org.jboss.test.cmp2.readonly.ReadonlyUnitTestCase
Test:testSetUp
Type:error
Exception:   net.sourceforge.junitejb.RemoteTestException
Message: Column not found: ID in statement [INSERT INTO Publisher (id, name) 
VALUES (1,'O''Reilly  Associates')]

===
Mon Mar  1 01:59:24 GMT 2004
===
Linux nog.kimptoc.net 2.4.20-28.7 #1 Thu Dec 18 11:31:59 EST 2003 i686 unknown
===
java -version
java version 1.4.1_06
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_06-b01)
Java HotSpot(TM) Client VM (build 1.4.1_06-b01, mixed mode)


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [IIOP on JBoss] - Out of memory error when passing string argument

2004-02-29 Thread JohnAGibbons
I am trying to access EJBs in JBOSS via the CORBA interface. The client is a system 
using MICO.

I can quite happily create a stateless session bean from its home and then call 
various methods with long or int params and get the returned results.

When I try to call a method with a String argument an out of memory exception is 
thrown.

This does not appear to be a problem on the client side as I have a  non-JBOSS test 
server that prints the call details without problem.

Does anyone have an example that uses strings as arguments?


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

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


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Nukes Development] - JSPs not working after the security changes

2004-02-29 Thread sgwood

I don;t know whether this is a coincidence, but after the security changes, JSPs are 
not working. Hitting test/test.jsp shows a blank content panel and no errors in the 
log.

In trying to understand what is happening, I looked at the JspFilter and JspModule. 
There is redundant code in JspFilter - the set up of the Callback. Executing the 
Callback is commented out in the JspModule. The code that seems to get the JSP working 
is the dispatcher.forward in JspFilter.


Any ideas?


Sherman

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

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


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Nukes Development] - unit tests

2004-02-29 Thread jae77

  i ended up creating some junit tests to help test some of the security changes i was 
working on and would like to know where they should go in terms of cvs layout. 

  

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

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


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [JBossWeb] - Deploying Struts Application on Jboss which is in Linux Mac

2004-02-29 Thread srikanth.d
Hi,

I Download a struts apllication from  website and deployed  in jboss 3.2.1 on Windows 
machine .It is worked nicely.But When the same application deployed in
 Jboss 3.2.1-Red hat 9.0 Linux Machine  I got the following error

java.io.EOFException: Unexpected end of ZLIB input stream
at java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:215)
at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:134)
at java.util.zip.ZipInputStream.read(ZipInputStream.java:140)
at java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java:91)
at java.util.zip.ZipInputStream.getNextEntry(ZipInputStream.java:69)
at 
org.jboss.web.AbstractWebContainer.parseMetaData(AbstractWebContainer.java:827)
at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:355)
at org.jboss.deployment.MainDeployer.start(MainDeployer.java:832)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:640)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:613)
at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
at $Proxy7.deploy(Unknown Source)
at 
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:302)
at 
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:476)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:200)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:211)
at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:190)


If anybody aware of this.Please send the cause immedaitely.
Thank you in advance
Regards,
Sathish.G

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

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


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [Javassist development Forum] - Re: Debugging with Javassist

2004-02-29 Thread Kevin Conner
Hiya Bill.

Yep, I know.  I was just letting him know that I am already working on some changes to 
javassist to support the metadata attributes in the class info stuff.

I was originally wrapping the javassist classes but decided that it made more sense to 
do it properly and add the support for this directly into the javassist code.

Kev


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

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


---
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps  Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356alloc_id=3438op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development