[jboss-user] [JBoss Cache Users] - Anybody tried to integrate JBossCache 3.x with JBoss AS 4.2.

2009-08-26 Thread yanfengzhang816
Hi there, I've heard that JBossCache 3.x has significant improvement on locking mechanism which resolved the problem of ReplicationException caused by TimeoutException while writing a node which is very often readed -- which we suffered a lot. Since we are using JBossAS 4.2.x and don't want to

[jboss-user] [JBoss Tools Users] - Hibernate CA

2009-08-26 Thread krasig
Hi, Can you tell me, in which file is CA text for hibernate. For example RichFace is in .../.../tld/RichFaces3_3.xml Regards View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4251703#4251703 Reply to the post :

[jboss-user] [JBoss Tools Users] - Re: Hibernate CA

2009-08-26 Thread max.ander...@jboss.com
eh ? hibernate does not have any jsf tags to do code completion on. What do you mean by CA text for Hibernate ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4251704#4251704 Reply to the post :

[jboss-user] [JBoss Messaging Users] - Re: Connection error

2009-08-26 Thread gaohoward
I think this is more like a remoting question, can you please post to remoting forum? About the failed connection, did you have any firewall set up? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4251705#4251705 Reply to the post :

[jboss-user] [JBoss Tools Users] - Re: Generating DDL from annotated POJOs

2009-08-26 Thread max.ander...@jboss.com
But the error is pretty clear here - the class you are referencing is not be found. Either it is not in the build dir (which should be on the classpath), spelled incorrectly or referenced incorrectly (i.e. inner classes need a $ instead of . to be referenced) View the original post :

[jboss-user] [JBoss Tools Users] - Re: Hibernate CA

2009-08-26 Thread krasig
If in .hbm.xml you type .. .. property generated=| you will see list [always,never,insert] View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4251707#4251707 Reply to the post :

[jboss-user] [jBPM Users] - Re: ProcessEngine not found!

2009-08-26 Thread roman83
StackTrace: javax.naming.NameNotFoundException: ProcessEngine not bound at org.jnp.server.NamingServer.getBinding(NamingServer.java:771) at org.jnp.server.NamingServer.getBinding(NamingServer.java:779) at org.jnp.server.NamingServer.getObject(NamingServer.java:785)

[jboss-user] [jBPM Users] - Re: ProcessEngine not found!

2009-08-26 Thread roman83
But whet a try run same code from Server Application(jsp page) it works fine! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4251710#4251710 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4251710

[jboss-user] [EJB 3.0 Users] - Post deployment initialization.

2009-08-26 Thread Dan Escott
Hi I wonder if anybody could help me with this one? I'd like to be able to execute some initialization code after certain stateless EJB's are deployed, this code essentially registers the 'ability' of the bean to certain processes running on the database. I've looked into @init and

[jboss-user] [JBoss Tools Users] - Re: Hibernate CA

2009-08-26 Thread akazakov
It comes from DTD. XML Editor uses DTD declared in XML file to show proposals. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4251714#4251714 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4251714

[jboss-user] [JBoss Tools Users] - Re: Hibernate CA

2009-08-26 Thread krasig
Thanks for taking the time to answer View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4251715#4251715 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4251715 ___ jboss-user mailing

[jboss-user] [Installation, Configuration Deployment] - Not sorted forums in search options!

2009-08-26 Thread skajotde
Hi I have used this forums for 4 years, for that forums on search options on [1] are not sorted. It is much less usable and take few minutes to choose one from tens. Jakiran, PeterJ can you post this question for someone who is reponsible for the forum. Thanks! 1.

[jboss-user] [jBPM Users] - Re: Transition navigation

2009-08-26 Thread TejJBPM
I achieved this.. I set the url variable in taskBean conditionally. For that i need to know the transition name..so this is what i did Set a action commandlink based on what is clicked..this action method in taskBean sets the transition name..I pass the transition name using

[jboss-user] [EJB] - Post commit event

2009-08-26 Thread cattivik100
Hi I have a session bean that supports Container Managed Transactions that contains a method A() that can be called by other session beans. Method A() is marked as @Required and of course uses transaction of calling method. Now I'd like to send a notification to an external system if and only

[jboss-user] [JBoss Messaging Users] - Enjoy a GUI JMS Client!

2009-08-26 Thread unwavering
Dear all, I've developed a GUI JMS client which sends a JMS message to a specified JBM provider and I want to share this tool with the community but I don't know how to upload this big JAR to this forum. View the original post :

[jboss-user] [JBoss Portal Users] - Re: VFSZIP problem ?

2009-08-26 Thread blopes
I changed jersey servlet property on web.xml to servlet-nameJerseyAPI/servlet-name servlet-classcom.sun.jersey.spi.container.servlet.ServletContainer/servlet-class init-param

[jboss-user] [JBoss Portal Users] - Re: VFSZIP problem ?

2009-08-26 Thread blopes
The class I have on that jar is the same as before ... import javax.ws.rs.Consumes; import javax.ws.rs.GET; import javax.ws.rs.PUT; import javax.ws.rs.Path; import javax.ws.rs.PathParam; import javax.ws.rs.Produces; import javax.ws.rs.WebApplicationException; import javax.ws.rs.core.Context;

[jboss-user] [Installation, Configuration Deployment] - Re: Not sorted forums in search options!

2009-08-26 Thread jaikiran
Kamil, I have forwarded this request to the right person. I'll update this post with the reply, once i get it. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4251732#4251732 Reply to the post :

[jboss-user] [JBoss Portal Users] - Re: VFSZIP problem ?

2009-08-26 Thread thomas.he...@jboss.com
You are in the wrong forum, this is a forum for JBoss Portal View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4251733#4251733 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4251733

[jboss-user] [jBPM Users] - Re: Query on remaining task

2009-08-26 Thread freak182
Hello, Just wanted to share how I accomplished this query. although it is not, let say hibernate way or jbpm way, but it work. | | @SuppressWarnings(unchecked) | public ListTask findNextTasksByProcessInstance(final ProcessInstance process) | { | try { |

[jboss-user] [EJB 3.0 Users] - Re: Post deployment initialization.

2009-08-26 Thread jaikiran
Take a look at @Service http://www.jboss.org/file-access/default/members/jbossejb3/freezone/docs/tutorial/1.0.7/html/Service_POJOs.html The entire set of tutorials and the tutorial source code is here http://www.jboss.org/ejb3/docs/ View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: Configre DIGEST authentication

2009-08-26 Thread meme64310
Hi Wolfgang, thanks for the reply. Unfortunatly the file common/lib/jbosssx.jar does not contain the class RFC2617Digest. I guess that's the problem. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4251744#4251744 Reply to the post :

[jboss-user] [jBPM Users] - Re: ProcessEngine not found!

2009-08-26 Thread kukeltje
Short stacktrace ;-) Ok, that would have been my second question, is it available anyhow, but you clearly state it is. Now I think of it, I remember something that things in the 'java:/' context are not available from outside the AS. I'm not sure though since I did not develop many things

[jboss-user] [jBPM Users] - Re: ProcessEngine not found!

2009-08-26 Thread jbarrez
The jBPM service bound to the JNDI is not a remote component, like an EJB or Servlet. So you can inject it in other components deployed on the AS, but not from the outside (there is no spec for remote services - in plain Java). You could use the remote CommandService, altough this is more

[jboss-user] [JBoss Portal Users] - Re: VFSZIP problem ?

2009-08-26 Thread blopes
Thanks! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4251756#4251756 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4251756 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [Security] - Re: run -c default -b node1.jboss.com

2009-08-26 Thread Wolfgang Knauf
Hi, on the wiki page, I did not find anything about a class org.jboss.security.valve.SSOFederationRouter. Did you add this to some config file? By the way: did you read the Important Notice on the wiki page: anonymous wrote : Please discontinue use of JBoss Federated SSO. You need to use

[jboss-user] [JNDI and Naming] - Re: JNDI lookup from JBoss embedded MQ Provider

2009-08-26 Thread moonbird79
This is my datasource for the activemq provider: | ?xml version=1.0 encoding=UTF-8? | | !DOCTYPE connection-factories | PUBLIC -//JBoss//DTD JBOSS JCA Config 1.5//EN | http://www.jboss.org/j2ee/dtd/jboss-ds_1_5.dtd; | | connection-factories | |

[jboss-user] [JNDI and Naming] - Re: JNDI lookup from JBoss embedded MQ Provider

2009-08-26 Thread moonbird79
... and as far as this site describes: http://activemq.apache.org/jndi-support.html ActiveMQ will work with any JNDI provider capable of storing Java objects. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4251760#4251760 Reply to the post :

[jboss-user] [JNDI and Naming] - Re: JNDI lookup from JBoss embedded MQ Provider

2009-08-26 Thread moonbird79
and - if i uncomment: //queueConnectionFactory = new ActiveMQConnectionFactory(ActiveMQConnection.DEFAULT_BROKER_URL); it works - but - without jndi support :-( and ActiveMQConnectionFactory is not a JMS API call ! :-( View the original post :

[jboss-user] [Beginner's Corner] - Re: Uploading dtd files in JBoss

2009-08-26 Thread Wolfgang Knauf
Hi, could you document your findings here? I am interested myself in how you resolved it ;-) Thanks Wolfgang View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4251768#4251768 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - Re: Configre DIGEST authentication

2009-08-26 Thread Wolfgang Knauf
Hi, this is located in /common/lib/jbosssx-server.jar. Sorry for seeing this too late. Wolfgang View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4251770#4251770 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4251770

[jboss-user] [JNDI and Naming] - Re: JNDI lookup from JBoss embedded MQ Provider

2009-08-26 Thread moonbird79
for alle people who dont know why my connectionfactory is available in the (not common for jca ressource adapter) GLOBAL jndi namespace, you have to use: use-java-contextfalse/use-java-context ... in your datasource file. ;-) View the original post :

[jboss-user] [JMX] - Re: Problem with deployment listener when moving from JBoss

2009-08-26 Thread radu.cirstoiu
I'm having the same problem, is there any other way to be notified when an application is deployed/undeployed ? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4251773#4251773 Reply to the post :

[jboss-user] [EJB 3.0 Users] - Re: Post deployment initialization.

2009-08-26 Thread Dan Escott
Thanks for the help, this looks like a good alternative. I should have mentioned that I'm using JBoss 4.2, is @Service only for JBoss 5.x? Thanks Dan View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4251783#4251783 Reply to the post :

[jboss-user] [JBoss Messaging Users] - enableOrderingGroup() not available inside ejb3 Bean an JmsX

2009-08-26 Thread mclu
Hi! Any hint on this? I testest OrderingGroup on 1.4.5 (build 7766) with a client like this: | Connection connection = getConnection(); | Session session = connection.createSession(false, Session.AUTO_ACKNOWLEDGE); | JBossMessageProducer sender = (JBossMessageProducer)

[jboss-user] [JBoss Portal Users] - Re: Problem displaying the member list from custom roles

2009-08-26 Thread tali.tsarfati
Hello, I have the exact same problem Did you manage to find what is the cause? I can not get the users... Thanks, Tali View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4251786#4251786 Reply to the post :

[jboss-user] [JBoss Messaging Users] - Re: connection close problem.

2009-08-26 Thread psvn
Hi there! Sentcs, did you solve your problem? I'm using jboss-4.2.3.GA with jboss-messaging-1.4.4.GA and randomly i have the same problem java.util.concurrent.locks.LockSupport.park(LockSupport.java:158) and messages got stucked with state +. This just happen when i use Transactional

[jboss-user] [Security] - Re: Problem with Negotiation-toolkit with LDAP

2009-08-26 Thread nulltransfer
I had the same problem a while back, but I can't recall what I did to fix it. I believe I unchecked Do not require Kerberos preauthentication on the user account. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4251790#4251790 Reply to the post :

[jboss-user] [Security] - Problem securing a web service

2009-08-26 Thread TimStorms
I'm trying to secure a web service which is an EJB. I'm trying to accomplish this by adding the following jboss.xml in the META-INF folder. ?xml version=1.0? | !DOCTYPE jboss PUBLIC -//JBoss//DTD JBOSS 4.0//EN http://www.jboss.org/j2ee/dtd/jboss_4_2.dtd; | jboss | security-domain /

[jboss-user] [Security] - Re: JBoss Negotiation Failing

2009-08-26 Thread nulltransfer
Either your SPN was set wrong or your keytab wasn't generated correctly. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4251792#4251792 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4251792

[jboss-user] Creating custom JNDI and accessing it from a EJB

2009-08-26 Thread vamsi
Hi All, I created Custom JNDI in Web environment, How to create a Custom JNDI in EJB Module. In web environment we define Resource reference in under Context tag or in web.xml. How to configure in EJB Module? Any references links or documents would be helpful. Thanks

[jboss-user] [Beginner's Corner] - war deployment - file locked (no un- or re-deploy without st

2009-08-26 Thread sdein
hi, we recently started with developing a web-service using jboss. recently started meaning that every few lines of code need to be tested ;), meaning constant re-deployment of the created .war which doesn't seem to work (most of the time, for some reason not always) - the war in jboss'

[jboss-user] [jBPM Users] - jBPM4 - Asynch Web-Service Callback

2009-08-26 Thread djcye
Hi, wanted to ask if its possible to recieve a callback from a webservice inside a java activity ? (http://www.infoq.com/articles/boris-lublinsky-jboss-jbpm explains an approach handling the callback outside the processdefinition) View the original post :

[jboss-user] [jBPM Users] - jBPM 4.0 - History Service and Fork/Join

2009-08-26 Thread shiva0
We're on the verge of starting a project using the jBPM 4.0 GA engine. I've been familiarizing myself with the engine and doing some basic test and proof of concept. I've read multiple times both user and dev guide and got most of the understanding. Beside the variable audit feature not

[jboss-user] [Installation, Configuration Deployment] - Re: deployment issue, CommandLineTester class not found

2009-08-26 Thread tjansto
thanks, the xsdlib_20090415.jar did have that in its manifest, and i removed that particular jar from the ear i am trying to deploy. this has corrected this error on my part, and the ear is deploying properly. on to the next issue... thanks tom View the original post :

[jboss-user] [jBPM Users] - Re: jBPM4 - Asynch Web-Service Callback

2009-08-26 Thread kukeltje
The java activity has is no wait state and therefore you can't have a callback. A custom node can be a wait state, so you could use a callback to signal it to go on. Afaik, the 'receive' has to be outside the class itself (not illogical, since you cannot 'start' servlets or something, although

[jboss-user] [Installation, Configuration Deployment] - Isolation woes...

2009-08-26 Thread bdamato
I've read through the ClassLoadingUseCases wiki and the ClassLoadingConfiguration and can't seem to find a definitive answer to my problem. Here is a simplified version of my scenario: 2 webapps deployed as wars -deploy/webapp1.war -deploy/webapp2.war 1 application containing common code

[jboss-user] [jBPM Users] - Re: jBPM 4.0 - History Service and Fork/Join

2009-08-26 Thread kukeltje
There is a FK relation in the table. I just think it is not exposed (yet) in the query api. Add your comment and a reference to this topic to https://jira.jboss.org/jira/browse/JBPM-2398 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4251811#4251811 Reply to

[jboss-user] [jBPM Users] - Re: JBPM Java Task return value

2009-08-26 Thread jbarrez
When you take a look at the source class at top of your stacktrace, you'll see that this exception occurs when the execution is null. Ie your process instance or subexecution does not exist (anymore). As Ronald states, without a complete unit test we can only guess about the cause. I see that

[jboss-user] [jBPM Users] - Re: JBPM4 with MS SQL Server Issues

2009-08-26 Thread jbarrez
As Ronald states, we don't test jBPM against MS SQL. At least not at this point, perhaps in the future we might. Out first goal is covering every DB of the JBoss SOA-Platform. For Sybase we are indeed using the jTDS drivers. View the original post :

[jboss-user] [jBPM Users] - Re: Solution: JBPM3 and Spring Integration

2009-08-26 Thread jbarrez
@MrMagoo: there are a lot of people who are using the Spring integration without problems, so don't feel cheap ;-) Do keep us posted on your progress, I'm interested in seeing in what area we can improve things. View the original post :

[jboss-user] [JBoss Messaging Users] - Re: Enjoy a GUI JMS Client!

2009-08-26 Thread gaohoward
The forum doesn't support uploading files. I think you can upload somewhere and paste the link to the forum. Thanks. Howard View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4251823#4251823 Reply to the post :

[jboss-user] [jBPM Users] - Re: JBPM Java Task return value

2009-08-26 Thread jbpmjboss11
Thanks! I do understand my execution is ending. But not able to find it ... Let me send you my jpdl file and code. My example code for Java task is working fine in the same project ... jpdl file

[jboss-user] [JBoss Cache Users] - JBoss Cache 3.2.0 and JBoss 4.2.3

2009-08-26 Thread tbar0711
Hi, I'm working with JBoss since 2 months. Currently I've got a JBoss 4.2.3 AS running. It implements the JBoss Cache 1.4.1.SP9. Moreover I'm using Hibernate 3.2.4.sp1. Now I want to improve the performance of my J2EE Application. So I want to replace JBoss Cache 1.4.1.SP9 with JBoss Cache

[jboss-user] [JBoss Tools Users] - Re: Generating DDL from annotated POJOs

2009-08-26 Thread JPAV
Yes, the class is clearly missing from the bin folder as one would expect when seeing compilation errors for the class (The 'Column XXX cannot be resolved' errors I referred to before). So how do I get rid of those errors? What do I have configured incorrectly? View the original post :

[jboss-user] [JBoss Messaging Users] - Re: enableOrderingGroup() not available inside ejb3 Bean an

2009-08-26 Thread gaohoward
Hi Markus, JmsMessageProducer is JCA wrapper of MessagingProducer. I think you can post a request to JCA forum. Howard View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4251830#4251830 Reply to the post :

[jboss-user] [jBPM Users] - Re: JBPM Java Task return value

2009-08-26 Thread jbpmjboss11
Sorry... here is jpdl file replaced with # #process name=casecreationtrial xmlns=http://jbpm.org/4.0/jpdl# #start g=36,75,100,47 name=start1# #transition g=-49,-29 name=to Retrieve Application to=Retrieve Application/# #/start# #java class=com.mypackage.MyClass g=173,70,175,58

[jboss-user] [JBoss AOP Users] - JBOSS AOP - Jboss 4.2 Server startup failing

2009-08-26 Thread pvenkatesh
Hi I have configured the environment variable for JBOSS_ENDORSED_DIRS and have added the following entry at run.bat file set JAVA_OPTS=%JAVA_OPTS% -javaagent:%JBOSS_ENDORSED_DIRS%\pluggable-instrumentor.jar Also I have placed the pluggable-instrumentor.jar file at

[jboss-user] [JBoss Messaging Users] - Re: Enjoy a GUI JMS Client!

2009-08-26 Thread gaohoward
One more thing, when you share you jars, please also include the source code. Thanks Howard View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4251838#4251838 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4251838

Re: [jboss-user] Fail to get tables by a remote Datasource deployed in JBOSS

2009-08-26 Thread Stephen Davidson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Use a forum. This list is apparently no longer monitored by anyone from the JBoss group, and its gateway for the forums does not seem to be working correctly any more. Regards, Steve Zeke wrote: Hi, all: I try to use DatabaseMetaData to

[jboss-user] [jBPM Users] - File upload and JBPM:form

2009-08-26 Thread TejJBPM
Hi all I am trying to implement a File upload button in my task form using JSF. I am able to see the button and when i click on upload the enctype is not set properly. I think the problem is i am setting the enctype in h:form and jbpm:dataform is not able to understand or parse that..is there

[jboss-user] [jBPM Users] - Re: JBPM Java Task return value

2009-08-26 Thread jbpmjboss11
Guys, never mind ... I got the issue resolved... Thanks and truly appreciate your help. Ronald, sorry about trouble... I should have understand your hints earlier. But, i think its all about being new to JBPM. Thanks View the original post :

[jboss-user] [jBPM Users] - Re: JBPM Java Task return value

2009-08-26 Thread kukeltje
Thanks for getting back and glad that it works. If you do not mind I like to give you some additional tips. First of all it is no problem being new to something and asking questions, not at all. We welcome all new users :-) But there are reasons behind my comments on how and where to post.

[jboss-user] [jBPM Users] - Re: JBPM Java Task return value

2009-08-26 Thread kukeltje
oh and btw is it for http://www.state.nj.us/nj/safety/homeland/ or http://www.state.nj.us/nj/safety/school/ or both? ;-) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4251853#4251853 Reply to the post :

[jboss-user] [jBPM Users] - Re: JBPM Java Task return value

2009-08-26 Thread jbpmjboss11
Not really, I have gathered project structure from different places and mix match ... what not ... Well, wanted to thank you for all your suggestions ... Don't want to take much space of forum for writing irrelevant things in here... Take care View the original post :

[jboss-user] [jBPM Users] - Re: File upload and JBPM:form

2009-08-26 Thread kukeltje
Creating custom forms this way has only been done very limited. So I think that unfortunately you will not be able to get much help. The jsf tags were designed in a pre-seam era and not really maintained. View the original post :

[jboss-user] [jBPM Users] - Re: JBPM Java Task return value

2009-08-26 Thread kukeltje
hahahaha spot on... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4251856#4251856 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4251856 ___ jboss-user mailing list

[jboss-user] [jBPM Users] - Re: File upload and JBPM:form

2009-08-26 Thread TejJBPM
hmm..:(.. I had to stick with JSF for creating the file upload component..is there any other way i can include a file upload component or include custom components from any other areas? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4251858#4251858 Reply to

[jboss-user] [jBPM Users] - Re: JBPM4 with MS SQL Server Issues

2009-08-26 Thread kevinw
I'm running jBPM 4 against SQL Server 2005 with the MS driver and the only issue I encountered (up till now) was a unique constraint on a nullable column. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4251861#4251861 Reply to the post :

[jboss-user] [Security] - Logging fail authorization checks

2009-08-26 Thread acxsjones
I need to log failed authorization checks. We have our own JAAS module so I am logging failed authentication checks but do not know how to plug into the container to get a log for failed authorization checks View the original post :

[jboss-user] [Security] - Re: JBoss Negotiation SPNEGO Problem

2009-08-26 Thread nulltransfer
It looks like there is something wrong with your client. It shouldn't be responding with an NTLM type 1 message. Try rechecking your browser config. http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4247226 View the original post :

[jboss-user] [Security] - Re: JBoss Negotiation SPNEGO Problem

2009-08-26 Thread nulltransfer
Here is a nice set of browser config instructions. http://help.sap.com/saphelp_nw2004s/helpdata/EN/43/49a2aefd975f89e1000a1553f6/content.htm View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4251866#4251866 Reply to the post :

[jboss-user] [JBoss Tools Users] - Re: Generating DDL from annotated POJOs

2009-08-26 Thread max.ander...@jboss.com
Those errors are not compilation errors; its Dali not being able to find the matching column/tables. They do not prevent generation of the .class. There must be something else wrong beyond Dali/JPA warnings/errors ? View the original post :

[jboss-user] [jBPM Users] - Re: File upload and JBPM:form

2009-08-26 Thread kukeltje
In the jsf-console for jbpm3? Not sure, as mentioned it is not used in this way that often. Maybe you are already the expert in this area ;-) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4251872#4251872 Reply to the post :

[jboss-user] [JBoss Tools Users] - Re: Generating DDL from annotated POJOs

2009-08-26 Thread JPAV
Here's an image of my errors. I don't see any other reason that the classes wouldn't be generated: http://screencast.com/t/aJJgvwU7 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4251873#4251873 Reply to the post :

[jboss-user] [MQ] - JMS client running in Tomcat

2009-08-26 Thread nbsubbaiah
Hi, I would like to know how a web application running in Tomcat container can consume a message from a remote destination created using JBossMQ in JBoss. Could you give the details ASAP? If you refer me to see the docs of JBoss, can you also give the particulars of these docs where to find

[jboss-user] [JBoss AOP Users] - Re: JBOSS AOP - Jboss 4.2 Server startup failing

2009-08-26 Thread flavia.rain...@jboss.com
Hi! Problems such as: 20:15:05,390 INFO [ServiceConfigurator] Problem configuring service jboss.j2ee:service=EARDeployer | org.jboss.deployment.DeploymentException: No Attribute found with name: EnablelibDirectoryByDefault and: 20:16:05,265 ERROR [MainDeployer] Could not initialise

[jboss-user] [Installation, Configuration Deployment] - Re: Not sorted forums in search options!

2009-08-26 Thread skajotde
jaikiran wrote : Kamil, | | I have forwarded this request to the right person. I'll update this post with the reply, once i get it. | | Thank you Jakiran! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4251878#4251878 Reply to the post :

[jboss-user] [Installation, Configuration Deployment] - log4j onlly applies after server starts up

2009-08-26 Thread Elhanan
hi.. i have an ear with isolated mode, it has it's own log4.xml which has this single logger: appender-ref ref=PMP_FILE/ and a file appender called pmp_file if it try to place in jboss.xml this: appender-ref ref=PMPCONSOLE/ appender-ref

[jboss-user] [JBoss Messaging Users] - Re: enableOrderingGroup() not available inside ejb3 Bean an

2009-08-26 Thread mclu
Hi Howard! I know! But that is not the question. I think the wrapper should not provide other methods than the JMS Spec says. Maybe there should be a way to get the delegate. But from the JBM Usage perspective. Is there a way to use orderinggroup the programatic way with JBM enlist in the

[jboss-user] [Security] - Re: JBoss 4.2.3 and Security Annotations

2009-08-26 Thread bacooper81
Never mind. I was able to use my db encryption by subclassing DatabaseServerLoginModule and overriding the convertRawPassword. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4251884#4251884 Reply to the post :

[jboss-user] [JBoss Messaging Users] - Messages get stuck on node

2009-08-26 Thread artp
Environment Jboss 5.1 JBM 1.4.4.GA I have a cluster, that i'll call A with three Nodes. One of the nodes on A runs the Message Bridge as a HA Singleton that delivers messages to Cluster B. Occasionally, messages get stuck on one of the nodes in cluster A(ie see JMX and query below). The other

[jboss-user] [JNDI and Naming] - Stopping MBean Service

2009-08-26 Thread mohitanchlia
Jboss 4.2: I need to stop Stateless Session Bean so I am assuming I need to identify the MBean of that Bean and then stop it. This I can do from jmx-console easily. How can I do the same start/stop programtically? View the original post :

[jboss-user] [JBoss AOP Users] - Re: Deploy AOP to jboss 5.1

2009-08-26 Thread kgreenejpmc
Thanks for the feedback. I have another question. On discovering that the @JobFlow does not work on onMessage, I was very curious as to how annotations such as @TransactionAttribute work on onMessage (as well as other methods). These types of annotations don't seem to require loadtime

[jboss-user] [JBoss AOP Users] - Re: Deploy AOP to jboss 5.1

2009-08-26 Thread kgreenejpmc
Thanks for the feedback. I have another question. On discovering that the @JobFlow does not work on onMessage, I was very curious as to how annotations such as @TransactionAttribute work on onMessage (as well as other methods). These types of annotations don't seem to require loadtime

[jboss-user] [Javassist Users] - Re: How to add an import statement

2009-08-26 Thread mburger
spatnaik77 wrote : In addition to this i should add the import statement for Profiler class. How should i do it ? The import statement is a compiler directive. Thus, there is no import statement in the byte code, but only fully qualified names. View the original post :

[jboss-user] [EJB] - 502, Bad Gateway.

2009-08-26 Thread muddu_shafi
I have developed and deployed Coldfusion webservices(using Bludragon for J2ee)in JBoss applications server. but, While invoking this webservices I am experiencing an error 502 Bad Gateway. For some webservices which take less time the Apache tomcat server(with in JBOSS) returns a valid

[jboss-user] [Beginner's Corner] - 502 Bad gateway error

2009-08-26 Thread muddu_shafi
I have developed and deployed Coldfusion webservices(using Bludragon for J2ee)in JBoss applications server. but, While invoking this webservices I am experiencing an error 502 Bad Gateway. For some webservices which take less time the Apache tomcat server(with in JBOSS) returns a valid

[jboss-user] [JBoss Web Services Users] - proxy server tunneling https connection to backend jboss as

2009-08-26 Thread ramk5101
Our jboss application server is fronted by a proxy server.when a request comes in over ssl, the proxy terminates ssl and passes http to jboss.Since the End point address is generated dynamically the end point url is using http protocol ,but our proxy server allows only https protocol.Is there

[jboss-user] [Installation, Configuration Deployment] - Initialcontext.lookup fails

2009-08-26 Thread tjansto
afternoon again, i have a remote swing app that connects via https to a web server that proxies all requests to our brand spanking new jboss 5.1as instance. i can open up a browser and see a proper (i believe) response for the following url: https://my.server.com/invoker/JNDIFactory. if i

[jboss-user] [JBoss Portal Users] - Re: Problems getting

2009-08-26 Thread BobBuilder
I tested the Custom Navigation Portlet with JBoss Portal 2.6.8 and now at least the CatalogPortletWindow is visible. Are there any Informations how i can get the CustomNavigationPortlet get running under 2.7.2? View the original post :

[jboss-user] [Security] - Security Context has not been set

2009-08-26 Thread lesquivel
Hello, I am having the following exception when logging in. I am hoping that somebody might have some suggestions to where I might look or check to try and resolve this issue: | 17:16:45,552 ERROR [JBossWebRealm] Error during authenticate | java.lang.IllegalStateException: Security

[jboss-user] [JBoss Portal Users] - Re: Public Render Parameters retain value even when not in U

2009-08-26 Thread apemberton
Public Render URLs are a special type of Render URL as defined by the JSR286 (Portlet 2) specification. They are retained through multiple renders (and re-renders) of a given portlet and other portlets setup to use the shared parameter. This is standard behavior for render parameters in the

[jboss-user] [Security] - Re: run -c default -b node1.jboss.com

2009-08-26 Thread norazanita_adnan
hi Wolfgang Knauf thanks for highlighting it.. it been Last Modified: Aug 25, 2009 2:38 PM by ANIL SALDHANA alright .. i'll start from here.. thanks once again. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4251935#4251935 Reply to the post :

[jboss-user] [jBPM Users] - JobScheduler going crazy - ignoring wait

2009-08-26 Thread rachel.primrose
Hi guys, I've got the same code (EXACTLY the same code) running on my windows machine, and on Ubuntu. On windows, my java version is 1.6.0_13 on ubuntu it's 1.6.0_06. My problem is that even using identical code, the scheduler on the ubuntu box goes crazy. Here's my debug logs from the

[jboss-user] [jBPM Users] - Re: JobScheduler going crazy - ignoring wait

2009-08-26 Thread rachel.primrose
OK so I found the issue. After an unsafe shutdown, if a job is in the Aquired state in the DB, then the job executor will look for the next job to process and assume that a thread is currently dealing with that Aquired job. So, basically, I had to delete that job (or I guess I could have set

[jboss-user] [JBoss Messaging Users] - Re: Messages get stuck on node

2009-08-26 Thread gaohoward
Hi, How is the JMX console looks like? such as message count, delivering count etc. Thanks Howard View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4251938#4251938 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4251938

[jboss-user] [JBoss Messaging Users] - Re: enableOrderingGroup() not available inside ejb3 Bean an

2009-08-26 Thread gaohoward
Yes you can use the XAConnectionFactory and use JTA stuff to enlist the resources into the transaction. Howard View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4251939#4251939 Reply to the post :

[jboss-user] [jBPM Users] - Re: How to control process transition in JBPM 4.0?

2009-08-26 Thread jbpmjboss11
My puzzle still not resolved. I got another problem while working on use case i have explained earlier in the same thread. I have a process with two java task one after another... Both takes input values and return some object. Now, per my use case one UI page calls one Java task of the process.

[jboss-user] [JNDI and Naming] - Fail to get tables by a remote Datasource deployed in JBOSS

2009-08-26 Thread poweryoung
Hi, all: I try to use DatabaseMetaData to get all tables and views from a Oracle database. But exception is thrown at the red line. You can see that I look up a remote DataSource and get connection from the data source. But if I use DriverManager.getConnection(url, user, pwd) way to get

  1   2   >