[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: *-ds.xml not being bound to JNDI Name

2008-04-04 Thread jaikiran
In your dali-ds.xml, you have specified the jndi-name as DaliDS. JBoss by default, binds the datasource to the java: namespace. This means that the datasource will be available at java:DaliDS. So your, persistence.xml should contain the following: java:DaliDS View the original post : http://w

[jboss-user] [Security & JAAS/JBoss] - Re: Jboss + SSO + OpenLDAP

2008-04-04 Thread tamilnandhu
It throws the error like, "There is no default persistance" View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141816#4141816 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141816 ___

[jboss-user] [EJB 3.0] - Re: Is this a JBoss bug?

2008-04-04 Thread jwenting
doesn't look like this has anything to do with JBoss. Looks like it's either something with Hibernate, the JDBC driver, the database, or a combination of them. Can you use the same versions of Hibernate and your JDBC driver to talk to that database using JPA from outside JBoss? View the origina

[jboss-user] [JBoss Tools (users)] - Re: upgrade to WTP 2.0.2 breaks EAR deployment in JBoss Tool

2008-04-04 Thread EricJava
I tried this patch: http://download.eclipse.org/webtools/patches/drops/R2.0.2/P-P20080325024219-20080325024219/ and it did not help. Any ideas on how we can fix this? I'm not sure how to downgrade the WTP. It came with the Eclipse bundle I got from their site. View the original post : http

[jboss-user] [Security & JAAS/JBoss] - Re: Jboss + SSO + OpenLDAP

2008-04-04 Thread salaboy21
I'll do it .. you can test the connection between the OpenLDAP + JBoss + SSO with the test ear application that comes with JBoss SSO.. Let me know if you have some concrete troubles... I'll make it work with OpenLDAP and its pretty straight foward. View the original post : http://www.jboss.co

[jboss-user] [EJB 3.0] - Re: Is this a JBoss bug?

2008-04-04 Thread mrducnguyen
Well, as I said, instead of using transaction-type JTA, I'm using RESOURCE_LOCAL and a non-jta-data-source. I think it's something about the security, the transaction manager of hibernate (which is the persistence provider for JBoss) cannot join with the JTA, which is managed by JBoss, and the

[jboss-user] [Security & JAAS/JBoss] - Re: Single Sign On with LDAP Examples

2008-04-04 Thread [EMAIL PROTECTED]
Guys- You can track this issue here: http://jira.jboss.com/jira/browse/JBSSO-37 Until then when using the out-of-the-box impl make sure the 'sn' field in your repo is used to represent "true' or "false" value that indicates whether an account is activated or not. You can ofcourse create your o

[jboss-user] [JBoss Tools (users)] - Re: upgrade to WTP 2.0.2 breaks EAR deployment in JBoss Tool

2008-04-04 Thread EricJava
"[EMAIL PROTECTED]" wrote : I haven't heard this should be windows specific issue befor though... It could be that I'm running a different version? I just grabbed Europa J2EE from the Eclipse site, and maybe their package for Windows vs. for Linux has different WTP versions? Is there a way to

[jboss-user] [Security & JAAS/JBoss] - Re: Single Sign On with LDAP Examples

2008-04-04 Thread [EMAIL PROTECTED]
Alejandro and Mauricio are correct. The LDAPIdentityProvider is designed to use the InetOrgPerson schema which is standard LDAP schema. However, I think the use of cn and sn in its current implementation is not correct. I would prefer to use uid instead of cn, and still not sure how to represe

[jboss-user] [JBoss Tools (users)] - Re: upgrade to WTP 2.0.2 breaks EAR deployment in JBoss Tool

2008-04-04 Thread [EMAIL PROTECTED]
The only solution at this time is to use wtp 2.0.1, not wtp 2.0.2. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141801#4141801 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141801 ___

[jboss-user] [JBoss Portal] - JBoss Portal Deployment w/o JBoss AS

2008-04-04 Thread jarley
Can JBoss Portal 2.6.4 be deployed on a Tomcat 6.0.x? (withou using the JBoss AS) If yes, how can I start the JBoss Portal setup? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141800#4141800 Reply to the post : http://www.jboss.com/index.html?module=bb&op=p

[jboss-user] [Security & JAAS/JBoss] - Re: Problem with custom LoginModule

2008-04-04 Thread jwcone
"manuel.martin" wrote : I forgot mention that authentication is through BASIC method. This is your problem, I suspect. If you use BASIC, you are dependent on the browser's BASIC authentication implementation, and you have no control over it. If you switch to FORM, you'll have more control.

[jboss-user] [JBoss Tools (users)] - Re: upgrade to WTP 2.0.2 breaks EAR deployment in JBoss Tool

2008-04-04 Thread EricJava
I did the "get updates" thing and the problem is still there. Would it help to (for now) manually copy the jar files over? This is a critical, show-stopper, serious bug. I hope it can get fixed soon. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141797#4141

[jboss-user] Problems with oracle datasource with UseJBossWebLoader set to true

2008-04-04 Thread Jay Kraly
I have a security realm setup similar to the DatabaseServerLoginModule which uses jndi to retrieve a datasource defined in an oracle-ds.xml file. Everything works fine when UseJBossWebLoader is set to true, however if I set this to false, the datasource returned by the initial context lookup is nul

[jboss-user] [Security & JAAS/JBoss] - Re: Single Sign On with LDAP Examples

2008-04-04 Thread yyovkov
Hm ... I think I found where is the problem. The user: cn=user... doesn't have sufficient rights to read the directory. So I will change settings into directory Tree and will post result here. Probably tomorrow. Thank you for your help! View the original post : http://www.jboss.com/index.html?

[jboss-user] [Security & JAAS/JBoss] - Re: Single Sign On with LDAP Examples

2008-04-04 Thread yyovkov
First, thank you for your attention. Here is the log from jboss server, during unsuccessful login: --- cut --- Apr 2008 00:14:13> 2008-04-05 00:14:13,931 DEBUG [com.arjuna.ats.arjuna.logging.arjLogger] AtomicActionRecoveryModule: Second pass 2008-04-05 00:14:13,931 DEBUG [com.arjuna.ats.txoj.lo

[jboss-user] [Security & JAAS/JBoss] - Re: Single Sign On with LDAP Examples

2008-04-04 Thread aamonten
"yyovkov" wrote : I am currently trying to setup Fedora Directory Server. But also have tested with OpenLDAP. Yes, the fields are setup properly, I checked the LDAP logs and the server responds correctly ... | But Web Application does not understand. Did you succeed to login in test app? Yes

[jboss-user] [Security & JAAS/JBoss] - Re: Single Sign On with LDAP Examples

2008-04-04 Thread salaboy21
Yes... with openldap and opends.. with diferent configurations. Here is my schema for open ldap. | # Base | dn: dc=nodomain | dc: foo | objectClass: top | objectClass: dcObject | objectClass: organization | o: No Domain | | | # People ou where we attach the users | dn: ou

[jboss-user] [Security & JAAS/JBoss] - Re: Single Sign On with LDAP Examples

2008-04-04 Thread yyovkov
I am currently trying to setup Fedora Directory Server. But also have tested with OpenLDAP. Yes, the fields are setup properly, I checked the LDAP logs and the server responds correctly ... But Web Application does not understand. Did you succeed to login in test app? View the original post :

[jboss-user] [Security & JAAS/JBoss] - Re: Single Sign On with LDAP Examples

2008-04-04 Thread aamonten
Yes, it is hard coded at org.jboss.security.idm.ldap.LDAPIdentityProvider, this is the snippet where the active property is setted: | String cour = rs.getString("sn"); | boolean active = (new Boolean(cour)).booleanValue(); | String pass = rs.getString("

[jboss-user] [Security & JAAS/JBoss] - Re: Single Sign On with LDAP Examples

2008-04-04 Thread salaboy21
with witch ldap server are you working? and what schema are you using? Beacause you must set the next variables: | cn=admin,dc=nodomain | | password | | People | | roles | where roles and People must be and OperationUnit (OU) in your schema. View the original post : http

[jboss-user] [Security & JAAS/JBoss] - Re: Single Sign On with LDAP Examples

2008-04-04 Thread salaboy21
Another thing that you could look is the user name in the sso.cfg.xml mine for open ldap is cn=admin,dc=nodomain look for the dc=nodomain And yes .. sn is hardcoded look at the following lines in the LDAPLoginProvider.java: ; | String cour = rs.getString("sn

[jboss-user] [Security & JAAS/JBoss] - Re: Single Sign On with LDAP Examples

2008-04-04 Thread yyovkov
OK, salaboy21. That is good, but even that, the SSO test application doesn't work. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141748#4141748 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141748

[jboss-user] [Security & JAAS/JBoss] - Re: Single Sign On with LDAP Examples

2008-04-04 Thread salaboy21
sn in ldap means Surname but seams that the developers use that field to indicate that the account is activeted or not, so if you put this value in the ldap schema file in true your account will be activated.. I think that developers use this field beacause is a standard field in all ldap direct

[jboss-user] [Management, JMX/JBoss] - Re: Securing JMX console (JBoss)

2008-04-04 Thread PeterJ
Please embed any xml text in code tags (select the text and click the Code button), or it will not show properly (the browser will interpret the xml tags a html tags and then weird things happen). What do you mean when you say that a security scan is coming up with a vulnerability? What is the

[jboss-user] [Security & JAAS/JBoss] - Re: Single Sign On with LDAP Examples

2008-04-04 Thread yyovkov
I found what you want to say. User entry should contain: --- cut --- dn: cn=Test User,ou=People, dc=foo,dc=bar ... sn: true ... --- cut --- I put that and error in the jboss output "user not activated" did not appear, but the web interface still not able to check password; " Login Failed.".

[jboss-user] [Security & JAAS/JBoss] - Re: Single Sign On with LDAP Examples

2008-04-04 Thread yyovkov
I found what you want to say. User entry should contain: --- cut --- dn: cn=Test User,ou=People, dc=foo,dc=bar ... sn: true ... --- cut --- I put that and error in the jboss output "user not activated" did not appear, but the web interface still not able to check password; " Login Failed.".

[jboss-user] [Management, JMX/JBoss] - Re: Securing JMX console (JBoss)

2008-04-04 Thread mcdan311
this is the correct script: HtmlAdaptor An example security config that only allows users with the role JBossAdmin to access the HTML JMX console web application /* GET POST JBossAdmin BA

[jboss-user] [Management, JMX/JBoss] - Re: Securing JMX console (JBoss)

2008-04-04 Thread mcdan311
This is the results to the script: HtmlAdaptor An example security config that only allows users with the role JBossAdmin to access the HTML JMX console web application /* GET POST JBossAdmin B

[jboss-user] [JBoss jBPM] - Can we have a sytem bug discussion?

2008-04-04 Thread fsk1234
Since I have worked with jBPM for a while and discovered several system bugs. I think it would save a lot of time if I knew those bugs before. Can we just post the bugs of specific version on the top of the forum? Here are 2 that I found(V 3.2.1): 1. Transistion button in task forms (If

[jboss-user] [Clustering/JBoss] - Re: JBoss NullPointerException when custom Interceptor is be

2008-04-04 Thread [EMAIL PROTECTED]
FAO: azheludkov We got to the bottom of the NPE, see http://jira.jboss.com/jira/browse/JBAS-5364 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141732#4141732 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141732 _

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - *-ds.xml not being bound to JNDI Name

2008-04-04 Thread jej2003
What is required to have a *-ds.xml file deploy under JBoss? I am going through http://www.eclipse.org/webtools/dali/docs/tutorial_1.0/dali_jsf_tutorial.htm and trying to modify it to use Hibernate provided by JBoss. Currently my persistence.xml file species all the JDBC connection informatio

[jboss-user] [Security & JAAS/JBoss] - Re: Single Sign On with LDAP Examples

2008-04-04 Thread aamonten
"yyovkov" wrote : Thank you aamonten, but if it is not secret, what does it mean: | sn=true | | To put it into user dn? Or ??? | | Please, do not hide the truth. Sorry, I didn't understood exactly what was your question. take a look at thomascremers LDAP schema above in the thread.

[jboss-user] [JBoss Tools (users)] - Re: upgrade to WTP 2.0.2 breaks EAR deployment in JBoss Tool

2008-04-04 Thread wluque
hello , any idea ? Walter View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141727#4141727 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141727 ___ jboss-user mailing list jbos

[jboss-user] [Security & JAAS/JBoss] - Re: Single Sign On with LDAP Examples

2008-04-04 Thread aamonten
Actually I have not a lot experience with LDAP, so I'm not sure if sn has a special meaning. But by looking at the source I discovered that it checks if sn=true the account is activated, anything different than true and it would be deactivated. regards Alejandro View the original post : http:

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Truncating the Timer table?

2008-04-04 Thread snarff
After a long period of experiments with the TimerService I discovered the Timer table and found several hundreds of records there, most for records that are several weeks old. Obviously, these are the result of server restarts and redeployments, and I don't think these are harmful in any way. Ho

[jboss-user] [JBoss Tools (users)] - Re: using HQL editor with JBoss Tools

2008-04-04 Thread asookazian
Eclipse Version: 3.3.1.1 JBoss Tools version 2.0.0.GA I followed your directions as well as these: https://www.redaht.com/docs/manuals/jboss/jboss-eap-4.2/doc/seam/Seam_Reference_Guide/CRUD_application_generator-Creating_a_Hibernate_Console_configuration.html The directions need to be a lot mor

[jboss-user] [JBoss Tools (users)] - JBoss IDE Tools installation errors

2008-04-04 Thread mfinegold
Hello, I installed Eclipse Europa 3.3.2 and am having trouble installing JBoss Tools 2.0.1.GA after creating a Remote Site in Eclipse/Software Updates for: http://download.jboss.org/jbosside/updates/stable In Eclipse, when I click to install JBossAS Tools 1.0.1.GA, I get an error saying: "JBo

[jboss-user] [Security & JAAS/JBoss] - Re: Single Sign On with LDAP Examples

2008-04-04 Thread yyovkov
Thank you aamonten, but if it is not secret, what does it mean: sn=true To put it into user dn? Or ??? Please, do not hide the truth. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141719#4141719 Reply to the post : http://www.jboss.com/index.html?module=b

[jboss-user] [EJB 3.0] - Re: Basic EJB - cant be invoked from client

2008-04-04 Thread jwenting
A remote EJB client using an EJB local interface? Might be the problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141714#4141714 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141714 ___

[jboss-user] [EJB/JBoss] - Container not yet available problem

2008-04-04 Thread moksha2007
Hi, Brief situation: A -> B (remote ejb lookup + invocation -> success) B performs some ejbTimer logic, in the timeout I proceed B -> A (remote ejb lookup + reflection/invocation -> fails due container not yet available) I'm using Jboss 4.2.2.GA and pass the JNDI properties, as well as the in

[jboss-user] [JBoss Tools (users)] - Re: JBossTools 2.0.1 with Seam 2.1.0

2008-04-04 Thread dagi3d
I didn't see that option... now it works fine. thanks a lot. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141706#4141706 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141706 __

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - How to use JPA with Hibernate Entity manager

2008-04-04 Thread jmpdesign
Hi, I am facing a problem, I want to use JPA QL in order to use outer join with on clause (on report query). I am using JBOSS and EJB3 so I get entitymanager and I call createQuery method then query.getResultList(). But entitymanager seems to use HQL and not JPA QL because I have org.hibernate.

[jboss-user] [Management, JMX/JBoss] - Re: Securing JMX console (JBoss)

2008-04-04 Thread PeterJ
Read my previous post again, paying attention to the steps I mentioned. Note that I stated that I moved the arrow. I even mentioned where it was be fore I moved it. Also, while the example of an XML comment that I gave was on a single line, that is not a requirement - the begin and end markers

[jboss-user] [Management, JMX/JBoss] - Re: Securing JMX console (JBoss)

2008-04-04 Thread PeterJ
Note that the arrow is after the closing security-constraint tag. That means the entire security-constraint phrase is commented out. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141691#4141691 Reply to the post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Could not create deployment: file:/opt/jboss-4.0.3SP1/se

2008-04-04 Thread jaikiran
anonymous wrote : CLASSPATH: :/opt/jboss-4.0.3SP1/lib/commons-httpclient.jar:/opt/jboss-4.0.3SP1 | /lib/commons-logging.jar:/opt/jboss-4.0.3SP1/lib/concurrent.jar:/opt/jboss-4.0.3 | SP1/lib/dom4j.jar:/opt/jboss-4.0.3SP1/lib/getopt.jar:/opt/jboss-4.0.3SP1/lib/cgn | u-regexp.jar:/opt/jboss

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Problem with JBoss 5.0beta4 : [QuartzTimerServiceFactory

2008-04-04 Thread PeterJ
JBossAS 5.0.0Beta4 is a little picky about how things get deployed (that is a kind way of saying that deployment in beta4 is very screwed up). In most cases, I have to start the app server first, and then deploy the EJB. If I place the EJB archive in the deploy directory and then start the app s

[jboss-user] [JBossWS] - Re: JBoss web service client

2008-04-04 Thread PeterJ
Based on your answer, it would not help you if I told you how to turn your EJB3 session bean into a web service if I did not tell you the steps to take in Eclipse. I am not familiar with what tools Eclipse, or any of its addons, provide for creating web services, so I will let someone who has c

[jboss-user] [Beginners Corner] - Re: EAR packaging webservice endpoint location changes

2008-04-04 Thread PeterJ
Go to http://localhost:8080/jbossws, and click the "View a list of deployed services" link. For each service, the WSDL URL is listed. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141685#4141685 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [EJB 3.0] - Re: Basic EJB - cant be invoked from client

2008-04-04 Thread jaikiran
"r12345_2003" wrote : | Yes i think my system is behind a firewall. | Would that make a difference? | Well if you are able to telnet from the machine where you have the client to the server, then i guess you should be able to run the client too. But probably, you could give it a try to

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Problem with JBoss 5.0beta4 : [QuartzTimerServiceFactory

2008-04-04 Thread jaikiran
That looks like a WARN message. anonymous wrote : I am unable to run the EJB3 application because of this In the logs, i don't see your application being deployed. How are you deploying the application? And what exactly do you mean by "unable to run EJB3 application" View the original post :

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Database Based Sessions

2008-04-04 Thread jaikiran
Looking for this http://wiki.jboss.org/wiki/Wiki.jsp?page=HttpSessionPassivationDesign ? And yes, as nitros mentioned, the Tomcat forum at http://www.jboss.com/index.html?module=bb&op=viewforum&f=50 is a more appropriate to discuss this. View the original post : http://www.jboss.com/index.ht

[jboss-user] [JBoss Messaging] - Re: Passing HTTP request to JBoss Messaging

2008-04-04 Thread PeterJ
There is no configuration setting that will do this automatically. You will need to write code. Because you wrote "an HTTP request coming from another apps", I assume that this is a web service request. Code the web service as a messaging client, passing the message off to the appropriate destin

[jboss-user] [Messaging, JMS & JBossMQ] - No resource manager found for jms/TCF

2008-04-04 Thread Nishank
Hi , I am porting an application from Weblogic to Jboss4.x. While configuring JMS with Entity beans I am getting this message on the Jboss Console: No resource manager found for jms/TCF Because of this Jboss is unable to look up for JNDi name and hence giving naming.context.namenotfound excepti

[jboss-user] [JBoss jBPM] - Re: org.hibernate.AssertionFailure: collection [org.jbpm.gra

2008-04-04 Thread anuragpaliwal
Hi jasper, Are you using spring module for jBPM? Code pasted in very first post is using jbpmContext to get the scheduler session. I would imagine that jbpmCOntext would be using the same hibernate session. Any comment??? View the original post : http://www.jboss.com/index.html?module=bb&o

[jboss-user] [JBoss jBPM] - Re: Dynamic timers ?

2008-04-04 Thread jbarrez
Dynamic timer can be implemented by using a custom ActionHandler, defined in an action that is set on the timer-create event. The custom ActionHandler can then retrieve the Timer from the database, and change its values. View the original post : http://www.jboss.com/index.html?module=bb&op=vie

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Database Based Sessions

2008-04-04 Thread nitros
Storing the session would be a functionality of the Tomcat server embedded in JBoss. I may be wrong but that is what I understand. You might want to post your question to Tomcat forums View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141660#4141660 Reply to t

[jboss-user] [Management, JMX/JBoss] - Re: Securing JMX console (JBoss)

2008-04-04 Thread mcdan311
What if the red arrow is not there from the beginning what does that mean? BASIC JBoss JMX Console JBossAdmin View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141658#4141658 Reply to the post : http://www.jboss.com/inde

[jboss-user] [JBoss Portal] - Action Make Default on Admin-Portlet do not work

2008-04-04 Thread ameo
We have a Portal that we want to declare as default portal. It is necessary because we want the user to redirect to our default one that we define. The problem is that the default portal stays the provided "default portal". What I have all done: - undeployed out deploument , redeploy and tried

[jboss-user] [JBoss jBPM] - Cant`l log to jbpm-console on weblogic server

2008-04-04 Thread tkulej
I deploy jbpm-enterprise app on weblogic server (ver 10). But when I put url http://localhost:7001/jbpm-console/ and try to log I see the message: "Login failed. Invalid user name or password". When I run jbpm server I can log to jbpm-console problem is when I log to console (jbpm) on weblogic s

[jboss-user] [JBoss jBPM] - Error in query GraphSession.findTokensForProcessInNode ?

2008-04-04 Thread jbarrez
Could it be that there is a small error in this query (found in hibernate.queries.hbm.xml)? | | I believe the text in bold should be token.node.name = :nodeName. Am I correct? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141651#4141651 Rep

[jboss-user] [J2EE Design Patterns] - could not publish to the server

2008-04-04 Thread hammou
Hello, I m using Jboss4.2 with eclipse jee 3.3.2 version, when I try to run my web application I get this error: could not publish to the server java.lang.NullPointerException I searched a lot about this issue in the net, but I didnt find any information to how resolve my problem. Note that i

[jboss-user] [JBossWS] - Re: XML Binding - XMLGregorianDate to xs:dateTime rather tha

2008-04-04 Thread gquintana
Look here, it seems related: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=133073 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141643#4141643 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141643 __

[jboss-user] [JBossWS] - Re: Date, Time and DateTime

2008-04-04 Thread gquintana
JBoss WS has a problem the XMLGregorianCalendar, when it generates back the WSDL from Java objects, I get xsd:anySimpleType instead of xsd:dateTime. I found a workaround (maybe not the best solution), I customized the JAXB binding to avoid the XMLGregorianCalendar: | http://java.sun.com/xml/n

[jboss-user] [JBoss jBPM] - Dynamic timers ?

2008-04-04 Thread lblaauw
Hi, Has anybody ever tried to use dynamic timers in jbpm ? I am aware of the timers that can be configured statically but rather then that I would like them to be dynamic on for instance registrations in an external db etc. Any ideas or help etc greatly appreciated, Regards, Leo View the orig

[jboss-user] [Clustering/JBoss] - Running a task in ony one node in cluster

2008-04-04 Thread tpawankumar
Hi All, I have deployed an application in cluster environment.I want only one node to execute this task.If this node goes down i want another node to execute the task.I have read in jboss docs there were HASingletons for this. I have implemented it but could not succeed.I have used Jboss AS 4.2

[jboss-user] [JBossWS] - Re: Charset encoding problem from Linux to Windows with Disp

2008-04-04 Thread cavani
There is something that I am not figuring out. Some characters just are misinterpreted... anyway... I change to SOAPMessage and set the default encoding to UTF-8 (from windows-1252 on Windows)... now it really works! for JVM:-Dfile.encoding=UTF-8 | private Dispatch dispatch; | |

[jboss-user] [JBoss Cache: Core Edition] - Re: Does it matter with the warning

2008-04-04 Thread [EMAIL PROTECTED]
Not a bug in JBC. Rejecting the JIRA. >From the JBossTS guys: anonymous wrote : | that looks like misconfiguration - that value should be in the default config file. Either they have edited it out the file or the file is not being found. ensure jbossts etc dir is on the classpath (yes the

[jboss-user] [JBoss Tools (users)] - Re: How to configure Hibernate Console in a Maven project ?

2008-04-04 Thread chawax
Changing back my project to MySQL, it works now ... But I can't find what made it work ! I use the same driver, hibernate.properties file is the same, persistence.xml file too ! I will report again if I find what caused the problem in case other people encounter the same problems. Thanks a lot a

[jboss-user] [JBoss Tools (users)] - Re: JBossTools 2.0.1 with Seam 2.1.0

2008-04-04 Thread [EMAIL PROTECTED]
if you selected Seam 1.2 as the facet then it won't let you use 2.0. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141624#4141624 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141624

[jboss-user] [JBoss Messaging] - Problem connecting to Topic

2008-04-04 Thread rpesol
Hi, We are having a problem connecting to a distributed JMS topic. The details are mentioned below. Any help would be much appreciated. Many Thanks. We installed the JBoss Messaging version (JBoss 4.2.2.GA + JBM 1.4.0SP3) on both our staging servers and the clustering itself seems to be worki

[jboss-user] [JBoss Tools (users)] - Re: JBossTools 2.0.1 with Seam 2.1.0

2008-04-04 Thread dagi3d
I recently installed JBossTools with support for Seam but when I try to create a new Seam project I can only select the 1.2 runtime version from the dropdown menu. Should I do anything special in order to use the 2.x version? View the original post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [EJB 3.0] - Re: Basic EJB - cant be invoked from client

2008-04-04 Thread r12345_2003
yes i can access JMX Console. I can even see the EJB in the JMX console. Yes i think my system is behind a firewall. Would that make a difference? Its really driving me crazy.. i did not think deploying a simple EJB would be so difficult :( View the original post : http://www.jboss.com/index.h

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Problem with JBoss 5.0beta4 : [QuartzTimerServiceFactory] sq

2008-04-04 Thread rajeevdr
Hi, I am a newbie in EJB3. When I am trying to start JBoss-5.0.0.Beta4, I am getting the below error. I am unable to run the EJB3 application because of this. Could anybody please assist me. I have not changed anything in the extracted directories. 16:20:57,234 WARN [QuartzTimerServiceFactory]

[jboss-user] [JBoss Cache: Core Edition] - Re: Jdbc Cahce Loader Issue

2008-04-04 Thread shanthi_jbosscache
Hi, Please reply View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141609#4141609 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141609 ___ jboss-user mailing list jboss-user@

[jboss-user] [JBossWS] - NullPointerException when processing response

2008-04-04 Thread boopet
JBoss AS version: 4.0.5GA Hi everyone, we have created a JBossWS Client with version 2.0.1 consuming a Axis2 webservice, that is sending its responses in multipart/related format. The client uses the UserNameToken authentification. when the client is processing the ws answer, i get a NullPointe

[jboss-user] [JBoss Cache: Core Edition] - SP9 on JBoss Cache 1.4.1 released

2008-04-04 Thread [EMAIL PROTECTED]
JBoss Cache 1.4.1.SP9 has just been released on SourceForge. This is a maintenance release containing a few fixes. Visit JBoss Cache's JIRA page for details on what's been fixed in this release. It is recommended that anyone on 1.4.x upgrade to this release. http://jbosscache.blogspot.com/2008/

[jboss-user] [JBossWS] - Re: JBoss web service client

2008-04-04 Thread gaurishjboss
I m using EJB3.i m using Eclipse Europa..so ejb3 and eclipse would be a necessityi have a ejb .n i need to implement it as a web service..so that part n devoloping a client that could use the web service again in eclipse.so to summarise.i need to devolop a web ser

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: overriding of embedded field names

2008-04-04 Thread mars1412
ups, the Address class should of course be annotated @Embeddable View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141605#4141605 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141605 __

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - overriding of embedded field names

2008-04-04 Thread mars1412
when I use the same embedded component several times in my entity (e.g. Addresses), I need to use @AttributeOverride for EACH field of the embedded component. This is tedious when the entity is used several times and has a lot of fields. And if you add a field to the embeddable component, you mi

[jboss-user] [JBoss Portal] - Re: page create, layout and theme on per user basis

2008-04-04 Thread draggy
Hello people, :D May I know is the module or portlet out yet? Thank you :D View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141602#4141602 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141602 ___

[jboss-user] [JBoss Tools (users)] - Re: How to configure Hibernate Console in a Maven project ?

2008-04-04 Thread [EMAIL PROTECTED]
could you show me the *full* stacktrace ? Just need to check, but I do believe this is just a pure driver lookup nothing hibernate tools specific about it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141601#4141601 Reply to the post : http://www.jboss.c

[jboss-user] [EJB 3.0] - Re: Basic EJB - cant be invoked from client

2008-04-04 Thread jaikiran
The code and the telnet output that you posted does not show any obvious errors to me. I usually place only the jbossall-client.jar file in the classpath as this includes almost all JBoss related classes. Can you post the console log that you see on the server when the server is started? Also ca

[jboss-user] [Security & JAAS/JBoss] - how to get the current logged-in user?

2008-04-04 Thread beherenow
Hello! I am triyng to get the current logged-in user from my application controller when he logs in. I tried to, in the login.jsp, change the action of the form to "${pageContext.request.contextPath}/controller/jaas_security" and then redirect the destinationPage to the j_security_check (savin

[jboss-user] [JBossWS] - Date, Time and DateTime

2008-04-04 Thread gquintana
Hello, I applied the wsconsume tool from JBoss 4.2.2 successfully on a WSDL. But when I deploy my WS implementation in JBoss, I get the following errors: anonymous wrote : 2008-04-04 11:35:02,490 ERROR [org.jboss.ws.metadata.wsdl.xmlschema.JBossXSErrorHandler] JBossWS_datex2.eu_schema_1_0_1_048

[jboss-user] [Beginners Corner] - EAR packaging webservice endpoint location changes

2008-04-04 Thread mortena
I've successfully created a jar file containing a webservice enabled session bean. This works perfectly... Now I added the jar to a .ear file (using eclipse) and deployed this successfully. Still no errors. As i try to access the wsdl url it is no longer at the same URL as when the application

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: XPOST - @PostPersist called before Transaction ends

2008-04-04 Thread fatbatman
Does anyone else think this is a bug? Has anything changed regarding this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141591#4141591 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141591 ___

[jboss-user] [EJB 3.0] - Re: Basic EJB - cant be invoked from client

2008-04-04 Thread r12345_2003
Do you mean removing all JBoss related jar files & keep only jbossall-client.jar? I tried that & still doesnt work. I also tried removing all other jar files as well & keeping only jbossall-client.jar but its still the same :( View the original post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Tools (users)] - Re: upgrade to WTP 2.0.2 breaks EAR deployment in JBoss Tool

2008-04-04 Thread ziphyre
I'm on ubuntu and affected... It's propably something on your configuration... By the way, eclipse update manager finds and installs the new patch, though I didn't test yet... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141584#4141584 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: How to configure Hibernate Console in a Maven project ?

2008-04-04 Thread chawax
Yes, it is the one I use when running my app on JBoss Application Server. So it looks like there's something that Hibernate Console uses and that it not supported by this MySQL driver. I find it strange ... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=414158

[jboss-user] [JBoss Cache: Core Edition] - Re: Jdbc Cahce Loader Issue

2008-04-04 Thread shanthi_jbosscache
Hi , Thanks for your suggestion. As you said, I have set fetchpersistantstate to FALSE. Now the records are NOT missing in the database during portal startup failure. I want to know by setting fetchpersistentstate to FALSE, will this impact on cache clustering. Please validate my understand

[jboss-user] [JBoss Tools (users)] - Re: upgrade to WTP 2.0.2 breaks EAR deployment in JBoss Tool

2008-04-04 Thread [EMAIL PROTECTED]
I haven't heard this should be windows specific issue befor though... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141573#4141573 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141573 _

[jboss-user] [JBoss Portal] - destroy()-method not being called

2008-04-04 Thread JoskeJoske
I'm currently writing a portlet, but unlike other portals, JBoss Portal doesn't call the destroy()-method when deploying a new version. Is there anything I can do about this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141577#4141577 Reply to the post :

[jboss-user] [JBoss Tools (users)] - Re: How to configure Hibernate Console in a Maven project ?

2008-04-04 Thread [EMAIL PROTECTED]
does the driver classname actually exist in the jar you are pointing to ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141576#4141576 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141576 _

[jboss-user] [JBoss Tools (users)] - Re: When I hit

2008-04-04 Thread [EMAIL PROTECTED]
Don't use Eclipse WTP 2.0.2 it has a regression bug concerning publishing. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141575#4141575 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141575

[jboss-user] [JBoss Tools (users)] - Re: How to configure Hibernate Console in a Maven project ?

2008-04-04 Thread chawax
I tried with HSLQDB instead of MySQL and it works perfect. So it is a problem with MySQL driver. I use mysql-connector-java-5.0.3.jar archive. Are there known problems with this one ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141574#4141574 Reply to the

[jboss-user] [JBoss Messaging] - Passing HTTP request to JBoss Messaging

2008-04-04 Thread thejavafreak
Dear all, I've got an HTTP request coming from another apps, is it possible for me to pass this request as a message to JBoss Messaging ? Thanks in advance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141571#4141571 Reply to the post : http://www.jboss.c

[jboss-user] [Installation, Configuration & DEPLOYMENT] - Could not create deployment: file:/opt/jboss-4.0.3SP1/server

2008-04-04 Thread Ramkumar.I
Hi Everybody, This is very urgent. Actually my requirement is deploy the application in Linux environment. I have installed jdk 1.5 I have extracted Jboss 4.0.3SP1 server. and I have set the environment variables like this. export JAVA_HOME=/opt/jdk1.5.0_15 export PATH=$JAVA_HOME/bin:$PATH export

[jboss-user] [JBoss Tools (users)] - Re: upgrade to WTP 2.0.2 breaks EAR deployment in JBoss Tool

2008-04-04 Thread EricJava
I'm hitting exactly the same phenomenon. It can't find the jboss-seam.jar, because none of the ear's jars are copied. What's uber-strange is that it works on Linux but not on Windows. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141569#4141569 Reply to t

[jboss-user] [JBoss Tools (users)] - When I hit "run", somehow the EAR JARs don't copy over

2008-04-04 Thread EricJava
I have a Seam project, and when I hit run, it copies stuff over, but with in the -ear directory, it only has the WAR and the META-INF directories. It doesn't copy any of the JARs referenced in META-INF/application.xml. What's strange is that the same project works when I do that on my Linux ma

  1   2   >