Sorry that took so long...I've been extremely busy. Here you go:
http://jira.jboss.com/jira/browse/JBPM-674
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950279#3950279
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3
Seems like the only thing I haven't understood yet is whether you mean that the
user can enable the JMX as part of the inherent features of the mc, or did you
mean that she needs to add it just as another POJO into the container.
I guess that the later is less attractive as mc and the JMX impleme
Yup, that's what it means. Looks like the Graphical Process Designer allows
you to only attach actions, but it lets you attach as many you want. So I'm
guessing that means you could (by editing the source) attach as many of the
other elements as you desire as well. I've never done it, so I ca
There will be a presentation on jBPM at the Central Iowa Java Users group on
June 13th at 6pm.
Attendance is open to the public.
more information at:
http://www.cijug.net/
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950276#3950276
Reply to the post :
ht
Excuse me for my (possibly) stupid question, but I'm confused on how to read
the user manual doc. In chapter 16. jpdl xml schema about event (16.4.14) it's
written
Name | Type | Multiplicity
-
I have my web.xml configured as
|
| mysecure
| /myservlet
| GET
| POST
|
|
| NONE
|
|
but I still get Allow: GET, HEAD, POST, TRACE, OPTIONS ?
I only want to allow GET and POST, any suggestions on it?
TIA.
View the original post :
http://www.jboss.com/index.html?modu
Correction to previous post:
The direct link to a message will work with a reference like
http://localhost/portal/default/forums/ForumsPortletWindow?op=showTopic&windowstate=maximized&t=2&mask=a
but the direct link will not work with a reference like
http://localhost/auth/portal/default/forums/
Well, looks like I found out the problem.
To get JBoss 4.0.4, you have 2 options, viz. "Download" or
"Installer".
Earlier I had used "Download" and simply unzipped 4.0.4 into
a directory. Apparently that installs a version of JBoss WITHOUT
ejb3.
However, if you go the "Installer" route, yo
I gave the permanent links a try. I had two problems trying to jump to a
specific topic. I got routed through the login screen and instead of showing
the message I got the Latest posted topics.
People will want to have a link they can post on other web sites that will link
directly to the te
Ok, I don't feel so bad now...
When I deploy EJB3Trail.ear I get the same problem.
When I click on the "Try the calculator" button
in the Stateless Session Bean section I get the same
problem.
I get a javax.naming.NameNotFoundException: EJB3Trail not
bound.
I am running JBoss 4.0.4.GA. From
In addition to new user logins not working, the portal does not have an option
to change the default admin and user passwords. Edit role members comes up
with a null id error. I'm using MySQL 5.
I tried this on the beta 1 version and a 2.4 version I pulled from CVS today.
Danny
View the orig
Version 1.1 beta 1 of the BPEL extension package for jBPM is now available. You
can download the new release from the SourceForge File Releases.
Among the new features, this version is compatible with jBPM 3.1 and offers
enhanced performance and scalability due to lazy association fetching and
I've just tagged CVS with JBoss_Seam_1_0_0_GA. I can't release just yet because
I am waiting for a new JBoss installer release incorporating EJB 3.0 RC8.
So, this is the last opportunity to hammer Seam before the final release.
Please try it out!
Note that the latest CVS includes breaking chang
Frank,
The WSEE server programming model allows handlers on Java as well as EJB
endpoints, so this is just a matter of including the handler in your session
bean configuration.
Once you install the handler, it will do the rest for you. I do not provide an
example of this because I do not see mu
Maybe catch the exception yourself in the start() method of your service and
call exit with an error code on the jboss.system:type=Server mbean.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950262#3950262
Reply to the post :
http://www.jboss.com/index.html
There is zero difference. If jmx is enabled in the mc its enabled with whatever
the implementation provides.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950261#3950261
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3
I understand all of the above and yet wonder how well the new microcontainer is
going to cover the MBean-server capabilities which were available by the old
microkernel. I am surely aware of the JDK5 new content but having your own
implementation is specification is a different thing. For instan
Hello!
I read the posts concerning the problem that arises when using jboss's CMP on
database schemes that utilize "ON DELETE RESTRICT".
JBoss sets the foreign keys references to NULL before actually deleting the
parent entry. So the database fk-constraint exception doesnt fire
There seems to b
I am getting the exception below but could not figure out how to fix it. All my
beans are serializable and some objects that are not serializable are marked
transient. Any suggestions on how to fix this problem?
2006-06-10 14:12:09 ERROR TsResourceManager initializeResourceLabels
externalizeSes
In order to load a lazy collection of a detached entity I've a method in a
session bean that does the work and returns the same instance of the object but
with the collection loaded
public Country RefreshCountryCollection(Country country)
{
em.merge(country);
country.getChildre
Hi,
I have a really simple EJB3 sample adapted from the Trailblazer application.
I have a Servlet (ExampleServlet.java) that does a lookup of a Stateless
Session Bean (TestServiceImpl.java).
The lookup code is
anonymous wrote :
| Context jndiContext = new jndiContext();
| TestService ts =
Prereq:
JBoss 4.0.4, JDK 1.5
MDB subscribing to a Topic, Load Balancing (ReceiverImpl) is changed to
RoundRobin.
Question:
I was under impression that clustered MDB would represent a single image of an
MDB in the clustered environment. For example: If I have an MDB subscribing to
a Topic and th
Hi,
I am getting exactly the same error, could you please tell me which block in
persistence.xml you have changed,
thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950252#3950252
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting
i mean, what version of EJB3. We just did some boottime performance
improvements for EJB3 RC7+.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950250#3950250
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950250
___
what version of JBoss? We just did some boottime performance improvements for
RC7+.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950249#3950249
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950249
__
Unfortunately, I have the very same question. If only someone had replied ...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950248#3950248
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950248
___
yes but that code will be specific to the version of jboss portal.
look at the managemeent portlet .
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950247#3950247
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950247
Dear All
I want use Junit for Testing my application with Junit.
How can I test Entity persistence from within container?
Can you provide some link or example for using JUnit for testing EJB3
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950246#3950246
Rep
You must install JBoss with the ejb3 profile.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950245#3950245
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950245
___
JBoss-u
This seems you are deploying a process. Look in the logging of the jboss/jbpm
server to see what is mentioned there
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950244#3950244
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=re
Hello everyone,
I've some questions concerning the "Hello World Example" included in the
BPEL extension.
In this example we have one webservice , which is realized by the
web archive "hello-web.war". This webservice is the frontend to the
bpel process "hello.bpel". By calling the webservice
I am trying to build a small JBoss cluster for demonstration purposes at my
university.
For this purpose, I have installed two vmware machines running Ubuntu Linux on
my laptop running Windows XP. The JBoss servers running in the virtual Linux
systems find each other perfectly, but when I start
Is there a way to create a portlet instance via java code? Maybe a portlet for
creating portlet instances.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950241#3950241
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=395
I have a very larg transaction to be for feeding the database. But
unfortunatily after 5 minutes suddenly an error apears claiming that the
Transaction is null .
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950239#3950239
Reply to the post :
http://www.
15:55:56,453 INFO [EARDeployer] Init J2EE application: file:/D:/dev/jboss-4.0.4
.GA/server/default/deploy/jboss-seam-booking.ear
15:55:57,656 ERROR [MainDeployer] Could not create deployment: file:/D:/dev/jbos
s-4.0.4.GA/server/default/tmp/deploy/tmp30901jboss-seam-booking.ear-contents/jbo
ss-seam
CONFIRM REAL PROPERTY DATA,
MINIMIZE RISK BY CONFIRMING IDENTITY OF INDIVIDUALS
Applications, Business Finance, Business Solutions, Database Management,
Inventory Systems, Legal, Personal Finance, Personal Info Managers,
Presentation Tools, Project Management, Spreadsheets, Vertical Markets, W
CONFIRM REAL PROPERTY DATA,
MINIMIZE RISK BY CONFIRMING IDENTITY OF INDIVIDUALS
Applications, Business Finance, Business Solutions, Database Management,
Inventory Systems, Legal, Personal Finance, Personal Info Managers,
Presentation Tools, Project Management, Spreadsheets, Vertical Markets, W
37 matches
Mail list logo