If you manually throw another chunk of messages (say 1000) onto the
publish.request and core.track queues, do they become unstuck? If it is the
chunk size that is causing the problem, then when there are sufficient messages
in the queue for everyone to get a chunk, then all listeners should sta
I've left it running now for about 12 hours on my machine, it reports:
publish.request.4 has stopped
core.track.4 has stopped
So only two listeners have stoppped (same as after 1 hour)
If I look at the queues in jmx-console, I have:
publish.request: 527 messages
core.track: 540 messages
core.in
Brad,
As is the other post, please post the pd.xml and the code. It is easier then to
comment.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962720#3962720
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962720
1: I have no idea if this is at all possible this way. What you could do is
build a custom node (not difficult) that calls a real scheduler (like quartz)
and when that finishes signal this custom node
2: I should see the processdef and code to get a better impression
3: what I mentioned in 1 is a
Hello All,
First of all i would like to thank Jboss Seam developer community for
delivering such a good framework.
We have a requirement that JBPM has to run as a service in the application
server and other applications uses the service to integrate business processes
in to their components. F
That`s my log:
| 2006-08-03 09:44:06,736 DEBUG [org.jboss.system.ServiceCreator] About to
create bean: jboss.cache:service=TreeCache with code: org.jboss.cache.TreeCache
| 2006-08-03 09:44:06,767 DEBUG [org.jboss.system.ServiceCreator] Created
bean: jboss.cache:service=TreeCache
| 2006-08-
Had you applied a cache loader?
and maybe the cached object will be cleaned after 15 seconds as your
configuration.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962717#3962717
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=re
I don't know it is a bug or is my misunderstand.
Once the number of nodes not exceeds the maxNodes value in region, the ecvit
policy will not check the timeToLiveSeconds and maxAgeSeconds values.
As my understand, timeToLiveSeconds and maxAgeSeconds should work regardless
the number of nodes i
Hi,
I have an ear package (named contact.ear) which classes I would like to use
within another package (contactws.jar). Everything works fine if I first deploy
the ear and then the another package. However, in normal situation (e.g. on
server restart) the deployment order is different and conta
"[EMAIL PROTECTED]" wrote : what is "MB"?
|
| Managed Bean?
|
| [/qoute]
|
| yes - sorry for the shorthand.
|
| [qoute]
| If a context variable is null, JSF usually ignores it.
Thanks!
-- jc
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p
I've found solution, it works well if I change:
@In(required=false)
@Out(required=false)
private UscModpskr uscModpskr;
to:
@In(required=false)
@Out(required=false,scope=ScopeType.SESSION)
private UscModpskr uscModpskr;
View the original post :
http://www.jboss.com/inde
Encountered last problem too. Solved with adding the following to cache MBean
XML:
jboss:service=ClientUserTransaction
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962711#3962711
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=postin
I'm having problems with editing entity with @EmbeddedId. On page I've placed
inputText element for every PK field, for example:
I can see in inputText proper values fetched from database but when I click
h:commandButton I'm getting 5 times Conversion error occurred message. My PK
contains 5 fi
i am using jboss4.0.1 on eclipse whenever i try to deploy on server the
following error comes and the processing stops plz help in this regard
at
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:194)
Caused by: javax.naming.NameNotFoundEx
Hi,
Does HA-JNDI work on a cluster on a single machine? When you want to configure
a cluster on 1 machine you have to change the port-bindings but since HA-JNDI
requires 1 general port number to work it seems that it can't work out of the
box?
How can you accomplish this or what am i missing?
Need SMTP authorization. How can I configure it ?
When I try send mail from EJB:
2006-08-03 08:46:49,168 INFO [STDOUT] DEBUG: getProvider() returning
javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun
Microsystems, Inc]
2006-08-03 08:46:49,168 INFO [STDOUT] DEBUG SMTP: u
i am using jboss4.0.1 on eclipse whenever i try to deploy on server the
following error comes and the processing stops plz help in this regard
at
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:194)
Caused by: javax.naming.NameNotFoundExcep
I m very much fix, I see many threads on the same topic, but couldnt findout
single answer, I dont know y thr is lack of docs on CMP entitiy beans, as JBoss
ppl designed session bean tutorial (FiboBean), y thy not do same work for
entity beans,
PLZ PLZ if anyone have the solution do reply
Is it possible for you to debug this? I can't reproduce it so any insight into
its cause would be very helpful. You would need to set your breakpoint in
InterfaceGenerator.appendComponentSource(). There's a while-loop that iterates
through the methods of your component to add them to the java
I have two questions about DatabaseServerLoginModule :
1. After successfully authenticated by using DatabaseServerLoginModule, How can
I get the current authenticated user in my web application (or servlet),just
like LoginContext.getSubject()?
2. about principalsQuery: The prepared statement quer
@DataModel is not the only way to create a ListDataModel instance. Just use new
ListDataModel(myList).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962700#3962700
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962700
what is "MB"?
Managed Bean?
If a context variable is null, JSF usually ignores it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962699#3962699
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962699
__
Why do you have @In/@Out on the nameForNewBaz property? get rid of them.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962698#3962698
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962698
__
This is how the connection factory is setup in weblogic in config.xml .
|
|
|
|
|
|
|
|
Can you tell how i can configure this in jboss
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962697#3962697
Reply
Thanks!
I'll think about themes some more. I'm not sure what the implications of
replacing the template.xhtml based on a theme is going to be in my application.
It might work; but I don't want to add another thing to my application if I
can modify pageflow do what I want.
To that end, I cre
Here are the two stubs, the first set is when it does not work, the second,
when it does. All I do inbetween is rebuild the ear and redeploy it via
MyEclipse IDE. I am using JBoss 4.0.4GA (installed via the JEMS installer) and
Seam 1.0.1 GA if that helps any.
Seam.Remoting.type.modelbuilder =
hi, i try my own simple example which is like registration example, i mean
there is only a saving thing but i really just can't solve this problem:
javax.el.PropertyNotFoundException: /student.xhtml @15,69
value="#{student.name}": Target Unreachable, identifier 'student' resolved to
null
what'
I have an application which stores PDF documents in a longblob column of a
MySQL 5 table. A standalone Java application writes to the table and persists
the documents to the table. The documents can be downloaded via a web
application. The code to retrieve the documents is straight forward:
You should install jdk 1.5.0.6.another version is wrong.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962692#3962692
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962692
__
You should put this jar in server/default/lib directory.
Could you show me the jbpm-bpel-ds.xml file that is configured for mysql?
thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962691#3962691
Reply to the post :
http://www.jboss.com/index.html?module=
NOW , I have portal on Jboss-4.0.3SP1
How can I add JBPM to my exist portal server
, I dont to addition another JBPM server
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962689#3962689
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=
Thanks Peter, that did help.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962688#3962688
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962688
___
jboss-user mailing list
jb
I've never come across this issue before. If you browse to the stubs directly
do they only work intermittently?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962687#3962687
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply
>> Any insight?
Found it. I just need to register my own custom editor.
| protected void initBinder(HttpServletRequest req,
| ServletRequestDataBinder binder) throws Exception {
| binder.registerCustomEditor(Date.class, new CustomDateEditor(
| new Simple
Using jbpm 3.1.1, I am trying to accomplish the following:
1) Create a timer.
2) Execute some action as the result of the timer waking up and being serviced.
My question regards how to structure the business process in conjunction with
the proper setting of the timer's transition. I have creat
I've checked in some changes to CVS which hopefully should fix your issue. It
would be great if you could try this out for me and let me know if it works for
you. One other neat thing that is now supported is explicit importing of
non-component classes, so for example you can now import/browse
Has anyone tried to compile the JBoss 2.4 version of the forums in the last two
weeks? It hasn't been compiling for me on Windows XP.
Danny
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962683#3962683
Reply to the post :
http://www.jboss.com/index.htm
Ben,
Thanks for you response, that's my careless. now the program works well.
And other need to clear.
As my understanding, the main distinguish between TreeCache and PojoCache
1. PojoCache only support in-memory(not support passivate to disk or other
sources, once passivate, the object will
That would be a nice way to manage portlet layouts via drag and drop. I'm sure
it would take quite a bit of time to reengineer the JBoss Portal to work that
way though.
Danny
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962681#3962681
Reply to the post :
Thank you for your reply, I guess I should be more clear.
The Structure of the EAR file I deployed follows the J2EE specification:
| -Sample2.WAR File
| -META-INF
| -application.xml File
|
Inside the WAR File, the structure is
| -index.jsp File
| -WEB-INF
| -web.xml Fil
my apologies --- I missed the configuration I have in jboss-web.xml
|
|
|java:/jaas/db_Sec_realm
|
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962679#3962679
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mod
JBOSS 4.0.3.SP1
I have a servlet which on initialization (i.e. a call to its
init(ServletContext) method) attempts to do a JNDI lookup to a datasource
defined in a *-ds.xml file in my deploy directory. This works just fine as long
as the servlet is not loaded when the context is loaded (i.e. th
Hi,
I am trying to configure Jaas with DatabaseServerLoginModule, I have the
following setup:
login-config.xml
|
|
| java:/login_ds
|
| SELECT PASSWORD FROM USER WHERE LOWER(USERNAME) =
TRIM(LOWER(?)) AND ENABLED = '
Hi,
I am trying to run a simple MDB example, but I am getting the Error:
javax.naming.NameNotFoundException: jms not bound.
Can you please tell me what I am missing?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962676#3962676
Reply to the post :
http://
I have quite often come upon tables likes this:
|
| supplier articlenr size stock
| --
| SuppA100 157
| SuppA100 263
| SuppA100 319
| SuppB
Hi Tim,
I think this would be the correct behaviour if there were not enough items on
the queue for all threads to process. We've noticed that messaging has an
affinity for the first thread when the load is light. In this case, though,
we've checked the queue using the JMX console and there ar
Well i figured out part of my problem. Something has taken up the 1098 and
1099 ports on my box.
So I configured JBoss to use different ports for RMI/JNDI, but there seems to
be no option to do this on the 2.0.0 version of the plugin. This was easily
configurable in the older version.
Any he
Created JIRA:
http://jira.jboss.com/jira/browse/EJBTHREE-673
S,
ALR
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962671#3962671
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962671
_
Have you resolved this issue. I am having this same issue...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962669#3962669
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962669
_
In the screnaio where there is an apache in a DMZ forwarding to a known JBoss
AJP13 port using mod-jk. This is works fine as per doco.
We have scenario where we deploy an application to another 'offline' jboss
instance with different ports and when testing is complete and ready for
deployment
And, if it makes a difference, here's a bit more configuration
faces-config.xml snippet:
|
| com.sun.facelets.FaceletViewHandler
|
org.jboss.seam.jsf.SeamNavigationHandler
| org.jboss.seam.jsf.SeamStateManager
|
org.jboss.seam.jsf.SeamVariableResolver
|
anonymous wrote : I looked at AbstractDeploymentScanner, and it appears that
the message from it only appears if the shutdown request comes while it is in
the middle of deploying something. And, of course, the shutdown request is
coming in as an INT signal (e.g., ctrl-c). Any chance the app you
I'm also having the same problem.
I have 2 server instances. Server Instance A is using the default ports as
specified by sample-bindings.xml. Server Instance B is using the "ports-01"
configuration:
|
|socket://${jboss.bind.address}:3973
|
|
I wonder if the '&' at the end of JBOSSSH is causing a problem. The ampersand
should not be needed there since it is later added when the command is finally
submitted, at which point it is appended after the redirect of stdout and
stderr. Not sure what happens if the ampersand is in font of th
The data model of the first data table is a
@DataModel List
The data model of the nested data table can also be a
@DataModel List
This list content shall change in every cell. How can I do this? Any good
advices?
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=vie
"danny_hon" wrote : Do we have any update on this? I looked at the
documentation, but it is not too helpful. Are there any examples remotable
portlets, and how to create a portlet from a consumer?
Which documentation have you been looking at? There's some information at
http://docs.jboss.com/
Use fixed example ... see download page.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962660#3962660
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962660
___
jboss-user mai
I'm running an application that works fine most of the time, but sometimes it
gets into a messed up state/crashes -- restarting Jboss "fixes" the problem
until it happens again.
My monitoring system detected a problem beginning at ~7:30. Below I pasted the
Jboss debugging output from before and
How is your system clock set on your servers? Is it set to GMT and then the
display adjusted for your time zone?If so, then just be copying a file from
PT to CT you should see the last modified time on the file adjust
automatically. In that case, the war file should deploy just fine.
But,
Hello, I fairly assume this problem is related to my other topic "RMI-IIOP":
I've deployed a Stateless SessionBean using IIOP bound to JNDI "mytest/MyBean"
(even verified by JNDIView).
I've implemented a C#-Client, on which I can look it up and access it, no
problem.
But with a Java-Client thi
you need to add an true in jboss-portlet.xml in your portlet section.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962656#3962656
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962656
_
Is there some sort of SOP I should follow when deploying an application that
uses remote methods via WebRemote?
When redeploying for testing, I have about a 50/50 chance that the @WebRemote
methods will actually appear in the javascript stubs. (Half the time I get xxx
method is not a function
Hi.
I'm trying to do something a bit nonstandard for legacy issues.
I want to use a connection pool for new server-side stuff. I also have a large
pre-existing applet which uses JDBC and crafts its own SQL. It has profound
linkage to the JDBC driver API.
What I need to know is, is there a sa
Hey guys, I am having trouble getting JBoss/JBoss Mail server to run on Fedora
5... I think I got it setup correctly, but get these errors...
[EMAIL PROTECTED] bin]# ./run.sh
=
JBoss Bootstrap Environment
JBOSS_HOME: /
Hi,
we have a server running on CentralTime, while the wars we build to deploy to
it is on PacificTime. we are noticing that jsps we hit after deploying to the
CT server are not being recompiled in the default/work/jboss.web directory...is
this caused by PT timestamp always being less than the C
Do we have any update on this? I looked at the documentation, but it is not
too helpful. Are there any examples remotable portlets, and how to create a
portlet from a consumer?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962650#3962650
Reply to the post
Hello -- I need your advice on the best way to structure a particular business
process using jbpm 3.1.1. What the business process actually needs to
accomplish is the following in order:
1) Save information to custom tables in the database.
2) Wait until midnight.
3) Retrieve the information s
I made the usual changes to the startup script (i.e. JBOSS_HOME, JAVAPTH,
JBOSSSH). JBOSSSH got set to: $JBOSS_HOME/bin/run.sh -c default &". JBOSSUS
got set to RUNASIS.
Thats all the changes I made to jboss script.
anonymous wrote : Wait a second, by any chance does it take about 30 seconds t
What changes did you make to the script? I believe that the init process
requires a script to return a good result (0) when the script is successful.
The 30 second delay sounds like the timeout the init process uses to determine
if the initialization script hung.
Wait a second, by any chance
I'm doing the Fibonacci EJB tutorial for JBoss IDE and have run into a problem
near the end. When I try to create a JBoss config as per
http://docs.jboss.com/jbosside/tutorial/build/en/html/jboss.config.html
I get an error dialog that just says "An error has occured. Check the Log". I
haven'
Hi,
I am new to EJB3 as well, and struggling with the same issue. From what I can
tell it is the way the system is designed.
You many want to start by reading this:
http://www.hibernate.org/43.html
So my take on it is that you may not want the client modifying the collections
on your POJOs o
Within the company I work for, We've done this (a process as your describe)
with the jbpm async support (so no jms of our own). In that situation it just
works, both with jms or the proprietary jBPM queue thing... For us there was no
need to develop some thing like this ourselves.
View the orig
You need to turn on DEBUG logging for org.jboss.cache.TreeCache and
org.jboss.cache.statetransfer on both the newly joining node and the
coordinator. The logs should give you some idea what's going on. It's most
likely either:
1) There was some problem preparing the state for transfer; you wo
We are currently setting up JBoss 4.0.3SP1 for deployment. We are using RedHat
3.4.6-2. We are trying to setup JBoss so that it will automatically start
during boot time, we've modified the jboss_init_redhat.sh and placed it in
/etc/rc.d/init.d and did chkconfig and the whole deal.
When we re
According to the telnet output, port 1199 is not open. Try entering the
command "netstat -ab", look at the results to see what ports has open. Or,
download and run tcpview from
http://www.sysinternals.com/Utilities/TcpView.html, it's easier to use and runs
faster than netstat.
View the origi
I turns out I was not packaging the app corectly and the Cart.java was not
being included in the *.jar. Which leads to a question:
What does seam do if it is looking for a MB and doesn't find one? Going over
the log file I would have exepcted to see Seam looking for the MB
"processFlowNameAct
yep
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962638#3962638
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962638
___
jboss-user mailing list
jboss-user@lists.jboss.org
anonymous wrote :
| Question: Do you save the PI after signalling it to go into the fork? I
assume you do, but just want to be sure.
|
| Earlier I was not. Shame on me. I had a "State" node earlier. To make
things easy I changed it to a Task-node and let the webapp handle the save
(usin
it seems that if you want to use annotations and ejb-jar.xml (e.g. if you want
to define your MDB with annotations, but specify the destination in
ejb-jar.xml), you must include the tag in
ejb-jar.xml, otherwise you get the "Unable to create activation spec "
exception. Don't know why, bu
Neil,
I work for JBoss and can help you with this. Please contact me at [EMAIL
PROTECTED]
Thanks,
Kevin
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962634#3962634
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39
I'm trying to use hibernate validators, and I keep getting:
Caused by: java.util.MissingResourceException: Can't find resource for bundle
java.util.PropertyResourceBundle, key validator
.length
It seems it's unable to find the resource bundle file. Do I need to do
something special before using
Are you dropping a hint?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962632#3962632
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962632
___
jboss-user mailing list
jboss-
You might do it via a Servlet (ok, probably not the best solution *G*):
| public class GetMeTheImagesServlet extends HttpServlet {
|
| // ...
|
| public void processRequest(HttpServletRequest req, HttpServletResponse
res) {
| String dir = getServletConfig().getInit
Ah, one more thing. The key to the table that stores the comiled rule bases is
just the name of the process. So there is one set of rules for each process.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962628#3962628
Reply to the post :
http://www.jboss.com
the port 1099 was working so that I changed the port to 1199 which is open as
below:
C:\Documents and Settings\charliecha.THG_NEW>telnet localhost 1199
| Connecting To localhost...Could not open a connection to host on port 1199
: Con
| nect failed
But same result
DEBUG org.jnp.interfaces.N
The rule base is generated by compiling the .drl file and then stored in a
serialized form in a blob in the database.
When a process instance needs to compute task assignments, it pulls the stored
rule base from the db, creates a new working memory and requests the
authorization seeder for seed
All,
I'm using JBossCache 1.3, running JBoss 4.0.2, with Java 1.4.11.
When issue
config.configure(treeCache, inputStream);
treeCache.startService();
i get an exception: org.jboss.cache.CacheException: Initial state transfer
failed: Channel.getState() returned false
I dont think state is re
note it is only the seam templates that has issues with composite id's.
All other parts supports it.
when it will be in there ? when someone steps up and implement.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962624#3962624
Reply to the post :
http://www
That question was already answered. Search the fine forum. the magic word
is jpdlxmlwriter
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962623#3962623
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962623
___
I cannot get spring sample application deployed. Any idea?
| 13:47:00,995 ERROR [ContextLoader] Context initialization failed
| org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'randomizer' defined in ServletContext resource
[/WEB-INF/applicationContext
JBoss 4.0.4
JBoss Portal 2.4.0 RC2
Every time my JBoss Portal app throws an exception, I get the following error:
2006-08-02 13:45:12,625 ERROR [org.jboss.portal.server.servlet.PortalServlet]
Unexpected exception
| java.lang.IllegalStateException: Wrong tx on thread: expected
TransactionImpl:
JBoss Portal 2.4.0-CR3 has been released today and is available for download
from Sourceforge -
http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=84509&release_id=415694
This release includes a clustered distribution of the portal.
---
Release Notes - JB
Any idea when composite keys will be supported? I have some primary keys that
are composite keys by necessity. I'm chomping at the bit to use this as opposed
to Ruby. Thanks in advance.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962618#3962618
Reply to
anonymous wrote :
| Search the FINE (before people get wrong ideas) forum... besides, you can
(not even in 3.0.2) get an xml version of a process INSTANCE. It was always the
process definition the instance was created from.
|
Sorry, my semantics were incorrect but my question still remains
I'm trying to follow the Number Guess example but can't seem to make pageflows
work in an example applications. I took a shell from an application that I
created earlier that works and added the pageflow configuration items. Any
thoughts on what I'm missing.
components.xml
|
|
Thanks a lot.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962612#3962612
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962612
___
jboss-user mailing list
jboss-user@lists
Well, the problem is not JSF specific. Java (like most programming languages)
uses timestamps internally. This is useful for - well, timestamps. But it is
not useful for birthdates etc.
For java two persons born on the 1.1.1980 0:01:00.00 GMT+2 and 1.1.1980
0:01:00.00 GMT-2 are not born on the
The error message states that port 1099 is not open on server 10.0.1.170. You
can use the netstat command to see what ports are open. If the port is open,
then check your firewall settings. Also, try to telnet to the port: "telnet
10.0.1.170 1099"
View the original post :
http://www.
Thanks Peter. That looks like exactly what I need.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3962609#3962609
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3962609
___
jbos
I have only one jar file.
I grabed all JNDIView lists as below.
I hope this help you out to make my project work.
| Ejb Module: rpc.jar
|
| java:comp namespace of the Rogerspriceplan bean:
|
| +- HandleDelegate (class: org.jboss.proxy.ejb.handle.HandleDelegateImpl)
| +- ORB (cla
1 - 100 of 300 matches
Mail list logo