[JBoss-user] [Installation Configuration] - CVS problem getting DR4 source

2004-06-28 Thread steeqs
I'm having trouble downloading the DR4 source directly from CVS and was wondering if 
anybody can suggest a solution/workaround. The command is:

cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/jboss co -r JBoss_4_0_0_DR4 .

After a long delay, I get this error message:

cvs checkout: inflate: invalid code lengths set
cvs [checkout aborted]: reading from server: Input/output error

BTW this command works just fine:

cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/jboss co -r JBoss_4_0_0_DR3 .

It immediately starts updating directories. Is the problem that the DR4 release is 
labelled differently?
Thanks

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

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


---
This SF.Net email sponsored by Black Hat Briefings  Training.
Attend Black Hat Briefings  Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Bug in ModelMBeanInfoSupport constructor?

2004-03-25 Thread steeqs
I was having troubles setting up persistence for my test XMBean using v4.0 DR3, so I 
dived into the code and fixed it. Or at least, it works for me. Basically, the 
constructor

public ModelMBeanInfoSupport(String className, String description,
  ModelMBeanAttributeInfo[] modelAttributes,
  ModelMBeanConstructorInfo[] modelConstructors,
  ModelMBeanOperationInfo[] modelOperations,
  ModelMBeanNotificationInfo[] modelNperations, Descriptor mbeandescriptor)

at line 179 doesn't use the last arg. The method setMBeanDescriptor() is passed 
createDefaultDescriptor(). I think it should be passed mbeandescriptor. When I put in 
this change and re-ran the code, it worked. Thus it is now:

 setMBeanDescriptor(mbeandescriptor);

Note that inside setMBeanDescriptor if the arg is null then it automatically creates a 
default descriptor for you so you need not check for null. Is this fix correct?

a 
href=http://www.jboss.org/index.html?module=bbop=viewtopicp=3827498#3827498;View 
the original post/a

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


---
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470alloc_id=3638op=click
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user