Hi all,
I'm trying to deploy a Session bean on JBoss.
My java classes as follows:
pkg1.MyBean //Bean
pkg1.My //Remote Interface
pkg1.MyHome //Home Interface
pkg1.MyLocalHome //Local Home Interface
pkg1.MyLocal //Local Interface
ejb-jar.xml related codes:
My
How do I implement that a JSR-181 POJO can login into JAAS?
a) The EJB-Container uses JAAS, and the JUnit clients can login.
b) The Web-Container also uses JAAS with FORM-based authentication for the JSP
pages. No problem to invoke JSP pages, no problem to invoke EJB functionality.
Now, I'm imple
hi every one,
I have found the answer about my question, you can see it at this URL
http://jira.codehaus.org/browse/DROOLS-365
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949530#3949530
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=post
hi mohan,
iam a new bie and iam also facing the same problem when iam trying to close teh
task iam getting the warning and the transaction is rolling back .
if u got the solution please let me know.
GraphSession graphSession = jbpmContext.getGraphSession();
ProcessDefinition processDefinition =
Jboss 4.0.4, Oracle 9, classes12.jar deploeyd inside lib/ of Jboss
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949528#3949528
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949528
_
I tried both jboss-EJB-3.0_RC8-FD.zip and jboss-EJB-3.0_Embeddable_ALPHA_8.zip.
I tried them from several download sites of sourceforge.net. I couldn't find a
client subdirectory. I'll give up.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949526#3949526
Re
Hi,
Iam using jBOSS for one of my project and iam new to JBOSS
want to bring https instead of http in the browser
the browser should support https:\\ url
Iam using jboss-4.0.3SP1
could anybody please tell me how to bring https support in jboss
Hope you will help me in this regard
Thanks
Bhanu
Looks good, my DataBinder works fine. Is getSelection() supposed to be on both
DataBinder and DataSelector interfaces? What is role of this method on
DataBinder?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949524#3949524
Reply to the post :
http://www.
Hi ,
Yeah I am using thin driver . I was using oracle thin driver for 9i
. Now I have changed to 10g driver . I have checked the way JBoss writes a
blob . It not the way oracle expects it to be :
Oracle?s way to write a Blob through a JDBC code is a TWO Step procedure :
I'm guessing that its something to do with how I'm encoding string values for
transport (they're URL-encoded). I haven't tested this with anything other
than ASCII characters but as far as I understand anything should work. Anyway
I'll try it tonight with Russian characters and see how far I g
Hi All,
I am newbie here. Just would like to clear my head on this:-
Is it possible to install and run JBoss4.03 without JDK (valid version)?
I understand that JBoss4.0.3 has an embedded tomcat that uses JDK for compliing
JSP and servlets.
JBoss won't start if don't have JAVA_HOME pointing a
I didn't even realize you could get the proxy object from the context, might
have been a better solution.
The @Tx stuff works, and I've been using the JBoss AOP stuff for a few years in
production, so I don't really worry about that (aside from the 1/3 increase in
deploy time, but that's no b
Hi All,
To better tune JBoss,
1. Use the fastest JVM (Mustang I believe)
2. Tune the JVM
3. Use caching in Servlet container where possible
4. Put EJB in same class loader as Servlets
I have measure 1-2msec (P4 3Ghz) just to call across Servlet-EJB boundry in
same classloader and maybe 100msec i
I guess this is a JSF question, not related to Seam.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949518#3949518
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949518
___
Sorry, had some extraneous code in the example. The block of code commeted
"Hack to make the session replicate" should not have been there (it did not
make the session replicate). Below is the correct code.
Thanks,
Tom
<%@ page import="org.apache.commons.logging.Log" %>
| <%@ page import
I have narrowed this down further...
This time I am using the auto generated simple process and modified it to add a
Node via the designer. If I associate an action handler with the Node, I can
consistently produce the error. I also noticed that the XML fragment for the
generated 'node' element
Dear.
I'm learning the Seam Framework following example.
There is an error doing remote/helloworld example.
When returning the I18N characters, the characters is broken.
When the server send the I18N characters to client(browser) , how should I
configure to get the normal characters.
Regards.
Red Hat completed Acquisition of JBoss.
http://www.jboss.com/pdf/press/acquisition.pdf
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949510#3949510
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949510
__
Hi
I´m trying to assign a task using the assignment expression:
|
|
|
|
In the first term, i want to get the Group with the name "groupName", but it
seems that it tries to get a user with name= groupName.
Can`t I get a specific group with the expression "variable(...)"? how?
Won't work.
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossVsJavaJDKVersionMatrix
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Achilleus
Mantzios
Sent: Tuesday, June 06, 2006 9:58 AM
To: jboss-user@lists.sourceforge.net
Subject: [JBoss-user] jboss 3.0.3
Here is the post I was referring to:
http://jboss.org/index.html?module=bb&op=viewtopic&t=80327
Not as helpful as I remember. Basically Koen said that when a process is
executed as a subprocess, the intended behavior is for the subprocess to not
stop on tasks associated with the start state. M
So I implemented an stateless session bean which in turn uses an entity
manager. Under that is hibernate. I am once again trying to answer the age
old question of how do I get around the LazyInitializationException.
The code in my struts action looks like this:
| PetServiceInte
I did a search on your name and looked at dozens of hits and still couldn't
find the one which addresses this problem.
Cany you give me a link or some keywords?
thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949506#3949506
Reply to the post :
http:/
Maybe when JBossAS is EJB3.0 ready I'll spend some time looking at that... for
the time being, I want to stick with proven technologies even if it means
having to do some manual steps.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949505#3949505
Reply to th
I'm not sure if this would help but I thought I would post the code where I am
suspending the process:
| public void execute(ExecutionContext executionContext) throws Exception {
| System.out.print("XPort processing...");
| executionContext.getProcessInstance().susp
When timer's action tries to end the token it linked to, the scheduler is
crashed with Hibernate ObjectNotFound exception due to the token ending
removes all timers.
I rewrite SchedulerSession to avoid it(not perfect but workable):
|public void saveTimer(Timer timer) {
| try {
Hello
"ThorntonD" wrote : Has anyone tried using JBoss Forums with JBoss Portal 2.4
Beta 1? Does it work?
Yes, JBoss Forums are working with JBPortal 2.4 but you must download them from
CVS.
"ThorntonD" wrote : I also need to be able to link and jump to a specific
message in the forum.
Now the
If you do a search, including my username, you should see some information on
this. I had the same question and got an answer.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949501#3949501
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=pos
Portal 2.2.1 SP1 has the incompatibility with JBoss 4.0.4GA fixed.
It is available here
http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=84509
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949500#3949500
Reply to the post :
http://www.
I am trying a simple test of having a process invoke a subprocess.
I'm running into a problem in that when the sub-process is invoked it is
starting with the second node even though the start node has a task associated
with it.
That start task ("imple Start Task") never shows up in the taskl
Hi,
I've read some tutorials on creating an MDB with a JMS topic, but they all
mention making specific configuration changes to files outside my EAR, or in
some cases even making changes through the management consoles.
This won't work well for me because I have many different server installati
When in the servlet lifecycle does http session state replication occur when
clustering http sessions in JBoss ?
Does it occur at the beginning & end of any request ? Is there some way to
control when the replication occurs ?
I have a long running operation which changes the http session state
Oh and thanks for the pointers, Gavin and Rorschach. It got me pointed towards
the 'work-around' solution. Unfortunately, I still haven't figured out the
source of the actual problem.
-MLA
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949496#3949496
Re
So I changed to the jTDS drivers, but I got the same problem. So then I went
in and manually just whacked the schema and catalog identifiers from the class
file, and then reran the ant build file. Voila, no more problems.
So what have I learned? I am not really sure, but here's what is worki
Hi, i had a problem like that. inside my ear i got a .sar and a .jar at the
same level. A class from the .sar called a class contained in the .jar ( a
LocalHome ). the section 2.2.2.3 Linkage errors in the server guide was
helpful.
View the original post :
http://www.jboss.com/index.html?m
I just stumbled across the fact that you can call JbpmContext.save(Token). Is
this what I need to do in order for a given logging trace for a Token to
contain details about sub process creation? I don't have time to try it right
now, but it would be nice if I could find this out from someone i
Has anyone managed to install TreeCache in the Embedded Container (or is it
possible at all)?
I want to do some Unit Testing and one of my SLSB uses TreeCache as an MBean.
I tried to deploy the TreeCache in the Embedded Stack with the following:
|
|
But I get the following error whi
We would like to design and implement our order management system as a workflow
using JBPM.
An ?Order? goes through various states like ?submitted?, ?approved?,
?executed? and ?archived?.
In the object world, we do have an ?Order? object with an attribute called
?OrderStatus? to represent th
I have some unusual requirement where I need a service to be initialized after
the deployment of some session beans. I've written the service as a JMX bean
and I'd like it to be triggered upon the deployment of the ear file containing
my beans. I can manually get things to work by first deploy
I just ran a test on the sample (reference) web application provided by the
jbpm-starters-kit-3.1.1. The test was to create an order using 'Cookie monster'
login, later I traced the generated SQL statements. What I founds was around
40+ insert statements for the following JBPM tables JBPM_VARIAB
Try opening your process and looking for a Deployment tab along with the
Design, Source, etc. tabs.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949487#3949487
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949487
I am getting this error with my component. Is this a problem?
17:29:52,296 ERROR [DebugUtils] javax.faces.FacesException: Could not get
property serializableDataModel of component f1:items
Where f1 is a form tag and items refers to a @DataModel property:
| @Name("bo.sale.editor")
| @State
I have a parent class as follows:
@Entity
@Table(name = "Parent")
public class Parent{
private Set PropertyAsset = new HashSet ();
private Set FinancialAsset = new HashSet ();
@OneToMany(cascade=CascadeType.REFRESH, fetch=FetchType.EAGER,
mappedBy="parent")
"acxsjones" wrote : Any help?
Given this verbage on the Tomcat AJP connector configuration site for the
aforementioned attribute, I would guess that this redirect just allows for
conversion to HTTPS. I have used the same security constraint to require the
redirect of HTTP traffic to HTTPS.
an
Hi All,
The current schedule processes all due timers in a single transaction. As
result, it rollbacks all timers' work due to an exception in one of the timers.
It's a problem:
- when you work with nontransactional resources as file system.
- if you have long lasting transaction, the total leng
The path to the file containing your Velocity template. So for example, if
you're storing your templates in the WEB-INF directory and they have a
.template extension, your getResourceStream() method would look like this:
| public InputStream getResourceStream(String source)
| throws Re
I have switch the database for the websale example to the postgres database.
Everything works accept that I do not see any process pictures anymore and
Monitoring does not work. It shows the following error on the screen: Error for
process instance
Any help will be appreciated
View the origin
"jatsrt" wrote : Ignore me, I now see that SP1 is available and looks to solve
the problem. Sorry for wasting time.
we are trying to upgrade to Jboss 4.0.4 and getting the same error. You said it
is fixed in SP1. what SP1?? Please let me know which version was has fix
View the original post :
This is what first comes to my mind:
| @Stateless
| public class myBean implements myBeanLocal {
|
| @PersistenceContext(unitName = "MM")
| private EntityManager em;
|
| @Spring(jndiName = "mm", bean="myDao")
| private MyDao myDao;
|
| @AroundInvoke
| public
HI
In a normal stateless session bean, the entitymanager is injected like this:
| @PersistenceContext(unitName = "MM")
| private EntityManager em;
|
Is it possible to wire up the entitymanager with SPRING. Ex. I would like to
get some DAO's injected into my stateless session bean,
Any help?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949477#3949477
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949477
___
JBoss-user mailing list
JBoss-user@lists.so
I was debugging JBoss Portal 2.2 source code to solve my problem and I find
some Exception that occur in RenderPageCommand.execute() method.
org.jboss.util.NestedSQLException: Transaction is not active:
tx=TransactionImpl:XidImpl[FormatId=257, GlobalId=centauro.sjes.gov.br/1098,
BranchQual=, lo
|
|
|
|
sorry - the xml caused only part to post
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949473#3949473
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949473
_
Sorry, misread the post. Please ignore last comment.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949472#3949472
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949472
___
oops the context.xml didn't fit in the last post
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949471#3949471
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949471
___
Have you tried using the FireBird JDBC driver versus using the JCA adapter?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949470#3949470
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949470
___
postgresql-ds.xml
jdbc/GiftDevel
jdbc:postgresql://localhost:5432
gift
edross
5
20
0
org.postgresql.Driver
/gift
java:/jaas/gift-web
jdbc/GiftDevel
javax
Anyone care to answer this? We have the same problem. In fact, I can't
modify the context-root and still get it to work without having
/portal/portal/eric. We have sites that link to us externally to specific
pages based on how things worked in 2.0, and with this change that will break
ever
In the 1.6 IDE there is no longer a .par extension on the process defintion
folders (and they are now in process, not src/process). There is also no
longer a "Deploy Process Archive" option on the menu.
How do you deploy a process definition in 1.6?
View the original post :
http://www.jboss.c
The jar file should be in your /lib and nowhere else.
Could you post the *-ds.xml file, web.xml, etc. Also, please post context.xml
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949466#3949466
Reply to the post :
http://www.jboss.com/index.html?module=bb
"laurarami" wrote :
| Running ECM software. ECM application engine software pushes https back to
http. FileNet documentation says to setup keystore. We do not want to use
keystore because we have a csm ssl module (less administrative work).
|
View the original post :
http://www.jboss.c
JCA adapters cannot run in a context divorced from the application server. You
mention 'embedded' in the subject line of your post. Is this truly what you are
trying to do, use EJB3? Or are you running inside of JBoss?
View the original post :
http://www.jboss.com/index.html?module=bb&op=v
I'm trying to configure a datasource for jboss and the tomcat web container.
My problem is I'm allways getting a null when I do a ctx.lookup.
I've added a postgres-ds.xml in the deploy directory
I've added a jboss-web.xml in webapp/WEB-INF
I've added a reference in the web.xml
I've added a contex
Can you provide the link to the JIRA task associated with the 'leak' in 3.2.5?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949455#3949455
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949455
_
The Entity1 object is being serialized - there should be a JBoss specific
optimization via a client side interceptor to detect whether the client and
session bean are in the same VM to avoid to serialization overhead. I've opened
a JIRA task for this. Calls to remote interfaces cause the seriali
What about next situation?
I have made an .ear and I want to run client application on the one machine and
the JBoss AS on the another.
My client machine is called ubuntu with address 192.168.0.4
and laptop on which I want to run JBoss AS has an address 192.168.0.5
Also on the laptop I have instal
In addition to the changes to the tree structure (src/process is just process)
the process definitions no longer have a .par extention. There is also no
longer any "Deploy Process Archive" option.
How do you deploy a process defintion?
View the original post :
http://www.jboss.com/index.htm
Please remember that with web services the client and the server are
fundamentally disconnected. There are server side issues and client side issues
- DO NOT MIX the two.
In other words, if you setup an ejb3 endpoint using jsr181 any client that
adhers to the abstract contract in wsdl can talk
Oracle version?
JBoss version?
Did you deploy the oracle driver?
These are the things we need to know.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949454#3949454
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=394
Did you specify to pad the XID in the Transaction Service? This is clearly
outlined in the Wiki.
Please see your jboss-service.xml file and look for
The 'Pad' attribute should be uncommented for Oracle XA deployments.
View the original post :
http://www.jboss.com/index.html?mod
I have made an .ear and I want to run client application on the one machine and
the JBoss AS on the another.
My client machine is called ubuntu with address 192.168.0.4
and laptop on which I want to run JBoss AS has an address 192.168.0.5
Also on the laptop I have installed Postgres server.
I know
Show me the rest of the stack trace.
Also note that you must use:
@In(create=true) Session mySession;
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949452#3949452
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949452
Thanks for your reply.
I ended up rewriting the sessionfactory to a mbean instead, and configured the
postgresql db connection as a datasource in jboss.
Now jboss handles the sessionFactory instead of the application, and the
redeployment works as expected.
View the original post :
http://w
I got the following exception when I tried to deploy hibernate example in
jboss-seam-1.0.0CR3 to Jboss 4.0.4 GA, any idea?
I tried to figure out how to use Seam Managed hibernate session, I followed the
reference manual (7.5.2) but @In Session mySession, the session is always null
(not injecte
http://labs.jboss.com/portal/jbossws/user-guide/en/html/exceptions.html
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949449#3949449
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949449
_
Currently, this has not been tested largely due to IBM late release of
WebSphere JDK 1.5 enabled. Once this happens, we will give this task coverage.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949448#3949448
Reply to the post :
http://www.jboss.com/ind
We had issues using the Microsoft drivers as well. I recommend switching to
the JTDS open source driver.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949447#3949447
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949
webservices.xml supports multiple service endpoints. You have to merge the
wstools generated webservices.xml files manully.
BTW, wscompile does not generate webservices.xml at all.
Why not use JSR181 endpoints and get rid of all those offline tools generation
issue all together?
View the origi
I seem to have answered my own question.
If I call context.save(processInstance) explicitly, the logs get saved.
Otherwise, everything else seems to work but the logs don't get written.
Wonder why this is?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949445
JBoss jBPM provides a sample web app that has console functions. If you have
deployed this app with jBPM, then you can access it like any other web
deployment from the application server. This also means that if the
application server is not running, the web app will not run. If you have
emb
Hello
I found problem with making rmi over ssl with smartcard on Jboss4.0.3sp1, when
I try to set keyStoreUrl attribute as NONE I'am getting exception. Dose it
exists any way to force Jboss to work with smartcard?
I have configured PKCS11 properly -> client getting smartcard certificate works
f
jbossws runs on jboss-4.0.4 and above
http://wiki.jboss.org/wiki/Wiki.jsp?page=WebServiceStacks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949442#3949442
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949442
Hi All,
I'm trying to upgrading from 3.2.6 to 4.0.4. After I installed (via web
start) it seems to only have installed the default server configuration as
apposed to having the minimal and all configurations as well. I did select
"all" during the installation wizard.
Although the default
Hi I'm interested in using EJB3, but I'm restricted to working in the WebSphere
application server. The documentation for embeddable EJB3 says it can run in
non-jboss app servers. Has anyone tried this in WebSphere?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtop
This is probably not a WS issue. Rather it is related to classloading.
What jboss version is this? How did you install it?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949441#3949441
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting
and what shall I put in getResourceAsStream() ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949440#3949440
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949440
___
JBoss
Thanks for the reply.
My jbpm server is running as part of another app (which itself is a standalone
java app). How do I access it then? what port number should I use? Can this be
specified somewhere in any configuration file?
Another qs : The console web application connects to the jbpm server
*kick*
There must be someone from JBoss reading these posts ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949437#3949437
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949437
_
>From base-aop.xml
|
|
|
|
So, basically if you annotate a field of type Transaction w/ @Current and you
are running a load-/compiletime woven application in jboss you get the current
Tx injected into your class. Unless you actually want to manage the Tx yourself
thoug
I also have a third question:
3 - If i have a variable with access of read, how can i set a value to that
variable? The variable isn't read-only?
Thanks,
Pedro
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949408#3949408
Reply to the post :
http://www.jb
Hi, all.
Echoing the problem discussed in this topic:
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=64995 caching of
generated .java and .class files for .jsp's is unreliable. When changes to jsp
pages are minimal, there can be no guarantee whether or not the changes will
flush the
Hi
I'm looking into the JBoss clustering to achive both scalability in LAN
setting and inclusion of a node in WAN in case of geographical failover.
Here's the setting I'm thinking about -
LAN clusters in location A doing IP Multicast which will be the primary
servers. Add a node in location B
Hi to everyone,
i'm newbie of jbpm tecnology, so i want to find a simply example of a web
application that using jbpm workflow (with source code explaned), because the
example on the guide is refered to a junit project, then i want to use jsp,
servlet and javabean.
Can you help me?
Another ques
i have to develop and deploy a servlet, jsp, javabean (ejb later) application
in a jboss enviroment where there is an Oracle Internet Directory with Single
Sign-On.
My application must to be authenticated with this OID e after let the user
navigates in her pages. how i can configure jboss envir
using SessionMonitor.getSessions(), i can see that there has been a session
alive since Saturday, which is about 3 days.
how do i control how long sessions last before they are garbage collected?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949434#3949
Please take a look at the getting started wiki:
http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmGettingStarted
This goes through creating a process and deploying it to the sample web
application. The sample web application source code is available as an
example.
You can use any technologies to
I updated our version of this Authenticator.
http://viewcvs.forge.jboss.com/cgi-bin/viewcvs.cgi/*checkout*/jboss-tomcat/src/main/org/jboss/web/tomcat/security/ExtendedFormAuthenticator.java?rev=1.6
enjoy, cgriffith
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p
Thanks Peter.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949431#3949431
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949431
___
JBoss-user mailing list
JBoss-user@list
I am getting a NamedNotFoundException when I try to run standalone client of
the Duke's Bank Application. The web client application works as expected.
JBoss version 4.0.2.
Thanks in advance.
anonymous wrote : Buildfile: C:\Dev\j2eetutorial14\examples\bank\jboss-build.xml
| run-client:
|
My jbpm_log table is empty for some reason.
I have the set up in jbpm.cfg.xml.
My process definition is super-simple copied from the hello-world example in
the docs.
Any ideas what I'm doing wrong?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949412#3
1 - 100 of 214 matches
Mail list logo