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

2004-02-27 Thread cgjung
which version of jboss are you using? (NoClassDefs in contrast to ClassNotFounds are a hint that not the target class itself could not be found, but a linked class from there). How do you deploy the whole stuff ear(ejb-jar,wsr)? Could you maybe send me a small deployment unit such that I could

[JBoss-dev] [JBoss.net] - Re: Eye of Newt, Wing of Bat -- the Mystery of Jboss.net

2004-02-27 Thread cgjung
does this also solve the NoClassDef problem in your other post? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3823221#3823221 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3823221

[JBoss-dev] [ jboss-Bugs-905760 ] Testsuite doesn't run with JBoss 3.2 (20040227)

2004-02-27 Thread SourceForge.net
Priority: 5 Submitted By: Juan Martinez (juanmartinez) Assigned to: Nobody/Anonymous (nobody) Summary: Testsuite doesn't run with JBoss 3.2 (20040227) Initial Comment: Hi. I#039;ve just checked out a fresh copy of the Branch_3_2 branch (20040227) using: cvs co -r Branch_3_2 jboss-3.2

[JBoss-dev] [Nukes Development] - Re: JSR-168 compliance?

2004-02-27 Thread cooper
we are thinking about doing View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3823236#3823236 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3823236 --- SF.Net is sponsored

[JBoss-dev] [Nukes Development] - Re: Using JSP for the view

2004-02-27 Thread cooper
You are right, it needs a better support and will be done after 1.0 is out. Actually I am thinking about using .war archive instead of .sar archive like jsr-168 with maybe a nukes.xml in the WEB-INF of the war file. View the original post :

[JBoss-dev] [Nukes Development] - Re: Clustering?

2004-02-27 Thread cooper
not yet, this needs to be done because we want failover for Nukes View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3823239#3823239 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3823239

[JBoss-dev] [Nukes Development] - Re: active developer soundoff

2004-02-27 Thread noel.rocher
Thanks Julien I would really appreciate to drink a beer with you again ! BTW with all of you could be really great :o) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3823238#3823238 Reply to the post :

[JBoss-dev] [JBoss IDE] - bin directory refresh when a .java file is updated

2004-02-27 Thread danilo_lr
Hi, I am using JBoss IDE and to develop web applications. The problem is when I update a java file it is not redeployed on the running jboss instance (how swapping). I was looking on the problem and I see the only problem is when I update and save the .java file the .class file is not

[JBoss-dev] [Nukes Development] - Re: JSR-168 compliance?

2004-02-27 Thread mkural
cooper wrote : we are thinking about doing Did you think about integrating with an already existing portlet container (not portal server, just the portlet container portion)? So you don't have to write a portlet container from scratch. Some open-source portlet containers out there: Pluto

[JBoss-dev] [Nukes Development] - Re: JSR-168 compliance?

2004-02-27 Thread cooper
I don't know yet, this is not bullet #1 on the list. I think implementing portlet is not that hard and I did not looked at Mickey's dog. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3823271#3823271 Reply to the post :

[JBoss-dev] [Nukes Development] - Re: JSR-168 compliance?

2004-02-27 Thread ivelin
I've posted a request on both the eXo and liferay maliling lists to think about joining Nukes. Let's see who will go first. Ivelin View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3823273#3823273 Reply to the post :

[JBoss-dev] [TODO -- DEVELOPMENT] - Re: --host should set more than jboss.bind.address

2004-02-27 Thread ivelin
out of topic. please post on users / deployment. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3823279#3823279 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3823279 ---

[JBoss-dev] [TODO -- DEVELOPMENT] - EJB Timer Service

2004-02-27 Thread ivelin
Is somebody interested in making helping out with the EJB Timer services? 1) Transaction support is needed 2) Entity needs to keep ContainerTimerService map as a WeakValueHashMap (see org.jboss.util) 3) Scott also seems to want to use quartz as our new scheduler and this would effect EJB Timer

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

2004-02-27 Thread chiba
As you might know, CtClass#writeFile() dumps the contents of the class file. If you want to do source-level debugging with the code generated by Javassist, I have to extend Javassist a bit. What kind of source-level debugging do your users want? Do they want to see inserted code or newly

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

2004-02-27 Thread chiba
I will check this. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3823288#3823288 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3823288 --- SF.Net is sponsored by: Speed

[JBoss-dev] [EJB on JBoss] - Re: Standard Stateful Session Bean Error

2004-02-27 Thread oz59
Greetings. Due to the xx.ser, my hunch is that the bean timed out while passivated. If you haven't tried this, put some timestamp logging in ejbPassivate. Also, put similar timestamp logging in catch blocks for the component interface biz methods. Next time you get the error, ensure the

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

2004-02-27 Thread hlship
As an example, what would be nice if Javassist would write the code-markup text to a temporary file and add line number information for its code that pointed to that file, so that a debugger (such as Eclipse) could step through the source. Currently, when users step into a method dynamically

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

2004-02-27 Thread hlship
Oh ... and both Tapestry and HiveMind don't modify existing sources, they always create new classes entirely (often as enhanced subclasses of existing, user-provided classes). I can see that trying to do what I suggest for full-bore AOP would be a great challenge, but for new classes created

[JBoss-dev] [JBoss IDE] - JbossIDE EclipseProfiler JDK 1.4

2004-02-27 Thread thomas_X
i have tried profiling with the JbossIDE 1.2.2 Jboss 3.2.3 on JDK 1.4.2_03 and wanted to create a ServerConfiguration for profiling ...when i try the config the Server hangs! ... when i try to debug my Serverconfiguration the server startup hangs with Launching Jboss establishing debug

[JBoss-dev] [Nukes Development] - Re: JSR-168 compliance?

2004-02-27 Thread mkural
By the way just to let you now that Brian from Liferay had emailed JBoss about this matter a year and half ago but JBoss did not respond. Maybe now is a good time to respond to him regarding joining efforts with Liferay. Perhaps Julien could get on that. View the original post :

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

2004-02-27 Thread chiba
OK, that's a good (and reasonable) suggestion. Although I would not be able to implement it very soon, I definitely put this to my Todo list. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3823312#3823312 Reply to the post :

[JBoss-dev] [JBoss.net] - Re: Eye of Newt, Wing of Bat -- the Mystery of Jboss.net

2004-02-27 Thread carcudi
No, but I will post something on that in the other thread shortly. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3823314#3823314 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3823314

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

2004-02-27 Thread carcudi
Dr. Jung. Thank you again for your reply. There were two issues I was tripping over. The first (see the odd posting starting with Eye of Newt in this forum), had to do with a class collision between the commons-logging.jar file I was loading in my WAR and the commons-loading.jar already in

[JBoss-dev] [JBoss IDE] - Re: JBoss IDE broken in Eclipse M7

2004-02-27 Thread lshaligram
Where is org.jboss.ide.eclipse_1.2.2.bin.dist.zip file? I see the distribution zip file for all previous releases but not 1.2.2 release. Could someone send me the link to this file? This file is ideal to install the IDE manually as eclipse install/update does not work behind a proxy server.

[JBoss-dev] [Nukes Development] - Re: JSR-168 compliance?

2004-02-27 Thread ivelin
Sounds like the right thing to do. Julien? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3823323#3823323 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3823323 ---

[JBoss-dev] [IIOP on JBoss] - Re: Wrapper-Plugin to access EJBeans?

2004-02-27 Thread flitzie
Thx for your post, but i guess this is not what i am looking for. To make it more clear. Have a closer look at http://www.iona.com/whitepapers/CORBA-EJBInteropWPV02-00.pdf As you can see there are 2 different ways to acces an EJB. But if you have to access an EJB with CORBA 2.0 ORBs then you

[JBoss-dev] [Nukes Development] - Fix 'access to story body' bug posted in Nukes User forum

2004-02-27 Thread danvu
I figured out the problem why only users in admins group can read news extended text. In FormatedStory.FormatedStory(...), the line boolean canRead = level.greaterOrEquals(Level.ACCESS_ADD); should be changed to boolean canRead = level.greaterOrEquals(Level.ACCESS_READ); to allow people other

[JBoss-dev] [ jboss-Bugs-906156 ] Cannot post a comment for a story in news module

2004-02-27 Thread SourceForge.net
Bugs item #906156, was opened at 2004-02-27 20:54 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=906156group_id=22866 Category: Nukes Group: CVS HEAD Status: Open Resolution:

[JBoss-dev] [ jboss-Bugs-906156 ] Cannot post a comment for a story in news module

2004-02-27 Thread SourceForge.net
Bugs item #906156, was opened at 2004-02-27 20:54 Message generated for change (Settings changed) made by danvu You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=906156group_id=22866 Category: Nukes Group: CVS HEAD Status: Open Resolution: None Priority: 5

[JBoss-dev] [Nukes Development] - nested templates

2004-02-27 Thread thepriz
How deep can the nesting go? | !-- BEGIN main -- | ... | !-- BEGIN downloadListLoop -- | ... | !-- BEGIN displayNewToDay -- | nbsp;img src=modules/downloads/images/new_1.gif alt={TEXT_NEW_DOWNLOADS_IN_CATEGORY_ADDED_TODAY}br | !-- END displayNewToDay -- | !-- END

[JBoss-dev] [ jboss-Bugs-906160 ] News module: cannot read news

2004-02-27 Thread SourceForge.net
Bugs item #906160, was opened at 2004-02-27 21:02 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=906160group_id=22866 Category: Nukes Group: CVS HEAD Status: Open Resolution:

[JBoss-dev] [ jboss-Bugs-906160 ] News module: cannot read news

2004-02-27 Thread SourceForge.net
Bugs item #906160, was opened at 2004-02-27 21:02 Message generated for change (Comment added) made by danvu You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=906160group_id=22866 Category: Nukes Group: CVS HEAD Status: Open Resolution: None Priority: 5

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

2004-02-27 Thread Bill Burke
We need some recruits for Javassist. With JDK 1.5 coming up you're gonna need it. Bill View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3823336#3823336 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3823336

[JBoss-dev] [JBoss IDE] - ----JBOSS IDE INSTALLATION HELP PLEASE!!!!!!

2004-02-27 Thread lshaligram
I have posted this at least 4 times in this week. Nobody has replied yet---Is someone supporting this release or not? Where is org.jboss.ide.eclipse_1.2.2.bin.dist.zip file? I see the distribution zip file for all previous releases but not 1.2.2 release. Could someone send me the link to this

[JBoss-dev] [Nukes Development] - Re: nested templates

2004-02-27 Thread jae77
when nesting, you need to prefix the template variable name w/ the same string that you pass into the next method. ie: TEST_NEW_DOWNLOADS_IN_CATEGORY should really be: displayNewToDay.TEST_NEW_DOWNLOADS_IN_CATEGORY and if you don't invoke next, the template won't render the data (that's from

[JBoss-dev] [Nukes Development] - Problems with latest security checkin

2004-02-27 Thread sgwood
After getting the latest from CVS HEAD after the security related checkins, I am having a lot of problems. org.jboss.nukes.test.common.PropertyEditorTest can't find the class org.jboss.nukes.common.propertyeditor.Converter. The news module has compilation problems in AddStory and other

[JBoss-dev] [Nukes Development] - Re: JSR-168 compliance?

2004-02-27 Thread cooper
18 months ago I was not there, so I don't know. I will get in touch to see if we can share interests here. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3823347#3823347 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3823347

[JBoss-dev] [Nukes Development] - Re: Problems with latest security checkin

2004-02-27 Thread jae77
julien didn't update the news module b/c i'm currently neck deep in it's refactoring - i am going to take a look at getting it up to speed this weekend. not sure about the other errors though b/c i haven't updated w/ the latest changes. View the original post :

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

2004-02-27 Thread cooper
BTW, it would be a good idea to flush or update your persisted security : delete from nuke_services_attributes where pn_aid='Security' this will force when you deploy to store the current DD into the database. View the original post :

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

2004-02-27 Thread jae77
can you also explain how the patterns work. are they just arbitrary patterns that we come up w/, and then check for in the code? couldn't we do some of this work using jaas? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3823363#3823363 Reply to the post :

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

2004-02-27 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-27 Thread kimptoc_mail
=== ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS== ===

[JBoss-dev] JBoss Test Results: 39 % ( 201 / 515 ) - this is the jboss project - right?. JBoss (HEAD/winxp/1.4.1_06) [AUTOMATED]

2004-02-27 Thread kimptoc_mail
=== ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS== ===

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

2004-02-27 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.2_03) [AUTOMATED]

2004-02-27 Thread kimptoc_mail
=== ==THIS IS AN AUTOMATED EMAIL - SEE http://jboss.kimptoc.net/ FOR DETAILS== ===

[JBoss-dev] [Nukes Development] - Re: Problems with latest security checkin

2004-02-27 Thread sgwood
Still no good. After cleaning out the Security rows in nuke_services_attributes, and starting JBoss with just nukes.ear deployed, I am getting several of each of these stack traces in the start up: | 2004-02-27 20:07:11,750 INFO [org.jboss.deployment.EARDeployer] Init J2EE application: