I've a CodesTable EntityBean and I would like it to extends SelectItem
because many Drop downlists in my xhtml files should show all the CodesTable
instance where codestable.table = "spesific drop down"
this is the Entity Code:
package com.my.ejb.entities;
|
| import javax.faces.model.Select
Thank you for your replies!
I've tried several annotations. The "current" one is:
| @Name("user1A6")
| @Interceptors(SeamInterceptor.class)
| public class User1A6 {
|
But I've tried it w/o the interceptor as well.
I'm trying to log the properties which are injected to the bean from an J
Injecting UIViewRoot does not work.
| Caused by: org.jboss.seam.RequiredException: In attribute requires value
for component: loginAction.view
| at org.jboss.seam.Component.getInstanceToInject(Component.java:1382)
| at org.jboss.seam.Component.injectFields(Component.java:102
"ashahashah" wrote : "cnbs" wrote : anonymous wrote : The env-entry-name
element contains the name of an enterprise bean's
| | | environment entry. The name is a JNDI name relative to the
| | | java:comp/env context
| | I don't have this "java:comp/env" context to which all my envi
what do you mean?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964532#3964532
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964532
___
jboss-user mailing list
jboss-user@li
Let me know if anyone has any luck doing this.
i have trawled the jsr181 and found nothing on attachments and i think jsr67 is
a little early for annotations, quick browse of the jcp web site and found
nothing newer than saaj-1.3.
View the original post :
http://www.jboss.com/index.html?modul
Thanks for the info. But this is not possible with Weblogic 9 or Sun AE.
jossy
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964531#3964531
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964531
"yongjun_jiao" wrote : Maybe you should put the namespace in your schema
locaotion attribute:
| xsi:schemaLocation="ejb-jar_3_0.xsd" -->
| xsi:schemaLocation="http://java.sun.com/xml/ns/javaee ejb-jar_3_0.xsd"
|
Sorry i posted wrong code..
the real one:
| http://java.sun.com/xml/ns/
sorry!
Imy english is poor! so i can't make clear by explanation what i want to say! i
would Learn English more!
thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964527#3964527
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&m
I had a similar issue, it probably is a bug, but the work around is to use an
interface on your user object and return the interface rather than the user
itself.
This hides the super class from the processes building the jaxrpc-mapping
allowing it to generate correctly...
View the original p
Try creating a interface for your Cabin object to implement.
public interface ICabin {
public int getId();
public void setId(int id);
public String getName();
public void setName();
}
Then have your travel agent return the ICabin rather than the Cabin. I had a
similar probl
"cnbs" wrote : anonymous wrote : The env-entry-name element contains the name
of an enterprise bean's
| | environment entry. The name is a JNDI name relative to the
| | java:comp/env context
| I don't have this "java:comp/env" context to which all my environment
resources names (like en
Hi,
I am also using Postgres with Jboss 4.0.4 GA and the newest EJB 3.0
implementation. I have been experiencing some strange behaviour when I shutdown
JBoss and then restart it. When I shutdown the app server, my entire database
and all its data disappears. When I restart it, i get my database
EAR structure which we want:
Hello,
I am working in the deployment of our application on Jboss4.0GA.Following is
the structure of our ear:
EAR
|Application war
|Sytem war
|EJB jar
|Sytem har
|Application har
|Common.jar(having all dependent jars and classes of syte
Hi to everybody, I'm practically newbie in JBoss and EJB deployment so I hope
this doesn't sound stupid...
The client perform a JAAS login to establish the principal and credentials for
authentication in the server. The LoginModule used in client is
ClientLoginModule. After a sucessful "login"
when i write scriptlet code in jsp editor (e.g. request.getAttribute()) it
doesnot show code help pop up menu, above request can be written manually. it
gives following error in log file when i press crtl+space. i use jboss-ide1.5 .
!MESSAGE Problems occurred when invoking code from plug-in:
"o
Hi,
I've created a JAR file, within a WAR file, deployed within an EAR file into
JBoss 4.0.4. The JAR file contains JUnit tests which I've hooked into J2EEUnit.
The problem is that the tests in the JAR file don't seem to be able to find the
Session Beans.
I've tried all sorts of names in an In
Hi,
Is it possible to see all the bindings in an InitialContext? I see the list()
methods, but I don't really get how the String and Name parameters would work
in order to dump out what is in the context, and how can you list sub-contexts?
Thanks and Regards,
Barry
View the original post :
Hi
I am going to call EJBs within actionhandler classes.
THe EJBs will use Run-AS role.
Now, my concern is about the classloader.
If i just put my ejb jar files under the deploy directory which is the same
directory as jbpm.sar, will the process classloader be able to see my beans in
my ejb
You could edit the file
server/xxx/deploy/jbossweb-tomcat55.sar/ROOT.war/index.html to remove the link.
But someone could still access servlet if they know the URL. Another
possibility is to edit the
server/xxx/deploy/jbossweb-tomcat55.sar/ROOT.war/WEB-INF/web.xml file and
remove the servle
I have solved the main part of the problem. We were running with an out of
date oracle-persistence-service.xml definition. Sorry for the alarm.
We are still getting the following error when we start JBoss up:
10:04:31,904 ERROR [ExceptionUtil] SessionEndpoint[-2147483645] createQueue
[5c4o23-a
JBoss 4.0.4 GA Patch 1, ejb3-clustered from .jar installer
I have a hierarchy of entities using JOINED inheritance, the hierarchy is:
Structure
-> House
-> Apartment
(Structure is the root of the hierarchy flagged with @Inheritance attribute,
the others extend Structure and provide @Discriminat
Hi Jaikiran,
Thanks for your advice. my program works after following your solutions.
Thanks
Regards
ChongMing
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964510#3964510
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p
this bug is fixed in cvs.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964509#3964509
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964509
___
jboss-user mailing list
jboss
It is done.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964508#3964508
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964508
___
jboss-user mailing list
jboss-user@lists.jb
Hi Renat,
Thanks for the clarification. I would be keen to follow the status of your
Hivemind update because then I can drop my patch :) Does there happen to be a
JIRA issue for it? If so I will add myself as a watcher.
Cheers
Paul
View the original post :
http://www.jboss.com/index.html?m
I have been able to reproduce it and will fix it asap.
thanks for reporting.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964506#3964506
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964506
_
I think that the code that creates the new portal (in the UI management
portlet) does not setup a correct initial state.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964505#3964505
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mo
Environment:
JBoss Portal Version: jboss-portal-2.4.0-CR3-bundled
Download: Bundled Portal Software
JBoss AS Version: 4.0.4 GA
Database Vendor and Version: Oracle 9i
JDBC Connector and Version: Oracle 10.2.0.1
OS Platform: Windows 2000
Describe the problem: Portal blows up on CMS startup
Post t
Hi,
I am having a problem trying to mapping an association class with EJB 3 on
JBoss.
I have a class A with a many-to-many mapping with B and an association class C
which has an attribute. I implemented using an one-to-many mapping with A and C
and another one bettwen C and B. So far so good.
hi Qauum, were you successful in getting this working. If yes, can you give
brief steps to do to get the stuff working.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964502#3964502
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mod
Everytime I attempt to use the Role Management portlet to edit the member of a
role, I get an exception:
2006-08-10 16:13:36,734 ERROR [org.jboss.portal.core.portlet.role.RolePortlet]
The portlet threw an exception
| javax.portlet.PortletException: Nothing to invoke
| at org.jboss.portle
I have dropped all the tables and restarted JBoss and I am still having issues.
Initially I have tried queuing up just over 2,000 messages. They are queued
up OK, and appear to be in the JMS_MESSAGE table (the number of rows in the
table agrees with the JMX console count of the messages). If
Any suggestions?
As far as I have seen, there are several other posts describing the same issue,
but neither of them helped me to find a solutuin (and probably other users as
well) :-(
Any help is really warmly welcome!
View the original post :
http://www.jboss.com/index.html?module=bb&op=vi
yes, I remember I saw her posting on yahoo list. the document was excellent.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964498#3964498
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964498
__
I can't seem to find simple steps for configuring a JBoss 4.0.3 SP1 cluster. I
want a two-node, horizontal cluster and I am already familiar with the concepts
from working with WebLogic, WebSphere, etc.
Please provide a link or simple instrux to get it to work. I know it's not
working yet bec
Ilya,
If you havnt done it yet, you want to install and get the entire starter kit
working,
after that you can access the web console interface at:
http://localhost:8080/web-console/
on the sidebar there there are a couple of options for monitoring and viewign
the details.
James
View the
I have entity superclass MYSUPERCLASS
---
@Entity
| @Table(name="TABLE_A")
| @Inheritance(strategy=InheritanceType.SINGLE_TABLE)
| @DiscriminatorColumn(name="MYDESCRIMCOLUMN")
| public abstract class MYSUPERCLASS{}
I have enti
Is there a way to configure an application deployed to JBoss to be deployed on
the root context?
I've set up JBoss behind an Apache 2.2.3 server using mod_proxy. I can access
the application via:
http://www.somedomain.com/myApp
But I want to just go to http://www.somedomain.com. I've tried s
Using the CMS Admin portlet, I attempted to upload a zip file into a directory,
as per section 3.29 of the User Guide. The zip file was about 6MB. After
churning away for a few seconds, the page refereshed but my content was not in
the directory. I then cut down the size of the zip file to ab
Good. that's exactly what I wanted - JSR 168
out of curiosity, what exactly do you mean by "Its not J2EE 1.4 compatible"?
Do you say that because it's using EJB3 which is becoming J2EE 5 compatible?
Thanks
PS when I ran the jems installer with jdk1.5 I saw an error like this:
Exception in threa
Did you try the checklist? That list pretty much covers every NoClassDefFound
problem you can have.
The nastiest is the one about compiling with an older version. For instance if
you compile with JDK 1.5 and run with JDK 1.4, you sometimes get
NoClassDefFoundError instead of a class version
I guess I am the only Mac user here. :)
seam.sh is missing the following parameter that seam.bat has.
if [ "${seamtask}" = scaffold-wtp-project ]
then
ant new-project -Dproject.name=${projectname} -Dscaffold=true
fi
"An EJB module must contain one or more enterprise bean
This problem isn't only with wstools; deploying a service with a similar wsdl
file also fails.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964488#3964488
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964488
___
Is there a way to Disable or Secure the Tomcat Status page in the JMX-Console.
It contains sensitive data that we don't want outsiders that may happen upon
the page to see.
I've already secured the JMX Console link and the JBoss Web Console link but
can't find any information on the Tomcat s
when i use xxx.toArray() i get this exception:
| AxisFault
| faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Client
| faultSubcode:
| faultString: java.lang.ClassCastException: [Ljava.lang.Object;
| faultActor:
| faultNode:
| faultDetail:
| {http://xml.apache.o
"Basel" wrote :
|
| Scenario 1 ? login:
| It is common for the user to login after viewing blogEntry.jsf?id=35. Now,
the user would expect blogEntry.jsf?id=35 to be displayed again after the
login. For this to work, loginAction.login has to know the view name from which
the user clicked
Stan, thanks for the help. Your UseJBossWebLoader trick did not work for me
though.
Is this perhaps a problem with org.jboss.seam.Component.createProxyFactory?
This seems to be calling net.sf.cglib.proxy.Enhancer.createClass on my
interface and on rdewell's abstract class.
What does Gavin thi
Using the Management Portlet, I created a new portal and added a few portlet
instances, including the UserPortletWindow, to the default page. When I
display the default page on my new portal, I get the following exception:
2006-08-10 13:19:28,578 ERROR [STDERR] javax.portlet.WindowStateExceptio
After comparing my code to the examples and some experimentation I have found
that this is being caused by myfaces1.1.3, switching to 1.1.1 and the problem
goes away.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964480#3964480
Reply to the post :
http:/
In short, how can I keep track of the GET request parameters and the URL when
users login and logout?
For instance, blogEntry.jsf depends on a request parameter called id and a page
action entryAction.setEntry. Moreover, login and logout are performed using the
two page actions loginAction.logi
anonymous wrote : Well it works, right out of the box: no EntityManager.clear
or merge calls needed in the "original" thread - but I have no idea if this is
safe, supposed to work or should be avoided at all costs
Okay, avoid! First I thought it works, but now it doesn't: so if it worked at
all
You can use entities in embedded.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964474#3964474
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964474
___
jboss-user mailing li
May be the problem isn't quite what I thought:
Once I added referencedColumnName="" to all of the JoinColumns I was able to
eliminate this problem. As well as an @WHERE(clause="type=A") annotation along
with the JoinColumns it kindof works.
However now I am noticing that on a OneToMany relatio
first, jBPM (the jpdl part) is not bpel. So the analysis is not a (complete)
match
1: is covered afaik by jbpm since you get an exception then. You can configure
an exceptionhandler and do whatever you want Additionally if you want you
can even set the token in another node/state. Normall
Hello,
I have an ejb3 application packaged in the following way:
|
|
| myapp.ear
| |---application.xml
| |---myentities.jar
| |---META-INF/persistence.xml
| |---(entity beans)
| |---mysessions.jar
| |---MySessionBean.java
|
|
My persistence.xml looks lik
I found out that when removing the JBOSS 404 EJB3 libraries from the classpath,
then the embedded server started successfully.
However, I was thinking it would be better to use the RC8 version together with
JBOSS 4.0.4 - do you know where I can download this version?
Do you see any conflicts i
Here is some additional food for thought:
http://rodin.cs.ncl.ac.uk/Publications/Coleman-ExaminingBPEL.pdf
A Process is made up of States, Transitions, and Transition Events. A
Transition is used to move from one State to another State. During the course
of that Transition, you may invoke man
Did you ever get an answer for this? I'm having the same problem. Thanks.
Jeremy
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964459#3964459
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964459
__
We have an application(let's call it myapp) running fine on Tomcat(no JBoss).
In myapp, we modified the source code of Apache xmlrpc and have our own
xmlrpc.jar.
We are trying to port myapp to JBoss with embedded Tomcat. Deployment failed
with the exception:
java.lang.NoSuchMethodError:
org.ap
Where can i download a copy of JBossWS? Also, the JDK5 versions of
jbossws-client.jar and jbossws.sar. I'm tired of searching for these things.
TIA...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964455#3964455
Reply to the post :
http://www.jboss.com/in
Good catch.
There are actually two persistence-related services (you can see them in
oracle-persistence-service.xml): JDBCPersistenceManager and JDBCChannelMapper.
Each of them creates its own tables, so in order to prevent any tables to be
created at startup, you need to set
true
on both of
I've been following the Pageflow examples/docs and am starting to write my own
pageflows now. Question, what constructs in the jPDL dialetic are we
allowed/not allowed to use?
Can we use all of the jPDL constructs or just some. Those outlined in the
examples include:
- can we use o
"[EMAIL PROTECTED]" wrote :
|
| Here's a trick you can try. Go to
deploy\jbossweb-tomcat55.sar\META-INF\jboss-service.xml
| set true
|
Uh, I meant set UseJBossWebLoader = true
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964449#3964449
Reply to
Sorry, I'm still not used to the interface for these forum posts. I meant to
say:
anonymous wrote : I believe that I want to define a somewhere.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964450#3964450
Reply to the post :
http://www.jboss.com/index.ht
"rdewell" wrote :
|
| Both paypal_stubs.jar and jboss-seam.jar are inside the ejb file, at the
top level. Any ideas why this is happening? Has jboss not "loaded"
paypal_stubs.jar before jboss-seam.jar does its component scan? Any
workarounds known? I thought all of the third party jars
Thanks for the link to the Apache Tomcat Configuration Reference. That was very
helpful. The concept of Context would appear to provide exactly the capability
that I need. You can specify the root directory for a web app using the docBase
property of Context.
The difficulty comes from the fact
There is no hard-coded limit on the size of EL expressions (other than the
usual Java language limitations). The one you cited is relatively short.
Maybe you had a typo somewhere?
Stan
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964446#3964446
Reply t
I am intercepting field invocations in an aspect using
| @Bind (pointcut="field(* $instanceof{com.some.Abstractclass}->*)")
The interceptor does print all the names of the fields in the implementation
class correctly, but
| caused by: java.lang.ClassCastException: com.some.Abstractclas
Please let me know if you experience the same problems after dropping the CR3
tables and re-creating it with CR4.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=396#396
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=repl
Hi. I'm getting a similar error. In my case an interface of mine cannot be
found. The error seems random such that if I just redeploy, the error goes
away. This used to work... I'm using Seam from CVS.
Is Seam errantly tring to load interfaces and abstract classes as classes?
My stack trace is
In order to catch an OptimisticLockException inside a EJB method, one has to
flush the entitymanager.
try {
em.flush();
}
catch (OptimisticLockException e) {
// do stuff
em.createQuery("select from User").getResultList();
}
when you do that and then in the "catch" block try to reloa
"kbarfield" wrote :
|
| jBPM can do what you are talking about. It is very flexible, and you can
programatically create processes, update processes, etc. All we were
suggesting were some best practices based upon what we have seen. If you feel
that you will need to change processes dyna
I think i have the same problem
using Eclipse 3.2 with the latest JBoss-IDE-plugin to create and deploy a "Seam
Demo" project.
(exactly the same as the flash demo showed in this jboss-site)
[1]
is this because the JBoss App Server(4.04GA) missing some AOP jar? coz inside
"jboss-EJB-3.0_RC8-F
I defined a SFSB as follow:
@Stateful
| @Name("someAction")
| public class SomeAction implements Some {
|
| public void testOne() {
| this.delegate();
| }
|
| @Begin(id="MY_ID", pageflow="testflow")
| public void delegate() {
| }
| }
|
In a jsp,
Hello there,
is there any equivalent of sun's application server web administration
interface for jboss apart from the jmx console?
That is, an interface where I can inspect all the deployed applications(start
or stop them), all jdbc connection polls(define new ones), etc...
Thanks in advance,
I'm facing the same problem.
I'm using ActiveMQ+JBoss4.0.4.GA also.
I CAN produce messages using tcp.
I CAN consume those messages.
I CAN produce messages using jndi (through a servlet call i.e.)
I CAN consume those messages.
I CAN deploy a MDB succesfully (that means no console errors).
BUT th
Hi,
I want to use HSQLDB 1.8 from JBoss 3.2.3,I have installed HSQLDB 1.8 but i
am not able to connect from jsp which is running in JBoss 3.2.3 (Jsp file can
connect with default HSQLDB 1.7 which is inside of JBoss)
But from a standalone program i am able to connect with HSQLDB 1.8
Thanks
I really can't follow what the problem is without you showing us the error you
are getting along with the stack trace..
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964434#3964434
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mod
i'm with the same error
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964432#3964432
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964432
___
jboss-user mailing list
jboss-u
JIRA issue http://jira.jboss.org/jira/browse/JBMESSAGING-506
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964431#3964431
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964431
__
Opened http://jira.jboss.org/jira/browse/JBMESSAGING-506 for it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964429#3964429
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964429
__
hi,
thanks. i managed to resolve the port conflicts. now i have the two instances
of jboss running.jboss 3.2.5 running on 8080. jboss4.0.3sp1 running on 8280.
just got one prob. i have a webservice deployed to jboss4.0.3 instance. i can
access it. get the wsdl file from http://localhost:8280/ws
I am getting reports from at least two sources that the new CR4 seem to have
some database consistency issues. I am trying to replicate the problem and
qualify the issue. If it proves to be a real problem, I will immediately
release a new CR that contains the fix. Until then, please refrain from
Is there documentation somewhere that talks about being able to inject a method
using JBoss AOP?
I want to be able to look at an annotation and based on its presence, inject
several methods into a class or otherwise cause it to implement an interface.
View the original post :
http://www.jboss.
I have been researching the topic of Undoing or Rolling Back also. This seems
to be an area of concern for many. I am still investigating this and would
like to know how others are handling this.
I believe one reason that we are having difficulty finding information about
this subject is ou
i'm with the same error..
:(
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964423#3964423
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964423
___
jboss-user mailing list
i have the following code
@Stateful
class Navigator {
@PersistenceContext (type=EXTENDED)
EntityManager em;
List userList = new ArrayList();
public void init() {
userList = em.createQuery("select u from User u").getResultList();
}
public void addUser(User u) {
Well i found an explanation how to fix this in the meantime here:
http://wiki.jboss.org/wiki/Wiki.jsp?page=DeployTipsAndBuildSampleScripts
But i'm still curious when the 2.0 final is planned to be released. Is it
within a mounth, 3 month, 6 month, a year?
View the original post :
http://www.j
This has workied for me. I had to separate java.sql.Date and java.sql.Time, and
the following works for mr.
|
| findByTimeInterval
|
| java.sql.Time
| java.sql.Time
|
|
|
|
|
|
View the original post :
http://
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=83609
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964419#3964419
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964419
I do not understand your A->B... stuff. Maybe if you put it in [ c o d e ] tags
(without spaces) it will be readable, use preview to check that).
Besides that, I would hope the way you carry out projects is fairly the same,
not reinvent new was to do it each time ;-)
View the original post :
h
You can upgrade. However, if you are going to move to 4.0.2, I'd recommend
going to 4.0.4.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964417#3964417
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964417
__
I have installed JBoss Messaging RC4. I have replaces the hsqldb persistence
file with the supplier Oracle one. After my first run, I see the JMS tables
created in my Oracle instance.
Now, I set that value to false in oracle-persistence-service.xml and restart
the server. I have the console
Think this has been resolved (Ovidiu?). IIRC, was due to use client mode not
being set in the callback server.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964415#3964415
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&
I see, do i need to stick with jboss-cache.jar that will come with Jboss 4.0.2
or update it to latest one?
Thanks,
Michael
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964414#3964414
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posti
thanks,i have find the causation of the error!
public class Transition extends GraphElement {
| ..
| public Node getTo() {
| return to;
| }
| ..
| }
public class ProcessDefinition extends GraphElement implements NodeCollection {
| public Node getNode(String name) {
Hi all,
how can I configure tomcat that it can execute script (*.exe) not using perl.
I get the following error:
java.io.IOException: CreateProcess: perl 'file-URL' error=2
java.lang.ProcessImpl.create(Native Method)
java.lang.ProcessImpl.(Unknown Source)
java.lang.ProcessIm
"denis-karpov" wrote : anonymous wrote : However, shouldn't the data from
previous steps be saved in the database
| I think if you need to persist state into database you should consider to
use jBPM. Although page flows use the same engine, page flows save its state
only in conversation contex
"raja05" wrote : IAlso have you configured ur bean so that it shouldnt be
intercepted?
|
That should read " Have you configured your bean so that it should be
intercepted". Not having any interceptor tags should be enough though.
View the original post :
http://www.jboss.com/index.html?modul
1 - 100 of 237 matches
Mail list logo