[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=bbop=viewtopicp=3874415#3874415

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


---
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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 if the datasource is 
bound?

How are you trying to obtain the datasource?  

Where are you trying to do this? From a component running the in the app server 
or is it a remote client?

Also do not try and explain exceptions just post the exception with its stack 
trace and message.

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

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


---
This SF.net email is sponsored by Demarc:
A global provider of Threat Management Solutions.
Download our HomeAdmin security software for free today!
http://www.demarc.com/info/Sentarus/hamr30
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3871170#3871170

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


---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882alloc_id=15148op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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 deployers that are registered later will also need their suffixes 
ammending, I think they were the BeanShell deployer and the Hibernate deployer.

Regarding the multiple deployers for the same deployment type, yes each 
deployment type can only be deployed by one deployer - however the file 
extension is not the only mechanism used to identify the deployment type.

The JARDepoyer, EJBDeployer and ClientDeployer all deploy files with the suffix 
'jar', their accepts method then checks the contents of the archive to see if 
it is for that deployer.

The first issue here is that the relative order is something specified by the 
deployer itself, however the ordering is based on the suffix so if multiple 
deployers can deploy archives with the same suffix their deployments must all 
have the same relative order.  Here you might like to be able to say that all 
EJB archives should be deployed before all Client archives.

If each deployer is updated to specify it's own suffix's and relative order 
there is also an issue regarding registering and unregistering the deployers as 
the list of suffixes is automatically updated.  You wouldn't want the 
undepoyment of a deployer that supports the 'jar' suffix to remove the 'jar' 
suffix from the list as other deployers can still deploy it.




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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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 of the SuffixOrderHelper makes sure that each suffix 
can only be added once.

This would mean that the three deployers 'JARDepoyer, EJBDeployer and 
ClientDeployer' would result in the 'jar' suffix being added once and the first 
one to be undeployed would result in the 'jar' suffix from being removed.

This does assume that you are adding the suffixes with the same relative order, 
however if they are being deployed with different relative orders you are back 
to the problem that the deployments are not sorted by deployer even if the 
deployers have different relative orders.

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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 anything you would like me to look at regarding this, I 
do have a couple of ideas if the registration should be made fully dynamic but 
it really comes down to if you think this is worthwhile in version 4.0.  In the 
meantime I will go back to Jira to see if I can find another issue to look at, 
any suggestions?

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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 class SuffixOrderHelper.  There are two additional deployers that add their 
suffixes to the list, these need amending to include a period in the suffix 
added to the list in SuffixOrderHelper.

The DeploymentSorter class should also have the list of defaults removed as 
these are no longer really used, at runtime they are replaced by the suffices 
in SuffixOrderHelper.

For completeness it looks as if all deployers should specify the suffixes of 
the files that they can deploy. e.g. It should be the ear deployer that 
specifies that ears can be deployed.  Making each deployer return the suffixes 
of the items that it can deploy seems to be a fairly small task, there are only 
11 deployers in the default configuration and 2 of these already do specify 
their suffixes.

With the current architecture this then leads to another issue, what happens to 
ordering if multiple deployers can deploy items with the same suffix?

Ideally I would imagine that the suffix would be used to determine what is 
deployable but then the associated deployer would be determined to work out the 
order of deployment. e.g. EJBs and Clients are both packaged in jars but it 
makes sense that the EJBs are deployed first.

From Wednesday this week I have a some days free that I could use to look at 
this but I would first like to check if this conflicts with any current 
development and if people think that this approach would be appropriate.








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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3869973#3869973

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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 web browser or JBoss console?



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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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.destination-jndi-name as specifying the destination JNDI name is app 
server specific.

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3857557#3857557

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

2004-12-03 Thread darranl
-s, --server=urlSpecify 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=bbop=viewtopicp=3857304#3857304

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3856562

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

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


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3849671#3849671

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=detailaid=1029232group_id=22866atid=376685



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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3849407#3849407

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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 and implement a complex bean that takes a complex type 
as a parameter and returns a complex type.

I have deployed my web service within an ear that contains the jar file for the WS and 
a jar file for the client.

When I try and run my client code I try and lookup the service ref and cast it to 
'javax.xml.Service', I keep getting ClassCastExceptions thrown.

It turns out that the object I have retrieved from JNDI is a 'javax.naming.Reference' 
object.

Looking at the jmx-console the item bound is a 
'org.jboss.webservice.client.ServiceReferenceable' object: - 

  +- ws4ee-client (class: org.jnp.interfaces.NamingContext)
  |   |   +- service (class: org.jnp.interfaces.NamingContext)
  |   |   |   +- CustomerOrderService (class: 
org.jboss.webservice.client.ServiceReferenceable)

I went back to the sample code downloaded from the Wiki to deploy that and see if I 
missed anything.

The sample code (complexbean) compiles and deploys the same as my code, then running 
the JUnit test case I get the same behaviour as I get with my service?

Is there a anything missing from the sample that needs changing to get the correct 
object returned?

This is using the latest JBoss (jboss-head) code from CVS last night with Sun JDK 
1.4.2_02 on Windows XP.


I also looked at the JBoss testsuite and it doesn't look as if this scenario is tested 
yet, one thing I did notice is that the eclipse .classpath file for the testsuite 
currently excludes the 'org.jboss.test.webservices' package, I think this exclusion 
needs removing now that the tests are run as part of the build.

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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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?module=bbop=viewtopicp=3847959#3847959

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3847626#3847626

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


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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 source files to 
C:\Removable\Work\Development\JBoss\jboss-head\testsuite\output\classes
  | [javac] 
C:\Removable\Work\Development\JBoss\jboss-head\testsuite\src\main\org\jboss\test\media\entity\test\EntityMediaBeanUnitTestCase.java:17:
 cannot resolve symbol
  | [javac] symbol  : class EntityMediaBeanTester 
  | [javac] location: package ejb
  | [javac] import org.jboss.test.media.entity.ejb.EntityMediaBeanTester;
  | [javac]^
  | [javac] 
C:\Removable\Work\Development\JBoss\jboss-head\testsuite\src\main\org\jboss\test\media\entity\test\EntityMediaBeanUnitTestCase.java:18:
 cannot resolve symbol
  | [javac] symbol  : class EntityMediaBeanTesterHome 
  | [javac] location: package ejb
  | [javac] import org.jboss.test.media.entity.ejb.EntityMediaBeanTesterHome;
  | [javac]^
  | [javac] 
C:\Removable\Work\Development\JBoss\jboss-head\testsuite\src\main\org\jboss\test\media\entity\test\EntityMediaBeanUnitTestCase.java:26:
 cannot resolve symbol
  | [javac] symbol  : class EntityMediaBeanTesterHome 
  | [javac] location: class 
org.jboss.test.media.entity.test.EntityMediaBeanUnitTestCase
  | [javac]private EntityMediaBeanTesterHome home;
  | [javac]^
  | [javac] 
C:\Removable\Work\Development\JBoss\jboss-head\testsuite\src\main\org\jboss\test\media\entity\test\EntityMediaBeanUnitTestCase.java:48:
 cannot resolve symbol
  | [javac] symbol  : class EntityMediaBeanTester 
  | [javac] location: class 
org.jboss.test.media.entity.test.EntityMediaBeanUnitTestCase
  | [javac]   EntityMediaBeanTester tester = home.create();
  | [javac]   ^
  | [javac] 
C:\Removable\Work\Development\JBoss\jboss-head\testsuite\src\main\org\jboss\test\media\entity\test\EntityMediaBeanUnitTestCase.java:57:
 cannot resolve symbol
  | [javac] symbol  : class EntityMediaBeanTester 
  | [javac] location: class 
org.jboss.test.media.entity.test.EntityMediaBeanUnitTestCase
  | [javac]   EntityMediaBeanTester tester = home.create();
  | [javac]   ^
  | [javac] 
C:\Removable\Work\Development\JBoss\jboss-head\testsuite\src\main\org\jboss\test\media\entity\test\EntityMediaBeanUnitTestCase.java:90:
 cannot resolve symbol
  | [javac] symbol  : class EntityMediaBeanTesterHome 
  | [javac] location: class 
org.jboss.test.media.entity.test.EntityMediaBeanUnitTestCase
  | [javac] (EntityMediaBeanTesterHome) PortableRemoteObject.narrow(
  | [javac]  ^
  | [javac] 
C:\Removable\Work\Development\JBoss\jboss-head\testsuite\src\main\org\jboss\test\media\entity\test\EntityMediaBeanUnitTestCase.java:92:
 cannot resolve symbol
  | [javac] symbol  : class EntityMediaBeanTesterHome 
  | [javac] location: class 
org.jboss.test.media.entity.test.EntityMediaBeanUnitTestCase
  | [javac]EntityMediaBeanTesterHome.class);
  | [javac]^
  | [javac] Note: Some input files use or override a deprecated API.
  | [javac] Note: Recompile with -deprecation for details.
  | [javac] 7 errors

To double check I have also downloaded the 4RC2 source bundle from sourceforge which 
compiles without the errors above.

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

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3847697#3847697

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


---
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

If I can prove with a test case that generated response messages are invalid according 
to the specifications is there any way that a fix can be applied to the 'webservice' 
module?

I may be able to contribute a fix myself, however I would need the fix to be released 
in a production release of JBoss for it to be worth my time implementing.  

Also submitting the fixes directly to Axis doesn't look like a valid option as their 
release cycle seems incredibly slow compared to the JBoss release cycles.

I couldn't see anything in the Wiki at the moment but is there a roadmap anywhere that 
shows the plans for replacing the SOAP stack or is this at the very early stages?

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

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


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3847252#3847252

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


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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.org/index.html?module=bbop=viewtopicp=3847141#3847141

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


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3847229#3847229

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


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047alloc_id=10808op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3844671#3844671

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


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink  Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[JBoss-dev] [EJB on JBoss] - Re: How to configure entity/entity-commandelement 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=bbop=viewtopicp=3842937#3842937

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


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721alloc_id=10040op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3842214#3842214

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


---
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721alloc_id=10040op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3842073#3842073

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


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3840783#3840783

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


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3840481#3840481

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


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3839103#3839103

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


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3838768#3838768

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


---
This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference
Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer
Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA
REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKND
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3837955#3837955

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


---
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3834844#3834844

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


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3834843#3834843

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


---
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562alloc_id=6184op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3833693#3833693

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


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3833686#3833686

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


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3833536#3833536

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


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

Three scenarios where is may not get called are:-
 - If the EJB container crashes.
 - A system exception is thrown from the instance to the container.
 - If client activity has timed out while the bean is in a passive state.



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

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


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3833185#3833185

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


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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 better luck in the Begginers forum 
higher up the list.

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

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


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


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

This time I do not have a site project, has this been removed recently?

After importing the listed projects I selected all projects (except feature) and 
invoked update classpath.

On the feature.xml contained within feature I invoked 'Create Ant Build File', this 
completed successfully after a short while.

I then ran ant for the build.xml contained within the feature project, I made sure 
that the build.update.jar, build.jars and zip.distribution targets were all selected.  

The build appeared to complete with no errors:-

The 'org.jboss.ide.eclipse_1.2.330.bin.dist.zip' archive within feature is still being 
created with no jars inside, just the xml configuration files of the projects.

What step have I missed, is there anything else that I need to configure?

Has anyone tried building JBossIDE from a fresh checkout from CVS using Eclipse 3.0 M8?

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

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


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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

?xml version=1.0 encoding=UTF-8?
  | project name=org.jboss.ide.eclipse default=build.update.jar basedir=.
  | 
  | target name=init
  | property name=feature.temp.folder 
value=${basedir}/feature.temp.folder/
  | property name=feature.destination value=${basedir}/
  | /target
  | 
  | target name=all.plugins depends=init
  | ant antfile=build.xml dir=../org.apache.xalan/ target=${target}
  | /ant
  | ant antfile=build.xml dir=../org.jboss.ide.eclipse.core/ 
target=${target}
  | /ant
  | ant antfile=build.xml dir=../org.jboss.ide.eclipse.launcher.core/ 
target=${target}
  | /ant
  | ant antfile=build.xml dir=../org.jboss.ide.eclipse.ui/ 
target=${target}
  | /ant
  | ant antfile=build.xml dir=../org.jboss.ide.eclipse.xdoclet.ui/ 
target=${target}
  | /ant
  | ant antfile=build.xml dir=../org.jboss.ide.eclipse.xdoclet.core/ 
target=${target}
  | /ant
  | ant antfile=build.xml dir=../org.jboss.ide.eclipse.deployer.core/ 
target=${target}
  | /ant
  | ant antfile=build.xml dir=../org.jboss.ide.eclipse.launcher.ui/ 
target=${target}
  | /ant
  | ant antfile=build.xml 
dir=../org.jboss.ide.eclipse.packaging.core/ target=${target}
  | /ant
  | ant antfile=build.xml 
dir=../org.jboss.ide.eclipse.xdoclet.assist/ target=${target}
  | /ant
  | ant antfile=build.xml dir=../org.jboss.ide.eclipse.packaging.ui/ 
target=${target}
  | /ant
  | ant antfile=build.xml dir=../org.jboss.ide.eclipse.xdoclet.run/ 
target=${target}
  | /ant
  | ant antfile=build.xml dir=../org.jboss.ide.eclipse.deployer.ui/ 
target=${target}
  | /ant
  | /target
  | target name=all.features depends=init
  | /target
  | target name=update.feature depends=init
  | /target
  | 
  | target name=all.children 
depends=init,all.features,all.plugins,update.feature
  | /target
  | 
  | target name=children if=include.children
  | antcall target=all.children/
  | /target
  | 
  | target name=build.jars depends=init description=Build all the jars for 
the feature: org.jboss.ide.eclipse.
  | antcall target=all.children
  | param name=target value=build.jars/
  | /antcall
  | /target
  | 
  | target name=build.sources depends=init
  | antcall target=all.children
  | param name=target value=build.sources/
  | /antcall
  | /target
  | 
  | target name=build.zips depends=init
  | antcall target=all.children
  | param name=target value=build.zips/
  | /antcall
  | /target
  | 
  | target name=build.update.jar depends=init description=Build the feature 
jar of: org.jboss.ide.eclipse for an update site.
  | antcall target=all.children
  | param name=target value=build.update.jar/
  | /antcall
  | property name=feature.base value=${feature.temp.folder}/
  | delete dir=${feature.temp.folder}/
  | mkdir dir=${feature.temp.folder}/
  | antcall target=gather.bin.parts inheritAll=false
  | param name=arch value=*/
  | param name=ws value=*/
  | param name=nl value=*/
  | param name=os value=*/
  | param name=feature.base value=${feature.temp.folder}/
  | /antcall
  | jar 
jarfile=${feature.destination}/org.jboss.ide.eclipse_1.2.330.jar 
basedir=${feature.temp.folder}/features/org.jboss.ide.eclipse_1.2.330/
  | delete dir=${feature.temp.folder}/
  | /target
  | 
  | target name=gather.bin.parts depends=init if=feature.base
  | antcall target=children
  | param name=destination.temp.folder 
value=${feature.base}/plugins/
  | param name=target value=gather.bin.parts/
  | /antcall
  | mkdir dir=${feature.base}/features/org.jboss.ide.eclipse_1.2.330/
  | copy todir=${feature.base}/features/org.jboss.ide.eclipse_1.2.330
  | fileset dir=${basedir} includes=feature.xml,  
 /
  | /copy
  | eclipse.idReplacer 
featureFilePath=${feature.base}/features/org.jboss.ide.eclipse_1.2.330/feature.xml 
featureIds= 

[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=bbop=viewtopicp=3833224#3833224

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


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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 
your EJBs you can use XDoclet to write the interfaces and deployment descriptors.  
What are you trying to use XDoclet for in the JSP pages?

Which tutorial is it that you have been looking at?  Have you tried the getting 
started tutorial available from the docs link above?

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

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


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3832814#3832814

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


---
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149alloc_id=8166op=click
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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 - Does JBoss IDE compile straight from CVS when 
following the build instructions on sourceforge or are these out of date?  

If there is a known issue I do not need to spend time tracking it down, if however it 
should compile I can spend time identifying why my build is failing.



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

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


---
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3832574#3832574

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


---
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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 straight 
away using Eclipse 3.0M8?

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

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


---
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3832660#3832660

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


---
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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=bbop=viewtopicp=3832682#3832682

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


---
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
___
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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 Eclipse I then execute the 'zip.distribution' target which again appears to run 
without any problems.

In the feature folder the zip file 'org.jboss.ide.eclipse_1.2.330.bin.dist.zip' is 
generated.  

The generated zip file only contains the xml configuration files, there are no jar 
files included.

Could someone please let me know if there is a step that I have missed out or is there 
something wrong with the version currently available from CVS.

This is running on Windows 2000 with the Sun SDK 1.4.2_02

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

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


---
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development


[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 - Your JBoss version
4 - Your JDK version
5 - Code examples, deployment descriptors or configuration files that may be 
appropriate for your problem.

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

a 
href=http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3826189Reply 
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-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development