[JBoss-user] [JBoss Eclipse IDE (users)] - JNDI naming problem with JBoss

2006-06-06 Thread rohithadg
Hi all, I'm trying to deploy a Session bean on JBoss. My java classes as follows: pkg1.MyBean //Bean pkg1.My //Remote Interface pkg1.MyHome //Home Interface pkg1.MyLocalHome //Local Home Interface pkg1.MyLocal //Local Interface ejb-jar.xml related codes: My

[JBoss-user] [JBossWS] - JSR-181 POJO and JAAS

2006-06-06 Thread Juergen.Zimmermann
How do I implement that a JSR-181 POJO can login into JAAS? a) The EJB-Container uses JAAS, and the JUnit clients can login. b) The Web-Container also uses JAAS with FORM-based authentication for the JSP pages. No problem to invoke JSP pages, no problem to invoke EJB functionality. Now, I'm imple

[JBoss-user] [Beginners Corner] - Re: [URGENT] JBoss Rules and facts of the same type

2006-06-06 Thread ahmed.adly
hi every one, I have found the answer about my question, you can see it at this URL http://jira.codehaus.org/browse/DROOLS-365 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949530#3949530 Reply to the post : http://www.jboss.com/index.html?module=bb&op=post

[JBoss-user] [JBoss jBPM] - Re: iam getting the roll back exception while closing the ta

2006-06-06 Thread cityofdestiny
hi mohan, iam a new bie and iam also facing the same problem when iam trying to close teh task iam getting the warning and the transaction is rolling back . if u got the solution please let me know. GraphSession graphSession = jbpmContext.getGraphSession(); ProcessDefinition processDefinition =

[JBoss-user] [JCA/JBoss] - Re: Oracle DS

2006-06-06 Thread misge
Jboss 4.0.4, Oracle 9, classes12.jar deploeyd inside lib/ of Jboss View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949528#3949528 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949528 _

[JBoss-user] [EJB 3.0] - Re: EJB 3.0 RC8 Preview - FD Released

2006-06-06 Thread Juergen.Zimmermann
I tried both jboss-EJB-3.0_RC8-FD.zip and jboss-EJB-3.0_Embeddable_ALPHA_8.zip. I tried them from several download sites of sourceforge.net. I couldn't find a client subdirectory. I'll give up. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949526#3949526 Re

[JBoss-user] [Security & JAAS/JBoss] - Help needed in getting support for https in JBOSS

2006-06-06 Thread cool_bhanu
Hi, Iam using jBOSS for one of my project and iam new to JBOSS want to bring https instead of http in the browser the browser should support https:\\ url Iam using jboss-4.0.3SP1 could anybody please tell me how to bring https support in jboss Hope you will help me in this regard Thanks Bhanu

[JBoss-user] [JBoss Seam] - Re: @SelectItems and @SelectItemsSelection annotations?

2006-06-06 Thread CptnKirk
Looks good, my DataBinder works fine. Is getSelection() supposed to be on both DataBinder and DataSelector interfaces? What is role of this method on DataBinder? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949524#3949524 Reply to the post : http://www.

[JBoss-user] [Messaging, JMS & JBossMQ] - Re: Message Persistence Error

2006-06-06 Thread aq12ws
Hi , Yeah I am using thin driver . I was using oracle thin driver for 9i . Now I have changed to 10g driver . I have checked the way JBoss writes a blob . It not the way oracle expects it to be : Oracle?s way to write a Blob through a JDBC code is a TWO Step procedure :

[JBoss-user] [JBoss Seam] - Re: Support for Internationalization

2006-06-06 Thread sbryzak2
I'm guessing that its something to do with how I'm encoding string values for transport (they're URL-encoded). I haven't tested this with anything other than ASCII characters but as far as I understand anything should work. Anyway I'll try it tonight with Russian characters and see how far I g

[JBoss-user] [Installation, Configuration & Deployment] - Installing and runing JBoss without JDK

2006-06-06 Thread arun_9033
Hi All, I am newbie here. Just would like to clear my head on this:- Is it possible to install and run JBoss4.03 without JDK (valid version)? I understand that JBoss4.0.3 has an embedded tomcat that uses JDK for compliing JSP and servlets. JBoss won't start if don't have JAVA_HOME pointing a

[JBoss-user] [EJB 3.0] - Re: Help w/ TransactionAttributeType.REQUIRES_NEW

2006-06-06 Thread dbudworth
I didn't even realize you could get the proxy object from the context, might have been a better solution. The @Tx stuff works, and I've been using the JBoss AOP stuff for a few years in production, so I don't really worry about that (aside from the 1/3 increase in deploy time, but that's no b

[JBoss-user] [Performance Tuning] - JBoss Performance Tuning

2006-06-06 Thread tdanecito
Hi All, To better tune JBoss, 1. Use the fastest JVM (Mustang I believe) 2. Tune the JVM 3. Use caching in Servlet container where possible 4. Put EJB in same class loader as Servlets I have measure 1-2msec (P4 3Ghz) just to call across Servlet-EJB boundry in same classloader and maybe 100msec i

[JBoss-user] [JBoss Seam] - Re: Support for Internationalization

2006-06-06 Thread [EMAIL PROTECTED]
I guess this is a JSF question, not related to Seam. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949518#3949518 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949518 ___

[JBoss-user] [Clustering/JBoss] - Re: When in the servlet lifecycle does http session state re

2006-06-06 Thread hamptont
Sorry, had some extraneous code in the example. The block of code commeted "Hack to make the session replicate" should not have been there (it did not make the session replicate). Below is the correct code. Thanks, Tom <%@ page import="org.apache.commons.logging.Log" %> | <%@ page import

[JBoss-user] [JBoss jBPM] - Re: Error deploying a process

2006-06-06 Thread jayhir
I have narrowed this down further... This time I am using the auto generated simple process and modified it to add a Node via the designer. If I associate an action handler with the Node, I can consistently produce the error. I also noticed that the XML fragment for the generated 'node' element

[JBoss-user] [JBoss Seam] - Support for Internationalization

2006-06-06 Thread empty11
Dear. I'm learning the Seam Framework following example. There is an error doing remote/helloworld example. When returning the I18N characters, the characters is broken. When the server send the I18N characters to client(browser) , how should I configure to get the normal characters. Regards.

[JBoss-user] [News & Announcements] - Re: JBoss signs Definitive Agreement to be acquired by Red H

2006-06-06 Thread [EMAIL PROTECTED]
Red Hat completed Acquisition of JBoss. http://www.jboss.com/pdf/press/acquisition.pdf View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949510#3949510 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949510 __

[JBoss-user] [JBoss jBPM] - Task Assignment using variable

2006-06-06 Thread natacam
Hi I´m trying to assign a task using the assignment expression: | | | | In the first term, i want to get the Group with the name "groupName", but it seems that it tries to get a user with name= groupName. Can`t I get a specific group with the expression "variable(...)"? how?

Re: [JBoss-user] jboss 3.0.3 with java 1.5.0

2006-06-06 Thread Scott M Stark
Won't work. http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossVsJavaJDKVersionMatrix -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Achilleus Mantzios Sent: Tuesday, June 06, 2006 9:58 AM To: jboss-user@lists.sourceforge.net Subject: [JBoss-user] jboss 3.0.3

[JBoss-user] [JBoss jBPM] - Re: sub-process invocation problem

2006-06-06 Thread hosierdm
Here is the post I was referring to: http://jboss.org/index.html?module=bb&op=viewtopic&t=80327 Not as helpful as I remember. Basically Koen said that when a process is executed as a subprocess, the intended behavior is for the subprocess to not stop on tasks associated with the start state. M

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - EJB3/EntityManager/Transactions and LazyInitializationExcept

2006-06-06 Thread ngtdave
So I implemented an stateless session bean which in turn uses an entity manager. Under that is hibernate. I am once again trying to answer the age old question of how do I get around the LazyInitializationException. The code in my struts action looks like this: | PetServiceInte

[JBoss-user] [JBoss jBPM] - Re: sub-process invocation problem

2006-06-06 Thread flawlor
I did a search on your name and looked at dozens of hits and still couldn't find the one which addresses this problem. Cany you give me a link or some keywords? thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949506#3949506 Reply to the post : http:/

[JBoss-user] [JBossWS] - Re: wstools-config.xml

2006-06-06 Thread cliffb53
Maybe when JBossAS is EJB3.0 ready I'll spend some time looking at that... for the time being, I want to stick with proven technologies even if it means having to do some manual steps. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949505#3949505 Reply to th

[JBoss-user] [JBoss jBPM] - Re: Exception suspending a process

2006-06-06 Thread jorell
I'm not sure if this would help but I thought I would post the code where I am suspending the process: | public void execute(ExecutionContext executionContext) throws Exception { | System.out.print("XPort processing..."); | executionContext.getProcessInstance().susp

[JBoss-user] [JBoss jBPM] - Scheduler bug

2006-06-06 Thread maksymg
When timer's action tries to end the token it linked to, the scheduler is crashed with Hibernate ObjectNotFound exception due to the token ending removes all timers. I rewrite SchedulerSession to avoid it(not perfect but workable): |public void saveTimer(Timer timer) { | try {

[JBoss-user] [JBoss Portal] - Re: JBoss Forums & JBoss Portal 2.4 Beta 1

2006-06-06 Thread unibrew
Hello "ThorntonD" wrote : Has anyone tried using JBoss Forums with JBoss Portal 2.4 Beta 1? Does it work? Yes, JBoss Forums are working with JBPortal 2.4 but you must download them from CVS. "ThorntonD" wrote : I also need to be able to link and jump to a specific message in the forum. Now the

[JBoss-user] [JBoss jBPM] - Re: sub-process invocation problem

2006-06-06 Thread hosierdm
If you do a search, including my username, you should see some information on this. I had the same question and got an answer. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949501#3949501 Reply to the post : http://www.jboss.com/index.html?module=bb&op=pos

[JBoss-user] [JBoss Portal] - Re: JBoss AS 4.04.GA and Portal 2.2.1 deployment

2006-06-06 Thread [EMAIL PROTECTED]
Portal 2.2.1 SP1 has the incompatibility with JBoss 4.0.4GA fixed. It is available here http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=84509 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949500#3949500 Reply to the post : http://www.

[JBoss-user] [JBoss jBPM] - sub-process invocation problem

2006-06-06 Thread flawlor
I am trying a simple test of having a process invoke a subprocess. I'm running into a problem in that when the sub-process is invoked it is starting with the second node even though the start node has a task associated with it. That start task ("imple Start Task") never shows up in the taskl

[JBoss-user] [Messaging, JMS & JBossMQ] - Specification/deployment of MDB with a JMS topic

2006-06-06 Thread flarosa
Hi, I've read some tutorials on creating an MDB with a JMS topic, but they all mention making specific configuration changes to files outside my EAR, or in some cases even making changes through the management consoles. This won't work well for me because I have many different server installati

[JBoss-user] [Clustering/JBoss] - When in the servlet lifecycle does http session state replic

2006-06-06 Thread hamptont
When in the servlet lifecycle does http session state replication occur when clustering http sessions in JBoss ? Does it occur at the beginning & end of any request ? Is there some way to control when the replication occurs ? I have a long running operation which changes the http session state

[JBoss-user] [JBoss Seam] - Re: Does JBoss Seam work with SQL Server 2000?

2006-06-06 Thread mikelarnett
Oh and thanks for the pointers, Gavin and Rorschach. It got me pointed towards the 'work-around' solution. Unfortunately, I still haven't figured out the source of the actual problem. -MLA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949496#3949496 Re

[JBoss-user] [JBoss Seam] - Re: Does JBoss Seam work with SQL Server 2000?

2006-06-06 Thread mikelarnett
So I changed to the jTDS drivers, but I got the same problem. So then I went in and manually just whacked the schema and catalog identifiers from the class file, and then reran the ant build file. Voila, no more problems. So what have I learned? I am not really sure, but here's what is worki

[JBoss-user] [EJB/JBoss] - Re: java.lang.LinkageError: loader constraints violated when

2006-06-06 Thread karimrg
Hi, i had a problem like that. inside my ear i got a .sar and a .jar at the same level. A class from the .sar called a class contained in the .jar ( a LocalHome ). the section 2.2.2.3 Linkage errors in the server guide was helpful. View the original post : http://www.jboss.com/index.html?m

[JBoss-user] [JBoss jBPM] - Re: SubProcess Logging

2006-06-06 Thread hosierdm
I just stumbled across the fact that you can call JbpmContext.save(Token). Is this what I need to do in order for a given logging trace for a Token to contain details about sub process creation? I don't have time to try it right now, but it would be nice if I could find this out from someone i

[JBoss-user] [EJB 3.0] - Embedded Container and TreeCache

2006-06-06 Thread marcioendo
Has anyone managed to install TreeCache in the Embedded Container (or is it possible at all)? I want to do some Unit Testing and one of my SLSB uses TreeCache as an MBean. I tried to deploy the TreeCache in the Embedded Stack with the following: | | But I get the following error whi

[JBoss-user] [JBoss jBPM] - Workflow State Information

2006-06-06 Thread arshadnj
We would like to design and implement our order management system as a workflow using JBPM. An ?Order? goes through various states like ?submitted?, ?approved?, ?executed? and ?archived?. In the object world, we do have an ?Order? object with an attribute called ?OrderStatus? to represent th

[JBoss-user] [Installation, Configuration & Deployment] - Service descriptor in an ear file

2006-06-06 Thread ofrijole
I have some unusual requirement where I need a service to be initialized after the deployment of some session beans. I've written the service as a JMX bean and I'd like it to be triggered upon the deployment of the ear file containing my beans. I can manually get things to work by first deploy

[JBoss-user] [JBoss jBPM] - JBPM Scalability

2006-06-06 Thread arshadnj
I just ran a test on the sample (reference) web application provided by the jbpm-starters-kit-3.1.1. The test was to create an order using 'Cookie monster' login, later I traced the generated SQL statements. What I founds was around 40+ insert statements for the following JBPM tables JBPM_VARIAB

[JBoss-user] [JBoss jBPM] - Re: How to Deploy my process?

2006-06-06 Thread hosierdm
Try opening your process and looking for a Deployment tab along with the Design, Source, etc. tabs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949487#3949487 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949487

[JBoss-user] [JBoss Seam] - DataModel Serialization Error?

2006-06-06 Thread chane
I am getting this error with my component. Is this a problem? 17:29:52,296 ERROR [DebugUtils] javax.faces.FacesException: Could not get property serializableDataModel of component f1:items Where f1 is a form tag and items refers to a @DataModel property: | @Name("bo.sale.editor") | @State

[JBoss-user] [EJB 3.0] - Can not use field from subclass as joincolumn

2006-06-06 Thread chornsey
I have a parent class as follows: @Entity @Table(name = "Parent") public class Parent{ private Set PropertyAsset = new HashSet (); private Set FinancialAsset = new HashSet (); @OneToMany(cascade=CascadeType.REFRESH, fetch=FetchType.EAGER, mappedBy="parent")

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: AJP, Apache, Tomcat SSL question

2006-06-06 Thread jiwils
"acxsjones" wrote : Any help? Given this verbage on the Tomcat AJP connector configuration site for the aforementioned attribute, I would guess that this redirect just allows for conversion to HTTPS. I have used the same security constraint to require the redirect of HTTP traffic to HTTPS. an

[JBoss-user] [JBoss jBPM] - Schedule improvements

2006-06-06 Thread maksymg
Hi All, The current schedule processes all due timers in a single transaction. As result, it rollbacks all timers' work due to an exception in one of the timers. It's a problem: - when you work with nontransactional resources as file system. - if you have long lasting transaction, the total leng

[JBoss-user] [JBoss Seam] - Re: Using Velocity or XSLT Templates in Seam

2006-06-06 Thread sbryzak2
The path to the file containing your Velocity template. So for example, if you're storing your templates in the WEB-INF directory and they have a .template extension, your getResourceStream() method would look like this: | public InputStream getResourceStream(String source) | throws Re

[JBoss-user] [JBoss jBPM] - Monitoring problem with websale demo

2006-06-06 Thread ypritzke
I have switch the database for the websale example to the postgres database. Everything works accept that I do not see any process pictures anymore and Monitoring does not work. It shows the following error on the screen: Error for process instance Any help will be appreciated View the origin

[JBoss-user] [JBoss Portal] - Re: JBoss AS 4.04.GA and Portal 2.2.1 deployment

2006-06-06 Thread go2mmusa
"jatsrt" wrote : Ignore me, I now see that SP1 is available and looks to solve the problem. Sorry for wasting time. we are trying to upgrade to Jboss 4.0.4 and getting the same error. You said it is fixed in SP1. what SP1?? Please let me know which version was has fix View the original post :

[JBoss-user] [JBoss/Spring Integration] - Re: Spring and EJB3 EntityManager

2006-06-06 Thread alesj
This is what first comes to my mind: | @Stateless | public class myBean implements myBeanLocal { | | @PersistenceContext(unitName = "MM") | private EntityManager em; | | @Spring(jndiName = "mm", bean="myDao") | private MyDao myDao; | | @AroundInvoke | public

[JBoss-user] [JBoss/Spring Integration] - Spring and EJB3 EntityManager

2006-06-06 Thread jaboj
HI In a normal stateless session bean, the entitymanager is injected like this: | @PersistenceContext(unitName = "MM") | private EntityManager em; | Is it possible to wire up the entitymanager with SPRING. Ex. I would like to get some DAO's injected into my stateless session bean,

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: AJP, Apache, Tomcat SSL question

2006-06-06 Thread acxsjones
Any help? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949477#3949477 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949477 ___ JBoss-user mailing list JBoss-user@lists.so

[JBoss-user] [JBoss Portal] - Re: Page disappear after som time

2006-06-06 Thread patrickdalla
I was debugging JBoss Portal 2.2 source code to solve my problem and I find some Exception that occur in RenderPageCommand.execute() method. org.jboss.util.NestedSQLException: Transaction is not active: tx=TransactionImpl:XidImpl[FormatId=257, GlobalId=centauro.sjes.gov.br/1098, BranchQual=, lo

[JBoss-user] [JCA/JBoss] - Re: data source is null

2006-06-06 Thread edross15057
| | | | sorry - the xml caused only part to post View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949473#3949473 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949473 _

[JBoss-user] [JCA/JBoss] - Re: JBoss/Firebird Integration

2006-06-06 Thread [EMAIL PROTECTED]
Sorry, misread the post. Please ignore last comment. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949472#3949472 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949472 ___

[JBoss-user] [JCA/JBoss] - Re: data source is null

2006-06-06 Thread edross15057
oops the context.xml didn't fit in the last post View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949471#3949471 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949471 ___

[JBoss-user] [JCA/JBoss] - Re: JBoss/Firebird Integration

2006-06-06 Thread [EMAIL PROTECTED]
Have you tried using the FireBird JDBC driver versus using the JCA adapter? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949470#3949470 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949470 ___

[JBoss-user] [JCA/JBoss] - Re: data source is null

2006-06-06 Thread edross15057
postgresql-ds.xml jdbc/GiftDevel jdbc:postgresql://localhost:5432 gift edross 5 20 0 org.postgresql.Driver /gift java:/jaas/gift-web jdbc/GiftDevel javax

[JBoss-user] [JBoss Portal] - Re: New Context Naming in Portal 2.2

2006-06-06 Thread rsfeir
Anyone care to answer this? We have the same problem. In fact, I can't modify the context-root and still get it to work without having /portal/portal/eric. We have sites that link to us externally to specific pages based on how things worked in 2.0, and with this change that will break ever

[JBoss-user] [JBoss jBPM] - Re: How to Deploy my process?

2006-06-06 Thread flawlor
In the 1.6 IDE there is no longer a .par extension on the process defintion folders (and they are now in process, not src/process). There is also no longer a "Deploy Process Archive" option on the menu. How do you deploy a process definition in 1.6? View the original post : http://www.jboss.c

[JBoss-user] [JCA/JBoss] - Re: data source is null

2006-06-06 Thread [EMAIL PROTECTED]
The jar file should be in your /lib and nowhere else. Could you post the *-ds.xml file, web.xml, etc. Also, please post context.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949466#3949466 Reply to the post : http://www.jboss.com/index.html?module=bb

[JBoss-user] [Security & JAAS/JBoss] - Re: JBOSS full SSL with Cisco CSM SSL module

2006-06-06 Thread laurarami
"laurarami" wrote : | Running ECM software. ECM application engine software pushes https back to http. FileNet documentation says to setup keystore. We do not want to use keystore because we have a csm ssl module (less administrative work). | View the original post : http://www.jboss.c

[JBoss-user] [JCA/JBoss] - Re: How to deploy Connector in Embedded JBoss

2006-06-06 Thread [EMAIL PROTECTED]
JCA adapters cannot run in a context divorced from the application server. You mention 'embedded' in the subject line of your post. Is this truly what you are trying to do, use EJB3? Or are you running inside of JBoss? View the original post : http://www.jboss.com/index.html?module=bb&op=v

[JBoss-user] [JCA/JBoss] - data source is null

2006-06-06 Thread edross15057
I'm trying to configure a datasource for jboss and the tomcat web container. My problem is I'm allways getting a null when I do a ctx.lookup. I've added a postgres-ds.xml in the deploy directory I've added a jboss-web.xml in webapp/WEB-INF I've added a reference in the web.xml I've added a contex

[JBoss-user] [JCA/JBoss] - Re: configuring Oracle's connection pool

2006-06-06 Thread [EMAIL PROTECTED]
Can you provide the link to the JIRA task associated with the 'leak' in 3.2.5? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949455#3949455 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949455 _

[JBoss-user] [EJB 3.0] - Re: StatefulSessionBean.someMethod returns Entity, other the

2006-06-06 Thread bdecoste
The Entity1 object is being serialized - there should be a JBoss specific optimization via a client side interceptor to detect whether the client and session bean are in the same VM to avoid to serialization overhead. I've opened a JIRA task for this. Calls to remote interfaces cause the seriali

[JBoss-user] [JNDI/Naming/Network] - Re: Connecting from one server to other

2006-06-06 Thread Niki600
What about next situation? I have made an .ear and I want to run client application on the one machine and the JBoss AS on the another. My client machine is called ubuntu with address 192.168.0.4 and laptop on which I want to run JBoss AS has an address 192.168.0.5 Also on the laptop I have instal

[JBoss-user] [JBoss jBPM] - Re: New jBPM Getting Started Documentation

2006-06-06 Thread flawlor
In addition to the changes to the tree structure (src/process is just process) the process definitions no longer have a .par extention. There is also no longer any "Deploy Process Archive" option. How do you deploy a process defintion? View the original post : http://www.jboss.com/index.htm

[JBoss-user] [JBossWS] - Re: can anyone help me?

2006-06-06 Thread [EMAIL PROTECTED]
Please remember that with web services the client and the server are fundamentally disconnected. There are server side issues and client side issues - DO NOT MIX the two. In other words, if you setup an ejb3 endpoint using jsr181 any client that adhers to the abstract contract in wsdl can talk

[JBoss-user] [JCA/JBoss] - Re: Oracle DS

2006-06-06 Thread [EMAIL PROTECTED]
Oracle version? JBoss version? Did you deploy the oracle driver? These are the things we need to know. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949454#3949454 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=394

[JBoss-user] [JCA/JBoss] - Re: please help me for the error of

2006-06-06 Thread [EMAIL PROTECTED]
Did you specify to pad the XID in the Transaction Service? This is clearly outlined in the Wiki. Please see your jboss-service.xml file and look for The 'Pad' attribute should be uncommented for Oracle XA deployments. View the original post : http://www.jboss.com/index.html?mod

[JBoss-user] [Installation, Configuration & Deployment] - JBoss AS address binding

2006-06-06 Thread Niki600
I have made an .ear and I want to run client application on the one machine and the JBoss AS on the another. My client machine is called ubuntu with address 192.168.0.4 and laptop on which I want to run JBoss AS has an address 192.168.0.5 Also on the laptop I have installed Postgres server. I know

[JBoss-user] [JBoss Seam] - Re: seam managed hibernate session

2006-06-06 Thread [EMAIL PROTECTED]
Show me the rest of the stack trace. Also note that you must use: @In(create=true) Session mySession; View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949452#3949452 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949452

[JBoss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Jboss 4.0.4 not closing SessionFactory? Redeploy fails

2006-06-06 Thread Duffcase
Thanks for your reply. I ended up rewriting the sessionfactory to a mbean instead, and configured the postgresql db connection as a datasource in jboss. Now jboss handles the sessionFactory instead of the application, and the redeployment works as expected. View the original post : http://w

[JBoss-user] [JBoss Seam] - seam managed hibernate session

2006-06-06 Thread tanghh12345
I got the following exception when I tried to deploy hibernate example in jboss-seam-1.0.0CR3 to Jboss 4.0.4 GA, any idea? I tried to figure out how to use Seam Managed hibernate session, I followed the reference manual (7.5.2) but @In Session mySession, the session is always null (not injecte

[JBoss-user] [JBossWS] - Re: error when declaringWebMethod that throws an Exception

2006-06-06 Thread [EMAIL PROTECTED]
http://labs.jboss.com/portal/jbossws/user-guide/en/html/exceptions.html View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949449#3949449 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949449 _

[JBoss-user] [EJB 3.0] - Re: EJB3 & WebSphere - newbie question

2006-06-06 Thread [EMAIL PROTECTED]
Currently, this has not been tested largely due to IBM late release of WebSphere JDK 1.5 enabled. Once this happens, we will give this task coverage. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949448#3949448 Reply to the post : http://www.jboss.com/ind

[JBoss-user] [JBoss Seam] - Re: Does JBoss Seam work with SQL Server 2000?

2006-06-06 Thread Rorschach
We had issues using the Microsoft drivers as well. I recommend switching to the JTDS open source driver. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949447#3949447 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949

[JBoss-user] [JBossWS] - Re: wstools-config.xml

2006-06-06 Thread [EMAIL PROTECTED]
webservices.xml supports multiple service endpoints. You have to merge the wstools generated webservices.xml files manully. BTW, wscompile does not generate webservices.xml at all. Why not use JSR181 endpoints and get rid of all those offline tools generation issue all together? View the origi

[JBoss-user] [JBoss jBPM] - Re: setup for jbpm logging

2006-06-06 Thread wrschneider99
I seem to have answered my own question. If I call context.save(processInstance) explicitly, the logs get saved. Otherwise, everything else seems to work but the logs don't get written. Wonder why this is? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949445

[JBoss-user] [JBoss jBPM] - Re: The JBoss jBPM console web application

2006-06-06 Thread kbarfield
JBoss jBPM provides a sample web app that has console functions. If you have deployed this app with jBPM, then you can access it like any other web deployment from the application server. This also means that if the application server is not running, the web app will not run. If you have emb

[JBoss-user] [Security & JAAS/JBoss] - rmi + ssl + tokens

2006-06-06 Thread pchojniak
Hello I found problem with making rmi over ssl with smartcard on Jboss4.0.3sp1, when I try to set keyStoreUrl attribute as NONE I'am getting exception. Dose it exists any way to force Jboss to work with smartcard? I have configured PKCS11 properly -> client getting smartcard certificate works f

[JBoss-user] [JBossWS] - Re: I get the following Exception when i run JBOSS with web

2006-06-06 Thread [EMAIL PROTECTED]
jbossws runs on jboss-4.0.4 and above http://wiki.jboss.org/wiki/Wiki.jsp?page=WebServiceStacks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949442#3949442 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949442

[JBoss-user] [Installation, Configuration & Deployment] - Upgrading to 4.0.4 No Minimal or All?

2006-06-06 Thread AndrewBoyd
Hi All, I'm trying to upgrading from 3.2.6 to 4.0.4. After I installed (via web start) it seems to only have installed the default server configuration as apposed to having the minimal and all configurations as well. I did select "all" during the installation wizard. Although the default

[JBoss-user] [EJB 3.0] - EJB3 & WebSphere - newbie question

2006-06-06 Thread dupra
Hi I'm interested in using EJB3, but I'm restricted to working in the WebSphere application server. The documentation for embeddable EJB3 says it can run in non-jboss app servers. Has anyone tried this in WebSphere? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtop

[JBoss-user] [JBossWS] - Re: ProxyContext is not visible from class loader

2006-06-06 Thread [EMAIL PROTECTED]
This is probably not a WS issue. Rather it is related to classloading. What jboss version is this? How did you install it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949441#3949441 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting

[JBoss-user] [JBoss Seam] - Re: Using Velocity or XSLT Templates in Seam

2006-06-06 Thread dhinojosa
and what shall I put in getResourceAsStream() ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949440#3949440 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949440 ___ JBoss

[JBoss-user] [JBoss jBPM] - Re: The JBoss jBPM console web application

2006-06-06 Thread jbpm_new_user
Thanks for the reply. My jbpm server is running as part of another app (which itself is a standalone java app). How do I access it then? what port number should I use? Can this be specified somewhere in any configuration file? Another qs : The console web application connects to the jbpm server

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Servlet 2.5

2006-06-06 Thread sander_s
*kick* There must be someone from JBoss reading these posts ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949437#3949437 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949437 _

[JBoss-user] [JBoss AOP] - Re: The @Current annotation

2006-06-06 Thread [EMAIL PROTECTED]
>From base-aop.xml | | | | So, basically if you annotate a field of type Transaction w/ @Current and you are running a load-/compiletime woven application in jboss you get the current Tx injected into your class. Unless you actually want to manage the Tx yourself thoug

[JBoss-user] [Beginners Corner] - Re: action and variables

2006-06-06 Thread pedrosacosta
I also have a third question: 3 - If i have a variable with access of read, how can i set a value to that variable? The variable isn't read-only? Thanks, Pedro View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949408#3949408 Reply to the post : http://www.jb

[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Any configuration for caching of jsp's?

2006-06-06 Thread Tyler Black
Hi, all. Echoing the problem discussed in this topic: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=64995 caching of generated .java and .class files for .jsp's is unreliable. When changes to jsp pages are minimal, there can be no guarantee whether or not the changes will flush the

[JBoss-user] [Clustering/JBoss] - LAN cluster with WAN for geographical failover

2006-06-06 Thread kpandey
Hi I'm looking into the JBoss clustering to achive both scalability in LAN setting and inclusion of a node in WAN in case of geographical failover. Here's the setting I'm thinking about - LAN clusters in location A doing IP Multicast which will be the primary servers. Add a node in location B

[JBoss-user] [JBoss jBPM] - info jboss tutorial

2006-06-06 Thread fabdib
Hi to everyone, i'm newbie of jbpm tecnology, so i want to find a simply example of a web application that using jbpm workflow (with source code explaned), because the example on the guide is refered to a junit project, then i want to use jsp, servlet and javabean. Can you help me? Another ques

[JBoss-user] [Installation, Configuration & Deployment] - jboss and oracleAS SSO

2006-06-06 Thread gengishskan
i have to develop and deploy a servlet, jsp, javabean (ejb later) application in a jboss enviroment where there is an Oracle Internet Directory with Single Sign-On. My application must to be authenticated with this OID e after let the user navigates in her pages. how i can configure jboss envir

[JBoss-user] [Installation, Configuration & Deployment] - how do you control when sessions are swept away?

2006-06-06 Thread zzztimbo
using SessionMonitor.getSessions(), i can see that there has been a session alive since Saturday, which is about 3 days. how do i control how long sessions last before they are garbage collected? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949434#3949

[JBoss-user] [JBoss jBPM] - Re: info jboss tutorial

2006-06-06 Thread kbarfield
Please take a look at the getting started wiki: http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmGettingStarted This goes through creating a process and deploying it to the sample web application. The sample web application source code is available as an example. You can use any technologies to

[JBoss-user] [Security & JAAS/JBoss] - Re: org.jboss.web.tomcat.security.FormAuthenticator.matchReq

2006-06-06 Thread j2ee_junkie
I updated our version of this Authenticator. http://viewcvs.forge.jboss.com/cgi-bin/viewcvs.cgi/*checkout*/jboss-tomcat/src/main/org/jboss/web/tomcat/security/ExtendedFormAuthenticator.java?rev=1.6 enjoy, cgriffith View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

[JBoss-user] [Installation, Configuration & Deployment] - Re: Upgrading to 4.0.4 No Minimal or All?

2006-06-06 Thread AndrewBoyd
Thanks Peter. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949431#3949431 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949431 ___ JBoss-user mailing list JBoss-user@list

[JBoss-user] [JBoss Getting Started Documentation] - Error running Duke's Bank Client Application

2006-06-06 Thread regdee
I am getting a NamedNotFoundException when I try to run standalone client of the Duke's Bank Application. The web client application works as expected. JBoss version 4.0.2. Thanks in advance. anonymous wrote : Buildfile: C:\Dev\j2eetutorial14\examples\bank\jboss-build.xml | run-client: |

[JBoss-user] [JBoss jBPM] - setup for jbpm logging

2006-06-06 Thread wrschneider99
My jbpm_log table is empty for some reason. I have the set up in jbpm.cfg.xml. My process definition is super-simple copied from the hello-world example in the docs. Any ideas what I'm doing wrong? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949412#3

  1   2   3   >