I tried the following:
- I had this to the persistence.xml
|
|
The trace into hsqldb log file is:
SET AUTOCOMMIT TRUE
| drop table t_tech if exists
| create table t_tech (nom varchar(255) not null, prenom varchar(255),
primary key (nom))
| SET AUTOCOMMIT FALSE
| INS
Hi Dimitris,
Thanks for the reply. Can you tell me when would the JBoss 3.2.8 SP1 will be
available for download?
Regards,
Indy.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927368#3927368
Reply to the post :
http://www.jboss.com/index.html?module=bb&op
Suggest jbosside support seam-based project wizard.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927367#3927367
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927367
-
Hi Bill,
thank you for your response!
At the moment I am reading a book about Hibernate. In one chapter the book
describes projection (in Hibernate) very well. In one example I have seen that
Hibernate was able to get a result list without a "hard defined" object like
ArticleSummary.
What I wa
Today , I have download jbosside nightly build, it is good! Thanks gavin!!!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927365#3927365
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927365
-
well, i answered my own question.
the root cause of such exception is the using Web Services 1.0 Library which
comes with JBoss-IDE.
there is 4 jar files under Web Services 1.0 library.
the problematic one is saaj-api.jar, under
\plugins\org.jboss.ide.eclipse.jdt.ws.core_1.5.0.M2\lib\wsi-1.0\
why this test case can't pass
| public void testBasicTransitionLogs() {
| ProcessDefinition processDefinition =
ProcessDefinition.parseXmlString(
| "" +
| " " +
| "" +
| " " +
| " " +
| "" +
|
Hi All,
I have downloade HelloworldIPC example.While the deployment of
hellowroldipc.sar,I am getting the follwoing exception.Can anyone help on this?
Thanks in advance...
#
java.lang.ClassNotFoundException: No ClassLoaders found for:
org.jboss.portlet.hello.HelloWorldPortletB$L
Thank you for your answers.
Now we can start our developments with a nice tool ! :-)
Yannick
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927360#3927360
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927360
--
hi
i am getting the following error when i am starting server. plz help me how to
solve it.
===
.
JBoss Bootstrap Environment
.
JBOSS_HOME: C:\Program Files\jboss-4.0.3SP1\bin\\..
.
JAVA: c:\j2sdk1.4.2\bin\java
.
J
I don't know if this is a similar case for you, but I exactly obtained this
error when I accessed my JSF page through a link where I forgot to add the
"/faces/" pattern defined in the web.xml file:
Faces Servlet
/faces/*
Hope this will help.
View the original post :
Since JBossCache is the most popular distributed cache supporting cluster env,
how to make full use of it in weblogic cluster env?
I checked the Wiki page, it recommends using startup/shutdown class to register
TreeCache into local JNDI and start service when server startup. It works fine.
But s
If you do removeAttribute the effect should be immediate though because you are
using REPL_SYNC mode. How do you test it? And how long does it take?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927356#3927356
Reply to the post :
http://www.jboss.com/index
If you download the source, you'll see that the JMX and services stuff falls
into separate directories. Each one provides a separate library. Not sure which
ones you'll need, however.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927355#3927355
Reply to th
Are we supposed to figure out what went wrong without a stack trace or specific
error message?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927354#3927354
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927354
-
Hiello Everyone,
With debugging little more, I have found out that this part has problem:
Context context=new InitialContext();
Object ref=context.lookup("java:/comp/env/ejb/Fibo");
home= (FiboHome) PortableRemoteObject.narrow(ref,FiboHome.class);
The code throws an Exception while executing thi
Are there any support for remote process execution by jBPM? I need the ability
for the jBPM to execute a process that is on different machine than where the
jBPM is? I have processes written in different domain languages and runs on
different machines (in a distributed fashion), does jBPM have
Hi Philip,
I'd just like to illustrate what I meant with an example. Why don't you try
it this way and tell me if it works for you:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
action handler class:
I see...
It seems like you have mixed up versions of things between HarDeployer and the
Hibernate MBean.
Somehow you are using a version of JBoss with a HARDeployer version which
actually tries to set the Hibernate.HarURL attribute along with a Hibernate
MBean version in which the HarURL attri
I went ahead and added a new JIRA issue as it wouldn't make sense in the
hibernate-annotations issue:
http://jira.jboss.com/jira/browse/JBSEAM-144
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927346#3927346
Reply to the post :
http://www.jboss.com/index.h
Hi,
I need Matrix(Comparison of jBPM with other WF engine-Marketing & technical
Perspective) for jBPM, If it is available.
I need some more documentation on jBPM (Basic material) which can give me idea
how to start with jBPM.
I have referred jBPM User Guide and other stuff.
But I found it
You really don't need any additional configuration once you specify the
JBossTransactionManagerLookup if you run it under JBoss AS. We will do a JNDI
JTA lookup when it is instantiated.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927345#3927345
Reply to t
I had set "@Intercept(InterceptionType.ALWAYS)" as shown above. Isn't this what
I needed to ensure this? Also, there was no view to restore, this was right
before render response and on a new view (my phase listener is calling the
method manually)
View the original post :
http://www.jboss.com/
"jpyorre" wrote : I've been away from work for a while (on honeymoon) and a lot
seems to have happened since I last time visited the the forum...
Congratulations!! Thanks for the time to come back to visit. :-)
"jpyorre" wrote : 2. Implementing two things at the same time (caching and
tree-stru
Jira JBSEAM-143
FYI - The severities control the faces message rendering and possibly user
behavior (you can filter based on severity). The CSS style is based on these
severities. So for example, errors and fatal messages can be marked as red.
Typically, validation components add messages as er
Daniel,
I am the cache guy. :-)
I assume you can reproduce this everytime? If so, can you open up a Jira and
attach your unit test case? Btw, what is the JBossCache release that you used?
Yes, the remove method is supposed to remove it from the eviction queue so it
won't get evicted again.
Th
Hi Elmo,
Sorry I keeps on bothering you. Hopefully I didn't interfere your normal work.
Ummm... It is a long story. In our project, we wish to use jBPM engine to
process incoming events. We treat a ProcessInstance as the big boss. When the
program starts, a ProcessInstance will be created, proc
use parseXmlResource
more can be found at http://docs.jboss.com/jbpm/v3/javadoc/
Regards,
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927338#3927338
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927338
--
Hello,
A newbie question:
I have a Enterprise application (.ear) deployed to jboss server. Inside there
are 2 webapplications that can be accessed by different servlet paths:
application 1: http://192.168.1.4:8081/abc
application 2: http://192.168.1.4:8081/def
I want that the application 1
Sorry to be an idiot, do you want me to create a new JBoss-Seam JIRA issue or
just attach the seam patch to the hibernate-annotations JIRA that is already
open
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927336#3927336
Reply to the post :
http://www.jbos
Hi,
I'm using jboss 4.0.4RC1 and can use the jmx-console but the web-console is not
deployed (the word "web-console" is even absent from the logs).
Any idea ?
Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927335#3927335
Reply to the post :
http://
It would be "fixed" if the ClassValidator is never passed a resource bundle (in
that case, it will always use "ValidatorMessage.properties"), or if it is
always passed a bundle. From what I saw in the review of the code is that
during initialization ClassValidator is passed the messages bundle,
http://jira.jboss.com/jira/browse/JBAS-2000 ?
Are you trying to set HarURL yourself?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927333#3927333
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927333
---
"yyg1107" wrote : How shall me deal with this problem?
|
| ProcessDefinition definition =
| | JpdlXmlReader.parseFromResource("hello.par/processdefinition.xml");
|
| The method parseFromResource(String) is undefined for the type
JpdlXmlReader!
thanks!
View the original post :
ht
How shall me deal with this problem?
ProcessDefinition definition =
| JpdlXmlReader.parseFromResource("hello.par/processdefinition.xml");
The method parseFromResource(String) is undefined for the type JpdlXmlReader!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewt
You need to exclude the _get* from the instrumentation when you bind a
pointcut. It seems that AOPC does instrument that method when you instrument
all methods (*) and then you run into the NPE.
-Andy
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927329#39
Any news on this error?
Is it an issue with JBossIDE JSP Builder?
It is very frustrating since I monitor the "problems" tab for warnings and
errors to fix issues and keep my code as clean as possible... It would be great
to not see these errors there when I'm using the JDK 1.5.0
View the origin
May just want to grab a clean install of JBoss 4.0.4RC1 (remember to install
with EJB3 support) and follow the Seam demo here:
http://www.jboss.com/products/seam/EclipseCVS.html
I've seen some pretty screwed up ZipExceptions when the archives were either
missing or corrupted. The TestNG tasks
Could you post your jboss.xml file or even better your working project source
so others can learn from it?
I am facing a similar issue and would like to take a look at your application.
View the original post :
http://staging.jboss.com/index.html?module=bb&op=viewtopic&p=3890790#3890790
Reply
I have no idea. What does your deployment look like? Can you jar into into an
example I can run? And, can you log an EJB3 jira task?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927326#3927326
Reply to the post :
http://www.jboss.com/index.html?module=b
Hi All,
I used Struts Portlet and Struts Library to upload an image file, but the
FormFile I received from ActionForm when the form was submitted was "null".
It's ok when I use JBoss (not JBoss Portal).
Please tell me why and give me a solution.
Sorry for my poor English.
Thanks
Rock.
View th
I now have a simple test application which reliably shows that if I attempt to
remove either a session (using HttpSession.invalidate()) or a session attribute
(using HttpSession.removeAttribute(String)), the change is not immediately made
on the remote cluster node. I am testing to find out how
Oh, Seam initialize the validator to use message.properties
But the Hibernate Validator Events no not use such things, so if the exception
InvalidStateException comes from ValidateEventListener.validate() then that
explains
View the original post :
http://www.jboss.com/index.html?module=bb&op=v
I am using JBoss 4.0.3SP1 on Linux.
I got:
2006-03-01 15:57:14,932 WARN [org.jboss.security.auth.login.XMLLoginConfigImpl]
End loadConfig, failed to load config: file:/opt/c1/tiamat/deploy/servers/jboss
-4.0.3SP1/server/default/conf/login-config.xml
org.jboss.security.auth.login.ParseException: E
Then you will see two factories and two services in the code completion. One of
the factories is configured in the jbpm.cfg.xml (surprisingly the 'default'
;-)) Both extend the org.jbpm.security.AuthenticationService so implement one
of your own.
The 3.1 doc contains a small error in
http://d
I am using JBoss 4.0.3SP1 on Linux.
At startup, I got:
15:57:19,032 ERROR [MainDeployer] Could not create deployment: file:/opt/c1/tiam
at/deploy/servers/jboss-4.0.3SP1/server/default/deploy/jbossweb-tomcat50.sar/
org.jboss.deployment.DeploymentException: No ClassLoaders found for: org.jboss.w
eb.t
I configured JBoss to start up when my system boots by editing the
/etc/init.d/boot.local file. I'm not sure if this is the best solution, but it
seems to be working so far.
Since this is a critical production server, I want to ensure that JBoss stays
up. Is it likely that the server process wi
Hi Ronald
I'm using version 3.1. In the javadoc, i read:
Package org.jbpm.security.authentication
http://docs.jboss.com/jbpm/v3/javadoc/org/jbpm/security/authentication/package-summary.html
and there there is no JbpmDefaultAuthenticator:
anonymous wrote : Class Summary
| DefaultAuthenticatio
ah, and I forgot to say I use Eclipse.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927316#3927316
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927316
---
This S
Is there something we need to do here to make this easier to use?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927314#3927314
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927314
---
Its in CVS. Thank you Gavin.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927312#3927312
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927312
---
This SF.Net ema
Did that leak into the release? ugh.
It is just for demo.jboss.com. It is not meant to be in the release.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927311#3927311
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927
Should be all in here:
http://download.jboss.org/jbosside/builds/nightly/buildResults.html
if it doesn't work, get back to me.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927308#3927308
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=pos
Hello,
I have trouble when trying to store objects with ejb3 entities. I follow the
trailer (http://trailblazer.demo.jboss.com/EJB3Trail/) which is a very good
support. However when I deploy my ear I have the following errors:
FATAL [PersistenceXmlLoader] ejb3essaiPerst JTA
and when I use th
Sounds like a good addition.
Thanks,
- Cory
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927309#3927309
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927309
---
Hum, interesting.
Please add this to JIRA
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927306#3927306
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927306
---
Th
What is alter.config in the Seam booking example used for?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927307#3927307
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927307
--
Yes, a bad limitation in Seam is that Component does not scan superclasses for
annotations.
I will add this to JIRA.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927304#3927304
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=
Emmanuel is now king of validations ;-)
I must say I don't love the proposed solution (kinda complex).
Is there a better way?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927303#3927303
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=pos
http://jira.jboss.com/jira/browse/JBSEAM-142
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927305#3927305
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927305
---
Did you solve this? It might be a bug.
If you did not solve it, please submit a runnable EAR to JIRA, so I can
reproduce this.
Thanks,
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927302#3927302
Reply to the post :
http://www.jboss.com/index.html?module=
Beta 2 is intended to be a stable platform for dev. The only reason we have not
gone 1.0 yet is that we do not have portal integration done yet.
1.0 goes final as soon as we have portal integration done (Roy is working on it
now). This will probably happen in late Q2, but definitely by early Q3.
Do you have a warn message somewhere telling you
Serializing a ClassValidator with a not serializable ResourceBundle:
ResourceBundle ignored
from the ClassValidator category?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927300#3927300
Reply to the post :
anonymous wrote : Hello
|
| i have installed jboss on many client machines with much success, but now i
have encountered a strange problem with a particular customers machine.
Please start your own topic intead of posting in mine :(
Please remove your messages..
Thanks.
Alex
View the orig
You know, the code is your friend, as are the docs.
First of all I assume you are using jBPM 3.0x
In the extract from the docs you posted I read:
org.jbpm.security.authenticator.JbpmDefaultAutenticator
In your code you say
org.jbpm.security.authentication.JbpmDefaultAutenticator
I see the di
yes, this should work.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927296#3927296
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927296
---
This SF.Net email is s
um, i have never seen this...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927297#3927297
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927297
---
This SF.Net ema
please add it to JIRA, thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927293#3927293
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927293
---
This SF.Net ema
You need to create a pages.xml file. This is covered in the docs.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927295#3927295
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927295
---
Does this section help:
http://docs.jboss.com/seam/reference/en/html/conversations.html#d0e2284
that shows how to propagate conversation across a GET request.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927291#3927291
Reply to the post :
http://www.jboss
Thanks for this stuff, Shane!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927294#3927294
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927294
---
This SF.Net ema
Looks like a classpath problem
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927290#3927290
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927290
---
This SF.Net em
Add to JIRA.
I never understood what JSF severities were actually used for...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927292#3927292
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927292
--
Method-level interceptors are a planned future enhancement, but I'm not sure
that this will really solve the problem.
This is definitely a (minor) drawback of EJB3 interceptors which must be
around-style interceptors. Bill Burke designed the EJB3 interceptors stuff, so
I had better not sound to
You probably need to add a JSF converter to the generated JSP.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927289#3927289
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927289
--
Yes, this is probably a reasonable request. Please add it to JIRA.
Btw, you can also use:
@RequestParameter private String id;
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927287#3927287
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=po
Is the second request a GET request or a JSF postback?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927286#3927286
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927286
--
Jacob talked to me about this problem, apparently it is due to some change in
JSF 1.2. I'm not sure if there is a JIRA issue for this, but it is something we
need to resolve, so please add one if it is not already there.
Thanks,
Gavin
View the original post :
http://www.jboss.com/index.html?mo
No, this is not really what the workspaces stuff is for.
However, it sounds like Seam's jBPM integration might help you...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927284#3927284
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&
What does the startup log say? Does it actually log the component at startup?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927283#3927283
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927283
---
Depends upon the @Intercept setting. By default, they are not triggered during
RESTORE_VIEW.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927282#3927282
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927282
---
Hi All!
I am new bie to webservice on jboss.
I was trying to follow example given in chaprer 12. I could create
webservice.xml, mapping.xml etc.
However I do not understand deployment part of it.
Page 418 says :anonymous wrote :
| To deploy and test hello webservice, run the following from ex
Thanks for that Louis.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927281#3927281
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927281
---
This SF.Net email is s
Errr, I'm not sure, I have never tried to use this feature. Seam does not try
to read faces-config.xml.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927280#3927280
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=392728
I've fixed my problem.
The url-pattern and dispatch I had set for the filter was the problem.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927278#3927278
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927278
---
Yes, this is something that we will get up to looking at late this year, unless
someone steps up to contribute something here...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927277#3927277
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=po
The idea is that instead of putting functionality on some stateless Action
object (or SLSB), and manually pushing stateful JavaBeans in and out of
constructs like HttpSession, HttpRequest, ServletContext, that are an explicit
API representing a context, you instead bundle the state and logic tog
No, you do not have to use the entity as the backing bean.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927275#3927275
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927275
--
1, Correct.
2, You can have an interceptor upon anything that is not an entity :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927274#3927274
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927274
---
Hi,
Environment:
Application Server : JBoss 4.0.2
| EJB Version : 2.0 CMP
I'm getting this error when i try to access my ejb. The following is the error:
javax.naming.CommunicationException [Root exception is
java.io.InvalidClassException: com.totaltel.prepaid.admincharge.Ad
Hi!
I guess this a wrong forum! Answer for this can be found at jbpm forum.
If you are using eclipse just right click on your .par proecss and select
deploy process archieve. (Remember your server should be running before that)
View the original post :
http://www.jboss.com/index.html?module=bb&o
I have a ServiceMBean class that I am trying to get working in the JMX console.
I am using this method to try and be able to invoke some business logic from
the console and return a result.
/**
| * @jmx.managed-operation
| *
| * @param customerName
| * @param locatio
unfortunately, J2EE only defines the authentication mechanism for the web tier.
It does not define it for EJB invocations so you will have no portable
solution.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927268#3927268
Reply to the post :
http://www.jb
Hello,
use case:
I have portlet preferences for a group of users and not specific per user.
Say group 1 has one set of preferences and group2 has different set for the
same portlet.
Is there a way I can achieve that ?
If I write my own custom preferences implementation is there a way I can plug
ok, I just found out that you can not create sub pages w/ mgmt portlet. so you
have to depend on *.object.xml for that.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927267#3927267
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mod
We need help with getting jBPM 3.1 to start on JBoss-4.0.4RC1 with EJB3-RC5
added as described in the installation docs. The jBPM code will be run mostly
from within EJBs, and hence, CMT is what we want to use. The startup is done in
a UserTransaction. We can't get the schema updates to work, an
How do you deploy (package) that service? The failure looks similar to
http://jira.jboss.org/jira/browse/JBWS-669
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927263#3927263
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=repl
Why does the CMP JDBC2 ignore my declared-sql's read-ahead strategy of 'none' ?
JBoss 4.0.2
JDK 1.4.2
Windows
Oracle DB
EJB2.1
I am having a problem with migrating to the cmp2.x jdbc2.x pm configuration for
my read-only entity beans with cache invalidation. Let me begin with my
original setup
Yes, .zip and tar.gz are equivalent
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927261#3927261
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927261
---
This SF.N
The spec specifies that getCallerPrincipal never returns null - thus the
Exception
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3927259#3927259
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3927259
-
1 - 100 of 273 matches
Mail list logo