Hi
Before I merge an updated entity I need to be able to check if some of the
fields have changed. I need to execute some code in my entity listener
depending on whether or not a particular field has changed.
e.g. I have a field userID which links to a user entity. In my preUpdate method
I nee
Hi, Koen!
I first of all tried the second approach. The reason was that I have 7 business
processes. When I copy and paste the process definition source code and switch
to Diagram View all the nodes are one over another and even coping the gpd.xml
content doesn't help. Actually the problem is th
how to setup a mapping from a context directory to an external directory in
jobss??
i want display some images in jsp that are in external directory location.
i dont want give exact location of image in jsp.i want give context path that
match in extenal directory location.
the image is
http://sourceforge.net/project/showfiles.php?group_id=70542&package_id=116692
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938331#3938331
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938331
---
Hope someone finds this useful:
http://wiki.jboss.org/wiki/Wiki.jsp?page=SeamConfigurationFiles
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938330#3938330
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938330
Hello,
I have a simple table and one column of this table holds an integer. Is it
possible in EJB3 to garanty exclusive access to this value when incrementing
it? Exclusive access means that different session beans that are calling the
increment method always get a new, unique column value.
Th
Also note that all of the Seam examples (except for the remoting examples) now
run on tomcat, and that we've now got a lot more tests :-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938328#3938328
Reply to the post :
http://www.jboss.com/index.html?module
Tom and I made some breaking changes to Seam pageflow today. I've been trying
to break as little as possible in 1.0, but this one was worth the pain.
First:
If you begin a pageflow while rendering the page (eg. from an @Factory or
@Create method while pulling data for the page), you should no
Where I can find gpd 3.0.9 gpd feature version to download?
I am trying to find it, and not success.
Thanks,
JC
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938325#3938325
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply
I've successfully built the Duke's Bank app on JBoss 4.0.x (JDK1.4) and was
doing pretty good until I got to the deployment step - I'm getting this error
too - could someone PLEASE advise:
-
21:57:20,089 ERROR [MainDeployer] Could not create deployment
I can't find the jar file where @EJB is defined. Does anyone know which jar
file this is defined in.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938322#3938322
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938322
SeamTest is one of the reasons we switched from @EJB to @In ;-)
I have been able to get EJB3 & hibernate work with testNG based on the
examples. But, I am unable to get Hibernate & EJB3 working in the same test.
The errors include datasource not defined even though it is defined in
jboss-beans.x
A remoting request doesn't go through the faces servlet, so that's probably why
you don't have a FacesContext. Can you load the resource with your class's
classloader instead? i.e:
getClass().getClassLoader().getResourceAsStream("WEB-INF/templates/upload.tmpl")
View the original post :
http:
Hello,
How can I config the title with other string rather than "JBoss Portal
2.2.1-RC3" ??
Where can I change that ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938319#3938319
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting
I assigned it to myself, thanks!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938318#3938318
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938318
---
Using Tomcat
Sorry, my description of the Deployment menu item seems to be related to
something else perhaps, since it's there in 3.0.8 as well. And I like the
robust new deployment method. The thing I'm referring to that's missing is the
old HTTP Deployment Settings Deployer value (i.e. jbpm/upload). Am
no
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938300#3938300
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938300
---
Using Tomcat but need to do more? Need to
Which version combinations of JBoss and EJB3 is causing the exception?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938299#3938299
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938299
--
Can you confirm that the jboss-ejb3x.jar file is in the deploy/ejb3.deployer
directory?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938298#3938298
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938298
Has seam started supporting method level interceptor. I know it was not there
in beta version 1
Thanks
Rizvi
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938297#3938297
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=
hmm... in my version of 3.0.9, the deployment tab is very extensive. I can
select what to include in the par, file in the project or even libs on the
classpath. Besides that, I can select to deploy it locally (save it locally) or
configure a jbpm server with host and port.
Ronald
View the orig
I don't remember all modifications. I actually works with jbpm onto weblogic 8,
but in this version the JSF descriptors used not works, because weblogic 8 not
implements the j2ee version 1.4 required.
I have .war archive deployed in weblogic 9.
This war run with a datasource.
What are the st
All,
Is this a bug or am I doing something wrong?
I want to, through Seam Remoting, get a whole chunk of HTML from my .war
WEB-INF. In that way, instead of refreshing the whole page, Seam Remoting would
dynamically update the page's contents while keeping the page's header,
navigation bar, etc
EJB3 RC6 uses some of the enhanced API provided by the latest distribution of
JBossXB (XML Binding). JBoss4.0.3SP1 uses the older version of JBossXB, which
JBoss4.0.4RC1 and CR2 use the latest JBossXB. So you either need to roll back
to EJB3 RC5 or upgrade to JBoss4.0.4.
View the original post
Hard to diagnose - could be a firewall problem on the sender, buit then I would
assume *no* packets gets through at all
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938285#3938285
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mod
so ...
http://jira.jboss.com/jira/browse/JBPORTAL-832
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938284#3938284
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938284
---
I just corrected this issue and closed the JIRA task. The fix will be available
in the next release of EJB3
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938282#3938282
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39
I am trying to use the the X.509 Token Profile or UsernameToken Model at the
JBossws server side and looking for a example to sign and send the request
using wss4j Axis. I really appreciate any kind of feedback.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=
I am looking for a example to configure the jboss-wsse-server.xml with Username
Token Profile rather than X.509 Token Profile 1.0. The X.509 Token Profile
works fine, but i want to use the Username Token Profile. I looked at the xsd
and didn't find much information. Did any one tried this before
With Jboss4.0.4.CR2, JBossws will be installed automatically. Follow the steps
from the example and it works fine.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938275#3938275
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=rep
Do you know if there is a portal that supports this ?
Thank you !
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938273#3938273
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938273
--
Thanks Manik for those answers.
-Jaikiran
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938272#3938272
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938272
---
Us
A very basic set of questions:
Does the JBoss comes with Tomcat Servlet container by default? What about the
web server? Does it use Apache web server by default or ? I'm really confused
about the relations with these three components. Does Jboss has it's own
servlet container and web server th
I am looking for a example to configure the jboss-wsse-server.xml with Username
Token Profile rather than X.509 Token Profile 1.0. The X.509 Token Profile
works fine, but i want to use the Username Token Profile. I looked at the xsd
and didn't find much information. Did any one tried this before
not yet (as of 2.2) on a per user basis. This feature is referred to as
'dashboard' in this project.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938271#3938271
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938271
Hi,
I wanted to know if JBoss offers customizable layout.. I mean, 2 different
users can configure their display so that the same portlet can appear in
different places ?
Thank you,
Ionut
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938269#3938269
Reply
A very basic set of questions:
Does the JBoss comes with Tomcat Servlet container by default? What about the
web server? Does it use Apache web server by default or ? I'm really confused
about the relations with these three components. Does Jboss has it's own
servlet container and web server th
Hello,
please excuse my English ... i'm french !
Fisrt of all, i'm using JBoss 4.02 !
I'm having trouble in catching EarDeployer Notifications. Here is my
developpemen status :
I have an MBean which is notified when a .ear archive is deployed in the
"start" state of notification. This work
Michael,
Could you create a unit test and attach both the processdefinition and the unit
test to the bug report? I reopend it and refered it to this topic
Thanks,
Ronald
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938266#3938266
Reply to the post :
ht
I am seeing the same behaviour as previously described. Text fields in my
form-login.jsp posting to j_security_check do not correctly follow encoding
type. I am using a ? character or (ALT-0153) in my password and it gets
garbled. I have set my web.xml to include the locale-encoding-mapping-l
Maybe posting my entire server.log file contents from the point seam is
initialized to the first reproduction of the error will help.
I'm very much at a loss because I've been through the example code and my code
line for line and there is very little relevant differences, and the only
differenc
"vitarara" wrote : Can the EJB2 and the EJB3 module be in the same ejb-jar file?
OK, I did some experimenting and made two ejb-jar files. One with EJB2 modules,
and another with EJB3 ones. This deployed and worked properly.
Obviously the separate jars worked, which would imply that having them
wow I never inspected the hibernate mappings closely, but that it was this
complex.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938262#3938262
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938262
As a consumer, they have control over the endpoint URL they are calling. The
one in the WSDL is just the default. For example, if they use wsdl2java, the
generated ServiceLocator will have the address contained in the WSDL soap
address location, but the one of the locator methods will have a
ge
There seems to be no jaxrpc-mapping-file / WEB-INF/mapping.xml in
myWebservice.war or the file is corrupted.
Show us the output of "ar -tvf myWebservice.war".
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938253#3938253
Reply to the post :
http://www.jboss
I am confident this is not a JBoss or JGroups issue, but was hoping someone
here may have seen this before. JBoss 4.0.3SP1 + RHAS 2.1 + Sun JDK 1.5.05. We
have two cluster nodes (same subnet) that aren't finding each other. MCast and
port are right on each box. I used jgroups probe util and in f
Every now and then I come aross this error. I found the easiest way to
fix/workaround this error is to add a @Name annotation to your Entity.
ie:
@Name("supplier")
Hope this helps.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938256#3938256
Reply to the
forget it! it's controlled by our own hibernate initialization.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938255#3938255
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938255
-
It appears that with the 3.0.9 plugin, the old (and better in my opinion)
deployment menu is moved. Right-click on the process folder, and you should
see a Deployment menu towards the bottom. It expands to a sub-menu that has a
Deploy To... menu item. However, this only pops up a dialog that
Any problems doing this?
Login as user "other" and call $JBOSS_HOME/bin/run.sh.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938252#3938252
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938252
-
"bdecoste" wrote : Yes, you can deploy an EJB2.x .jar and a EJB3.0 .jar in the
same .ear. The EJB3 deployer is triggered by a list of conditions:
|
| The existence of a persistence.xml file
| The existence of a jboss.xml file with no ejb-jar.xml file
| The existence of annotated classes
Hi,
I have a stateful session bean which holds references to various ejb's and
performs queries against them. When I deploy the app several times one set of
ejb's stop working. The only way to get them to work again, randomly, is to
change the problem ejb's, so as, I guess, to give them a dif
I have added a FAQ section to the getting started wiki with some of the
questions I have seen on the forums. As always, feedback/contributions are
welcome!
Kevin
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938250#3938250
Reply to the post :
http://www.
It works in 4.0.4RC1 and 4.0.4.CR2.
Jeff
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938249#3938249
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938249
---
Usi
That's exactly what I am doing.
I am inserting the due date (duration) in the process definition as BOTH the
task instance due date AND the expriration time on a timer on the task. The
absolute due date (i.e., a real date) shows in the UI and my task fires when
the due date expires.
View the o
I installed JBOSS. Now what? What do I do if anything to start using Web
Services?
Is JBOSSWS installed? Do I install Axis?
Any help would be greatly appreciated.
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938246#3938246
Reply to the post :
Also, where are the status currently being "set" in the server?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938245#3938245
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938245
-
I am trying to find the cleanest way to extend the JSR77 stats provided by
JBoss to include the timestamp the stat was collected and possibly
"dump/persist" these stats out at some interval so I can later report on the
stats. Ultimately I would like to graph the elapsed time for an ejb method ov
hi there,
after reading How to create multiple instances of jboss on same server?
(http://www.jboss.org/index.html?module=bb&op=viewtopic&t=74155) i have one
question.
when is the binding service going to be available to the ejb3 profile? as of
jboss-4.0.4.CR2-installer.jar it isn't.
thanks,
Hi Saviola,
This is almost certainly because your project was created with an older version
of the GPD. The easiest option is to recreate your project with the new
release... Another possibility is to remove the jBPM classpath container in the
buildpath of your project and add the different jBP
I've created a mapping of the JBoss jBPM 3.1 hibernate mapping using Linguine
Maps.
The PDF is 40" x 70" for plotting on an HP DesignJet, or similar device.
You can also view a PNG of the model. See the Wiki page here:
http://wiki.jboss.org/wiki/Wiki.jsp?page=Jbpm31HibernateModel
View the orig
portal 2.4 does work with jboss 4.0.4 but please keep in mind this is the
development module and sometimes the code doesn't quite work ;-) beause the
developers are in the middle of something. In general 2.4 deploys fine with
both 4.0.4RC1 and 4.0.4RC2
View the original post :
http://www.jboss
Have not heard of any information, so grabbed 2.4 out of CVS. It builds fine,
when trying to deploy or exploded-deploy to jboss 4.0.4CR2, errors like these
pop up when starting:
| 14:21:29,729 WARN [ServiceController] Problem starting service
portal:service=CMS
| java.lang.IllegalStateExc
I am getting exacly same error with 4.03.
Any solution to this?
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938236#3938236
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938236
-
Hi udyan,
Increasing connection pool should be connected with increasing max allowed
connections in RDBMS.
Probably your Oracle doesn't allow JBoss to connect max-pool-size times, or you
have resource leak (do you close every connection?).
HTH,
Hubert.
View the original post :
http://www.jbo
The following event types are supported by jBPM:
task-create
task-assign
task-start
task-end
There is no task-due event. Unlike the events above, firing a task-due event
would require interaction with the scheduler. Some time ago I wrote a quick and
dirty patch to support a task-due event, but di
I'm having what I think is the same problem.
I created a new EJB Project with jboss-4.0.4.CR2 and there is a jar missing
from the JBoss EJB3 Library:
jboss-4.0.4.CR2/server/ejb3/deploy/ejb3.deployer/hibernate3.jar.
There doesn't seem to be any way to fix the Library set because when I try to
Hi
I am new to webservices and the documentation is a bit confusing at the moment.
So please help me with this.
We are using Jboss AS 4.0.4RC2 with EJB3 installation, the entity beans works
perfectly and now I need to use an external webservice.
If I have understood it correctly 4.0.4rc2 with EJ
The case is that myApp uses 2 ejb modules and 1 web module.
Here is what i did:
//application.xml
|
| myAppEAR
| my Application
|
|
| myApp.war
| myApp
|
|
|
| myApp-server.jar
|
|
|core-server.jar
|
|
|
You specify the due date in the process definition as a duration (e.g., "2
hours"), and when the task instance is created it converts it to the actual
date/time. You can use TaskInstance.getDueDate() to retrieve the calculated
date.
View the original post :
http://www.jboss.com/index.html?modu
If you are very sure about the bug, open a JIRA case with a detailed
explanation, and preferrably a test case that replicates the problem, along
with your patch, and someone will review it.
http://jira.jboss.com/jira/browse/JBAS
View the original post :
http://www.jboss.com/index.html?module=b
"kh2ouija" wrote : To my knowledge, the factory method only runs if the
datamodel is null. So, even if you change the parent, the datamodel will not be
updated automatically.
Right, if you want a method that runs every time, use @Unwrap instead.
View the original post :
http://www.jboss.com/in
isn't there anything in the testcases?
Ronald
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938225#3938225
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938225
--
come on a connection refused has nothing to do with jBPM or whatever it
is either a wrong config of your datasource or a firewall setting or whatever.
Unfortunately you are on your own with this one.
Ronald
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopi
I had a similar issue, check here. It was because of a redirect tag in the
navigation rule.
To my knowledge, the factory method only runs if the datamodel is null. So,
even if you change the parent, the datamodel will not be updated automatically.
View the original post :
http://www.jboss.com/
No problem, we're here to help eachother right ;-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938222#3938222
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938222
--
I think you have some kind of classloading problem, of something. Have you
*exactly* followed the dir stucture / build scripts of the example apps?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938221#3938221
Reply to the post :
http://www.jboss.com/index.h
We are trying to inject UserFacadeBean into a JSF. i.e. Using it as a
BackingBean for the JSF.
Below is the JSF code: -
<%@ taglib uri="http://java.sun.com/jsf/html"; prefix="h" %>
| <%@ taglib uri="http://java.sun.com/jsf/core"; prefix="f" %>
|
|
|
| Release 4 Home
|
|
|
What are you injecting UserFacadeBean *into* ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938219#3938219
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938219
--
@javaos
I assume you launch JBoss from Eclipse, using a JBoss launch configuration. Are
you sure the method where you set your breakpoint actually gets executed?
Because for me it *just works*.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938218#3938218
R
Alejandro,
I am new to Quartz (and jBPM), but I would like to use Quartz to kick off jBPM
processes. Have you had any luck with this? I'd love to see a copy of the
"How-To" you mentioned, if you've had a chance to put anything together.
Any help would be appreciated!
Thanks,
Tim
View the ori
The code posted by rfkat worked also for me (thanks rfkat).
I had a similar error:
WARN [ServiceController] Problem starting service jboss.mq:service
=PersistenceManager
org.jboss.mq.SpyJMSException: Could not resolve uncommited transactions. Messag
e recovery may not be accurate; - nested thro
Hi all,
thank you very very much for all your help and answers to my previous posts
Unfortunately I have an other problem :-((
I have deployed my process archive but now, when i try to instantiate a news
process, I have a strange error. Here is my situation:
- My process definition:
|
Hi,
I am using JBoss 4.0.4.CR2 and using Seam for my EJBs.
Deployment succeeding and creates the Entity and Session Beans and the
appropriate tables but when i try to get a value from my Session Bean i get the
following error: -
Caused by: java.lang.IllegalArgumentException: value found for In at
Hello,
I'm testing serialization mechanism (JAX-RPC as far as I know) in JBoss 4.0.4
CR2 used when a web service is invoked (a class annotated with @WebService and
@WebMethod).
I'd like to know if it is possible to set up JBossWS so a web method can return
a graph of objects, i.e., an object t
Thanks for Your answer
It was a misstyping, I was so hyper active, it did not recognize it.
It has to be
com.sun.j2ee.blueprints.cart.ejb.ShoppingCartEJB
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938208#3938208
Reply to the post :
http://www.jboss.com/
Thnx for the prompt replyronald.
i will do things what u suggested and will come up with a concrete. :-)
~Neeraj S.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938204#3938204
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=post
Ah that explains it. Is there any alternative to s:link (or workaround) so
that I can propagate the outjected variable to another JSP page?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938202#3938202
Reply to the post :
http://www.jboss.com/index.html?mod
I am getting java.lang.NoSuchMethodError while using JBoss 4.0.4.CR2 installed
for EJB3.0 option, Java 1.5. My session bean was able to lookup the bean and
also during deployment the bean was seen by the server but on trying to access
a method in the bean, I get the following exception (I had no
Well, I guess your com.sun.j2ee.blueprints.cart.ejb.ShoppingCartLocalEJB is
missing :)
it needs to be in the petstore.jar file
you can open .jar files with a zip program (e.g. W*nZ*p)
make sure that you have a path _in_ the jar file that goes
'com/sun/j2ee/blueprints/cart/ejb/'
holding the 'Shopp
Hi,
A similar issue is occurring due to a call to Contexts.getPageContext at line
311 of the manager class. Employing a similar solution as above seems to work.
JIRA - JBSEAM-213
Tx
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938199#3938199
Reply to the
Servus all,
I have found a "bug" in jboss logging, but I didn't find the appropriate forum,
so I post it here.
The class org.jboss.logging.filter.TCLFilter is implemented returning either
Filter.ACCEPT xor Filter.DENY. Well, in case the filter matches,
"AcceptOnMatch" shall decide whether ACCE
With jboss-4.0.3SP1 & jboss-4.0.4RC1 i have used this in the init method to get
the url used to call my servlet style web service endpoint...
| public void init(Object p_context) throws ServiceException
| {
| ServletEndpointContext l_jaxrpcContext =
(ServletEndpointContext)p_context;
What about for Windows? My production server is linux, but I'm developing on
Windows. I get this message on Windows XP running JBoss-4.0.3SP1 with EJB3.
I get about 3-5 re-deployments [EAR deployments] before I get this error.
Are there any workarounds for Windows?
Thanks!
~~Aaron
View the o
your app is accessed via the portal context. Security is checked there. The
portal uses a RequestDispatcher to dispatch to your app.
You need to place security constraints into the portal descriptor defining your
portal resources. (see examples in the default-object.xml in the core)
View the
Hello,
I am an absolute beginner with Jboss and a little beginner with Tomcat.
Here is my problem, I have a tomcat server (version5) that is configued to use
a web application through a xml context file located:
Tomcat 5.0\conf\Catalina\localhost\webapps.xml
I am trying to find the same locati
as long as your roles are fixed for the time span of the session of a user, you
can handle it all in the login module. You still might decide that it is best
to encapsulate your specific data base access into a custom user and/or role
module though. It simply depends on your requirements.
But y
I've utilized JaasSecurityManager for Role membership verification.
| try{
| InitialContext ic = new InitialContext();
| jsm = (JaasSecurityManager) ic.lookup("java:jaas/portal");
| }catch(Exception e){
| }
|
But these way, my portlet wi
Do you get an error when you access the application? If so, what is that error?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3938190#3938190
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3938190
Hi, kukeltje!
This exactly was the document that I was talking about.
The jBPM forum was the last place where I would have searched for since the
answer is quite technical oriented and concerning hibernate.
Anyway, thank you for the reminder and the advice!
Saviola
View the original post :
http
1 - 100 of 194 matches
Mail list logo