[JBoss-dev] [Design of JMX on JBoss (JBoss/JMX)] - Re: jboss-jmx cann't be compiled

2005-04-19 Thread darranl
"miloveme" wrote : | I check out jboss-4.0 | How did you perform the checkout? What was the CVS command that you used? Did you specify 'Branch_4_0'? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3874415#3874415 Reply to the post : http://www.jboss.o

[JBoss-dev] [Design of JBoss Remoting, Unified Invokers] - Re: Regarding JNDI ERROR While connecting to Remote database

2005-03-31 Thread darranl
You need to take your question to the 'Beginners Corner' forum. You will also need to provide more information. What JBoss version? What steps have you performed to deploy the datasource? Are there any errors when you deploy the datasource? Have you checked 'JNDI View' in the JMX console to see

[JBoss-dev] [Deployers on JBoss (Deployers/JBoss)] - Re: Active Deployer Development?

2005-03-22 Thread darranl
Scott, I will have a look at the LDAP enhancement for security (JBAS-1525). I need to get familiar with using LDAP with JBoss so I will get myself set up with something working first and get back to you. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3871170#

[JBoss-dev] [Deployers on JBoss (Deployers/JBoss)] - Re: Active Deployer Development?

2005-03-21 Thread darranl
Ok, if the requirement is just for the new deployers to be dynamically added this makes sense. As well as adding the '.'s and '-'s to the suffixes i think the list in the DeploymentSorter should also be removed to avoid confusion. Thank you both for your feedback. Let me know if there is anyth

[JBoss-dev] [Deployers on JBoss (Deployers/JBoss)] - Re: Active Deployer Development?

2005-03-21 Thread darranl
Scott, Inside the MainDeployer there is a method 'removeDeployer', inside this method there is the following line: - suffixOrderHelper.removeSuffixes(deployer.getSuffixes(), deployer.getRelativeOrder()); This removes the suffix from the list in the SuffixOrderHelper. The 'addSuffixes' method

[JBoss-dev] [Deployers on JBoss (Deployers/JBoss)] - Re: Active Deployer Development?

2005-03-21 Thread darranl
Dimitris, I have tried adding the '.' to each of the suffixes in the SuffixOrderHelper and that does correct the issues identified in 'JBAS-1517' I did originally try adding the '.' to the suffixes in the DeploymentSorter but these were overiden by the suffixes in the SuffixOrderHelper. The two

[JBoss-dev] [Deployers on JBoss (Deployers/JBoss)] - Active Deployer Development?

2005-03-20 Thread darranl
Is there any active development in the area of the JBoss deployers at the moment? The reason that I am asking is because I have been looking at the following issue: - http://jira.jboss.com/jira/browse/JBAS-1517 The solution requires a period to be added to all of the suffixes defined in the c

[JBoss-dev] [Design of JBoss Portal] - Re: error when I loggin in jboss portal

2005-03-14 Thread darranl
And does the configuration in the deployed 'ds-xml' contain the correct username and password? Have you tried connecting to the database as the user? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869973#3869973 Reply to the post : http://www.jboss.org/inde

[JBoss-dev] [Deployers on JBoss (Deployers/JBoss)] - Re: Deployment work on local machine but not on server...

2005-02-26 Thread darranl
You are a user of user of JBoss not a developer of JBoss, repost your question in one of the user forums. Also more detail will be needed, exactly how have you packaged your app, what is in the deployment descriptors especially the application.xml, are there any errors being displayed in the we

[JBoss-dev] [XDoclet on JBoss (XDoclet/JBoss)] - Re: destination-jndi-name not generated in jboss.xml

2004-12-09 Thread darranl
I think when looking at the 'Mandatory' column you also need to take into account the 'Applicability' column and as this value is not applicable to message driven beans it is not mandatory for message driven beans. Also you can not specify the destination JNDI name in that way, you need to use

[JBoss-dev] [JBossWS] - Re: migrate IIS to tomcat, then migrate the whole .net archi

2004-12-06 Thread darranl
Is this another example of a post that has been corrupted? I don't think that the top post was ever part of this thread!! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857557#3857557 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting

[JBoss-dev] [Management on JBoss] - Re: How come there is no reciprocal of JBoss multiple server

2004-12-03 Thread darranl
-s, --server=Specify the JNDI URL of the remote server Each of your server instances will have a different URL for JNDI. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857304#3857304 Reply to the post : http://www.jboss.org/index.html?module=bb&o

[JBoss-dev] [Tomcat] - Re: Integrate Tomcat and JBoss

2004-11-27 Thread darranl
Do not cross post. Answered at: - http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856562 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3856574#3856574 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3856574 -

[JBoss-dev] [JTA on JBoss] - Re: Transaction not locking resource

2004-09-27 Thread darranl
Post your question in a user forum not a developer forum. Also what table type are you using MyISAM or InnoDB? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849671#3849671 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p

[JBoss-dev] [EJB on JBoss] - Re: JBoss 4.0.0 and MySQL as DefaultDS: bug in ejb-deployer.

2004-09-25 Thread darranl
http://sourceforge.net/tracker/index.php?func=detail&aid=1029232&group_id=22866&atid=376685 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849250#3849250 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849250 ---

[JBoss-dev] [Web Services] - Re: Need help -- deploying java class as web services in jbo

2004-09-24 Thread darranl
Post your questions in the user forums not the developer forums. See http://www.jboss.org/wiki/Wiki.jsp?page=JBossWS, should cover the stuff you need. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849407#3849407 Reply to the post : http://www.jboss.org/inde

[JBoss-dev] [JBossWS] - Re: in RC1 my web services don't work anymore

2004-09-17 Thread darranl
jboss-net was removed and replaced with ws4ee, have a look at the Wiki - there are some examples of how to deploy J2EE 1.4 compatible web services on there. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3848606#3848606 Reply to the post : http://www.jboss.or

[JBoss-dev] [JBossWS] - Re: JNDI Lookup not returning 'javax.xml.rpc.Service'

2004-09-12 Thread darranl
Thomas, Yes the problem was that the required jars were not in my Classpath, I have been in the habit in the past of waiting for ClassNotFoundExceptions and then adding the required jars as required. Thanks for your help. From, Darran. View the original post : http://www.jboss.org/index.html

[JBoss-dev] [JBossWS] - JNDI Lookup not returning 'javax.xml.rpc.Service'

2004-09-12 Thread darranl
I have been trying to put together my own web service based on the Sample and documentation in the Wiki. I can get a simple bean / web service deployed that takes a String as a paramter and returns a String. Executing a client for the simple bean is also fine. I run into problems when I try an

[JBoss-dev] [JBoss Media (EMB)] - Re: Is anybody working/using EMB?

2004-09-09 Thread darranl
Thanks Scott, that sorted the problem. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847697#3847697 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847697 --- This S

[JBoss-dev] [JBoss Media (EMB)] - Re: Is anybody working/using EMB?

2004-09-09 Thread darranl
Have these changes afftected the build for the testsuite? I have just checked out a clean copy of jboss-head and executed build in the build module which completes without any problems. Then when I execute build in the testsuite module I get the following errors: - [javac] Compiling 1805 sour

[JBoss-dev] [JBossWS] - Re: J2EE compatible web services

2004-09-09 Thread darranl
Thanks Scott, I will put together some test cases and raise this. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847626#3847626 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847626 ---

[JBoss-dev] [JBossWS] - Re: J2EE compatible web services

2004-09-08 Thread darranl
Thomas, What is the process to go through to get fixes aplied to the current implementation of WS4EE? I am currently experiencing problems where generated response messages are invalid, I have been debugging JBoss and Axis and have traced the problem to the message generation code within Axis.

[JBoss-dev] [Deployers on JBoss (Deployers/JBoss)] - Re: help deploying the .ear file

2004-09-04 Thread darranl
Post your question to a user forum not a devloper forum. The developer forums are for people developing JBoss, not for people developing apps that use JBoss. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847252#3847252 Reply to the post : http://www.jboss.

[JBoss-dev] [JBoss IDE] - Re: no META-INF/application.xml found

2004-09-03 Thread darranl
Have you checked the case of META-INF ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3847229#3847229 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3847229 --- This

[JBoss-dev] [JMS on JBoss (JMS/JBoss)] - Re: Address already in use: JVM_Bind

2004-09-03 Thread darranl
First why are you posting this in a JMS development forum? Do you have any idea as to which forums to use for which questions? Second before posting this have you bothered to check if the port is already in use? Which operating system are you using? View the original post : http://www.jboss.o

[JBoss-dev] [JBoss IDE] - Re: How do you activate JBoss in Eclipse???

2004-08-10 Thread darranl
it utterly failed to do so!! - In what way did it fail, were there any errors? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3844671#3844671 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3844671 --

[JBoss-dev] [EJB on JBoss] - Re: How to configure /element in the

2004-07-22 Thread darranl
Try a user forum not a devloper forum. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842937#3842937 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842937 --- This S

[JBoss-dev] [TODO -- DEVELOPMENT] - Re: How do I import all the project of jboss source code?

2004-07-15 Thread darranl
The instructions in the Wiki say that JBoss should be built before importing into Eclipse. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842214#3842214 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842214 ---

[JBoss-dev] [JBoss IDE] - Re: about jboss IDE source code

2004-07-14 Thread darranl
http://sourceforge.net/projects/jboss View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842073#3842073 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842073 --- This SF

[JBoss-dev] [JBoss IDE] - Re: what ide was the Jboss developers using? Eclipse or JBui

2004-07-02 Thread darranl
Lepe, I haven't tried using the guide so don't know how up to date it is, have you tried it and hit a problem? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840783#3840783 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&

[JBoss-dev] [JBossWeb] - Re: web.xml Parsing Problem

2004-06-30 Thread darranl
Try posting into the correct forum (User not Developer). View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840481#3840481 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3840481

[JBoss-dev] [JBoss IDE] - Re: Eclipse and JBoss IDE plugin

2004-06-24 Thread darranl
Are you behind a firewall / proxy server? Have you tried all of the steps including the tips in the installation guide? If you can't get Eclipse to work download the plug in zip file and install it by hand. http://www.jboss.org/wiki/Wiki.jsp?page=JBossIDEInstallationFAQ View the original post

[JBoss-dev] [JBoss IDE] - Re: what ide was the Jboss developers using? Eclipse or JBui

2004-06-17 Thread darranl
Scott, the above guides do cover how to use the JBoss source within Eclipse. http://www.jboss.org/developers/guides/eclipse-howto/index View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3839103#3839103 Reply to the post : http://www.jboss.org/index.html?module=b

[JBoss-dev] [JBoss IDE] - Re: what ide was the Jboss developers using? Eclipse or JBui

2004-06-15 Thread darranl
http://www.jboss.org/developers/guides/index View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838768#3838768 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838768 ---

[JBoss-dev] [EJB on JBoss] - Re: HOW TO USED LIKE AND ORDER CLAUSE JBOSS

2004-06-08 Thread darranl
Wrong forum. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837955#3837955 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837955 --- This SF.Net email is sponsored b

[JBoss-dev] [Deployers on JBoss (Deployers/JBoss)] - Re: .ear deployment fails with: Failed to setup client ENC

2004-05-13 Thread darranl
You need to try one of the forums in the user section, these forums are for developing JBoss not developing components that use JBoss. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834843#3834843 Reply to the post : http://www.jboss.org/index.html?module=bb

[JBoss-dev] [Deployers on JBoss (Deployers/JBoss)] - Re: Client delphi

2004-05-13 Thread darranl
You are in the wrong forum, ask your questions in the user forums. The developer forums are for developing JBoss not for developing components that run on / use JBoss. In answer to your question have you considered web services? View the original post : http://www.jboss.org/index.html?module=b

[JBoss-dev] [EJB on JBoss] - Re: Building Ear file

2004-05-05 Thread darranl
You are in completely the wrong forum try the begginers corner forum, also only post to the user forums not the developer forums. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3833686#3833686 Reply to the post : http://www.jboss.org/index.html?module=bb&op=p

[JBoss-dev] [JBoss IDE] - Re: Building JBoss IDE

2004-05-05 Thread darranl
Thanks for your help, now that I know that it should work Ok I will look into it a bit more and let you know what I find out. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3833693#3833693 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posti

[JBoss-dev] [EJB on JBoss] - Re: Receive time out from different subnet

2004-05-04 Thread darranl
Try one of the user forums not the development forum View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3833536#3833536 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3833536

[JBoss-dev] [Clusters on JBoss (Clusters/JBoss)] - Re: Warning : Deployed as CLUSTERED but not a single cluster

2004-04-30 Thread darranl
You are in the wrong forum and you have not configured JBoss so that it is part of a cluster. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3833224#3833224 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3833224 --

[JBoss-dev] [JBoss IDE] - Re: Building JBoss IDE

2004-04-30 Thread darranl
Thanks for your help, here is the build.xml file contained within the feature project generated from the feature.xml | | | | | | | | | | | | | |

[JBoss-dev] [JBoss IDE] - Re: Building JBoss IDE

2004-04-30 Thread darranl
Now I have deleted everything for JBoss-IDE and I have checked out the eclipse-3-0 branch again. I have followed through the instructions in the Wiki For some reason I still have an extra project that is not mentioned 'org.jboss.ide.eclipse.xdoclet.help', should this be mentioned in the Wiki?

[JBoss-dev] [Tomcat] - Re: Need help with directory structure between 2.2.4 and 3.2

2004-04-30 Thread darranl
I have never seen that file before, I think it is no longer used by JBoss. To perform the migration I think that you will need someone that fully understands the configuration requirements of the app so that new configuration files can be written. Also you are in the wrong forum, you will have b

[JBoss-dev] [EJB on JBoss] - Re: After Downloading JBoss3.2.3 how to install it?

2004-04-30 Thread darranl
Look at the Wiki. Follow the instructions in the getting started guide available from the Docs link above. Also do not post in the development forums, only post in the user forums - you will get more help that way. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopi

[JBoss-dev] [EJB on JBoss] - Re: ejbRemove not called when statefull session times out

2004-04-30 Thread darranl
I only have a copy of the EJB 2.0 specification at the moment. A little bit further down the specification after the diagram that you have mentioned there is a section called 'Missed ejbRemove() calls'. The first point says that the bean provider must not assume that ejbRemove() will ever get c

[JBoss-dev] [JBoss IDE] - Re: XDoclet and JSP

2004-04-29 Thread darranl
I am still trying to work out what you are trying to achieve. Although possible it is not advisable to interact with EJBs directly from JSP pages, my opinion is that there should be almost no code in a JSP page. EJBs and JSPs are not closely related and will be deployed seperately. When writing

[JBoss-dev] [JBoss IDE] - Re: XDoclet and JSP

2004-04-28 Thread darranl
This question is unlikely to get an answer, can you be a bit more specific about what you are trying to do? JSP pages do not require remote and home interfaces. What do you mean by 'what about XDoclet ?'? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3832814

[JBoss-dev] [JBoss IDE] - Re: I CAN'T UPDATE ... ?????

2004-04-27 Thread darranl
Have you tried pressing refresh in the web browser, I have had quite a times where the web browser is displaying a cached page. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3832682#3832682 Reply to the post : http://www.jboss.org/index.html?module=bb&op=pos

[JBoss-dev] [JBoss IDE] - Re: error 500 with jmx-console

2004-04-27 Thread darranl
JBoss outside of Eclipse Have you set a JAVA_HOME environment variable to point to your JDK folder? Also have you installed JBoss and the JDK in folders without any spaces in the name? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3832660#3832660 Reply to

[JBoss-dev] [JBoss IDE] - Re: Building JBoss IDE

2004-04-27 Thread darranl
Yes those instructions seem to match the instructions available from SourceForge. Once thing that I have noteced it that I have got a 'org.jboss.ide.eclipse.xdoclet.help' project from somewhere which I have now removed. When you do a fresh checkout from CVS are you able to get everything working

[JBoss-dev] [JBoss IDE] - Re: error 500 with jmx-console

2004-04-27 Thread darranl
Is Eclipse configured to use a JRE or SDK? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3832574#3832574 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3832574 --- Th

[JBoss-dev] [JBoss IDE] - Re: Building JBoss IDE

2004-04-27 Thread darranl
I have just seen the new post instructing everyone to check the Wiki before posting and to update it after giving an answer to a question that others may find helpfull. The installing JBoss IDE page misses out one installation method - 'Compiling From Source' Could someone please let me know -

[JBoss-dev] [JBoss IDE] - Building JBoss IDE

2004-04-22 Thread darranl
I have just retrieved the latest JBoss IDE source from CVS (The eclipse-3-0 branch). I have imported all of the projects into Eclipse 3.0M8 and I have executed 'Create ANT Build File'. Using Eclipse I execute the 'build.update.jar' target, this appears to complete without any problems. Using E

[JBoss-dev] [TODO -- DEVELOPMENT] - Re: java.lang.IllegalStateException

2004-03-17 Thread darranl
You are in the wrong forum, use this forum if you want to make a contribution to JBoss development (Not your own development) Post your question in the beginners corner foum and provide 1 - A reasonable desription of what you are doing. 2 - The full stack trace including associated errors 3 - Yo