Dear Sir/Madam
Currentlly I have one ejb module and one web module. Now i want to add another
web module. At backend that new web module will also use same ejb module. I am
using Netbeans 5.5 IDE. My question is how could i configure new web module to
use existing ejb module. One possiblity is t
the 3.2.x driver is from Eclipse WTP and should work.
But how come you need to add an external folder ?
Could you report the issue in jira with the usecase ?
Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074273#4074273
Reply to the post :
http://
i am the same trouble
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074271#4074271
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074271
___
jboss-user mailing list
jboss-use
and Limit.setValue(String) exists?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074270#4074270
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074270
___
jboss-user mailing l
Did you switch your faces-config.xml to use:
|
| org.jboss.seam.jsf.TransactionalSeamPhaseListener
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074269#4074269
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=
1 - I think you need to set all the cell border widths to 0
2 - Add spacing before/after your elements?
3 - I don't think those are compatible.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074268#4074268
Reply to the post :
http://www.jboss.com/index.htm
If the session ends, all conversations in the session end. You'll need to
verify that your conversation is being propagated. If it is, and you are still
not seeing the correct persistence context behavior, then we can look and see
where the problem might be.
View the original post :
http://
Here is sample of their usage
http://www.w3.org/1999/xhtml";
|xmlns:ui="http://java.sun.com/jsf/facelets";
|xmlns:e="http://org.el.func/func";>
|#{e:evalEl('true')}
|#{e:isBlank(' ')}
|#{e:getBeanProperty(identity, 'username')}
|#{e:getEnv('PATH')}
|#{e:to
If there is a bean named database, which @In entity manager:
@Name("database")
| @AutoCreate
| public class Database {
|
| @In
| private EntityManager entityManager;
|
| public Table createTable() {
| return new Table(this);
| }
|
|
Sorry,I mean that ,What 's the use of creating more than one task in task-node?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074263#4074263
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074263
___
Sorry everyone for the delayed response, I must not have set this Thread to
send emails when updated.
The Extended Persistence Context is 1/2 the equation, because if your EM is
flushing automatically on any select/update/insert/delete events or when the Tx
is committed, you're still going to h
Here are few additional EL functions I couldn't live without.
(Might be they could be included into Seam code base)
| package org.el.func;
|
| import java.lang.reflect.InvocationTargetException;
| import java.text.SimpleDateFormat;
| import java.util.Collection;
| import java.util.Da
So who is right?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074259#4074259
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074259
___
jboss-user mailing list
jboss-user@lis
workround (barely) is to remove my refernce to my jsfstandarderrors in
faces-config.xml and then I gut really nice messages like:
j_id15:login_username: Validation Error: Value is required.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074257#4074257
Reply
Hi, this question is a bit involved; though all I can offer is my eternal
gratitude to somebody who helps me avoid wasting even more hours on
understanding this...
I am avoiding using Entity beans for now, and created a set of methods that
directly call SQL, something like
class DBAccess {
It actually throws a lot of these when the server runs up (am hooking into
MissingResourceException!).
I get it to fire by not entering anything into a text field and presumably
forcing a "required" validation message to be generated.
View the original post :
http://www.jboss.com/index.html?mod
PeterJ,
Thanks for writing.
anonymous wrote : Because your code is running within the server, you can
always look up the name of the deploy directory and then copy the resulting EJB
jar file to that directory and let the hot deployer pick it up on the next scan.
I like this idea, but I think t
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6041281
??
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074253#4074253
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074253
_
This related?
http://forum.java.sun.com/thread.jspa?threadID=660477&tstart=0
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074252#4074252
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074252
Hi I'm running Portal 2.6.1 with JBoss AS 4.2.0 and MySQL and I'm having an
issue after I do a hot deploy.
I've removed the portal-server.war and have implemented the same in my own war
within an ear.
pretty much everything is stock JBoss Portal except the above change.
When I do a build (ma
I am curious if it is possible with the standard JBoss AS installation to call
an external program from a deployed EJB. If not, what is required?
TIA!
Bogus Exception
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074250#4074250
Reply to the post :
http:/
I haven't tried it, but I think you do something like this.
|
|#{authenticator.authenticate}
|
|
If it's not that, then it's something close to that.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074249#4074249
Reply to the post :
http://www
"[EMAIL PROTECTED]" wrote : I've picked it up and fixed it. Thanks for the
bump.
What was the fix for this...
I am getting the same but being in the NZ locale its looking for a local
version of my properties...
| 14:39:54,375 WARN [lifecycle] Can't find bundle for base name
nz.co.selwyne
Simple question: What is the way to store application configuration information
outside the EAR file? For example: my app allows users to upload lots of
content. I'll be storing this in the filesystem, not the DB (I know, there are
pros and cons to both approaches).
There are a few other run-
Hi I am having the same deployment error, but I have the right file name and I
think I have taken all the required steps as suggested in the
documentation/posts/articles etc that I have read.
These are the configuration files that I have
Jboss-web.xml in my WEB-INF
|
| http://www.jboss.or
EntityHome has a @Create method. So I bet it does.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074244#4074244
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074244
___
jbo
sagiman, I apologize. I didn't see that explorer had appended a question to
your post or I would have asked explorer to start a new post. Anyway, my
answers were to exlorer's questions, not to your posts.
Unfortunately, I have never used 4.0.1 (I skipped from 3.2.7 to 4.0.2), and
have never use
Check out the URLs attribute at the end of server/xxx/data/jboss-service.xml.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074239#4074239
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074239
_
I found a workaround for this problem. It seems that there is a bug here. If
you have a task in the start-state and try to assign it via a swimlane, it will
create a swimlane instance that always maps to "manager". For example, if the
swimlane name is "shipper" and the actor_id is "shipper in
sorry to bump this up... but can someone from the development team comment on
having or not for Seam 2.0?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074234#4074234
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=407
As I just said, I have to installed the OpenLdap for windows and a client,
configure and now it's working the LDAP module, so now I'm gonna test in the
appl.
Greetings
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074233#4074233
Reply to the post :
http:/
Hello,
Would someone help me on how to perform a "select count(1) from TableA"?
I have the following code but that it does not seem to work.
int rowCnt= (Integer) em.createQuery("SELECT count(1) FROM
TableA").getSingleResult();
I am using JBoss 4.2.1GA.
Much appreciated.
-tony
View the orig
Hello,
I searched the forum and couldn't find any answer. I have created a new
process definition (based on the websale example) along with tasks and forms.
However, when I try to assign an actor to a task via a swimlane, it doesn't
work. The assigned actor is always "manager", even when i s
Hi guys,
I'm using JBoss Seam 1.2.1GA on JBoss AS 4.0.5GA (EJB3) and Facelets for the
View (as recommended in JBoss Seam Book by Michael J.Y. and Thomas H.)
I have a problem with character encoding and I can figure out what tier is
responsible for that.
My database encoding is UTF-8.
Then, I
If by "off topic" you mean "right in the sweet spot" then yeah, I agree. Great
news!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074229#4074229
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074229
Pretty sure Seam doesn't search the hierarchy for the @Create annotated method,
particularly if @Name exists in the concrete class.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074228#4074228
Reply to the post :
http://www.jboss.com/index.html?module=bb&op
The Reference guide included with the 2.6.1 bundle includes the system
requirements and mentions that both JDK4 and JDK5 are supported. I am
constrained to JDK4 and when I install and run jboss-portal-2.6.1.GA.zip on my
machine I get an UnsupportedClassVersionError. This would appear to proclu
I tried using the class attribute in the components.xml, but it still creates
an Identity object and not mine.
How can I have seam use my own Identity object?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074226#4074226
Reply to the post :
http://www.jboss
Can I have
@Create on create() method in base abstract class only
without overriding it in a subclass?
RedHat Developers Studio gives me an erro in eclipse code
anonymous wrote : @Create method "create" must be declared in component class
(I do not annotate base ablstact class with @Name)
Th
Hello,
I am attempting to replace a MyEclipse setup with the new JBoss Tools, but I
am running into a problem. I downloaded Europa, and the new JBoss Tools 2.0.0
beta 3. I created a new server configuration using the JBoss AS 3.2 server
type (I'm running 3.2.7).
So far so good, but I need
Well, I got a JSF code like this
|
|
|
|
|
but I keep getting the error said it can't set value
| sourceId=application:application_Test_limit[severity=(ERROR 2),
summary=(/policy/ApplicationEdit2.xhtml @58,123
valu
If I put rendered = "false" wouldn't that cause the input field not to display?
I still need the user to see what they have picked from the calendar control.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074222#4074222
Reply to the post :
http://www.jboss.c
rendered="false"?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074220#4074220
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074220
___
jboss-user mailing list
jboss-user@li
A bit off-topic, but since it has Seam support:
Red Hat Developer Studio 1.0 Beta 1 is now available for Linux and Windows
http://www.redhat.com/developers/rhds/index.html
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074218#4074218
Reply to the post :
htt
The more I think about it, the more I'd like to have named conversation. Since
I can mentally map a named conversation to a use case. What I get from named
conversation is more than just "exit to the entry point".
For now, in my own application, the "named conversation (use case)" is
implement
Today we are officially announcing the release of JBossTools 2.0.0.beta3, the
long-awaited follow up to JBossIDE 2.0.0.beta2, and the sister release of RHDS
1.0.0.beta1.
Firstly, here are all the pertinent links:
Sourceforge release area:
http://sourceforge.net/project/showfiles.php?group_id=22
Hi
Hibernate Search today relies on Hibernate Core. If someone is interested in
constributing, abstraction might be a doable task and certainly a good exercise
for JPA 2.0
Integrating Compass and Seam is different. Hibernate Search extends both the
Sesison and EntityManager API to provide a uni
Hi,
I'm a beginner and my question is simple (i guess :) ).
I need a language parameter in all my EJB methods, but I don't want to polute
their signatures. Is there a way to pass it by context!? I spent the day
reading documentation and found stuff about Interceptors and InvocationContext
clas
Hi,
I have very simple Seam application:
numberGuess.jspx:
|
|
|
|
|
NumberGuess.java
| @Name("numberGuess")
| @Scope(ScopeType.EVENT)
| public class NumberGuess implements Serializable {
|
|private String input;
|
|public String getInput() {
|
Take a look at the wiki example, Christian does file downloads there. Longer
term I'm working on a s:download component/framework, but have got delayed with
the impl.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074208#4074208
Reply to the post :
http://
There may be an obvious solution to this that I've completely missed, but here
goes:
What's the best way to allow the user to download arbitrary generated binary
content (forum file attachments)? I was thinking of a servlet based solution,
but getting hold of an entity manager instance in a pre-
Hey,
I was wondering if there is a way to force the user to use the calendar control
button instead of allowing them to enter a date free hand...I tried making the
inputText readonly to true as well as disabled to true neither worked
correctly...So if anyone knows how to do this please share yo
I'm not having any issues in IE, at least non that I know of. :) Firefox still
causes intermittent issues. It appeared to be the way that Firefox and seam
interact on the multi-part form submission. I can neither confirm nor deny
this though.
So, in short. No, I have not been able to resolv
I'm no Seam dev, but this looks like a bug to me.
Log injection should happen during post-activate.
Is Seam re-injecting any other components then?
Perhaps you should create an issue in JIRA.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074204#4074204
Reply
Indy-
You will need integration inside of tomcat to achieve this, using
Valve/Authenticator approach.
Krish from previous thread successfully did this.
Krish, can you share some of your insight with Indy on this issue.
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb
I still need the param element to pass the value onto the page handler for
page1.xhtml, so that just rearranges things without reducing code. And,
unfortunately, not even that works: the action attribute is needed, otherwise
the navigation rules are never evaluated.
View the original post :
ht
I got a problem when I try to persist the messages into oracle DB
The AS is 4.0.5.GA
I have oracle-jdc2-service.xml and oracle-jdbc-state-service.xml under
[server]/deploy-hasingleton/jms
The files for hsqldb have been deleted. When the jboss starts, the jms_*
tables are created if they are not e
No, I don't think so. You could always use version of s:validateAll that did
add validators even if there are some already added.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074197#4074197
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=
How do you propose to reference these methods client side?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074196#4074196
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074196
yes, it is called visual page editor and included in rhds and jboss tools ;)
joking aside then we would love to help on it, but right now we are fully
working on providing facelet support to the current version of WTP.
We can't wait for WTP 3.x to add it.
View the original post :
http://www.jb
"[EMAIL PROTECTED]" wrote : (but Gavin convinced me it is better)
|
Hi Christian,
Would you mind summarizing why it's better?
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074193#4074193
Reply to the post :
http://www.jboss.com/index.html?modu
James,
Were you able to resolve the issue you identified?
I'm running across the same issue. I'm seeing this on both IE and Firefox. It
is intermittent as you described, and seems to be related to other JSF objects
on the page. It appears to be fine when creating a new record, and only when
up
I installed the JBOSS 4.2.1.GA and it work. I followed the tutorial to create a
war file and place my project war file to server\...\deploy\ and it work too.
Can I place my project war file somewhere else to run? i hope it will work like
the Apache Virtual Host. In Apache we can create the vhost
Looks like I mixed up the two. It's the validateAll that I used (with
s:decorate, as per Seam examples), and yes, it now works with s:validate -
thanks.
Now, I take it, there's no way to incorporate s:validate in s:decorate template
(as it goes inside the input field), is there? :(
View the or
Check the readme.html file in the jboss folder
download JBOSS Native from
http://labs.jboss.com/jbossweb/downloads/
unzip and copy
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074188#4074188
Reply to the post :
http://www.jboss.com/index.html?module=bb&op
Then how do I make Seam use my Identiy class instead of it's own?
Do I use the class atribute in the tag in components.xml?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074187#4074187
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=post
It shouldn't be ignored (n.b. s:validateAll won't attach a ModelValidator if
there is another one specified). I think you need:
|
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074186#4074186
Reply to the post :
http://www.jboss.com/index.html?
Hi,
I'm just wandering since a long time, and I can't imagine I'm the only one with
this question: why do sessions beans in ejb 3 still need an interface to expose
methods? What would be wrong with just putting an @local or @remote as method
tags in the bean itself?
Jeroen.
PS I tried google b
AS you write.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074184#4074184
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074184
___
jboss-user mailing list
jboss-user@lists.
Sorry, my cody is at my business, no access at home, giving examples:
| @Stateful
| @Name("someComponent")
| public class someComponent implements SomeComponentLocalInterface {
|
| @Logger private Log log
|
| @Observer("myEvent")
| public void checkSomething(Some some) {
| t
Yes - that project is called JBoss Tools.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074181#4074181
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074181
___
jboss-user ma
Currently supported, you could do this (which helps a bit):
|
|
|
|
|
|
|
|
|
|
|
|
or
|
|
|
|
| ...
|
|
Will look at the rest later.
Vi
I have an entity that contains email property:
@Email private String email;
This property is also subject to a unique constraint, which is coded in the
backing bean:
public void validateEmail(FacesContext context, UIComponent component, Object
value) {
|// some custom code that validates
Library Used
JBoss AS 4.0.5
JBoss Seam 1.2.1 GA
I've been searching the forums for a while now but I can't seem to find a
solution to my problem.
I have a SLSB that will be doing all of the validation code:
The local interface
| import java.io.Serializable;
|
| import javax.ejb.Local;
Where can I read some about manual flushing ?
Only set
@Begin(flushMode)
and
em.flush()
?
Or something special ?
Thanks Mila
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074175#4074175
Reply to the post :
http://www.jboss.com/index.html?module=b
I successfully used both 1.1.5 and 1.1.6 Tomahawk versions (mostly dataTable
and dataScroller components), though later switched to RichFaces anyway - it
delivers more functionality and less bugs in a smaller footprint.
Mind you, some Tomahawk components (such as saveState) shouldn't even be use
The jBPM Getting Started Documentation has been updated (as of last week) to
reflect the new features and feel of 3.2.1 and it's new and improved admin
console. Still at the same address (
http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmGettingStarted ), the previous
version has been moved (
htt
I'm getting a similar error, and as a SEAM newbie, I can't figure out how to
fix it.
I used seam-gen to create a new project, then used new-entity. The resulting
components allow me to create and edit, but the "delete" button produces the
TransientObjectException:
16:08:25,384 ERROR [Exceptio
Post the code for your async method.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074169#4074169
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074169
___
jboss-user mailing
Throw an exception which causes a roll back, or, IMO a better option is to use
the manual flush mode pattern./
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074168#4074168
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p
Seam mail and icefaces have not played well together in the past. I'm happy to
try to work around the problems in Seam Mail, but I need help doing so. Any
fixes made will be against CVS (so Seam2) therefore I suggest upgrading and
reporting bugs against Seam2 beta or CVS.
View the original po
Hi guys,
for my project, designing a process definition in eclipse graphically, it turns
out that our clients want a swimlane assigned dynamically, according to an
earlier transition choice, is it possible to do this using variables in the
eclipse designer, or does it require custom nodes, not
On a related note, I see the problem and the solution for the same error at the
server side here -
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=110380
jboss-4.2.1.GA and jboss-messaging-1.4.0.CR1
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074
anonymous wrote : This "exit to the entry point" conversation handling is
actually already available with a slightly different model (but Gavin convinced
me it is better) in any seam-gen produced application.
Just curious, but how? I posted about it a while back, and I think Gavin
pointed me t
Hi,
I have problem with validation on the server side. Let's imagine I change data
on the web form and submiting. On the call I decide that combination is wrong
and add message to the FacesMessage and return null. But problem is, that some
changes are saved to the database.
Have I to throw so
Didn't read the whole thread, but what the last poster is looking for is not
named conversations. This "exit to the entry point" conversation handling is
actually already available with a slightly different model (but Gavin convinced
me it is better) in any seam-gen produced application.
View
Hello All,
Has any one come across the following exception when sending JMS over SSL on
the client side? The message seem to be getting to the server, but see this
exception periodically.
Thanks for any advice in advance
ERROR 15:28:11 (org.jboss.jms.wireformat.JMSWireFormat.java:243) Failed t
seem to have figured out my initial problem... rather than the user name that
will be used to login it wants the full CN= string.
Now I just have to figure out why it is not seeing users in my AD tree.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074159#407
Hi, I have the same problem in my application. I´m using the
databaseServerLoginModule too.
SOMETIMES, when a user try to log on, happen a 403. The same problem doesn´t
happen all the time, sometimes the same user can log on in the application
without problems.
I can´t find the problem in the
i just put together this example which mirrors your entities, and i was able to
save without FK errors.
Entity Code:
@Entity
| @SequenceGenerator(name="child_seq", sequenceName="child_seq")
| public class Child
| {
|
| private Long id;
|
| private Parent parent;
When using INVALIDATION_SYNC it appears that when one node initially puts an
object in the cache, the cache is trying to replicate the data. Is this
correct behavior. I assumed that no replication would occur, only
invalidation. Is there a way to disable this. The size of the data I am
putt
Thats the one i have been trying to follow...
I am very new to this so I apologize...
I get the user authenticated and get their Principals (Roles)...
What I don't understand is how to tell the Portal framework that this user is
"Authenticated".
I tried using the JACC Portal Permission factor
Hi,
I am trying to send a simple email from Seam, following the example in the
examples directory and I'm getting an UnsupportedOperationException.
I'm using JBoss 4.2.0, Seam 1.2.1GA, and IceFaces 1.6.0.
My stack trace:
| java.lang.UnsupportedOperationException
| at
javax.faces.con
Indy-
If you seek enlightenment please follow this forum thread ;)
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073177#4073177
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074150#4074150
Reply to the post :
http://www.jboss.com/index.
No, out-of-the-box, there's no way to use hasPermission without using
RuleBasedIdentity.
If you want, though, you can extend Identity and override the hasPermission()
method to do whatever you want it to do.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=40
Portal: 2.6.1
JBoss AS: 3.4
MySQL
I want to write a portlet that authenticates and authorizes the user.
I can authenticate just fine...
|
| UsernamePasswordHandler handler = new
| UsernamePasswordHandler(this.username, this.password.toCharArray());
|
Hi!
I did an asynchronious event today, being raised inside a conversation. The
observer method throwed a custom RuntimeException and a Seam Excption that a
injected component could not be found. At least it should have, because it was
misspelled for sure and the RuntimeException was mine.
But
So, if I understand correctly, we will be able to get the equivalent of the
JBoss IDE plugin separately and deployed to our Eclipse 3.3 instance? Like we
were able to do with older version of the JBoss IDE and Eclipse?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewt
Well to be honest with you I did not believe your suggestion was any different
than what I was doing since I was checking the end date to make sure the
TaskInstance was not ended.
However after trying your suggestion it worked perfectly. I will now have to
dig through that source and see if I
Hi,
I added the Column(name =?id?) annotation before the getId() method of Person
and Address ejb but I?m getting the same error message about the foreign key
violation. My Oracle tables have the following fields:
* Person
Name Type Nullable Default
- ---
1 - 100 of 266 matches
Mail list logo