[jboss-user] [EJB 3.0 Users] - Re: EJB destroyed after a period

2009-11-12 Thread jaikiran
Which version of AS? Please post any relevant code and logs which shows the services are undeployed. While posting logs or xml content or code, please remember to wrap it in a code block by using the Code button in the message editor window. Please use the Preview button to ensure that your

[jboss-user] [EJB 3.0 Users] - Re: JBoss 4.2.1 RemoteEJB Lookup ClassCastException

2009-11-12 Thread jaikiran
What does the jmx-console JNDIView MBean show? Please post that output showing the jndi names and the corresponding objects bound to that name. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265173#4265173 Reply to the post :

[jboss-user] [Spring Integration] - Re: EJB 2.1 deployment problem on JBoss 5.0.1 GA/Spring 1.2.

2009-11-12 Thread alesj
This looks like a plain Spring usage problem (probably missing explicit order). And has nothing to do what this forum is about: * http://www.jboss.org/index.html?module=bbop=viewtopict=106598 * http://jboss.org/snowdrop I'll leave it here for now, but it will eventually be moved (to Bad posts

[jboss-user] [EJB] - Re: Deployment issues for EJBs in JBoss

2009-11-12 Thread jaikiran
Can you please post the code of the other bean(s) too? Just to get an idea of what's going on. Also please post the entire logs that you see on the console (including this error messages). By the way, did you manually change the error message while posting in the forum? I see: Dependency

[jboss-user] [JBoss Portal Users] - Only GET supported?

2009-11-12 Thread thinwath
Short question, does the portal only supports GET from forms etc? If yes, anyway to turn this to POST? Thanks a lot View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265181#4265181 Reply to the post :

[jboss-user] [EJB 3.0 Users] - Re: JPA/EJB3 Entitybean/Hibernate JPA....Confused...

2009-11-12 Thread jaikiran
anonymous wrote : 1)when I am using EJB3 Entities...do i require PP...? Yes, a persistence provider is required. EJB3 and JPA are not the same. A persistence provider follows the JPA spec. anonymous wrote : 2)if yes...how come my application ran without configuring a Persistence

[jboss-user] [Installation, Configuration Deployment] - Re: how to configure Jboss As 4 and hibernate2 ??

2009-11-12 Thread jaikiran
Which exact version of JBoss-4? See if this helps http://www.jboss.org/index.html?module=bbop=viewtopict=133202. Although that thread is not exactly for Hibernate-2, that will atleast give you an idea. View the original post :

[jboss-user] [jBPM Users] - Re: jbpm4 with spring PlatformTransactionManager problem

2009-11-12 Thread saraswati.santanu
In that case I do not see a problem with your jbpm.cfg.xml file. It seems you are using jbpm4.0 version. There the execute method of EnvironmentInterceptor looks a bit different from the later versions. However things should work even with that. | public T T execute(CommandT command) { |

[jboss-user] [Installation, Configuration Deployment] - vfszip problem - standart java URL does not work?

2009-11-12 Thread dimitarn
Hi I need to instantate logging url and give it to my push server which is running like a thread in jboss. I do this: URL loggingUrl = MyService.class.getResource(LOGGING_FILE); returns vfszip:FILE_PATH which is not working because the push server does not accept such url with jboss specific

[jboss-user] [jBPM Users] - Re: Problem with AsyncActivityTest in a AbstractTransactiona

2009-11-12 Thread msahai
any update on this. i am encountering the same issue while running agains mysql database. i am testing the process defintion using Junit test cases. is issue will occur for junit test cases only and not in managed environment. thanks mayank View the original post :

[jboss-user] [EJB 3.0 Users] - Re: EJB destroyed after a period

2009-11-12 Thread Enishi
I'm using JBoss 4.2.3 2009-11-12 01:06:35,379 INFO [org.jboss.ejb3.EJBContainer] STOPPED EJB: com.HistoryServiceBean ejbName: HistoryServiceBean | 2009-11-12 01:06:35,384 INFO [org.jboss.ejb3.EJBContainer] STOPPED EJB: com.TServiceBean ejbName: TServiceBean | 2009-11-12 01:06:35,391 INFO

[jboss-user] [Beginner's Corner] - Web page restricted to certain users

2009-11-12 Thread nfteodoro
Hi, is it possible to restrict an url from a web page just for one user? Like, only the user X can access that url, and anyone who copies that url will not be able to see that web page. I´m getting a little bit lost in this situation, if you could help me, i appreciate. thanks. View the

[jboss-user] [jBPM Users] - [jBPM 4.1] Question about user code class loading

2009-11-12 Thread aliascony
Hi, I've read the documentation and found out about the three different ways the classes referenced from processes can be made available (chapter 4.2 in the user guide). The question is : do I have to deploy the business archive with the jpdl file and classes too using the an task, or it is

[jboss-user] [Installation, Configuration Deployment] - Re: vfszip problem - standart java URL does not work?

2009-11-12 Thread jaikiran
anonymous wrote : How can i instantate url which do not append vfszip or any other specific things? Unfortunately, i don't think that's possible in AS-5. But i might be wrong, so please create a new thread in the forum here http://www.jboss.org/index.html?module=bbop=viewforumf=287. Someone

[jboss-user] [EJB 3.0 Users] - Re: JPA/EJB3 Entitybean/Hibernate JPA....Confused...

2009-11-12 Thread gohiljigar15
Thanx jaikiran... that was very heplful... It will be great if u can just help me out in finding the answers of following questions... 1) wt additional/special features does hibernate provides if I want to use Hibernate JPA...? 2) wt would be better the core Hibernate OR Hibernate JPA...? why?

[jboss-user] [jBPM Users] - JBPM 4.2 - Issue while typing names

2009-11-12 Thread TejJBPM
Hi All, I am just trying some examples after downloading JBPM 4.2. I have integrated the JPDL with my eclipse plugin successfully. When I dragged a start and entered a name for my process definition - the mouse keeps moving to the first - So when I type Moves it appears as sevom ( in

[jboss-user] [jBPM Users] - Inserting process arguments to Java tasks

2009-11-12 Thread RobertWilson
The userguide isn't very useful when it comes to using variables.. I have a Java task like this: public class JavaTask { public boolean getSuccess(String tasksuccess) { System.out.println(task); return tasksuccess.equals(true); } } And I call it in the jpdl like this:

[jboss-user] [jBPM Users] - Re: Inserting process arguments to Java tasks

2009-11-12 Thread RobertWilson
The JPDL was removed.. java name=get success class=play.JavaTask method=getSuccess var=success | arg string value=#{tasksuccess}//arg | transition to=end1/ | /java View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265214#4265214 Reply to the post :

[jboss-user] [Beginner's Corner] - Re: Web page restricted to certain users

2009-11-12 Thread nfteodoro
ok, so after reading a little more, what i want i something like a Valve element in one specific WebApp. Is this possible? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265215#4265215 Reply to the post :

[jboss-user] [JNDI and Naming] - Re: JBoss / Eclipse RCP: Could not dereference object

2009-11-12 Thread RobertWilson
I think I had to use Eclipse Buddy's to sort it. Rob View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265216#4265216 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265216 ___

[jboss-user] [jBPM Users] - Re: Inserting process arguments to Java tasks

2009-11-12 Thread saraswati.santanu
You should be using expression attribute instead if you want it to be evaluated | java name=get success class=play.JavaTask method=getSuccess var=success | argobject expr=#{tasksuccess}//arg | transition to=end1/ | /java | View the original post :

[jboss-user] [jBPM Users] - Re: Inserting process arguments to Java tasks

2009-11-12 Thread RobertWilson
Ahh, ok. A little counter-intuitive, but it works. I tried string expr=#{var}/, but that didn't work. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265219#4265219 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265219

[jboss-user] [Security] - Microsoft Active Directory as LDAP with JBoss v5.1.0

2009-11-12 Thread DamonChong
Hi, Sorry, not sure if this belongs here or in Seam forum, please advise. I am having abit of a problem trying to use AD as LDAP in my JAAS config while using the latest Seam 2.2 framework. Wonder if anyone has tried the following. In the jboss-app.xml file, I have: |module

[jboss-user] [EJB 3.0 Users] - Re: JBoss 4.2.1 RemoteEJB Lookup ClassCastException

2009-11-12 Thread kyle.bober
Thanks for the reply jaikiran. Here is the data I got from the JNDIView JMX Console. If you need anything else please let me know and I will happily provide it! Thanks again, Kyle | Web Applications | | java:comp namespace of the

[jboss-user] [jBPM Users] - Re: JBPM 4.2 - Issue while typing names

2009-11-12 Thread koen.a...@jboss.com
There is already an issue for this: https://jira.jboss.org/jira/browse/GPD-372 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265257#4265257 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265257

[jboss-user] [Security] - Re: Microsoft Active Directory as LDAP with JBoss v5.1.0

2009-11-12 Thread Wolfgang Knauf
Hi, which JBoss version? If you use 5.x, I think you don't need the entry in jboss-app.xml, the server will find and deploy the service.xml automatically. Hope this helps Wolfgang View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265258#4265258 Reply to the

[jboss-user] [EJB 3.0 Users] - Re: JBoss 4.2.1 RemoteEJB Lookup ClassCastException

2009-11-12 Thread kyle.bober
Another piece of information that maybe useful. Here is what the ear-deployer.xml looks like (although I would think that our jboss-app.xml settings override these values on a per EAR basis): | ?xml version=1.0 encoding=UTF-8? | | !-- The JBoss service configuration file for the EAR

[jboss-user] [Security] - Re: Microsoft Active Directory as LDAP with JBoss v5.1.0

2009-11-12 Thread Wolfgang Knauf
Sorry, JBoss version is in the subject, so ignore my question and just try to remove the service element ;-). Wolfgang View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265260#4265260 Reply to the post :

[jboss-user] [Beginner's Corner] - JBoss + PostgreSQL services startup on Windows

2009-11-12 Thread Tim Istomin
Hello. I have to work with an old JBoss version 3.2.7. It runs as a Windows service. The problem is that from time to time it cannot start properly after the system reboot. It reports errors connecting to the database: org.postgresql.util.PSQLException: FATAL: the database system is starting

[jboss-user] [Beginner's Corner] - JBossAS shutdown if java.net.BindException

2009-11-12 Thread carlo.montanari
I'm running JBossAS 4.2.2 on Suse linux. If I mistakenly start my JBoss instance twice, I get of course lots of exceptions address already in use, but the process keeps running nevertheless. Does anyboy know how can I force JBoss to shutdown itself when it detects that a needed port cannot be

[jboss-user] [jBPM Users] - Jbpm 4.2 how to enable variable history

2009-11-12 Thread athina
Hello. We are integrating jbpm 4.2 in our webapp and we are building our own console inside our application. Is there a way to keep history for all variables? (including the ones that are created on th fly from the FormPlugin when ftl forms are loaded) I read in Jira, that history issues are

[jboss-user] [jBPM Users] - Re: Error while starting process instance

2009-11-12 Thread margotmedia
Hi I have the following problem Please can anyone help 17:22:27,109 ERROR [STDERR] java.lang.IllegalArgumentException: Unknown entity: org.drools.persistence.processinstance.ProcessInstanceInfo 17:22:27,109 ERROR [STDERR] at

[jboss-user] [jBPM Users] - Re: Problem moving from 4.1 to 4.2 using Spring configuratio

2009-11-12 Thread saraswati.santanu
jbpm.default.cfg.xml is the culprit here. That is creating problem. And also, DB id generation is something which should not happen in the transaction context. Because after generating the id it will try to commit so that the same id is not taken by some other transaction. If it participate in

[jboss-user] [Beginner's Corner] - Re: OneToOne could be null

2009-11-12 Thread Wolfgang Knauf
Hi Sven, I think you have to play around with the properties of the @OneToOne annotation. First I would try something like this: @OneToOne (cascade = CascadeType.ALL) | Hope this helps Wolfgang View the original post :

[jboss-user] [Persistence] - Dropped JDBC Connections in JBoss

2009-11-12 Thread mgjboss
Hello JBoss experts, i've got a question about dropped jdbc connections in JBoss. I'm developing an application which is depending on a working Database connection, but the Database is installed on different machine. So every time JBoss accesses the database and the database is not accessible

[jboss-user] [Persistence] - Re: Dropped JDBC Connections in JBoss

2009-11-12 Thread mgjboss
Forgot to tell: The DB is MSSQL Server 2008 JBoss is running on Linux and Windows machines, but there is no difference in behavior. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265279#4265279 Reply to the post :

[jboss-user] [jBPM Users] - Re: Problem moving from 4.1 to 4.2 using Spring configuratio

2009-11-12 Thread hrworx
Sooner or later I'll get this up. Thanks again for the help. Getting a new exception now: | org.hibernate.MappingException: Unknown entity: org.jbpm.pvm.internal.id.PropertyImpl | at

[jboss-user] [jBPM Users] - Re: Tasks not belonging to an execution

2009-11-12 Thread sebastian.s
*push* View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265298#4265298 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265298 ___ jboss-user mailing list jboss-user@lists.jboss.org

[jboss-user] [Persistence] - Re: Dropped JDBC Connections in JBoss

2009-11-12 Thread PeterJ
The 15 minutes sounds like the setting for idle-timeout-minutes in *-ds.xml. Do you have a check-valid-connection-sql setting in your *-ds.xml? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265299#4265299 Reply to the post :

[jboss-user] [jBPM Users] - Re: Error while starting process instance

2009-11-12 Thread sebastian.s
margotmedia, read the link I posted above and start your own thread. Don't take over threads, thank you. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265296#4265296 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265296

[jboss-user] [Security] - JBoss Negotiation - cannot even get basic negotiation to wor

2009-11-12 Thread kdolan
I need to integrate JBoss Negotiation 2.0.3.GA with JBoss 4.2.3.GA and I've spent days getting nowhere. So, any and all help is greatly appreciated as I'm pretty desperate because I'm out of time. I've followed the instructions correctly as far as I can tell, but it is still not working and I

[jboss-user] [EJB 3.0 Users] - How to load external parameters in ejb?

2009-11-12 Thread mnenchev
Hi, i implemented jboss-websphere jms messaging using resource adapter from websphere. In the ds.xml config file i declared ConnectionFactory with name TESTCF and queue with name TESTQUEUE. I need to lookup the ConnectionFactory and Queue objects in my message sender ejb, but i do need those

[jboss-user] [jBPM Users] - Re: Jbpm 4.2 how to enable variable history

2009-11-12 Thread kukeltje
no sorry if it was possible this way it would have been mentioned View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265312#4265312 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265312

[jboss-user] [jBPM Users] - Re: Error while starting process instance

2009-11-12 Thread kukeltje
and it is also the wrong forum. the post is about the non supported drools workflow View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265315#4265315 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265315

[jboss-user] [jBPM Users] - Re: Problem moving from 4.1 to 4.2 using Spring configuratio

2009-11-12 Thread mwohlf
| org.hibernate.MappingException: Unknown entity: org.jbpm.pvm.internal.id.PropertyImpl | looks like your hibernate mapping is wrong, as far as I know there is a new table introduced in 4.2, the mapping is in jbpm.repository.hbm.xml | class name=org.jbpm.pvm.internal.id.PropertyImpl

[jboss-user] [jBPM Users] - [jBPM-3.2] - org.jbpm.graph.def.Node Classs

2009-11-12 Thread mike_burton
Can anyone please tell me what is the corresponding class in jBPM 4.2 for org.jbpm.graph.def.Node class which is in jBPM3.2 Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265328#4265328 Reply to the post :

[jboss-user] [EJB 3.0 Users] - Re: JBoss 4.2.1 RemoteEJB Lookup ClassCastException

2009-11-12 Thread jaikiran
kyle.bober wrote : I have two EAR files that each contain an ejb jar file. | I have configured each of the EAR files to isolate there classloaders like so.. | So you have 2 EARs each isolated. And then you have the EJB3 beans and the @Service deployed through one ear and the @Service is

[jboss-user] [Security] - Re: JBoss Negotiation - cannot even get basic negotiation to

2009-11-12 Thread kdolan
In doing more research, I learned... 1) when IE is on the same machine as JBoss, an NTLM ticket is always returned (http://www.mail-archive.com/c...@tp.its.yale.edu/msg07181.html). when I accessed the toolkit running on frog from another computer, basic negotiation worked! 2) the security

[jboss-user] [jBPM Users] - Re: Jbpm 4.2 how to enable variable history

2009-11-12 Thread xalperte
Hi, We are using the 4.2 version, and when our processes arrives to an end state the system deletes the instance and all of its variables from database. It's the normal behaviour? If so, we are loosing all our process data and does not sounds very well. There are any way to avoid that? or

[jboss-user] [EJB 3.0 Users] - Re: How to load external parameters in ejb?

2009-11-12 Thread jaikiran
Look at the resource-ref element in the ejb-jar.xml xsd or even the EJB3 tutorials http://www.jboss.org/file-access/default/members/jbossejb3/freezone/docs/tutorial/1.0.7/html/index.html Specifically this one

[jboss-user] [EJB 3.0 Users] - Re: JBoss 4.2.1 RemoteEJB Lookup ClassCastException

2009-11-12 Thread kyle.bober
Yes, that is correct. What do you mean by @Service? Am I missing and annotation? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265335#4265335 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265335

[jboss-user] [EJB 3.0 Users] - Re: JBoss 4.2.1 RemoteEJB Lookup ClassCastException

2009-11-12 Thread kyle.bober
FYI: The JNDI names for the two services I am trying to access are CustomizationService-1.0 UserService-1.0 I had changed my code sample due to this being my client's code. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265338#4265338 Reply to the post :

[jboss-user] [EJB 3.0 Users] - Re: JBoss 4.2.1 RemoteEJB Lookup ClassCastException

2009-11-12 Thread kyle.bober
UserService-1.0 is making a remote call to CustomizationService-1.0 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265339#4265339 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265339

[jboss-user] [EJB 3.0 Users] - Re: JBoss 4.2.1 RemoteEJB Lookup ClassCastException

2009-11-12 Thread jaikiran
kyle.bober wrote : What do you mean by @Service? Am I missing and annotation? Ah, forget that @Service thing. I just mixed up another thread and also got confused by the interface names you had for those stateless beans. The important thing i was interested in knowing was : jaikiran wrote :

[jboss-user] [EJB 3.0 Users] - Re: JBoss 4.2.1 RemoteEJB Lookup ClassCastException

2009-11-12 Thread jaikiran
P.S: I just noticed you are using 4.2.1 AS, so i am not really sure if that bug and the workaround applies to your case. Probably it does. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265346#4265346 Reply to the post :

[jboss-user] [EJB 3.0 Users] - Re: JBoss 4.2.1 RemoteEJB Lookup ClassCastException

2009-11-12 Thread kyle.bober
So I modified my code as you stated by injecting the RemoteEJB interface using @EJB like so: | @EJB(mappedName=ICustomizationRemote.EJB_JNDI) | ICustomizationRemote theCustomizationService; | I now see the following exception. | com.thesearchagency.mms.service.user.UserException:

[jboss-user] [EJB 3.0 Users] - Re: JBoss 4.2.1 RemoteEJB Lookup ClassCastException

2009-11-12 Thread kyle.bober
Okay so I added the following code to inject the remote EJB instance like so | @EJB(mappedName=ICustomizationRemote.EJB_JNDI) | ICustomizationRemote theCustomizationService; | I know run into the following exception | com.thesearchagency.mms.service.user.UserException: Non matching

[jboss-user] [jBPM Users] - Re: Problem moving from 4.1 to 4.2 using Spring configuratio

2009-11-12 Thread hrworx
We are embedding jbpm in our application and this error occurs when we try to run the jUnit tests. I checked the libraries in my repository and looked for the mapping, and it exists in the jbpm.repository.hbm.xml which is in turn referenced from jbpm.hibernate.cfg.xml in our classpath.

[jboss-user] [JBoss Portal Users] - Re: No border around portlets in 3column layout in IE7

2009-11-12 Thread Fuchs
i think these some portlets have moved, because of the additiol pixels in ie. use a simelar tool like firebug in ie, which can display the borders to locate them. for example firebug lite. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265356#4265356 Reply to

[jboss-user] [JBoss Portal Users] - Re: Beginer Porblem with a portlet deployment

2009-11-12 Thread Fuchs
i could be a wrong or missing deployment-deskriptor in the portal-imagegallery.sar. could you describe your ear environment? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265359#4265359 Reply to the post :

[jboss-user] [Beginner's Corner] - Referencing a file via URL from a web application running in

2009-11-12 Thread gbadavidson
I am hoping someone can either provide an answer or point me to a resource. I have a JSF based Web application and I need to reference XML files that may or may not be located on the same physical server as the web server. I believe that the correct way to reference files is to use a URL to

[jboss-user] [EJB 3.0 Users] - Re: EJB 3 1.1.5 bundle released with JBoss AS 5.1.0.GA

2009-11-12 Thread teixeie
Hi, I am trying to evaluate JBOSS. I installed the 5.1.0.GA from the http://www.jboss.org/jbossas/downloads/ page. I need to use JBoss MDB 3.0 but I cannot find the jboss-ejb3x.jar (which should be under server\default\lib), jboss-annotations-ejb3.jar, jbossall-client.jar (which should be

[jboss-user] [Security] - TimedCachePolicy.insert... Attempt to insert duplicate entry

2009-11-12 Thread jaredrob
Hello everyone, I see this stack trace very intermittently when my bean attempts to run a JPA query, and I'm looking for ideas on what the problem could be and how to solve it. I'm running with JBoss 5.0.1GA on linux with an Oracle data source. The oracle-ds.xml has the directive

[jboss-user] [EJB 3.0 Users] - Re: EJB 3 1.1.5 bundle released with JBoss AS 5.1.0.GA

2009-11-12 Thread PeterJ
EJB3 (including MDB support) is built into JBoss AS 5.1.0, you do not need to install anything extra. Also, all of the server JAR files moved to common/lib, they are no longer in server/xxx/lib. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265371#4265371

[jboss-user] [JBoss Cache Users] - upgradeLock(): failed

2009-11-12 Thread jelevy01
We are attempting to get the second level cache going within JBoss 4.2.2 under anything more then a little load we start getting many upgradeLock exceptions. I haven't been able to find any information on the exception or how to troubleshoot it. 6:41:00,973 ERROR Line: 124

[jboss-user] [jBPM Users] - Re: Tasks not belonging to an execution

2009-11-12 Thread kukeltje
well, nobody objected, so go ahead :-) but take a close look at the View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265376#4265376 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265376

[jboss-user] [Security] - Re: Microsoft Active Directory as LDAP with JBoss v5.1.0

2009-11-12 Thread DamonChong
Yes, it is ok now, thank you. ;-) Wolfgang Knauf wrote : Sorry, JBoss version is in the subject, so ignore my question and just try to remove the service element ;-). | | Wolfgang View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265377#4265377 Reply to the

[jboss-user] [EJB 3.0 Users] - Re: EJB 3 1.1.5 bundle released with JBoss AS 5.1.0.GA

2009-11-12 Thread teixeie
Thanks Peter. You are correct, in fact, when I included in my project all jars I could find under the 5.1.0.GA install I got it to work. :-) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265382#4265382 Reply to the post :

[jboss-user] [Security] - 5.1 GA Funerabilities from Tomcat?

2009-11-12 Thread dmusser2009
We have migrated from 4.0 to 5.1 due to a scan that reported vulnerabilities from Tomcat. I know that there was a fork and now Jboss does not directly map to a Tomcat version as of Tomcat 6.015? I think I saw. So with that said are these vulnerabilities:

[jboss-user] [jBPM Users] - Re: Websphere 6.1 and jBPM 4

2009-11-12 Thread Sunilkt
I spent a lot of time but able to deploy the jBPM4.0 on was6.1 Here is the info which will help :- Components: Component - Deployment Artifact Console UI - gwt-console.war Console Server-gwt-console-server.war

[jboss-user] [JBoss Tools Users] - Some dumb questions from a n00b

2009-11-12 Thread StormTAG
I've been bebopping back and forth between NetBeans and JBDS for a bit but I'm coming to realize that maybe JBDS isn't getting updated often enough for my ADD-like-tastes. So here are a wad of questions that hopefully isn't too stupid. :D Also, I know some of these are subjective so feel free

[jboss-user] [JBoss Tools Users] - Re: Some dumb questions from a n00b

2009-11-12 Thread nickboldt
JBDS is by nature more stable than JBoss Tools, which incubates new code and projects until they can be released into JBDS. (Think Fedora vs. RHEL.) 1) you can't safely upgrade from JBDS 2.1 to JBoss Tools 3.1 because they depend on different versions of Eclipse (3.4.2 vs. 3.5.x). You can,

[jboss-user] [Javassist Users] - Re: Inconsistent or missing stackmap error in midlet class f

2009-11-12 Thread bh_esozof
I also catched this problem. When I used if,switch...,the exceptions happened. Lord.send someone to help me... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265392#4265392 Reply to the post :

[jboss-user] [jBPM Users] - Re: Problem moving from 4.1 to 4.2 using Spring configuratio

2009-11-12 Thread saraswati.santanu
Did you provide the hbm files to spring bean? jbpm.hibernate.cfg.xml might be there, but you have not mentioned it in your jbpm.cfg.xml file. So jbpm will not get it. Now if you mention something like this in your jbpm.cfg.xml file | hibernate-configuration | cfg

[jboss-user] [jBPM Users] - Re: [jBPM-3.2] - org.jbpm.graph.def.Node Classs

2009-11-12 Thread saraswati.santanu
There is no such matching class in jbpm4. Maybe org.jbpm.pvm.internal.model.Activity (or org.jbpm.pvm.internal.model.ActivityImpl) and org.jbpm.api.activity.ActivityBehaviour combination can be thought of as a closer match, but no way they can be called the same. I believe Node is typically

[jboss-user] [jBPM Users] - Re: jbpm 4.1 - How to stop these Debug Messages in jboss

2009-11-12 Thread makarandk502
Can I get exact location and file where should I make this change ? so that DEBUG messages will not come. -Regards Makarand View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265395#4265395 Reply to the post :

[jboss-user] [Beginner's Corner] - Re: OneToOne could be null

2009-11-12 Thread swenu
Hi Wolfgang This is a suggestion box. The user could not change anything of the company. Only selection. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265396#4265396 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265396

[jboss-user] [jBPM Users] - Re: jbpm-4.2.zip corrupted!

2009-11-12 Thread makarandk502
I have downloaded it from http://sourceforge.net/projects/jbpm/files/ It is perfectly working fine. size of zip file jbpm-4.2.zip is 109 MB. I am able to unzip and work on jbpm properly. Please try again. View the original post :

[jboss-user] [jBPM Users] - Re: jbpm-4.2.zip corrupted!

2009-11-12 Thread makarandk502
Sorry, Size of zip file is 115 MB View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265398#4265398 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265398 ___ jboss-user mailing list

[jboss-user] [jBPM Users] - Re: jbpm-4.2.zip corrupted!

2009-11-12 Thread LMarinkov
Thank you. I tried again and it worked! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265399#4265399 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265399 ___ jboss-user mailing

[jboss-user] [JBoss Portal Users] - Re: No border around portlets in 3column layout in IE7

2009-11-12 Thread Gamba
I've tried already a lot if design options. I resized the portlet, surrounded my menu with a h:panelGrid, with a4j:outputPanel, set the margin of my top element to 50px, so I have a huge border with nothing not even the porttle-borders, ... I will give it another try but I don't know If I can

[jboss-user] [jBPM Users] - Re: Tasks not belonging to an execution

2009-11-12 Thread makarandk502
In jbpm 4.1, I also observed the same behavior in jbpm-console that comes with 4.1 Task needs to be allocated in order to come it in somebody's worklist. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265401#4265401 Reply to the post :

[jboss-user] [EJB 3.0 Users] - List of all available JNDIS names of all session beans

2009-11-12 Thread Juergen.Zimmermann
I want to obtain a list of all names of all deployed session beans: OK, I'm doing new InitialContext() and I know that my EAR is named hska. How do I get the child nodes for the base name hska/? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265403#4265403

[jboss-user] [jBPM Users] - Re: Jbpm 4.2 how to enable variable history

2009-11-12 Thread sebastian.s
What do you mean by deletes the instance? When the process reaches the end state the instance should be terminated. AFAIK variable history is not yet functional. In the jbpm-console and thus in jBPM there is a clear distinction between terminating and deleting process instances. Terminating

[jboss-user] [EJB 3.0 Users] - Re: List of all available JNDIS names of all session beans

2009-11-12 Thread jaikiran
Same way as the JNDIView MBean does. http://anonsvn.jboss.org/repos/jbossas/branches/Branch_5_x/server/src/main/org/jboss/naming/JNDIView.java View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265411#4265411 Reply to the post :

[jboss-user] [jBPM Users] - Re: jbpm 4.1 - How to stop these Debug Messages in jboss

2009-11-12 Thread sebastian.s
Are you running inside Eclipse? If yes, try closing open projects also using the jBPM libraries and thus also having configuration files. This solved my problem once when I thought my logging configuration would not be taken into account. View the original post :

[jboss-user] [jBPM Users] - Re: Tasks not belonging to an execution

2009-11-12 Thread sebastian.s
I haven't had time to check 4.2, could anybody check if the problem persists in 4.2? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4265404#4265404 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4265404

[jboss-user] [JBoss Web Services Users] - How should I begin with XTS(WebService Transaction) programi

2009-11-12 Thread Willboss
Anybody tell me how to get a sample about the WebService Transaction Programing?It's metioned in the WS_ProgramerGuide,but I can't get the API or jar File?Pls reply this topic or conntact me with moonstrol...@hotmail.com ,It's emergent,thank you very much! View the original post :

[jboss-user] [jBPM Users] - Re: Jbpm 4.2 how to enable variable history

2009-11-12 Thread athina
kukeltje wrote : no sorry if it was possible this way it would have been mentioned Do you plan to implement this feature in next releases? Or we will have to indicate the historyEnabled for each variable in our process definitions? thanks athina View the original post :

[jboss-user] [jBPM Users] - Unable to start a new Process Instance

2009-11-12 Thread margotmedia
Hi I am having problems to start a new process instance. Please can someone help in this topic or can someone post a link that could assist me to resolve the problem. Thanks in advance. 09:55:39,500 ERROR [STDERR] java.lang.IllegalArgumentException: Unknown entity: