My configuration:
jbpm-bpel-1.1.1
java version "1.6.0_05"
jboss-4.2.3.GA
the log (\examples\hello\target\test\reports\xml)as follow:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I don't know what is wrong with my previous topic.
Exploded ears work fine from within the deploy directory.
Anyway, I want to know why my application can't deploy on
/home/jboss/applications/EarContent.ear directory, not
$server/$server_name/deploy.
I've got :
org.jboss.deployment.DeploymentE
Thanks for the hint. I'll check it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4186304#4186304
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4186304
___
jboss-user mailing
In addtion, below comment with red color is not apply for my exploded
application.
jboss-service.xml
| Example URLs:
| deploy/
| scans ${jboss.server.url}/deploy/, which is local or remote
| depending on the URL used to boot the server
|
In addtion, below comment with red color is not apply for my exploded
application.
jboss-service.xml
| Example URLs:
| deploy/
| scans ${jboss.server.url}/deploy/, which is local or remote
| depending on the URL used to boot the server
|
In addtion, below comment with red color is not apply for my exploded
application.
jboss-service.xml
| Example URLs:
| deploy/
| scans ${jboss.server.url}/deploy/, which is local or remote
| depending on the URL used to boot the server
|
Hi
I have gor same problem.Can anybody help?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4186299#4186299
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4186299
___
jboss-use
thank you quick reply!
In my point of view, work around is always opened.
I think origianl problem is that EARDeployer can't deploy an external exploded
ear despite JBoss document describes that it can deploy exploded EAR :
http://www.jboss.org/community/docs/DOC-9719
Many developer or customer
Hi, newbie here.
I am currently trying to develop swing application that connect to JBossAS.
on the server side i have
| ...
| @Remote
| public interface PersonManager {
| Person getAllPerson();
| }
| ...
|
on client i have
| ...
| Context context;
|
We're rewriting web.xml with our endpoint servlet because there's no support
for doing it in memory. This JBoss 4.x issue only.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4186294#4186294
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=pos
Do you require those configurations to be outside the EAR file? Can those be
packaged within the EAR? Or can those be placed in %JBOSS_HOME%/server/<
serverName>/conf folder (which by default is in classpath).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=41
Thanks, jaikiran
It works fine when I change URLs to "/home/jboss/applications/"
But, applications directory contains other configuration files which are not
EAR, WAR, JAR types. For instance, these are SecreteKey.ser, my license related
folder.
If application has the SecreteKey.ser, JBoss appl
Thanks for yor reply.
I have tried those two SQl queries. But i am getting result as 0 for both.
Note:
And i am using Mysql innodb tables.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4186292#4186292
Reply to the post :
http://www.jboss.com/index.html?mod
HI,
This is my first post here.
I downloaded the jboss-portal-2.7.0.CR1-bundled.war file.
After unzip the file I ran the jboss using "run.bat".
When I tried to access the
"http://localhost:8080/portal";, teh following error is occured.
anonymous wrote : javax.servlet.ServletException:
javax.re
| deploy/,/home/jboss/applications/EarContent.ear
|
This should be
|
| deploy/,/home/jboss/applications/
|
i.e. you should actually be pointing to a folder which has applications to be
deployed.
View the original post :
http://www.jboss.com/index
You seem to be having a wrong version of log4j jar in your client classpath.
The TRACE level is available in log4j starting version 1.2.12 of log4j. So you
have to include this or later versions of log4j jar in your client classpath.
View the original post :
http://www.jboss.com/index.html?mod
Was there a resolution to this problem???
Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4186287#4186287
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4186287
___
jbos
Thanks so much for your suggestion.
I'll give that approach a try.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4186286#4186286
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4186286
__
There is a problem when I am deploying a exploded EAR on outside of
/server/default/deploy directory.
I also tried to find similar issue on this forum, but I think there is no
correct answer about this.
My current environment is below:
Red Hat Enterprise Linux
JDK 1.5.0_14
JBoss 4.2.3
Target
I have a app which is on MBeans as of now. I am trying to port to MC. One of
the requirements I have is one of the MBeans creates POJO's and register with
JNDI as and when required. In MC I was thinking this can be replaced by a
Factory that gives new instance of POJO bean when 'newInsatnce' is
Basic question - can you write your own portlets to programmatically interact
with the Jackrabbit JCR that forms the CMS in JBoss Portal? I'm thinking custom
CMS interface using the same repository as the CMS portlets in JBoss Portal. I
want to be able to create content using a custom portlet, b
Apparently I was missing a lot of jar files in my project, which I have
subsequently added. However, I am still getting the following error. Can
someone tell what jar file I am missing? I need the one where TRACE is defined.
Exception in thread "main" java.lang.NoSuchFieldError: TRACE
I've tried option 1 in order to make progress. It works nice. Thanks.
I've read the linked article and still wonder what I did wrong with my first
attempt: Defining an MBean (iits-login-config-service.xml) that will configure
the LoginService (iits-login-config.xml).
View the original post :
h
Hi,
I am reading the "Enterprise JavaBeans 3.0" book from O'Reilly, and I am
getting the following error. I am using JBoss 4.x and JDK 6.0 with
MyEclipse. I have included the error and the code.
I apologize for all the text, but I don't know what you need to tell me what to
do. Thank you for
No ideas anyone ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4186272#4186272
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4186272
___
jboss-user mailing list
jboss-user@li
Hi
I am running JBoss 5 CR2 on Windows Vista.
I have a Message Driven that is supposed to listen to message on a queue. Now
my effort would be try and implement a Message Selector that would allow this
MDB to read the message header off the messages on the queue and pick one up
that matches the
I'm consider to use this because this is a free solution.
But where can I find some references information for jBPM? I want to know any
enterprise is using this for production right now.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4186230#4186230
Reply to
Right, according to the J2EE specification and even best J2EE practice,
unmanaged threads should be avoided.
That's why J2EE promotes WorkManager which is managed and able to do the jobs
parallel. WorkManager leverage the J2EE container so it should be able to
lookup JNDI context.
This would
Ok, no problem: I think I just solved the matter following a simple example I
found browsing the net; the example manages different tasks by creating
different task instances:
| Token token = processInstance.getRootToken();
|
|
|
| TaskInstance t1 = (TaskInstance)
processInstance.
"kukeltje" wrote : And this is only for one taskinstance. If you want it for
all taskinstances, use the JbpmContext api
Can you give me an example please?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4186218#4186218
Reply to the post :
http://www.jboss.com/
I think it's this problem.
do this configure from the jbpm-bpel.pdf on page 11
1. Locate the org.jboss.deployment.MainDeployer-xmbean.xml file under the
conf/xmdesc directory of your
| preferred server profile. For the default profile, the location is jboss-
| /server/default/conf/xmdesc.
Hello
Each application exception will cause the transaction to be rolled back but
what if we set an interceptor say ExceptionInterceptor to catch all the
exception and set the error codes and messages to outgoing DTOs.
Because our DTO classes have a super class in which a response object is
f
that does't look like al problem ;-) everything is white
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4186213#4186213
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4186213
__
"[EMAIL PROTECTED]" wrote : Or should I define my policy rather in the
login-config.xml?
You have 2 options:
1) Add your application policy in the %JBOSS_HOME%/server/<
serverName>/conf/login-config.xml
2) Or if you want to have your own config xml then follow these steps
http://www.jboss.org
I have seen people complaining about this exception and it turning out to be a
issue with how the application was packaged. So far i haven't seen a post where
this turned out to be an issue with the way JBoss deploys the application.
If you think, it might be related to JBoss than the packaging,
Is this what you mean
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=142385. If not, please
post the entire exception stacktrace and other details.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4186208#4186208
Reply to the post :
http://www.jboss
Or should I define my policy rather in the login-config.xml?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4186207#4186207
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4186207
__
I was under the impression that the iits-login-config.xml will be used instead
of the default login-config.xml. I did not change login-config.xml at all.
I see that the following is defined in the login-config.xml:
So, you are right. But why doe
38 matches
Mail list logo