I can get them with this:
But not with this
So where's the problem, is it me, JSF or
One way is presented in the test classes provided with the source distribution
of JBoss 4.0.3SP1. The example uses annotations to configure the pool, but
each annotation has its descriptor analog.
Look for the file StrictlyPooledMDB.java. The lines you will find of interest:
@PoolClass (value
Hm, there is some inconsistency here. What if the subprocess spawns again a
subprocess and then another subprocess... What would a signal to the
mainprocess then be supposed to do? What if you want to cancel one of these
running subprocesses?
There is no reason you should not signal the token of
anyone got any ideas on this one before I jump out the window?
I've solved the problem of "Hibernate Dialect must be explicitly set" by just
adding the database connection details (even though I'm not using them).
I'm left with this one
org.hibernate.MappingException: An AnnotationConfiguration
AFAIK Runa is using jBPM 2. But then it is a very long time since I checked
their product.
Regards,
Koen
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936784#3936784
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936
Johan,
We did not yet port/test jBPM on the JBoss 4.0.4 branch, so there are probably
some incompatibilities between jars. Are you sure you use the same jars for
jBPM as for your JBoss instance?
Regards,
Koen
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39
The classes you mention are not threadsafe, so you should indeed create them
for each client.
Regards,
Koen
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936782#3936782
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3
Yes, this would be the best way if you don't want to modify the webapp. Put the
jars in the '%jbpm_server_home%/server/jbpm/lib' folder where
'%jbpm_server_home%' is the location where you extracted your starter's kit.
Another possibility is to rebuild the webapp and put the jars in the
WEB-INF
The expressions used in the websale processdefinition are nothing else than a
special kind of assignmenthandler. So if you use the jBPM identity module, this
expressions are very convenient. Look in the docs for how you should use this.
If the provided identity model does not meet your needs, fe
Well, could never be totally synchronous as would have to call on the other
clients when one client made an synchronous invocation (basically making those
other clients accept callbacks). This is also going to require some server
component to be running within each of these client instances. T
Hi all,
I'm evaluating some application servers. Jboss was for me THE choice, but Web
Services are something very important for us and we are in front of serious
performance issue.
I use a web service to send up to 4000 customers objects, JBoss is really
slow compared to others application serv
Fred,
There *is* some unreleased code wrt JMS in CVS. It will be released in the 3.2
branch AFAIK.
The moment you want to switch is really up to you. If you want to use
clustering for instance, you would have to use a clusterable JMS solution. As
long as the internal system works for you, ther
Thanks Scott for your reply.
I closed my MS Outlook application and got rid of Port 1098 already in use
error, but got another problem - jboss.service = HAJNDI failed due to port 1101
already in use. But I can see the content in http://localhost:8080/jmx-console
I used TCPView (as suggested in
Scott, Luntain,
Thanks for the help ! This cleared things up - thanks !
Jeff
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936775#3936775
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936775
--
JIRA:
http://jira.jboss.com/jira/browse/JBAS-3096
Scheduled for 4.0.5.CR1 (or 5.0.0.Beta if it comes out first.
Release schedule:
Neither of the above has a scheduled date right now. To monitor:
http://jira.jboss.com/jira/secure/BrowseProject.jspa?id=10030&subset=-1
Kind of a pain, but that'
"[EMAIL PROTECTED]" wrote : The jacc way of obtaining the servlet request may
work as Portal Security reuses the JBossSX Jacc layer. Chris, you need to check
that out.
The ServletFilter solution is probably good enough for now. If proven
otherwise, I will check out the JACC solution. :)
View t
"[EMAIL PROTECTED]" wrote :
| Access to the ServletEndpointContext is available via the init method of
the javax.xml.rpc.server.ServiceLifecycle interface. See the
org.jboss.test.ws.samples.jsr109pojo.JaxRpcJSEEndpoint testcase.
|
It is indeed how I tried to access the information. The fol
Its simple. Look at the javamail message inflow adaptor I did in a few hours.
http://fisheye.jboss.com/viewrep/JBoss/jbosscx/src/main/org/jboss/resource/adapter/mail
goto the jca forum for followup help.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936770#
Hi!
I am a member of a small group of developers who share a common linux server
(which has a JBoss application server running on it) for testing purposes.
I am looking for a way to allow all team members to deploy our WARs/EARs/JARs
on the remote JBoss server without having to log on to the OS
Koen, if that was all I wanted to do, then, yes, an actionhandler will give me
that. But that's not all I want. My process definition drives a page flow. By
definition such a process definition includes wait states - one for every input
page at least. At some point I want another (sub) process d
The jacc way of obtaining the servlet request may work as Portal Security
reuses the JBossSX Jacc layer. Chris, you need to check that out.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936767#3936767
Reply to the post :
http://www.jboss.com/index.html?modu
"[EMAIL PROTECTED]" wrote : A custom message inflow jca adaptor is the answer.
Thanks Scott, I was afraid you would say that.
That really sucks since implementing a JCA adaptor involves a lot of work (i.e.
JCA is one of those specs that seems way uber complicated than it really needs
to be but
Try updating again. Perhaps you got a broken checkout.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936764#3936764
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936764
--
"[EMAIL PROTECTED]" wrote : My question was meant to provide the WSRP component
with the required context in a "standard" way. Retrieving that information is
necessary for us to build the proper WSRP request context so that the rest of
the routing is done correctly. Does that answer your questio
I have exactly the same problem with Jboss 4.0.4.CR2.
The exception ERROR [UDP] exception=java.io.OptionalDataException keeps
ocurring about every 15 seconds.
Any body can help? Or just how to prevent it from displaying? I think that
JBoss is working fine.
View the original post :
http://www
The the following faq question:
Get an java.net.BindException "Address already in use" on startup?
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossFrequentlyAskedQuestions
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936760#3936760
Reply to the post :
http:/
"[EMAIL PROTECTED]" wrote : Especially since the context is regarding routing
of requests, why isn't the integration context of the wsrp component providing
this info? This is for the case of a portlet using wsrp to incorporate content
from a webservice or what?
My question was meant to provide
Hi
I would like to be able to browse the front of a queue. Unfortunately I can't
think of a message selector that will bring back only the first message on the
queue and I don't want to browse the whole queue just to guarantee returning
the first message in the queue. Is there a simple way of d
Start with the jaas howto stick post in this forum:
http://www.jboss.com/index.html?module=bb&op=viewforum&f=49
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936756#3936756
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p
See:
http://wiki.jboss.org/wiki/Wiki.jsp?page=UsingCustomPrincpalsWith
We have no notion of a custom role as its an internal detail. What is you use
for a custom role class?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936755#3936755
Reply to the post :
1. No.
2. The TimedCache is created with thread-safe set to true, and the update is
done within a synchronized block holding the cache monitor. If the principal is
seen to already be in the cache the existing value is removed so its not clear
how a race condition can exist.
Are you using a cust
"[EMAIL PROTECTED]" wrote : WS is indeed transport-agnostic. However, WSRP is
not necessarily. Some methods on the required interfaces (initCookie for
example on the Markup interface), explicitely need to set HTTP headers (when
using the HTTP transport, that is).
|
| This is indeed a Portal
A custom message inflow jca adaptor is the answer.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936752#3936752
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936752
--
You 64 bit jdk is broken:
http://jira.jboss.com/jira/browse/JBAS-1837
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=74994
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936751#3936751
Reply to the post :
http://www.jboss.com/index.html?module=bb&o
Congratulations to you jboss.
I'm happy to working with FC5 or FC6 and Jboss-*.
Ok, there are 2 points:
1, tag missing at seam examples/hibernate/view/template.xhtml:
| Welcome #{user.name}
| | Search
| | Settings
|
Hi All,
We're looking our data access layer, and I'm curious how JBoss/Hibernate
intends to implement 9.1.22 of the EJB 3.0 spec?
anonymous wrote : If the collection is defined using generics to specify the
element type need not be specified.
In particular, how can you determine the generic ty
first thanks for all
i read the source code of runa which is a Russian product.
It use JBPM
and when i read the code
it tell me to import org.jbpm.ui.wizard.ExportParWizard;
but i can not find the jar
maybe it is writen in JBPM 2
or any other reasons?
View the original post :
http://www.jboss.co
Right, I understand that I am still wondering whether context, sessions and
process definitions can be shared by different threads or should I create them
for each client. For example, in JMS sessions cannot be shared across threads
so I am not sure if there is similar constraint on these object
When I start up JBoss (using Windows batch file), it finds that port 1098 is
being used...so can't start up properly. At the end, I get "Page Not Found"
when I point "localhost:8080/jmx-console" in my browser.
How can I solve this problem? Thanks in advance.
Sabbir
View the original post :
ht
Thanks Kevin, your work really helps a lot.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936744#3936744
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936744
---
T
I'm trying to port an existing web application from Tomcat (5.5.16) to JBoss
(4.0.3rc1). This app uses an existing JAAS LoginModule, which uses custom User
and Role principals. I am currently trying to get JBoss to propagate these
custom Principal implementations to my webapp. The sticking point
I checked out the CVS head and saw your modifications. Then I complied my
project against the new seam jar and included it with my project I cannot get
any messages to appear from either the annotations or using your modification
as shown below. Going back to the old jar solves the problem.
N
When I click a refresh button in Configure Table Filters no tables are shown. I
am connecting to oracle 9i
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936741#3936741
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=393
So, I'm using Wicket + JBoss EJB3 to build a small sample application to
present to my co-workers.
I was trying to figure out an elegant way around the general tricky nature of
lazily loaded collections and found this post:
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=75525
Could s
Could you please post the entity. Also please make sure that there is data in
the database.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936739#3936739
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936739
This looks like a bug to me, so should I raise a JIRA ? I was just hoping that
somebody could confirm this as a know issue. If you like I could post a
complete example which illustrate this point.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936738#39367
I am trying to deploy a servlet. But, I am unable to see the result and getting
the result as
Directory Listing For /
FilenameSizeLast Modified
Apache Tomcat/5.5.9
Please help me. What could have been wrong ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=vie
hmm, yes, that way sounds reasonable.
Anyway, I'll take a shot and try my own fork node - the processdefiniton.xml is
already fat and so I can save some nodes. I have already started: the
read-method similar to the decision-node, and in the execute-method only the
right transitions get picked.
I have the same result with JBoss 4.0.4.CR2
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936735#3936735
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936735
---
T
Hi,
The websale example does exactly this in one of its nodes:
|
|
|
|
| salesman
|
|
|
|
|
|
|
|
|
|
|
|
|
See jbpm/src/process.examples/webs
FYI, that is in: ChooseHandlerClassDialog.java
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936732#3936732
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936732
--
I did some debugging and it never exits:
SelectionDialog dialog= JavaUI.createTypeDialog(
| parent,
| new ProgressMonitorDialog(parent),
| Searc
Anyone noticed if the latest from CVS the browse button where you choose a
class for an action handler does not work?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936729#3936729
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=
"d1g" wrote :
| As an example, I wasn't able to use a member function of a script.aculo.us
class as a remoting callback. The function executed but it lost it's 'instance'
context. This might not be possible to solve...
I usually define an anonymous function to handle situations like this:
It seems the issue does not mention lib/ dependencies jars. It would be very
nice if these jars were fixed as well.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936726#3936726
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=re
the processdefinitions are already kept in the hibernate 2nd level cache, so
there is no need to optimise that.
Ronald
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936725#3936725
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mod
Hi there:
I am having a similar problem. Can somebody helping me?
I am using:
Jdk1.5
Jboss1.40.2
Eclipse
I am working on Windows Xp without problems, I have deployed my webApp here and
works allright, but now that I try to run it on Linux Mandriva, i get the next
excpetion:
java.lang.ClassCast
Yes, I did oralce-ds.xml. I am able to connect to the DB, insert rows, but this
message does not seem to go away. I did not use oracle-xa* because I am not
using distributed transactions etc. Do you know which configuration file is
causing this error ?
Thanx in advance :-)
View the original po
I understand that JbpmConfiguration is thread safe and can be shared, but can
someone let me know if any of following are thread safe:
- JbpmContext
- GraphSession
- ProcessDefinition
Basically, I would like to use a singleton class to keep shared definitions of
processes and then create proc
I'm currently working on integrating SeamRemote and scriptaculous.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936721#3936721
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936721
--
Thanks heaps!!! :)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936719#3936719
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936719
---
This SF.Net email is spons
I got it to work by modifying the classpath in the run.sh for starting jboss:
JBOSS_CLASSPATH="$JBOSS_BOOT_CLASSPATH:/mypath/myjar.jar
I am sure there is a better way to do this but am unable to find it in the
docs.
thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&o
Hi sbryzak2,
My application is mapped to the root context as I want to have complete control
of URLs for the entire site. You're right, it would be more portable if I'd
used your SeamRemote.contextPath value and I'll add this in to my code. Thanks!
Well done with Seam Remoting, it's pretty cool
see the testcases. Lots of 'examples' there.
Ronald
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936716#3936716
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936716
JBoss jBPM can be linked with anything since it has the concept of
actionhandlers. Either sync or async. see the documentation.
Ronald
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936715#3936715
Reply to the post :
http://www.jboss.com/index.html?module=b
Even better, make a wiki page for it ;-)
Ronald
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936714#3936714
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936714
Why not do somathing like
| +-+
| | Fork |
| +-+
| / \
|Decsision 1 Descision 2
| / || \
|++ ||+---+
||State A | |||State B|
I'm looking for docs which state which Platforms JBoss is certified on.
Hoping to find: Linux AS 4 upgrade 3 on AMD64/EMT64 with J2SE 5.0 upgrade 4 or
higher.
If you have this link can you point me to it.
Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&
PLEASE search the forum. This has been answerd very recently.
Ronald
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936711#3936711
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936711
--
Please read:
http://wiki.jboss.org/wiki/Wiki.jsp?page=DSdotXML
This should allow you to configure and set up your adapter.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936710#3936710
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=post
Could someone provide me some different examples of the decisions node xml.
One with a handler with fields filled in, one with bean shell etc. The more
variants the better.
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936709#3936709
Reply to the po
Please see:
http://wiki.jboss.org/wiki/Wiki.jsp?page=StrangePoolingConnectionsDestroyed
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936708#3936708
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936708
--
Sorry, the above is supposed to say "plain node", but the code got lost.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936707#3936707
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936707
I'm trying to upload a file. I had done this with JSF and when I try to
migrate the application using seam i'm having assorted problems. As I try to
discover the root cause I'm thinking that someone may have already achieved a
nice way to upload using seam. Does anyone have a pattern of code
The issue is with your datasource deployment. Did you deploy the appropriate
*-ds.xml file?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936704#3936704
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936704
--
Sorry Folks,
I should "read the FRIENDLY manual", but I'll post the answer here so that it
might help someone else.
I was previously compiling in Eclipse using older Hibernate jars (for inclusion
within Eclipse osgi container).
I am currently compiling the same application with current JBoss e
Any help deeply appreciated, do I post to this forum or another ??
16:01:07,320 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
--- MBeans waiting for other MBeans ---
ObjectName: jboss:service=KeyGeneratorFactory,type=HiLo
State: CONFIGURED
I Depend On:
jboss:service=Transact
Fixed in CVS, please try it out for me. Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936699#3936699
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936699
--
I couldn't find much in the docs about this, but I aplogize if I'm missing
something obvious. Is there a facility in jBPM for scheduling process
executions? For example, I'd like to have a process kick off at 8am every
business day. Can this be accomplished with jBPM's timers and business
ca
Hello, I am new this thing of portlet and am trying to deply servlet to jasper
report like portlet in jboss portal, if they can facilitate some information to
me I thank for much to them.
Greetings.
P.S. excuse my accent or the form to write I am using a translator to write
since a little
hi all
I have a problem trying to delete an object of a list that is in a @DataModel,
I add perfectly with this action:
| @Stateless
| @Name("solvencyAddComponents")
| @Scope(ScopeType.CONVERSATION)
| @Interceptors(SeamInterceptor.class)
| public class SolvencyAddComponentsAction imple
Not sure if i should add this here - but it sounds very similar to the
originally reported problem...
With jboss-4.0.3SP1 & jboss-4.0.4RC1 i have used this to get the url used to
call my servlet style web service endpoint...
String transportUrl = (String)messageContext.getProperty("transport.ur
The booking demo has an example of this.
Also discussed in this thread.
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=80815
Good luck!
Chris
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936692#3936692
Reply to the post :
http://www.jboss.co
Great. So the problem appears to be identified. Is there a jira tracking this
issue? Do you know the anticipated release date of the next product cycle that
this fix might be included in? Is there CVS or milestone access to this
release so that I can test and give feedback in a more timely m
@Id (generate=GeneratorType.AUTO)
appears to be a valid annotation when compiled with Hibernate annotations but
generates a warning when compiled with JBoss ejb3
("the attribute generate is undefined for the annotation Id")
Inside the JBoss AS container, which annotations are used?
How are varia
Hi,
running jboss 4.0.3 is fine, but running jboss 4.0.4.CR2, in
JAVA: /usr/java/jdk1.5.0_06/bin/java
JAVA_OPTS: -server -Xms128m -Xmx1024m -Dsun.rmi.dgc.client.gcInterval=360
-Dsun.rmi.dgc.server.gcInterval=360 -Dprogram.name=run.sh
CLASSPATH: /usr/local/jboss/bin/run.jar:/usr/jav
I had already added the jars to the classpath ( in Eclipse -> -> Properties ->
Java Build Path -> Libraries and "Order and Export"). I hope these are the
right places to add. Also they are added to the the $CLASSPATH variable on my
linux development system. The build/compile is just fine, but i
I could never figure out the what the problem was here. The sample from
LaLiLuna still worked as did the EJB3Trail.ear. I really have no clue what the
problem was - maybe something in MyEclipse or Eclipse or JBoss, but it was
really hosed - even stripping it down to the bare ejbs didn't help.
I've just attempted to checkout and build the main branch of jboss-portal
without success. These are the steps I'm taking:
[]$cvs get tools jboss-portal
| []$cd jboss-portal/build
| []$./build.sh release-tgz
| build.sh: *WARNING* Ignoring environment value for $ANT_HOME
| build.sh: Execut
I`m combining tree2 with @RequestParameter.
At first it seemed to work if requestparameter actually was there, but gave
error if failed to inject(this is not nice error to show to users, any
solution?) but then it did not work at all. I clicked link but still it was
complaining that no requestpa
I am new to jBPM, and not still clear as to how to use the Swimlane and
SwimlaneInstance.
In the websale processdefiniton.xml, the swimlanes have user name expressions
assigned. Is this the normal way to do it, or should I have an assignment
handler class pick and assign an actor?
If the asi
gudake,
I've been trying to play with this too. I think I need to have actions on plain
rather than on tasks, because I want the external process
to control the process flow.
Isn't it true that in your experiment with async tasks, the process continued
on regardless of what happened in the asy
Thanks for your response. But can we learn at what point we need to switch from
internal messaging to JMS? What are the problems with internal messaging? How
will we know when not to use it? Does it turn blue under load? Does the CPU
burst into flames? Excess stomach acid?
What is the status of
Versions in the jars are a weak convention that just propagates version info to
all docs/build scripts, and has no support from any programatic apis. The
version info belongs in the manifest. If you can't use the jdk extcheck
-verbose tool to display this info, the jars are broken. All of the ej
I don't see why not. It would be an interesting exercise.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936678#3936678
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936678
---
I've used the @PostConstruct lifecycle method to pass the bean itself for post
processing which seems to contain all the annotations to process via Reflect.
But besides that, is there a way to find out what annotations are on an EJB3
bean at runtime? Let's say I have a SLSB with some custom ann
OK! THIS IS A BUG!
Problem is that the EntityManager is injected AFTER the start() method of the
JMX Service Object is executed! Because of this [EMAIL PROTECTED]'s code works,
mine not :'(
Is this realy how it should work? I want my Objects injected before I start my
service, especially if t
Is it possible to have my own message listener interface (basically onMessage
with a return type) and still use JMS as my infrastructure?
Any insight into this topic would be appreciated!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936674#3936674
Reply to
Ok, so I added the jaas.config stuff into the specific custom
application-policy of login-config and it appears that I am logging in (shows
that login is successful according to database timestamp) but getting a 403
error, access denied to the page
View the original post :
http://www.jbo
We have an enterprise security requirement to audit the users who are logged in
when SQL statements get executed against the database.
I would like to accomplish this by simply configuring log4i to print out an
audit log.
Is there a way out of the box that I can configure log4j to print both
1 - 100 of 214 matches
Mail list logo