[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

[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

[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

[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;), |

[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

[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

[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.

[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

[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

[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

[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== ===

[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== ===

[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.

[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

[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== ===

[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== ===

[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

[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== ===

[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

[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

[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 :

[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

[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