I'm not able to see how the problem your stack trace shows occurs. The invoker
checks with its target to see if invocations are allowed; it shouldn't allow
the invocation to go through if the EJB container isn't fully started. But the
exception you're getting indicates an invocation is reaching
In this thread:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=66651
I see why I get the classcastexception if I put the remote interface in
app2.ear/webapp/WEB-INF/lib.
But I still can't understand why it doesn't work if I put the jar with the
remote interface of app1 in the root of
After Installing jboss-4.0.4.CR2, when I start the server I get the following
Exception
2006-04-21 12:16:34,250 DEBUG
[org.jboss.cache.invalidation.bridges.JGCacheInvalidationBridge] The list of
replicant for the JG bridge has changed, computing and updating local info...
2006-04-21 12:
Is there any patch for this ?
why all Hibernate tool generated pages aren't working ? Did I something wrong
somewhere ? FYI I selected EJB3 annotation in the wizard.
Thanks for any help
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938589#3938589
Reply to t
I created a sample project as specified in the "getting started document". It
is working fine. I tried to create my own Swing application for deploying the
process definition and then create an instance.
I writte
Following is the error i am getting on deploying the war file of JavaBB 7.3 in
the default folder of JBoss.
I have configured the JDBC properties.
11:44:58,121 ERROR [[webwork]] Servlet.service() for servlet webwork threw
exception
org.springframework.beans.factory.NoSuchBeanDefinitionException
Hi,
I am using Hibernate 3.1, JBoss 4.0.2 and Oracle 10g as the Database.
I am using JCA and Caching. I have implemented JBossCacheService for caching. I
am experiencing a strange behaviour whenever the Jboss is started for every 1st
request from my test JSP.Whichever method I have invoked is i
"asack" wrote : "andber" wrote : I now see that all other jars than the
app1-ejb.jar is shown in the loader-repository for app2.ear.. Why is this?
|
| Is EAR isolation turned on or off via the EAR deployer?
|
| java2Parent delegation effects if a JAR is first seen (cached) in the UCL,
---
Hi,
I tried executing the code deploying process definition and creating an
instance of it, given in this forum, but i received a different error showing
SQLException error.
Do we have to make specific change in
Deploy your queue in the server/all/deploy-hassingleton/jms folder instead of
/deploy.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938581#3938581
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938581
-
Your main issue is your we component.Deploy the component on ur second node
Also.After that if u face any problem than plz let me know
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938580#3938580
Reply to the post :
http://www.jboss.com/index.html?module=bb
Hi all,
I have some problem in queue clustering.Is it possible or no(queue
clustering).If possible than tell me the way?
Thanx in advance
Bhupendra
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938579#3938579
Reply to the post :
http://www.jb
Would you happen to have a test case that demonstrates the problem you are
seeing? The only code change made to detectors this year was for
http://jira.jboss.com/jira/browse/JBREM-278 (which was for 1.4.0 release).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtop
Hi all,
I'm having a bit of difficulty with timers and saving the process instance. I'm
using version 3.0.2.
If a timer is executed by the Scheduler and during the workflow execution
initiated by this timer I call
JbpmSession.getCurrentJbpmSession().getGraphSession().saveProcessInstance(pi)
th
http://jira.jboss.com/jira/browse/JBREM-419
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938575#3938575
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938575
---
U
Ok. Create a jira issue under remoting project and I will assign it to a
release.
Thanks.
-Tom
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938574#3938574
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938574
--
Had a general doubt. I was thinking of a usecase where the user wanted to
secure the channel but not use heavyweight ssl(and the dreaded certificate
setup).
SealedObjects provide that flexibility of encrypting serializable objects.
View the original post :
http://www.jboss.com/index.html?mod
If sending a stream from the client the the server, the user will need to call
Client.invoke(InputStream inputStream, Object param) as opposed to
Client.invoke(Object param) or Client.invoke(Object param, Map metadata). This
will cause remoting to internally handle the stream proxying and deliv
Does 4.0.4.CR2 support JAXB 2.0 with annotations ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938569#3938569
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938569
--
Dear all,
I finished a JAXRPC based web service, packaged a war file and then using
WSDEPLOY to produce a new war file. The new war file was deployed to JBoss
4.0.4 and everything seemed to be fine. But when I tried to open the url, the
page displayed many question marks (not encoding problem,
I am having the same issue did you ever find a solution to this problem?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938566#3938566
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938566
One other question about the stream handler; the javadocs say this for the
StreamInvocationHandler.handleStream method's param parameter:
param - the payload associated with the invocation
What is this payload? Its type is Object so I assume it isn't the normal
InvocationRequest that y
Suppose I have a server that can, but not always, takes a client invocation
with stream data.
I use StreamInvocationHandler, as opposed to ServerInvocationHandler.
I assume JBoss/Remoting internals will be smart enough to route my incoming
message to invoke() when the request is not streaming d
ava:129)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Me
I had attached a simple change to enable addition of dynamic pageflow to the
jira issue yesterday. Is there already a unit test class for JBpm which I
missed?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938562#3938562
Reply to the post :
http://www.jboss
When I attempt to run the following code, I get:
JAXBException: org.xml.sax.SAXException: unable to marshal type
"com.parasynthion.centurion.hibernate.entity.Testjaxb" as an element because it
is missing an @XmlRootElement annotationnull
I have included the XSD, generated class from XJC, and th
Hello Mark
That could be the catch ..i was on the version 3.1.2. I am trying it on 3.2RC1
now.
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938560#3938560
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938560
I'm using the PooledInvoker and client certificate authentication to EJBs with
mixed success. Periodically method calls fail because there is no
principal/credential passed into the login modules. I was able to duplicate
the problem with org.jboss.test.pooled.test.SSLSocketsUnitTestCase from t
"andber" wrote : I now see that all other jars than the app1-ejb.jar is shown
in the loader-repository for app2.ear.. Why is this?
Is EAR isolation turned on or off via the EAR deployer?
java2Parent delegation effects if a JAR is first seen (cached) in the UCL, not
whether EARs are isolated -
Hi,
database service is up?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938555#3938555
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938555
---
Using Tomcat but
bump
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938554#3938554
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938554
---
Using Tomcat but need to do more? Need t
Are you using Eclipse 3.2M6 or above, preferably 3.2RC1?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938553#3938553
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938553
Hello,
I was using SonicMQ as a JMS Provider with my web-app,mdbs deployed in the
JBoss 4.03Sp1 instance. I was able to access the ConnectionFactory using the
JNDI Name "ConnectionFactory". But now when I switched out the JMS provider
with JBossMQ JMS Provider, I get a "ConnectionFactory not b
There is a process-end event which (afaik) can be put on the process-definition
itself. I would assume (but then again, i am not the expert) that that event
would be called when the process ends. Even if it was via the
processInstance.end() method. On that event you could call your own action.
I ran the installer again to create a second Jboss install. I then simply
copied over the default config to the original install and uninstalled the
second.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938550#3938550
Reply to the post :
http://www.jboss.
I am trying to install Jboss on FC4. I know that that gij is packaged with FC4.
Can I install JBoss with it or do I have to use the Sun software?
Mike
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938549#3938549
Reply to the post :
http://www.jboss.com/in
Hello,
thanks, yes, I see now that it's the way the API is designed, and in a way it
is logical. My way would be logical too I guess, maybe even more, but I suppose
it starts to be a matter of taste. Anyway, if it is, then I suppose there's
something wrong with portlets - if invoking an include
Probably wouldn't be that difficult to add using a custom marshaller. However,
what would be the need for this? Any particular use case? Feel free to create
a feature request with jira for it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938547#3938547
How to use one data source, related to user/roles/groups, from one LDAP server in JBoss/jBPM ?For example, if I want 'ernie' (suppose uid field in the ldap for one user), what to do for achieve succesful integration in the process definition.
Really, I have no idea for starting with the concept pr
Thanks everyone for reacting to my questions.
Is my assumption correct - If we just use the servlet method described in the
AJAX portlet example that's in the portlet repository collection right now: do
we not have the same environment and resulting portal framework features that I
listed above
what I am describing would use the same servlet as the full page render
process. It's a dfferent path in the core invocation stack, effectively
choosing another render command based on the URL that caused the request, but
that's it, the rest of the invocation would be the same (i.e. same servle
I was concerned that with the servlet method, you might lose some of the
features that you get going through the portlet, such as having access to the
session (and it being kept alive), security checking, etc.
If you still have these things happening with the servlet, then I'm not as
worried
Is there really no one on this forum who can answer my question?
Does a processInstance.end() cancel the process immediately? Or does it take
effect when the currently processing node ends?
This makes a big difference to me, because I have nodes with actions that can
run more than an hour.
Vi
to upload an archive to wiki, you need to have an account. The rest is normal
wiki functionality. If it is big, maybe put it on another server and link to it.
It is better to just describe the steps (I'll help you with that if needed) If
a war is uploaded, it is just a snapshot of a certain vers
it won't get you all the way. The render set only takes over at the region
level, the layout still renders the the HTML and body tag, etc.
If you look at the 2.4 code base there are MarkupCommands for Page, Region and
Window (Region and Window are untested at this point). Those commands are
re
What are the necesary steps to upload one archive to wiki??
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938540#3938540
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938540
Hi,
I am trying to get a connection to a datasource but I am getting a
communication exception. I'm not sure what the problem is here and I haven't
seen any other posts with the same issue. Can someone please point me in the
right direction? The exception I get doing a lookup for the datasou
Hello,
I had a similar problem the first time I installed jboss-4.0.4.CR2. The thing
that fixed the issue for me was installing the jboss-4.0.4.CR2 through the
installer jar and selecting EJB config while installing. The installation
prompts you for what kind of installation config you want.
Fur
DISCLAIMER - I HAVE NOT TRIED THIS YET!
I have a similar requirement and have been considering ways to force the
Portlet to use the emptyRenderer for certain requests ... is this a sane way to
accomplish what jkancianic has asked?
View the original post :
http://www.jboss.com/index.html?module
All,
I am new to JBoss and this is my first post and I appreciate if anyone could
share this information with me.
Is JBoss Application Server 4.0.3 is free to use for anyone?
Can I use this AS in production environment?
Please let me know.
Thank you!
View the original post :
http://www.jboss.c
All,
I am new to JBoss and this is my first post and I appreciate if anyone could
share this information with me.
Is JBoss Application Server 4.0.3 is free to use for anyone?
Can I use this AS in production environment?
Please let me know.
Thank you!
View the original post :
http://www.jboss.
@kh2ouija:
it works!!! I just tried another example and program execution stops at the
breakpoint. Thanks a lot for your help!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938528#3938528
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=pos
Hello
I'm trying to connect to a VLS (Versata Logic Server) from java application and
i have some problems with method connect() from versata package.
If someone can help me i apreciate that!
here is the log:
run:
VSSession...
2006-04-20 09:37:18 PDT versata.common.VSSession INFO: $Header:
/
Thanks for Carlo de Wolf, EJBTHREE-440 is now fixed.
http://jira.jboss.com/jira/browse/EJBTHREE-440
But if you had a failing scnearion on this, I guess it would be a good idea if
you could test it from [EMAIL PROTECTED]
View the original post :
http://www.jboss.com/index.html?module=bb&op=vie
Even JBSER-65 is fixed now.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938524#3938524
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938524
---
Using Tomcat but
Max, it doesnt seem to be working! Or am I doing something wrong ? I drop that
jar in the /eclipse/plugins folder and restart eclipse. Now, I refer to
drools.pdf, page 53, figure 4.2 which shows how to create a 'rules' project. I
dont even get that in the File->New of eclipse workbench. ALso, wh
I now see that all other jars than the app1-ejb.jar is shown in the
loader-repository for app2.ear.. Why is this?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938521#3938521
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=repl
On next version, when doing remove calls inVM we won't convert strings to bytes
any more. (fast deep copy). If you use JBoss from CVS you shouldn't see this
error happening
Anyway, I created a testcase, this is fixed on the next version of
JBossSerialization.
There is a non related bug with St
the samples contain an AJAX portlet that you can take a look at.
There are some steps in th 2.4 code base to get things like a region or a
single portlet window to be rendered via AJAX requests, but its from complete.
View the original post :
http://www.jboss.com/index.html?module=bb&op=view
"georgesberscheid" wrote :
| Is there any other way to make Seam inject an instance of that class
without having to recompile my entity bean?
| Could I for instance create a sub-class of User (let's call it UserSeam),
and annotate it with @Name. Would it still be an entity bean, or would I h
To clarify:
app2.ear contains a war-file which calls a remote session bean interface in
app1.ear, therefore app2 needs app1-ejb.jar in its classpath.
When app1-ejb.jar is included in app2.ear it is not found in the list when
viewing the loader-repositories in jmx-console. I think this is why it
Hello,
I am very new to JBOSS and EJB3.0 development in JBOSS. I apologize for the
lack of information.
I was trying to run the test-with-junit tutorial from eclipse.
The test project I created has dependency on all the Jars in the lib direcotry
and also includes the conf directory where all t
ok, I think I understand better what you mean. I had three responses to you
comments.
1. I don't mind recompiling one bit. I've been using Continuous integration for
several years on all my projects (I'm involved in 13 currently) and I recompile
my application and run unit test on them every h
We're using Ajax with the portal. We see examples of how to use servlets to
handle Ajax requests and got that working, but we would prefer to have Ajax
just call the associated portlet's actionURL and have the portlet generate the
little HTML fragment we want our div tag to be populated with.
doesn't
copy drools-ide-3.0-RC-2.jar eclipse/plugins/drools-ide-3.0-RC-2.jar
work ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938511#3938511
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938511
Have a look at:
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossVsJavaJDKVersionMatrix
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938510#3938510
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938510
---
Thanks Max. When i unzip the "drools-ide-3.0-RC-2-bin.zip" it gives me one
'plugins' folder which just contains 'drools-ide-3.0-RC-2.jar' file in it. I do
not know how to deal with a single jar file like this, so that I can get that
into my eclipse. If you are aware of how to do it, can u just g
4.0.3.SP1 is the latest (and therefore best) stable release.
Re: JDK, we recommend the latest JDK from either the 1.5 or 1.4.2 lines.
Either will work fine with 4.0.3.SP1. If you can use a 1.5 JDK, we recommend
that you do so.
View the original post :
http://www.jboss.com/index.html?module=b
is there a problem you want to raise, or what? The log you have pasted does not
have any ERROR messages in it that we should look at.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938507#3938507
Reply to the post :
http://www.jboss.com/index.html?module=bb&
Look at the Management portlet in portal 2.2 (assuming this is the version you
are using)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938506#3938506
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938506
--
I installed JBoss 4.0.3SP1 with a custom configuration. Under ../server, i only
have my custom configuration e.g. /customconfig.
The default, all, minimal configs were never created.
How can i create a default config or an all config, after the fact?
Run the installer again, install into a d
That page has "RC 2 of Drools 3.0 IDE" which looks like a very good link to an
IDE ;)
Installing it to eclipse is just a matter of putting the files in plugins and
features into your eclipse installation.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938504
http://jboss.com/index.html?module=bb&op=viewtopic&t=80802
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938502#3938502
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938502
--
"dgiscool" wrote : I'm investigating about jboss 4.0.3 as an appsvr. what
version of jdk is recommended to use with that i.e. jdk-1_5_0_06 or any
specific one? which version of jboss is most stable out of 4.0.2 and 4.0.3.
|
| we only intend to use the servlet container in clustered environ
I am using MDB that is associated with a topic. The following is my jboss.xml.
http://www.jboss.org/j2ee/dtd/jboss_3_2.dtd'>
mdb
topic/testTopic
Though i want to associate my EJB with topic/testTopic , when the EJB is
deployed, it is n
Thanks Max!
I already have thos downloads. The problem that I am running into is, I am
unable to figure out how to get that plugin into my eclipse. And if you look at
the download page, there isnt a link specifically for 'eclipse plugin'.
Hope you can help me!
Thanks
Jagan
View the original post
Hi! To deploy a Web Application there's the New Web Application Wizard, I begin
with a JSP file for example and the wizard will then package the selected files
into a Web ARchive file and will create the deployment descriptor required, to
do this I need to ensure that the Application Server is r
I'm investigating about using jboss 4.0.3 as an appsvr. what version of jdk is
recommended to use with that i.e. jdk-1_5_0_06 or any specific one? which
version of jboss is most stable out of 4.0.2 and 4.0.3.
we only intend to use the servlet container in clustered environment.
thanks
deep
V
I'm investigating about jboss 4.0.3 as an appsvr. what version of jdk is
recommended to use with that i.e. jdk-1_5_0_06 or any specific one? which
version of jboss is most stable out of 4.0.2 and 4.0.3.
we only intend to use the servlet container in clustered environment.
thanks
deep
View t
Did you try and look at the drools homepage ? :)
http://labs.jboss.com/portal/index.html?ctrl:id=page.default.info&project=jbossrules
There is a nice screenshot..and here is the download.
http://labs.jboss.com/portal/index.html?ctrl:id=page.default.downloads&project=jbossrules
And yes, as most
I have a need to centralize the event handling of task creation events.
Basically, I've got some code that needs to be notified if ANY process creates
ANY tasks for ANY user.
If I understand the way jBPM works, I can create a process definition like this:
|
|
|
|
|
yes, we need to implement a small API that inject into a pojo.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938492#3938492
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938492
--
Guys
Is there a eclipse plugin for JBossRules (Drools 3.0) ?
If so, can someone please give me the updater URL so that I can get it from the
site.
Also, do we require JBoss IDE plugin for eclipse to be installed or is the
JBossRules plugin a stand alone one ?
Thanks
View the original post :
htt
thanks, now it's ok!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938490#3938490
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938490
---
Using Tomcat but need to
Waou! thanks for your quick reply !
I access the main app page through:
http://localhost:8080/seamapp
and the next urls are of type:
http://localhost:8080/seamapp/editTva.jsf
Note: all the app is generated by the hibernate tool, I haven't changed a coma
to the code, I just adapted the persisten
Looks to be fixed at least I hope. The packaging needs to be broken down for
specific functions and these functions must be self contained. The cross
reference between the two ejb.jar files was mixing up the sfsb ejb reference.
View the original post :
http://www.jboss.com/index.html?module
anonymous wrote :
| On a related note, "count" functionality is almost always an expensive
operation - especially in highly scaleable systems.
|
| This is even true for RDBMS's, since often counts often have to be
re-calculated each time (often by table scan), since maintaining counters f
what url did you use ? (should end in e.g. .seam or whatever pattern you have
defined for JSF pages)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938486#3938486
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938486
Hi all,
I 'm confused with the Hibernate reverse engeeniering tool. It works great
until I try to launch the generated JSPs.
I'm using :
AS 4.0.4.CR2
Latest seam nightly build
Hibernate tools 3.1.0beta4 (latest)
latest JBossIDE 1.5.1-GA-ALL
Any help is welcomed
here is the stacktrace of the err
Thanks for holding off until this issue fixed:
http://jira.jboss.org/jira/browse/JBMESSAGING-347
which it now is.
Looking forward to the next release, I'm not sure if you mentioned before or
not, but I'm hoping there will be a JCA example in there...
Best,
Mark
View the original post :
ht
Have a look at the log4j.xml file in %JBOSS_HOME%/server/default/conf
directory, where you can set the log levels
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938483#3938483
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=repl
JIRA issues created. I hope you can reproduce this.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938482#3938482
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938482
Yeah, this is confusing.
Each of the configurations you listed creates it's own JGroups channel, so in
reality you have 4 'partitions'. Each needs its own channel, because multiple
services sharing the same channel doesn't work well. The major goal of the
upcoming JGroups 2.3 release is to ma
ah, thanks folks for clearing it up.
The trick with adding both a timer and due date seems to serve the purpose fine
for me, many thanks for that.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938478#3938478
Reply to the post :
http://www.jboss.com/index.h
I'm not sure what went wrong here...I didn't see any indication of change in
the behavior or lookup of SFSB in CR2 compared to RC1...but my app definitely
breaksand it ran flawlessly in RC1.
My app is a simple shopping cart with a single SFSB called "ShoppingCartBean".
I look it up like so:
Hi,
I have this:
app1.ear
app1-ejb.jar
app2.ear
app2.war
web-inf
lib
app2 contains a servlet which connects through a remote ejb interface included
in app1-ejb.jar, so app2.ear needs to have app1-ejb.jar (or really a subset of
it but let's say it is the same jar)
Since I upgraded to 4.0.4.CR2, I'm having a problem calling a stateless EJB3
from inside a Quartz job via simple JNDI lookup code:
public final void execute(final JobExecutionContext ctx) {
InitialContext jndiCtx = new InitialContext();
RemoteEJB3Interface ejb3 = (R
I also experiment deadlocks, but they occur each time (and only these times) I
want to take a transition leading to a node that has already been visited. It
happens on the commit when I want to close the JBPMSession. I'm using Jbpm
3.0.2, mysql-connector-java 3.0.11 and mysql 4.1.18 .
Here is
Chris,
the JBossGenericPrincipal is needed for Tomcat authorization in the realms
(JBossSecurityManagerRealm and Jacc.Realm) and in Tomcat RealmBase class.
So as a first step, you need to see how your custom principal maps to
GenericPrincipal.
Cheers.
View the original post :
http://ww
Anil,
I will take that as a "no easy way to remove it."
My situation is more of an annoyance than a real need.
I have an web-app that uses a custom Realm and a custom Principal. My design
was that these items could be used by others (in my organization) to secure
applications running in Tomca
1 - 100 of 208 matches
Mail list logo