Nevermind I enabled trace was an issue with the serialversionuids
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4183365#4183365
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4183365
_
The two jars I have is the remoting and allclient
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4183358#4183358
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4183358
___
jboss
16:02:23,180 ERROR [ServerThread] Worker thread initialization failure
java.io.EOFException
at
org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:530)
at
org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:373)
at
org
ic nevermind heh
So the target and server provider need to match exactly as it is defined
*-jms-ds.xml
*palm forehead*
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175724#4175724
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mo
Looking at the JMX Console it looks as if the JMSProvider is there, its status
is also started.
MBean Name: Domain Name:jboss.messaging
| service:JMSProviderLoader
| name: HAJNDIJMSProvider
| MBean Java Class: org.jboss.jms.jndi.JMSProviderLoader
|
| StateSt
I see the exact same error as well. Getting the bridge to work as been a pain.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175685#4175685
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4175685
I guess I was supposed to use HAJNDIJMSProvider for the name value however that
didn't solve anything and I still see the same error.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175679#4175679
Reply to the post :
http://www.jboss.com/index.html?module=bb&
Did you ever get an answer for this question? I know this isn't the JBoss
Messaging forum but I'm seeing the same issue as well.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4175678#4175678
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=po
I did try the configuration from the bridge example originally but it resulted
in the same problem.
|
| jboss.messaging:service=JMSProviderLoader,na
| me=JMSProvider
|
|
| jboss.messaging:service=JMSProviderLoader,na
| me=JMSProvider
View the original po
Hello,
I keep running into this issue on startup when trying to make use of the
messaging bridge.
--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
| ObjectName:
jboss.messaging:service=JMSProviderLoader,name=DefaultJMSProvider
| State: NOTYETINSTALLED
| Depends On Me:
| jbo
Solution for me was for this problem:
Drop JBoss MQ
Insert JBoss Messaging
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174442#4174442
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4174442
_
On the slave the lookup fails:
10:42:29,802 WARN [ServiceController] Problem starting service
persistence.units:ear=event-management-too
| l.ear,jar=event-management-tool.jar,unitName=event-management-tool
| org.hibernate.search.SearchException: Unable to lookup Search queue
(queue/hibernat
Oh I guess I should mention I'm using JBoss 4.2.2.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174385#4174385
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4174385
___
jbos
As suggested I created a new thread.
MDB
@MessageDriven( activationConfig = {
| @ActivationConfigProperty( propertyName = "destinationType",
|propertyValue = "javax.jms.Queue" ),
| @ActivationConfigProperty( propertyName = "destination",
I created my own *-service.xml and moved the configuration out of the
destinations and into that and the problem remains.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174145#4174145
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&
Some more information:
20:08:27,097 WARN [ServiceController] Problem starting service
jboss.j2ee:ear=event-management-tool.ear,j
| ar=event-management-tool.jar,name=SearchControllerMDB,service=EJB3
| javax.management.InstanceAlreadyExistsException:
jboss.mq.destination:service=Queue,name=hi
Same problem with 4.2.2
MDB
MessageDriven( activationConfig = {
| @ActivationConfigProperty( propertyName = "destinationType",
|propertyValue = "javax.jms.Queue" ),
| @ActivationConfigProperty( propertyName = "destination",
|
Ah, excellent and much thanks!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4174048#4174048
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4174048
___
jboss-user mailing list
I'm trying to find out the best way to deploy an MDB in my application to only
one node in a cluster.
I'm dealing with Hibernate Search which says the MDB you define for it can only
reside on a master node.
Is there some configuration I can set to disable the MDB from being deployed?
View the
Nevermind, found a post saying JBosss Tools wasn't compatible with this version
of Eclipse.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4171671#4171671
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4171671
__
Fresh install
Windows 32 bit Vista
Eclipse Platform
Version: 3.4.0
Build id: I20080617-2000
JBossTools-2.1.2.GA-ALL-win32
java.lang.ClassNotFoundException:
org.eclipse.gef.internal.ui.palette.editparts.PaletteEditPart
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findClassI
Was using latest version of Europa then tried on Ganymede. Using x84 Vista with
jdk 1.6 and the latest version of JBoss Tools as of the day i posted this.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163157#4163157
Reply to the post :
http://www.jboss.com/
Keeps throwing an exception when trying to open a .xhtml file that
javaxpcomglue.dll is not accessible I saw another time when there was a link
error.
[/img]
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4162630#4162630
Reply to the post :
http://www.jboss.
Thanks Shane, I'll take a look.
S.D.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122870#4122870
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122870
___
jboss-user mailin
Ah thanks Norman, I assume this is where this entry comes into play?
|
| topic/chatroomTopic
|
|
The only thing I have set in my components.xml is the jndi-pattern
|
|
Thanks, S.D.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122791
Thanks Norman,
Open MQ is the default built in provider for GlassFish which I have used
several times. I was wondering if there was any significance to the
UIL2ConnectionFactory just beyond the name. As I said there appears to be a way
to override the default in the the SubscriptionRegistry sin
So looking at the SubscriptionRegistry code it appears that it is possible to
override the default connection provider which results in the
UIL2ConnectionFactory being used. Is there some specific configuration option I
need to use to make this work with GlassFish?
Thanks, S.D.
View the origin
Anyone?
Thanks, S.D.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122429#4122429
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122429
___
jboss-user mailing list
jboss-use
I'm executing this in my JavaScript based off the chatroom example. I'm
attempting to deploy this in GlassFish. Do I need some specific JBoss MQ
libraries deployed? Will it now work with another JMS implementation such as
Open MQ? I suspect this since it is looking for this UIL2ConnectionFactory
Never mind I did a grep based on the information in the documentation. I see it
is specified in an alternate format.
S.D.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121470#4121470
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&
JBoss Tools is nice. I wish there was integration with NetBeans in addition to
Eclipse.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121464#4121464
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121464
__
So looking at the documentation section 21.11.1
| 21.11.1. Configuration
| Before you can subscribe to a JMS topic, you must first configure a list of
the topics that can be s
| ubscribed to by Seam Remoting. List the topics under
org.jboss.seam.remoting.messaging.subscriptionR
| egist
Hello, we will be bidding on a substantial product in an area where have
established some level of expertise. We have a varied technology stack but it
does include Seam,Drools and Hibernate. I'm a bit concerned with the level of
support though that is available for Seam? When doing the proposal
Hey so I don't see the exception being propagated to the browser now which is
great. I see the exceptions in the log but I have set the logging in the app.
server to finest and still do not see the debug messages. What is required to
enable the log debugging?
S.D.
View the original post :
htt
Cool and thanks, I'll checkout and build again.
S.D.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110713#4110713
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110713
___
j
ry this in the latest CVS version.
|
| "samdoyle" wrote :
| | Some questions though.
| |
| | 1.) Why are each of the response packets incrementing in conversation
id?
| | 2.) Why do sometimes when I make a request it appears I get pack an
empty response followed by a
I lost our demo box again until tomorrow but what happens sometimes is that in
the debug output window it just says empty response immediately followed by the
expected response. Seemed odd.
S.D.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110397#4110397
Anyone?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110351#4110351
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110351
___
jboss-user mailing list
jboss-user@lists.jboss.
The following produced the error, doesn't look unusual. It is the same as the
several succeeding requests before it.
|
| Tue Dec 4 11:01:57 PST 2007: Request packet:
|
41
|
|
|
As a result of this it is generating a error 400 poup dialog which as a result
of the current way re
No JavaScript errors. I'll check it out with debugging enabled.
S.D.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110294#4110294
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110294
_
Anyone see this before?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110063#4110063
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110063
___
jboss-user mailing list
jboss-u
Using the JavaScript remoting I will see periodically but quite frequently the
following exception. It is a result of simply doing a polled based operation to
retrieve the latest available data.
|
[#|2007-12-03T12:53:34.110-0500|SEVERE|sun-appserver9.1|org.jboss.seam.remoting.Remoting|_Thread
I am using 4.0.0 atm so I will try upgrading and see if that resolves it.
Thanks, S.D.
"matt.drees" wrote : I ran into that exception once (in a different context).
I believe that particular problem should be fixed in Drools 4.0.1. See
http://jira.jboss.com/jira/browse/JBRULES-1066.
|
|
I have created a case for this.
http://jira.jboss.com/jira/browse/JBSEAM-2340
S.D>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4110004#4110004
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4110004
__
"[EMAIL PROTECTED]" wrote : Please post the exception.
Ah, I had a configuration mistake but now with everything configured properly
and I have verified HA is working properly I see the Identity exception being
thrown when trying to replicate it. I'm using drools but not exactly sure what
the r
Will do. When I get back in the office on Monday I'm going to construct a very
simple application to verify the clustering session replication. I know this
functionality undergoes rigorous internal testing and has to be past a suite of
testcases before each release. I don't suspect that this is
I guess the only thing I can do is try to find out from Sun what they use to
debug/verify session data replication since having this type of high
availability is a requirement for what we are doing. If Seam is not cluster
safe I don't think we will be able to use it. This would be unfortunate
c
This is correct isn't it? This is what I have in my pages.xml.
|
|
| You don't have permission to do this
|
|
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4109542#4109542
Reply to the post :
http://www.jboss.com/i
I have usually found it easier to create a separate class for returning
resultsets since there is most of the time a lot to strip out. Even so the
verbosity and inclusion of metadata in the response really increases the
response size.
We had a case where we had a large set of data being request
I have that default generated by seam-gen which says you are not authorized to
perform the operation or something like that. I'm not in the office.
"[EMAIL PROTECTED]" wrote : Do you have a redirect configured for the
org.jboss.seam.security.AuthorizationException exception?
View the original p
I had this rule by mistake in my pages.xml:
|
| #{s:hasRole('ultra-user')}
|
|
There is no ultra-user role yet I can still access the notificationAdmin. An
exception is thrown but I still can access the page.
| org.jboss.seam.security.AuthorizationException: Authorization
So I just upgraded Seam and I didn't encounter this error but I am still
required to login again after the active cluster instance becomes disabled.
My session data appears to be replicated yet Seam requires a new login after
the failover.
Can someone, if anyone, provide some information on Se
There is quite a bit of overhead data returned in its present state.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4109495#4109495
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4109495
__
Yes/No ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4109484#4109484
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4109484
___
jboss-user mailing list
jboss-user@lists.jboss
Actually I think that JIRE is different I was looking for something like with
Prototype Ajax.Request where you can specify on404 and onFailure handlers when
submitting your request.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4109428#4109428
Reply to the p
ugh.., thanks for the quick response though :(
"[EMAIL PROTECTED]" wrote : This is an outstanding issue that has been on the
backburner for a while, unfortunately:
|
| http://jira.jboss.org/jira/browse/JBSEAM-633
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtop
Um so is there a way to trap these in some form of exception handler callback?
I didn't see any in the documentation and we get a timeout sometimes and want
to disable the annoying popup.
S.D.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4109126#4109126
Re
Alright will do once I can get back our demo environment for testing. It is the
only place we have atm which has load balancing and clustering setup.
S.D.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4108650#4108650
Reply to the post :
http://www.jboss.com
I'm using EJB3 as is provided with GlassFish. I think the biggest factor was
the Identity instance I'll go back to check if there are any others.
When you enable availability on an application for a GlassFish cluster you get
in memory session data replication across the cluster. As a result what
up
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4108194#4108194
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4108194
___
jboss-user mailing list
jboss-user@lists.jboss.org
h
Nothing?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107911#4107911
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4107911
___
jboss-user mailing list
jboss-user@lists.jboss
Is there some Seam documentation somewhere that discusses specifics dealing
with a clustered deployment?
S.D.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107844#4107844
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&
I'm trying a Seam application across a GlassFish cluster with session data
being replicated via the in memory replication. It looks like certain instances
such as Identity are not serializable and as a result Seam does not behave well.
A basic scenario is if I login and then bring down the insta
Thanks for the response, I'll give your suggestion a try. I don't mind messing
around a bit with the configuration if RDHS will allow for a rapid development
environment with full Facelets, Seam and Richfaces support. Hopefully Hibernate
will be in there to :)
Thanks, S.D.
View the original po
e what the issues are involved in doing this?
Am I losing anything by not being able to create a Seam Project?
Thanks, S.D.
"[EMAIL PROTECTED]" wrote :
| samdoyle:
| You can use JBossTools/RHDS with Glassfish - you just need to use the
Glassfish WTP adapter. the only that won'
Why does Red Hat Developer Studio not allow you to create a Seam project if you
are using Glassfish for your server instance?
Does this mean I can't use RHDS if I am using Glassfish?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4104856#4104856
Reply to the
So I'm not sure if this is the best place to ask this but I can't find any
forums related to Red Hat Developer Studio.
RDS will not allow me to create a Seam project with a GlassFish server
instance. When it comes to the dialog that asks me the project name, runtim and
server I specify the ins
Excellent and thanks, that did the trick.
S.D.
"matt.drees" wrote : c:when is evaluated when the component tree is created
(typically right at the beginning of the renderResponse phase). It's used to
determine which components get added to the tree. I'm guessing you want the
decision to be m
"dustismo" wrote : Not sure if this is your problem, but have you tried this?
|
|
| |
| |
|
| -Dustin
Yep tried that as well to no avail.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101976#4101976
Reply to the post :
http://www.jboss
I'm not sure why it doesn't appear to work or if I am doing something
incorrectly.
Here is basically what I have.
|
|
|
|
|
|
|
|
|
|
|
With this I never see the style applied and just the standard text output.
I'll give that at try, thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101064#4101064
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101064
___
jboss-user mailing list
"[EMAIL PROTECTED]" wrote :
Expressions.instance().createValueExpression(#{myBean.myProperty}) returns
Object. It needs to cast to your object type.
|
| | Interpolator.instance().interpolate(#{myBean.myProperty})
| | returns String.
View the original post :
http://www.jboss.com/i
The only thing I see that resembles what I am looking for is some Test based
examples which have no indication on how to do it in a Session Bean
| @Test
| public void testSayHello() throws Exception {
| new FacesRequest("/hello.jsp") {
| @Override
| protected void updateModelValues() t
Still looking. All I see when searching on Google is people complaining about
SeamElResolver not working.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100895#4100895
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100
Anyone?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100881#4100881
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100881
___
jboss-user mailing list
jboss-user@lists.jboss.
Something like:
String userName = "#{identity.username}";
How would you do this?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100855#4100855
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100855
Can anyone point me to an example?
We have a popup that is generated from clicking on a map icon. This popup hits
a JSF page on the backend. This is done within a user authenticated
conversation so I want to use the EL to get the user's name like
#{identity.username} in my Java code.
Thanks, S
Please disregard this, this wasn't the problem.
This initially worked but when I added the jstl conditional checking it stopped
so naturally I blamed it on the jstl. I rolled back everything and it was still
not working.
The problem was the method signature used to take a Long parameter but wa
Yet when I use the c:forEach and c:choose I get Seam debug window with no
useful information in it whatsoever. There is no exception being thrown in the
logs.
|
|
|
|
| N
|
|
Hi Norman and thanks for for the response.
I think we are just going to have to take it for a test drive and see for
ourselves. I mean I'm pretty happy with Java but if this is something that can
help in being more productive in the long run then it is certainly worth the
time evaluating.
S.D.
Nobody has tried Groovy and Seam together? Do I need to be the first and take a
leap even though I don't really see the reason for doing so? =/
S.D.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4097607#4097607
Reply to the post :
http://www.jboss.com/index
I know this is a bit winded but would like to hear from someone who has gone
through the Seam + Groovy experience if there are any out there.
S.D.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4097568#4097568
Reply to the post :
http://www.jboss.com/index.h
So I have just started to look at Groovy to see what the hype is about. It is
interesting to see what appears to be pretty much a dynamically typed version
of Java. Why this is happening alone has me wondering.
I have worked with some large scale projects awhile ago that were done in Perl
and T
Hello Dan and thanks for the clarification.
I'm still myself fairly new to Seam myself but we are considering using it in
two new projects based on successful results in prototyping.
Do you know anything about the status of the server side push JavaScript
Remoting capability provided by Seam?
By doing this it makes it easier to do things like embed logic into entity
beans which is not their intended use. A colleague of mine who is brand new to
EJB3 and Seam did that just the other day and I was like wow, that is pretty
odd.
Unless there are some good use cases for doing this perhap
Just tested this in my case works great! Good stuff.
|
|
|
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4097140#4097140
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=
Actually the status field is a var used in interation in a rich:dataTable, in
addition the JavaScript I want to pass the object to does not use AJAX put
manipulates decorations on a already rendered GoogleMap.
S.D.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic
Thanks for the response, I'll take a look at that the jsFunction you mentioned.
S.D.
"IGx89" wrote : One solution would be to have something like the following in
your HEAD section:
|
|
| |
| | var status = #{status};
| |
| |
|
| and just use that var in your script
Basically I want to do something like this but it doesn't appear to work. Is
there something I can do to make it work?
|
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4097115#4097115
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=
Please disregard as it turns out my core tag lib was bound to an older uri. sigh
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4095859#4095859
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4095859
__
View source shows this. I'm not really sure how this is empty seeing how the
method invocation is being hit and I view the variables and they are filled in
properly in the debugger.
|
|
|
|
|
View the original post :
http://www.jboss.com/i
So this simple snippet results in my appropriate breakpoints getting hit such
as the get description but yet nothing is rendered on the page??
|
|
|
|
|
|
|
View the original post :
http://www.jboss.
Thanks Shane,
I'll take a look whenever I get some spare cycles. I remember seeing a useful
Eclipse plugin that helps in defining the rules. It's unfortunate there isn't
one for NetBeans. =/
"[EMAIL PROTECTED]" wrote : I recommend the drools reference documentation as a
good starting point fo
This works awesome though, thanks again!
S.D.
"[EMAIL PROTECTED]" wrote : What does the source for your rule look like? It
should be something like this:
|
| rule IsUserSuperUser
| | no-loop
| | activation-group "permissions"
| | when
| | check: PermissionCheck(name =
Ah thanks, no I'm preety much a noob to drools.
Can you point me to some documentation with some solid examples.?
I was looking at a very detailed grammar document but I'm a bit stretched for
time for delving into that at the moment.
I just checked out the code from cvs and was going to build th
Hi Shane,
This didn't work either.
| rich:tab switchType="page" immediate="true"
| rendered="#{s:hasPermission('super-user', null, null)}" label="Agency
| Admin" name="AgencyAdmin" action="AgencyAdmin">
|
|
|
|
|
This tab is rendered as part of th
Great thanks for the information and the workaround. I was't aware that the
hasPermission would also check the role as well. I'll give this a try.
S.D.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4091221#4091221
Reply to the post :
http://www.jboss.com/in
Alright so I followed the procedures for installing drools and configuring the
security.drl properly based on examples. I'm pretty sure I have it setup
properly since it was complaining when I was experimenting with options in the
security.drl. In anycase I have this restriction to render a tab.
Thanks everyone for your help, this week has been a flurry of things going
wrong =/.
S.D.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4090858#4090858
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4090858
___
"smithbstl" wrote : Is the getter defined on your Local interface?
No I do not have a defined getter in the Local but the
@DataModel
private List agencies;
which is implied @Out does not either and it works.
S.D.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewto
1 - 100 of 186 matches
Mail list logo