I am wondering if there is a full description of the components.xml. The
documentation is a bit vague about it. For example: I know you can instantiate
components in it but I don't know how to set the scope of that component.
Next to the full documentation of the components.xml there also should
4.0.4 (Latest) on Solaris.
I use the standard "all" config. Nothing changed from the default install, just
copy pasted the files on both servers from a windows station and launched them
using "./run.sh -c all"
Maybe it has something to do with permissions? (i.e. Jboss maybe doesn't have
the ri
Rob
Could you explain how to check the properties of "twiddle launch".
Right-clicking of twiddle launch item gives only "Refresh Viewer".
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971471#3971471
Reply to the post :
http://www.jboss.com/index.html?modul
I have this same problem. It seems you can hide a page from a user, but
setting permissions on a window has no effect. So if I have a page with three
portlets on it and I want to hide one of them I can't do this by setting the
view permissions on the window for that porltet to admin only. If
Hi all,
I'm using Seam 1.0.1GA which means Hibernate as persistence layer.
I have done a TestNG test for testing my Data Access EJB which are using
hibernate using the SeamTest class.
This means that my Data Access EJB is deployed and my test is accessing it as a
Seam component.
TestNG is usin
I hate to move this thread up (and it's probably bad etiquette), but I would
really appreciate some help here. I'm really at a lost here and I certainly
don't want to explicitly wrap the List object in a DataModel object... I don't
think it should take too long to respond either - please tell
Hey all,
I'm not quite sure what to make of this problem. I'm getting
ClassCastException's deserializing an EJB3 entity bean (as the post title
says). The sequence of events is that my client sends an ejb3 entity to the
server, to a stateless session bean to persist. The call is made to
E
Hi einali,
If I develop an ERP system based on jBPM for my own company to use. Do I need
to pay JBoss for some kind of fees?
If not. How about developing ERP systems for other companies with jBPM as a
fundamental component?
Regards,
William
View the original post :
http://www.jboss.com/index
I have the same problem too, How can I add that code for my installation? shall
I need uninstallation JBOSS Application Server?
Tony
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971457#3971457
Reply to the post :
http://www.jboss.com/index.html?module=bb
Good Day,
Your commit should only do your logic if the login was OK. Look at the
LDAPLoginModule's parent class, you'll see that there is a protected variable
`loginOK` which is set to true in the login() method and should be checked in
the commit() method.
View the original post :
http://www
Never mind... I figured it out...
The tag should be wrapped by f:verbatim tags...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971453#3971453
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971453
_
You can send me your ear (stripped off any proprietary/confidential code, if
any), I can take a look at it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971452#3971452
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39
I've been trying to provide a Web Service implementation on our JBoss 4.0.3
servers from an externally provided WSDL. After running wscompile -import to
generate the SEI, I noticed the methods in the generated interface took a
single SOAPElement parameter and returned SOAPElement. Initially I
Thanks for the help.
Unfortunately, doing this caused a nightmare of conflicting jar files (commons
logging), so time not permitting me to fix it, I'm going to simply fall back to
putting the file in the deploy directory.
View the original post :
http://www.jboss.com/index.html?module=bb&op
In My Interceptor class,The org.jboss.aop.aspects.SecurityContext class
,getCurrentPrincipal()?getPrincipal() can execute correcttly,but
isCallerInRole()?isCurrentinRole always return false, why?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971448#3971448
Thanks Tom,
I made the changes as per your suggestion, the request still is timing out
incorrectly.
The client is created as shown below:
---
String hostName = InetAddress.getLocalHost().getHostName();
String locatorURI = "socket://" + hostName + ":5000/
Hi,
Firstly, i am using JBoss 3.2.7 (this cant be changed).
I have the following scenario and im stuck for ideas on what is going on and
why its failing to lookup as you will see.
I have a queue called: BatchProcessorQueue
(The queue works fine with the unit tests i have in place)
I have an M
Thanks for you comment, Tom. I am basically going the route you suggest. I do a
simple conversion and see what else I need to take into account.
Luckily we are using BPM in a very light weight way - basically we use it as
state machine and message pipe only. We do not use any Vitria rights mana
Hi All,
I'm posting this here since I know that the "rendered" attribute of the JSF
"subview" tag works fine in normal circumstances, but since I started using
Seam it has stopped working!
In a JSP, I have the following:
|
|
|
|
And even though I know for a fact that the expr
Hi,
I am still getting the same error. Could you please help me out.
my connect method is as below:
public void connectToQueue() throws NamingException, JMSException {
log.info("connecting to JMS Queue");
try {
// Get appserver IP and po
Greg,
To answer your questions regarding load-time instrumentation.
1. You will notice in the examples dir, I have not put any load-time examples
there. The main reason actually is that we don't encourage load time option for
production usage. This is because, say, 1) run under JBoss AS, it wil
So the design I'm going for is something like the one described in this thread
http://forum.hibernate.org/viewtopic.php?t=927886[/url] or this one
[url]http://www.hibernate.org/328.html.
It's where the Business objects have no clue where or how the objects come
from, they just talk to a Dao, an
Entity beans (and in fact, any JavaBean objects that are returned or referenced
in the return value by a session bean method) are represented by an equivalent
Javascript "class" to provide the developer with a familiar object model to
work with. Until now, no-one has expressed any issues with e
I never thought of this question myself until I actually got asked by someone
else. Where does the name Seam come from?
My pet guess is that it's a cricket reference, in analogy to Wicket. Am I
right?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=397143
I tried the following and my transaction is still not rolling back! (Notice
I'm purposefully generating a null pointer exception in my save so I can test
this.)
Also note that, as described above, the EJBException that I'm throwing is being
handled in my interceptor which is not rethrowing it.
Yes you are right the usage of PojoCache is different from the TreeCache. and
there are many threads trying to access data from the PjoCache all the time.
I'm already using in my configuration REPEATABLE_READ as isolation level and
15 as InitialStateRetrievalTimeout. And it doesn't work any
Hi
and thanks a lot for your Help!
I works!
I wrote the following new LDAPLogin Modul which converts the Login Name into
the corresponding Distinguished name of the LDAP Directory the User
authenticates :
package org.imixs.jboss.security;
|
| import org.jboss.security.*;
| import org.jb
Hi,
I'm a Jboss beginner, (using jboss-3.2.5) but I SWEAR I have been through all
of the documentation and am stuck on a ridiculous problem. I've successfully
created a keystore and csr and obtained and thus imported a key from a trusted
authority (Entrust). I modified jbossweb-tomcat50.sar/ser
Whenever you have a method like this:
| @Out(scope=ScopeType.EVENT) @Factory Boolean getSomeFlag () {
| return this.someMethod() != null;
| }
|
which is useful for being able to generate a value for a particular scope
without having to manage a variable inside your bean.
If inside th
It looks like you managed to miss when you did the 1.0.3 install.
From the error trace you have deployed the jbossws component to the deploy
directory rather than the deploy/jbossws.sar directory.
Ie the error you have is caused by the app server loading the
deploy/jbossws.sar/META-INF/jboss-
I guess I forgot some slightly useful information.
JBoss 4.04GA
Hibernate 3.2CR2
Hibernate Annotations 3.2.0CR1
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971429#3971429
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&
Hi ncapito,
It is not clear what was processing at 250,000/second. but i would assume
that there shouldn't be any changes in the response time of the jboss server
because of the type of client, or at least nothing of any significance (maybe
slight differences in the structure of the soap mes
I have updated http://jira.jboss.com/jira/browse/JBPORTAL-1004 with a proposed
solution.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971426#3971426
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971426
_
Hello
Could you write from where did you get forums ? SVN, CVS, Downloads ?
I suppose, you checked out forums from JBoss Portal's branch. If this is the
case then you have to build portal first.
Regards
Ryszard Kozmik
JBoss Forums
JBoss Labs Team
View the original post
Hi everyone, I am a newbie in JBOSS, so any help or suggestion would be very
much appreciated :)
Previously I found that in my application, when there are 2 threads accessing
the entity bean(which in turns access the mysql database), deadlock occurs even
they were both just trying to read, so I
Even if you have the same TimeZone in your different running instances of the
JVM, generally the TimeZone is set by default to a specifc TimeZone, and not to
the operating system TimeZone set. If you save and retrieve date/time values
from a database, the TimeZone in database could be (and often
bfo81, if you'd like to use Seam with a separate back-end layer of any sort,
it's quite easy to do so. Look at the CaveatEmptor CVS checkout from the
Hibernate in Action book web site for nice generic DAO layer abstract classes
if you're wanting to combine it with Hibernate.
I'd venture that y
I am having the same problem. The error that JBoss is spitting out saying that
the resource-ref isn't defined in web.xml is just plain wrong -- it's there and
I can see it. The XML is also properly written. This is one of those bugs
that just "started happening". I can look at two revisions
That's an interesting approach. One can invoke an action in the a4j:support tag
and via immediate="true" it gets executed during APPLY_REQUEST_VALUES - so this
would be possible. But yes, it is weird and I refrain from using this *brrr* ;).
I even tried out a4j:region and multiple other tags, bu
I hope this is the right forum for this question. I'm interested in using the
H2 database (http://h2database.com) with JBoss. I see that it's recently
configured in Hibernate as another dialect, but I don't see any mention of it
in standardjbosscmp-jdbc.xml. I didn't find anything about this
Seam still uses a 3-layered architecture. Ok, it breaks with traditional J2EE
patterns like DAOs and stuff. But hey, this is called "progress". You do not
need this fat old architecture paradigmas. Keep your code small, simple and
maintainable. Seam enables you to do so ;).
View the original po
CVS and production? Not an easy marriage...
But thanks for the answer ;).
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971416#3971416
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971416
Just call setRollbackOnly().
This is a perfectly reasonable pattern, Seam 1.1's built-in exception handling
does much the same thing.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971414#3971414
Reply to the post :
http://www.jboss.com/index.html?module=bb
Hi,
I tried to build the forum portlet from DOS. It returned the error message
when I execute build.bat
C:\jboss-forums-2.2.1-SP3-src\forums>
build
build.bat: *ERROR* The target executable does not exist:
build.bat:
build.bat:C:\mywork\agentrisEnv\Portal\jboss\jbossForum\jboss-forums-2.2.
I created a "global" interceptor (below) to simply catch unhandled exceptions
and send the user to a nice error screen.I put it in ejb-jar.xml in front
of the Seam interceptor, since Seam itself is source of Exceptions (no doubt
because of my abuse of the framework).
My concern was by catch
And I guess probably it would be better to buy such a solution then to develop
it
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971411#3971411
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971411
Ok, so the biggest problem is that you need to manage the EPC your self. There
by loosing a lot of the power that EJB3 provides and it is very easy to make
big mistakes that don't get noticed easy?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971410#3971410
Well, I'm aware that probably it would be better to have a custom security
solution but that's what was my question about - where to find information
about how to develop such a custom solution?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971409#3971409
R
So we've just decided to jump on the Hibernate/EJB3 bandwagon. We were using
EJB2.1 before. I'm not really familiar with much of that as I just joined, but
it looks nasty.
Anyways, I've got Hibernate working in our test environment, following the
CaveatEmptor example rather closely.
Howeve
Hello All.
I tried to assign a task to 2 users.
I used:
String[] actors = {"ernie", "TonyRog"};
assignable.setPooledActors(actors);
Nothing is work.
Please i need an example applied about this issue.
What is the type of the assignment.
Please I want also to know what is the difference betw
Because it will gradually fill up with entities and the memory will never be
released unless:
(a) you find some way to clear() it from time to time or
(b) you know that the data queried into the PC is limited for some other reason
View the original post :
http://www.jboss.com/index.html?module=
Hi,
I downloaded the portlet stock news and I am having the following issue:
org.apache.jasper.JasperException: Failed to load or instantiate TagExtraInfo
class: org.jboss.portal.portlet.taglib.DefineObjectsTagTEI
I changed the proxy URL and port as described in the readme.txt file.
I am using
Hi again,
the following patch (against jbossws 1.0.3) is a buggy! hotfix - better call it
"hack :-)" which works for me and maybe also for somebody else getting blocked
with the problem discussed here:
Description and Known issues:
1. This "hotfix" was done in a hurry without analysing the arc
I would like to warn that it is better to have your custom security solution
rather than relying on the container auth, if you have complex use cases and
requires deeper integration with tomcat and/or JBossSX. The issue is
implementation details change over time.
View the original post :
http
Oh yeah. Can you give me some reasons why a application EPC is a bad idea? Thx.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971402#3971402
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971402
___
thx for the advice. I am going to advice my colleague that we better keep the
entities ejb package within the EAR. Prevents a lot of potential problems.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971401#3971401
Reply to the post :
http://www.jboss.com/in
Thank you very much,
I would be grateful for any informations on how to
change the java security policy for the code to all or use a PrivilegedAction?
If this is a stupid question I'll look for it on my own.
I hope this would help and as soon as I'll succed to implement it I'll write
here about
There's an test examples in the source code
jbpm\src\java.jbpm.test
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971397#3971397
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971397
__
I've come to the conclusion domain data should exist separately. Only data
that must be used by the process is managed by jBPM.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971399#3971399
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=po
You can use an application-managed PC. ie. look up the EMF in JNDI and call
createEntityManager(). Don't forget to destroy it when you are done, by calling
close.
However, I don't know why you would want an EPC for anything other than
conversation scope. Usually a very bad idea.
View the origi
Did a clean install of jboss-4.0.4GA on default configuration and verified that
jboss starts correctly, then added the JBossWS1.0.3 components. When starting
jboss I get screens full of error messages starting with:
14:52:27,058 ERROR [MainDeployer] Could not create deployment:
file:/D:/jboss-4
But jBPM (actually the Seam jBPM integration) delegates to JSF to evaluate the
expression. And documentRegister.type has the perfectly legitimate value "null"
in JSF-EL. So all we can do is report that the expression evaluated to null.
View the original post :
http://www.jboss.com/index.html?mo
Well, if you have no explicit txn demarcation, you probably get a little txn
for every method call from JSF to EJB. Try setting up Seam transaction
management, that should give you exactly two txns per request.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=39
Good Day,
The SecurityAssociation is used by the ClientLoginModule to stuff the Principal
and Credentials into the calling threads context so that this can authenticated
by the security inteceptors before a EJB call is processed.
Is a SecurityException being thrown because the ClientLoginModule
I'm having the same problem, either with or without ajax.
Anyway, a UIInput does have the immediate attribute. But it doesn't help very
much as the input value is stored (during apply request phase) in the
component, not in the model.
Now i can only think of a solution -- setting fields' immedi
I discovered that it is possible to get an entitityManager or
entityManagerFactory over the JNDI. This way it is possible to get entities
from a seperate ejb package (not embeded in the EAR file of the Seam
application (or in my case the multiple portlets)).
In my class where I want to get the
Well, I think it needs integrating since the results of authentication done by
securityfilter must be "caught" by JBoss web layer and ejb layer. I tried to
describe my problems
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=90372.
but I got no answer.
I guess the problem lies in this
Please correct me if I'm mistaken, but my impression from the Seam Reference
document is that if you enable Seam Remoting then any Entity bean that you've
given a Seam @Name has it's data model exposed.
Let's say you have a large corporation and a developer uses a wonderful IDE
wizard to turn t
Good Day,
Here is how I would do it.
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=90540
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971387#3971387
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971387
I sure looks like that but I wouldn't know why it would be that way.
I have no explicit TXN demarcation in any of my components so everything is
managed by the container. And the problem really seems to be in the business
context. All other contexts don't act up like this as soon as there are
va
another thing that looks kind of strange is that using the same thing to read
from the database works, the problem happens only when i-m trying to write to
the database.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971386#3971386
Reply to the post :
http:
Good Day,
What were the issues? It seems that it is using web filters whish are part of
the servlet specification and should not need integration.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971385#3971385
Reply to the post :
http://www.jboss.com/index.h
Good Day,
The JaasSecurityDomain mbean takes care of encryption inside of JBoss. For
example you can use the JaasSecurityDomain to user certificates for SSL
communication or you can use it to hash encode passwords.
Look at
http://docs.jboss.org/jbossas/jboss4guide/r5/html/ch8.chapter.html#d0e18
Here is what I did.
1) Clean installation of JBossAS 4.0.4 and Portal 2.4GA.
2) Brought it up for the first time. Browsed to the portal home page.
3) Downloaded the JSP hello world portlet, compiled, deployed hte war file, saw
the deployment ack in the console:
13:08:28,737 INFO [TomcatDeployer
Thanks once again - my mistake
I do think though that the message
Caused by: org.jbpm.JbpmException: decision expression
'#{documentRegister.type}' returned null
at org.jbpm.graph.node.Decision.execute(Decision.java:110)
is misleading, it would be better to say
"documentRegister" not found in
"jiwils" wrote : Your post unfortunately indicates there are problems with that
approach (though I am not sure what they are). I have deployed SARs containing
SARS, -service.xml, and even WARs before, but I haven't tried EJB JAR files or
EARs before now. I just tried embedding an EAR in a SAR,
Good Day,
Dynamic
--
The principal class in JBoss by default is the SimplePrincipal which just has
the user name of the authenticated user. To have the full name of the DN either
the user must enter the DN instead of the sAMAccount or userName or the
SimplePrincipal needs to be replaced
First download the portal source code and unzip it. The various portlets are
in various locations:
jboss-portal-2.4.0-src/samples/src/main/org/jboss/samples/portlet
jboss-portal-2.4.0-src/cms/src/main/org/jboss/portal/cms
and various other locations
The default portal layout, including page des
nothing at the log oO
what kind of JSF issue?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971378#3971378
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971378
___
jboss-use
Thanks PeterJ
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971377#3971377
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971377
___
jboss-user mailing list
jboss-user@lists
Thanks for your answer. I looked at this project already before unfortunatelly
I didn't manage to integrate it with jboss (4.0.3 SP1). Any other clues?
Regards,
k.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971376#3971376
Reply to the post :
http://www
Good Day,
Try http://securityfilter.sourceforge.net/
As noted before, I am not affiliated to this project
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971374#3971374
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=39
Good Day,
Thank you for your advise. I have written an enhanced version of XMLLoginConfig
that subclasses the XMLLoginConfig in JBoss which adds the persistence of the
XML file using JBoss Binding.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971373#3971
It is called documentRegisterEntry not documentRegister, fix your EL expression.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971372#3971372
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971372
__
Use the [ code ] tags
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971371#3971371
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971371
___
jboss-user mailing list
jboss-use
Good Day,
Try the following...
http://securityfilter.sourceforge.net/
NOTE: I am not affiliated to the project presented in any way.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971370#3971370
Reply to the post :
http://www.jboss.com/index.html?module=bb
Use the @Interceptor annotation
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971369#3971369
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971369
___
jboss-user mailing list
If you have proper tests :-)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971368#3971368
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3971368
___
jboss-user mailing list
jb
Good Day,
Each application deployed in JBoss can have a different application-policy
entry for each application deployed.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971366#3971366
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=postin
"bfo81" wrote : Die you have this problem:
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=90343(Exception "Local
server is not initialized)?
| If yes, how did you solve it?
look my last comment, I tried with the latest cvs
View the original post :
http://www.jboss.com/index.html?mo
What nightly build would be a good place to start? Is the current code base in
CVS production worthy for an internal application with 70 users?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971364#3971364
Reply to the post :
http://www.jboss.com/index.html
What about the server's log file? If a conversion error is occuring, I would
expect something like a NullPointerException or a ClassCastException.
It sounds more like a JSF issue than a Seam issue.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971363#3971
"Doug.Palmer" wrote : Yes, I suppose I could. I guess I'm being too much of a
purist. My package is a service so I really wanted to deploy it in a sar but I
guess I'll have to deploy it as an exploded ear.
Your post unfortunately indicates there are problems with that approach (though
I am no
Stupid me, responding from my holiday ;-)
Transactions were managed by the appserver. We configured hibernate to use the
appserver transactions and used 2 datasources, one for jBPM, one for our own
data. They used the same connetionpool so no XA issues arose.
View the original post :
http://w
Disable htm didnt work either
Using vi to replace less thans and greater thans with the character entities
"Andre1001" wrote : Hi Angelo,
|
| do you have e-mail? I looking for Seam contacts in Brazil.
|
| Thanks.
[EMAIL PROTECTED]
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971358#3971358
Reply to the post :
http://www.jboss.com/index.html?module=b
The pageflow didnt appear correctly trying again...
I switched over to the CVS jars to see if there were any differences noticable
to me, and @Around doesn't seem to exist anymore. Is there a new pattern?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971356#3971356
Reply to the post :
http://www.jboss.com/
I am seeing a problem in that the pageflow seems to be executed before the
model values are
applied, is this a bug or is it a problem with my configuration.
//the page is first requested
14:03:23,365 INFO [DocumentRegisterEntryBean] Start called
14:03:23,380 INFO [DocumentRegisterEntryBean] get
Hi,
I need advice. I'm working on security and the standard resouce securying via
web.xml and j_security_check doesn't fit my needs. I would like to achieve such
goals:
- Change the standard scenario: when user tries to access secured area he is
redirected to login page - and then after succes
1 - 100 of 253 matches
Mail list logo