[JBoss-dev] [Nukes Development] - Re: look at this problem when start jboss

2004-06-01 Thread pista
I have the same problem !! Someone can help us please ! Thanks ! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3837030#3837030 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3837030

[JBoss-dev] [JBoss IDE] - Re: Wishes and Wanted features

2004-06-01 Thread dfollen
dkrizic wrote : Hi! | | I wish relative paths in the generated ant build.xml files, so the files are shareable better. | | ...darko | Something like that could also be useful to automatically deploy repackaged EJB or librairies. I'd like to have this feature too View the original

[JBoss-dev] [ jboss-Bugs-961469 ] Errors starting JBoss from IDE on MAC OS X

2004-06-01 Thread SourceForge.net
Bugs item #961469, was opened at 2004-05-27 12:22 Message generated for change (Settings changed) made by letiemble You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=961469group_id=22866 Category: JBoss-IDE Group: None Status: Open Resolution: None Priority:

[JBoss-dev] [ jboss-Bugs-964272 ] Output of htmlhead is doubled

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

[JBoss-dev] [Nukes Development] - New languages

2004-06-01 Thread Sania
What i need to do to add new language to my Nukes? I need all interface translated. If it cann't be done without programming, that's ok, I have some programming expirience. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3837063#3837063 Reply to the post :

[JBoss-dev] [AOP on JBoss (Aspects/JBoss)] - Re: AOP without AOPC

2004-06-01 Thread Bill Burke
Non AOPC works within JBoss 3.2.4 RC2 and JBoss 4.0DR4 and higher. You can run with load-time transformations in STANDALONE, but you need full control of classloading. See the WIKI for more details: http://www.jboss.org/wiki/Wiki.jsp?page=RunningWithJBossApplicationServer

[JBoss-dev] [JCA on JBoss] - Re: TODO: ConnectionDefinitionDeployer - replace XSLSubDeplo

2004-06-01 Thread spiritualmechanic
Ah. Okay. I think I get how this needs to be chopped up now. I'm going to work on programmatically creating Factory, Pool, and ConnectionManager using the new metadata. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3837075#3837075 Reply to the post :

[JBoss-dev] [Tomcat] - Re: RC2 - Tomcat5 default Host definition must have deploy

2004-06-01 Thread remm
What you describe doesn't happen for me. Also, don't post a bug if you just want to suggest a configuration change (this seems safe to me, so I'll do it). View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3837078#3837078 Reply to the post :

[JBoss-dev] [Deployers on JBoss (Deployers/JBoss)] - Class loader weridness

2004-06-01 Thread lcamargo
I was getting the following exception | java.lang.ClassCastException at | org.apache.ojb.broker.metadata.MetadataManager.buildDefaultKey(MetadataManager.java:558) | when initailizing OJB in an application deployed on Jboss. The source code is | private PBKey buildDefaultKey()

[JBoss-dev] [Tomcat] - Servlet.jar in jboss-3.2.3

2004-06-01 Thread jane
I have downloaded jboss-3.2.3 which is bundled/embedded with tomcat 4.1.29. I was running a jsp file and the build.xml file contains the path to servlet.jar. But there is no servlet.jar available in the jboss directory. Do I have to download Tomcat now separately and integrate with JBoss ?

[JBoss-dev] [Deployers on JBoss (Deployers/JBoss)] - WARNING: DO NOT POST USER QUESTIONS HERE

2004-06-01 Thread [EMAIL PROTECTED]
This forum is for the discussion of the development of the JBoss Deployment System. User questions will be ignored/deleted Ask yourself, whether you suggesting an improvement or reporting a bug you found in the source code. If you are asking for help you are in the wrong forum. Choose from one

[JBoss-dev] [Deployers on JBoss (Deployers/JBoss)] - WARNING: USER QUESTIONS WILL BE DELETED

2004-06-01 Thread [EMAIL PROTECTED]
See DO NOT POST USER QUESTIONS HERE View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3837120#3837120 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3837120 --- This SF.Net

[JBoss-dev] [Nukes Development] - Re: EJB archives structure and ro/rw

2004-06-01 Thread KaMiKaTze
This is really clever! In order to make the Interceptors available to other modules it would make sense to move them to nukes.core.ejb.interceptor -- BBTools needs some cleanup anyway, it's a hotchpotch of concerns. I've coded the changes and added some comments for clarification in the

[JBoss-dev] [EJB on JBoss] - JBoss' SessionContext.getEJBObject() vs. the spec.

2004-06-01 Thread perisb
I get an unexpected IllegalStateException: 'No remote interface defined' when invoking SessionContext.getEJBObject() in a (stateful) Session that was created with its local home. The spec. does not forbid this, as far as I can see. Motivation: I have a master Session bean that wants to

[JBoss-dev] [ jboss-Bugs-962625 ] Error with Log File view when logfile is empty

2004-06-01 Thread SourceForge.net
Bugs item #962625, was opened at 2004-05-29 09:12 Message generated for change (Comment added) made by letiemble You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=962625group_id=22866 Category: JBoss-IDE Group: None Status: Closed Resolution: None Priority:

[JBoss-dev] [ jboss-Bugs-958582 ] Eclipse 3.0 M9 and JBossIDE 1.2.330

2004-06-01 Thread SourceForge.net
Bugs item #958582, was opened at 2004-05-22 18:56 Message generated for change (Comment added) made by letiemble You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=376685aid=958582group_id=22866 Category: JBoss-IDE Group: None Status: Closed Resolution: Fixed Priority:

[JBoss-dev] [EJB on JBoss] - Re: JBoss' SessionContext.getEJBObject() vs. the spec.

2004-06-01 Thread [EMAIL PROTECTED]
Already fixed in 3.2.4 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3837139#3837139 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3837139 --- This SF.Net email is

[JBoss-dev] [EJB on JBoss] - Re: JBoss' SessionContext.getEJBObject() vs. the spec.

2004-06-01 Thread perisb
Is 3.2.4 publicly available? I don't see it on the download page. -Peris View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3837141#3837141 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3837141

[JBoss-dev] [EJB on JBoss] - Re: JBoss' SessionContext.getEJBObject() vs. the spec.

2004-06-01 Thread [EMAIL PROTECTED]
It is due out soon. You are posting in the development forums (rather than the user forums) so you are expected to know a little about the project! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3837144#3837144 Reply to the post :

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

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

[JBoss-dev] Compilation Failed! JBoss (HEAD/winxp/1.4.2_03) [AUTOMATED]

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

[JBoss-dev] [EJB on JBoss] - Re: JBoss' SessionContext.getEJBObject() vs. the spec.

2004-06-01 Thread perisb
I'm sorry. I've been away. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3837146#3837146 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3837146 --- This SF.Net email is

[JBoss-dev] [Nukes Development] - Re: EJB archives structure and ro/rw

2004-06-01 Thread cooper
file it as a bug report. I don't know if these interceptors can be used elsewhere though. the value object interceptor should be a client interceptor too instead of being a server side interceptor. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3837149#3837149

[JBoss-dev] [Nukes Development] - Re: look at this problem when start jboss

2004-06-01 Thread cooper
what is module the being deployed ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3837152#3837152 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3837152 --- This SF.Net

[JBoss-dev] [JCA on JBoss] - Re: TODO: ConnectionDefinitionDeployer - replace XSLSubDeplo

2004-06-01 Thread spiritualmechanic
I noticed the RAR deployer is pretty different between 3.2.4RC2 and jboss-head. Which one should I be coding/testing against? I can do current now and head later, but you may just want to skip to head. Doesn't matter to me. View the original post :