"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
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
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#
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
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
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
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
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
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
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
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
-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
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
-
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
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
---
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-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
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
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
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
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
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
---
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.
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.
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
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
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
--
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
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
---
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
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&
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
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
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
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
---
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
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
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
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
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
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
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
--
Thanks for your help, here is the build.xml file contained within the feature project
generated from the feature.xml
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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?
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
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
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
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
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
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 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
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
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
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 -
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
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
56 matches
Mail list logo