[JBoss-user] [EJB 3.0] - Re: EJB 3.0 and env-entry injection

2005-12-09 Thread JamesWoodward
When do you plan to release RC4? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3911767#3911767 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3911767 --- This SF.net

[JBoss-user] [JBoss AOP] - Re: wrong casting of run-as identity

2005-12-09 Thread [EMAIL PROTECTED]
http://jira.jboss.com/jira/browse/JBAOP-193 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3911768#3911768 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3911768 --- This

[JBoss-user] [EJB 3.0] - Database overwritten at each JBoss startup once again.

2005-12-09 Thread tzablock
Although i have his line in my persistance.xml file property name=hibernate.hbm2ddl.auto value=update / the database gets recreated each time the application is deployed or the server is shutdown. Any clue on what is the reason? tzablock View the original post :

[JBoss-user] [Security JAAS/JBoss] - Re: Multiple groups under same rolesCtxDN tag

2005-12-09 Thread [EMAIL PROTECTED]
Check out ldapsearch and JXplorer in order to get a ldif dump of the server: http://sourceforge.net/projects/jxplorer/ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3911770#3911770 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: Jbpm saveProcessInstance design

2005-12-09 Thread ejimenez
by split I meant fork :-p View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3911772#3911772 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3911772 --- This SF.net email is

[JBoss-user] [JBoss Seam] - Re: Update: Week 49 2005

2005-12-09 Thread t.blachowicz
Hi there, [EMAIL PROTECTED] wrote : | * Nested conversations: | [ http://jira.jboss.com/jira/browse/JBSEAM-79 ] | [ http://jira.jboss.com/jira/browse/JBSEAM-36 ] | I'm really interested in your approach to this thing. What is more, we've developed nested conversation-like mechanism

[JBoss-user] [JBoss Portal] - WYSIWYG HTML editor on browsers other than IE

2005-12-09 Thread robert.f
Is the WYSIWYG HTML editor supposed to work on browsers other than Microsoft Internet Explorer on Windows? I tried with Opera 8.51 / Win32 and all I got was text + markup. I tried with FireFox 0.9.3 / Win32 and I could not even login (HTTP Status 408 - The time allowed for the login process

[JBoss-user] [JBoss jBPM] - Re: Deploying Par File from eclipse 3.1

2005-12-09 Thread forJbpm
to avoid confusion I have started a new thread for this new problem http://www.jboss.com/index.html?module=bbop=viewtopict=73695 I will take care of all these things next time onwards. Thanks! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3911775#3911775

[JBoss-user] [JBoss Seam] - Re: Newbie: difference between @in/@out and get/set

2005-12-09 Thread patrick_ibg
In/Out takes things in and out of the various contexts (application, session, conversation and event/request). The get/set stuff you pointed out does much the same thing but it does it on your backing bean. So the lifecycle of that variable depends on the backing bean itself. In general, I

[JBoss-user] [JBoss jBPM] - WARN: Please initialize the log4j system properly

2005-12-09 Thread pedrosacosta
When i run my jbpm project, i get this warning. WARN: Please initialize the log4j system properly I've a default log4.properties in ${myproject}/src/config.files, and i've define a classpath to log4j.jar . What can i do to clear that warning, and what can i do to use log4j to debug my bpm?

[JBoss-user] [JBoss jBPM] - jBPM performance

2005-12-09 Thread ashkumar
I am having a lot of performance related problems with my jBPM deployment. Currently, I have not integrated it with any application server. Inserting 500 tasks requires close to 30 seconds even when I am using the PreparedStatement batch insert via Hibernate. Getting a list of tasks is even

[JBoss-user] [Clustering/JBoss] - Re: Load Balancing using Apache2.x, mod_jk1.2.x

2005-12-09 Thread markbres8
Thanks Jerry: I have resolved the issue. Our problem was that we couldn't use anything but version 4.0.0 so I obtained the patch for the JvmRouteFilter class, plugged it into the JAR file and it worked! View the original post :

[JBoss-user] [JBoss AOP] - Re: How can I use AOP for long wait calls with JBoss?

2005-12-09 Thread ameelin
Thanks for the quick reply. Looks like it is what I want. I hope it is for a blocking call. Questions:- a) Would this solution work with JDK 1.4.2_10? I dont think I can change the JDK version for my project:( b) I have to pass something to client, while client is in wait-mode and the client

[JBoss-user] [JBoss jBPM] - Re: org.hibernate.HibernateException: /hibernate.cfg.xml not

2005-12-09 Thread ashkumar
Place your config.files folder in the runtime classpath of your application server . Not the compile time classpath. That should get rid of the exception. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3911782#3911782 Reply to the post :

[JBoss-user] [EJB/JBoss] - javax.ejb.EJBException: Invalid invocation.. Message..Sugges

2005-12-09 Thread sai_nukala
Hi Jboss is throwing following exception when my Quartz Job (Calls EJB Methods) is using Scheduler Instance started by Quartz MBean Service under JBoss. If executed from outside JBOSS, everything works. I understand that this is due to caller and EJB itself using different ClassLoaders. How do

[JBoss-user] [JBoss jBPM] - Re: org.hibernate.HibernateException: /hibernate.cfg.xml not

2005-12-09 Thread pedrosacosta
i've fixed it. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3911784#3911784 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3911784 --- This SF.net email is sponsored

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Eclipse / Jboss-IDE configuration

2005-12-09 Thread kkane
Done - see http://jira.jboss.com/jira/browse/JBIDE-255. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3911785#3911785 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3911785

[JBoss-user] [JBoss Seam] - Re: Newbie: difference between @in/@out and get/set

2005-12-09 Thread [EMAIL PROTECTED]
They are very different. One is for inter-component collaboration, the other is for accepting user input fom forms. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3911787#3911787 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: Setting @Out(scope=CONVERSATION) variable to null has no

2005-12-09 Thread [EMAIL PROTECTED]
Please try current Seam CVS and see if this is still the case. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3911788#3911788 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3911788

[JBoss-user] [JBoss Seam] - Re: Update: Week 49 2005

2005-12-09 Thread [EMAIL PROTECTED]
Yes, nested means a stack. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3911789#3911789 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3911789 --- This SF.net email is

[JBoss-user] [Beginners Corner] - Re: Service in JBoss

2005-12-09 Thread yantriki
Thanks Scott. Ok, so I started reading about JBoss microkernal and realize that I need to write a ServiceMBean. Now the AS document mentions org.jboss.naming.NonSerializableFactory for binding the beans. I could not find the class in any jar file. I searched, albeit, I don't know how good is

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Error adding new JBoss configuration in Eclipse

2005-12-09 Thread yantriki
Following is the entry in the log file: -- !ENTRY org.eclipse.jface 4 2 2005-12-09 12:51:58.484 !MESSAGE Problems occurred when invoking code from plug-in: org.eclipse.jface. !STACK 0 java.lang.NoSuchMethodError:

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Problem accessing servlet when running JBoss through Ecl

2005-12-09 Thread mmonks
If anyone's interested, I found the problem. For some reason it was debugging (hence why it looked like it was hanging), but Eclipse did not show that it was debugging in anyway - did not highlight breakpoints etc. It was only when I actually opened up the Debug view that Eclipse suddenly

[JBoss-user] [JBoss jBPM] - Re: Simultaneous execution of Fork children

2005-12-09 Thread [EMAIL PROTECTED]
You're right about the meaning of locking the process instance. There's a method that wraps that code for you: GraphSession.lockProcessInstance(). I'm convinced there's a way around this problem, that uses locks and fresh data from the database, and does not require spawning yet another thread

[JBoss-user] [JBoss AOP] - Problem with extra generation of AOP classes

2005-12-09 Thread udaydustin
I am new to AOP, can anybody help me in understanding the following. If I want to run tracing with Dynamic AOP for all of my classes and methods will it be a good idea or not? I run dynamic-aop example in JBossAOP1.3.4 it generated additional classes for each method and classes and fileds. I

[JBoss-user] [JBoss jBPM] - Re: jBPM performance

2005-12-09 Thread kukeltje
how do you insert the tasks? do you have sample code? Or better, write a unit test for it. Then we can check how it runs here. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3911798#3911798 Reply to the post :

[JBoss-user] [JBoss jBPM] - Re: Can I assign tasks to role?

2005-12-09 Thread kukeltje
the actor in jBPM is just an ID. It could be everything, a system, role, user, anything. If you can map the user that logs in to a role name and pass that on to jBPM (see the LoginFilter) then you can just use the role as an id. If you need more functionality, you could use pooled actors. Read

[JBoss-user] [JBoss jBPM] - Re: Jbpm saveProcessInstance design

2005-12-09 Thread kukeltje
isn't a fork a splitted spoon? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3911800#3911800 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3911800 --- This SF.net email

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Error adding new JBoss configuration in Eclipse

2005-12-09 Thread yantriki
OK, so I disabled the JBoss IDE J2EE 1.4 version and installed the development version based on the new update site as mentioned in announcement by Marshall Culpepper. It seems to work. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3911802#3911802 Reply to

[JBoss-user] [Beginners Corner] - Jboss Startup Fails

2005-12-09 Thread jkemp
Hi to all, I have a question for the forum. I am using Solaris 10 with Oracle 10gR2 Standard Edition on a Sun Blade 2500 Sparc platform with Compiere 2.5.3a Installed. After many errors getting the database up and running all seem well until I tried to start the Application Server

[JBoss-user] [JBossWS] - Re: Generate code with AXIS and ANT problem

2005-12-09 Thread [EMAIL PROTECTED]
Axis tools are not supported. They don't generate WS4EE artifacts. You should use wscompile (see the FAQ wiki). jbossws-1.0 will come with its own tools. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3911804#3911804 Reply to the post :

[JBoss-user] [EJB 3.0] - Re: Interesting Client/EJB3Container design question

2005-12-09 Thread silviu.marcu
yes, the cascade (but not lazy, because let's say you want to display some parts of relations but to update only one object on the tree) if you update the relations on the detached part ... and you call merge ... also the cascaded relations with MERGE | ALL are propagated .. so this creates a

[JBoss-user] [JBossWS] - Re: Deserialisation problem with complex type

2005-12-09 Thread [EMAIL PROTECTED]
Have you looked at the samples? http://wiki.jboss.org/wiki/attach?page=JBossWS%2Fjbossws-samples-4.0.3.zip View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3911806#3911806 Reply to the post :

[JBoss-user] [JBossWS] - Re: [PortProxy] Port error

2005-12-09 Thread [EMAIL PROTECTED]
anonymous wrote : | Ive been trying to figure this out for on and off for 2 weeks. | Posts to this forum will be dealt with at the community's leisure. If your business is such that you need to rely on qualified answers within a known time frame, this forum might not be your preferred

[JBoss-user] [JBossWS] - Re: Generic (De-)Serialisation of Custom JavaBeans

2005-12-09 Thread [EMAIL PROTECTED]
For a definite answer about JAXRPC supported types, have a look at http://www.jcp.org/en/jsr/detail?id=101 JavaBeans are supported. Polimorphic JavaBeans are supported. Object graphs are not supported because they cannot be mapped to XML schema. View the original post :

[JBoss-user] [Messaging, JMS JBossMQ] - [ServiceController] Problem starting service jboss.mq.destin

2005-12-09 Thread balteo
Hello, I run jboss-4.0.3SP1. A problem seems to occur when I try to create a topic in the jmx console (destination manager) I get this: | 20:21:05,593 WARN [ServiceController] Problem starting service jboss.mq.destination:service=Topic,name=MyTopic |

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Topic takes longer thatn Queue

2005-12-09 Thread balteo
I found some interesting info in the spec: section 6.2 of the jms spec: http://java.sun.com/products/jms/docs.html anonymous wrote : | Pub/Sub Latency | Since there is typically some latency in all pub/sub systems, the exact | messages seen by a subscriber may vary depending on how quickly

[JBoss-user] [JBoss jBPM] - Re: Simultaneous execution of Fork children

2005-12-09 Thread sforema
OK, here is the JoinAsync class. Instead of using a join when you have asychronous logic going on, use a standard node that calls this in its action and asynchronous logic should work. Yes, it is a bit of a hack because it essentially reloads the parentToken for analysis and then throws it

[JBoss-user] [JBoss Portal] - Re: Portal install problem

2005-12-09 Thread cyconx
Just to clarify. I'm running on XP with MySQL 4.1 (using mysql-connector-java-3.1.11-bin.jar). I can see a lot of tables being created in the database, so I assume the JDBC connector is working. I have followed the instructions to the best of my knowledge. I have uninstalled everything and

[JBoss-user] [EJB 3.0] - Re: Interesting Client/EJB3Container design question

2005-12-09 Thread patrick_ibg
Just a thought... I do not know enough about the Hibernate internals to determine if this is a viable solution, but it seems to me that Lazy loading of detached objects is a concern best addressed by Hibernate itself. Would it be possible to modify hibernate (at the cache, Proxy, Session or

[JBoss-user] [EJB 3.0] - Re: Database overwritten at each JBoss startup once again.

2005-12-09 Thread silviu.marcu
what db are you using ? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3911816#3911816 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3911816 --- This SF.net email is

[JBoss-user] [Beginners Corner] - Evaluating transaction support in JBoss

2005-12-09 Thread dulino
We are trying to migration from a WebLogic-based setup to JBoss. We have a pretty complex application that relies on WebLogic transaction manager to perform some tasks that need to be done atomically in a single transaction. In particular, here is pseudo code: TransactionManager

[JBoss-user] [Clustering/JBoss] - How does http client connect to a Jboss cluster?

2005-12-09 Thread chue888
I am running Jboss 3.2.6 and I already got a cluster setup with 2 nodes and I am not using any load balancer at this point. Here is my stupid question? What URL should I now use from a http client to connect to the web servers on this jboss cluster? Needless to say, before the cluster, my

[JBoss-user] [EJB 3.0] - Re: Interesting Client/EJB3Container design question

2005-12-09 Thread [EMAIL PROTECTED]
No, it is absolutely not possible. Use a Seam-managed extended persistence context to solve this problem (or an EJB3 extended persistence context). View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3911822#3911822 Reply to the post :

[JBoss-user] [JBoss Seam] - Maintaining Relationships with JSF/Seam

2005-12-09 Thread chane
I'm just starting my journey into JSF and like what I see with the Seam additions so far. In our application we have a fairly rich data model. In the GUI, the user is allowed to assign/modify relationships fairly easily. For example, we have an order object: pulic class Order{ private

[JBoss-user] [EJB 3.0] - Re: Database overwritten at each JBoss startup once again.

2005-12-09 Thread tzablock
I've managed to fix this issue at last. I'm using Oracle Express database. Unfortunately JBoss is not reading this hbm2dll property while deploying the application. I had to configure the persistance.properties file in the ejb3.deployer folder. That was the solution... View the original post

[JBoss-user] [EJB 3.0] - Re: Database overwritten at each JBoss startup once again.

2005-12-09 Thread silviu.marcu
it is reading ... you should have: in xyz.ejb3 file you can have a META-INF/persistence.xml this is read at ejb3 deploy time ... View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3911826#3911826 Reply to the post :

[JBoss-user] [JBoss Seam] - Re: Please try out CVS

2005-12-09 Thread [EMAIL PROTECTED]
There are two relate bugs in EJB3 ... I solve the problem eliminating passivation for SFSB in this way @Stateful @Name(searchDonatore) @Cache(value=NoPassivationCache.class) //@Conversational(ifNotBegunOutcome = main) @Interceptor(SeamInterceptor.class) public class SearchDonatoreImpl

[JBoss-user] [EJB 3.0] - Double entrys in collection

2005-12-09 Thread ckrammer
Hello, I have some problems with OneToMany-Relationships in Entity Beans. When I try to get entries via the corrensponding getter method, the return Collection contains all results twice. I have initalized the Collections as HashSet, why can this happen? Are there some common mistakes I make?

[JBoss-user] [Clustering/JBoss] - conf/jndi.properties + HAJNDI question

2005-12-09 Thread ToeCheez
I see nothing in the docs or the wiki that says adding: java.naming.provider.url=localhost:1100 is either a good thing or a bad thing. Is there a reason that this is not part of the JBossHA configuration? Is it a dumb thing to do? Any help would be appreciated. -ToeCheez View the original

[JBoss-user] [JBoss Seam] - Re: Please try out CVS

2005-12-09 Thread [EMAIL PROTECTED]
JamesWoodward has correctly indicate http://jira.jboss.com/jira/browse/EJBTHREE-324 but i think either http://jira.jboss.com/jira/browse/EJBTHREE-357 it's correlated View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3911833#3911833 Reply to the post :

[JBoss-user] [Management, JMX/JBoss] - Re: MBean Started Twice

2005-12-09 Thread mprk
I tracked down the problem. It was double logging info. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3911837#3911837 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3911837

[JBoss-user] [EJB 3.0] - org.hibernate.PropertyAccessException: IllegalArgumentExcept

2005-12-09 Thread michael.c.small
I'm struggling to solve the error I've been receiving. In overview, I have two types of people in the system, Provider and Clients. A Provider can have many ProviderContacts and a Client can have many ClientContacts. When I attempt to load a Client (which has a mapped collection to

[JBoss-user] [JBoss Portal] - Re: Unable to access Management portlet for Portal 2.2.0RC1

2005-12-09 Thread [EMAIL PROTECTED]
ok. A few issues in this thread: 1. Do not deploy on MySQL5. We have not tested compatibility with it, and it will most likely not function properly. See this thread, if you insist on using 5: http://www.jboss.com/index.html?module=bbop=viewtopict=73683 2. Last time I tested deployment on

[JBoss-user] [Clustering/JBoss] - Re: conf/jndi.properties + HAJNDI question

2005-12-09 Thread JerryGauth
If you specify port 1100, your lookups will be directed to HA-JNDI. While this will return local JNDI bindings, it won't be as efficient as if you use local jndi lookups. Of course, local jndi lookups won't work if the target isn't on the same cluster node. View the original post :

[JBoss-user] [JBoss Seam] - Re: Maintaining Relationships with JSF/Seam

2005-12-09 Thread patrick_ibg
That problem isn't really handled by the seam layer, but by Hibernate or EJB3. However, you might find that because you don't have to derive from ActionForms anymore, your entities (Order, Person, etc.) can be used to hold form data on the JSF layer, so alot of the glue code goes away... View

[JBoss-user] [JBoss jBPM] - javax.faces.FacesException: Error calling action method of c

2005-12-09 Thread forJbpm
When I click on *save* to save my process I get following exception. javax.faces.FacesException: Error calling action method of component with id taskform:_id9 | at org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:74) | at

[JBoss-user] [JBoss jBPM] - Prioritization

2005-12-09 Thread anant
I was wondering if jBPM supported prioritization within a workflow. I know tasks can have priorities, but those are controlled by an actor. I am looking for something along the lines of prioritization of tokens, or something that manages priorities without user intervention. If this is not

[JBoss-user] [JBossWS] - Re: Generating WSDL on the fly in JBoss-WS

2005-12-09 Thread pdog4x4
Thomas, Thanks a million, there are times when I smack my head over and over, this being one of them! Thanks! Joshua Preston View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3911857#3911857 Reply to the post :

[JBoss-user] [Clustering/JBoss] - Re: conf/jndi.properties + HAJNDI question

2005-12-09 Thread ToeCheez
It also looks like it is not 100% deployable. The first time I started the server it, it worked fine, but restarts of the same server would fail almost every time. Looks like the wrong thing to do. Thanks for the feedback. -ToeCheez View the original post :

[JBoss-user] [JBoss Seam] - Re: CVS Noob question

2005-12-09 Thread AlexTemnokhod
Please send me the nightly build of jboss-seam.jar. My email is [EMAIL PROTECTED] Thanking you in anticipation View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3911861#3911861 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Sybase configuration for JMS persistence error

2005-12-09 Thread dcox
I'm trying to setup jboss 4.0.3sp1 to use Sybase as its JMS persistence. I copied the example configuration file from $JBOSS_HOME/docs/examples/jms and edited it to use my datasource. The tables are created correctly, but there is a problem with the SQL defined for SELECT_MAX_TX which results

[JBoss-user] [Beginners Corner] - Re: XDoclet Error

2005-12-09 Thread sgparry
OK, I have a way round this one but it's not easy. Basically there is one jar compiled with 1.5 instead of 1.4 that I have found so far. It does not use any 1.5 features itself, although it allows javadoc generation for 1.5 source code! It can therefore be readily recompiled for 1.4. Here are

[JBoss-user] [JBoss Eclipse IDE (users)] - Re: Error, runnig xdoclet on tutorial ( latest versions )

2005-12-09 Thread sgparry
OK, I have a way round this one but it's not easy. Basically there is one jar compiled with 1.5 instead of 1.4 that I have found so far. It does not use any 1.5 features itself, although it allows javadoc generation for 1.5 source code! It can therefore be readily recompiled for 1.4. Here are

[JBoss-user] [JBoss jBPM] - Re: Simultaneous execution of Fork children

2005-12-09 Thread [EMAIL PROTECTED]
Sean, I would really advise you to study the behaviour of the jBPM node implementations more deeply. You should not open a new JbpmSession during the execution of a node. Transaction alignment will completely mess up if you do so. Leave the opening and closing of sessions to the client.

[JBoss-user] [JBoss jBPM] - Re: Simultaneous execution of Fork children

2005-12-09 Thread sforema
I expected a spanking for doing that, but I need updated state info and it did the trick. I did isolate it so that the referenced tokens are in their own hibernate session and closed the session afterwords. Nothing is broken in this case. I need the state refreshed in the join and since I am

[JBoss-user] [EJB 3.0] - Using @Service annotation in eclipse; JBoss EJB 3.0 Service

2005-12-09 Thread yantriki
I don't get any intellisence in Eclipse with the @Service and related annotations. I have JBoss IDE 1.5.0RC1 installed. I assume that intellisence probably is not implemented. However I have following questions: Q1. I am trying to write a JBoss Service using EJB 3.0, where can I read up more

[JBoss-user] [Microcontainer] - Re: Porting application from SpringFramework to JBoss

2005-12-09 Thread [EMAIL PROTECTED]
Ok. So does Spring have a java.util.Properties per xml file? You still don't explain what makes the PropertyPlaceholderConfigurer special? Perhaps we need: | deployment properties=my.properties | | bean |property name=blah${my.property}/property | /bean | | /deployment |

[JBoss-user] [EJB 3.0] - Re: Using @Service annotation in eclipse; JBoss EJB 3.0 Serv

2005-12-09 Thread yantriki
Please help with writing EJB 3.0 Service. I can't get it to deploy. I wrote the following EJB 3.0 Service: | @Service(objectName = ejb3:service=PollingService) | @Management(PollingServiceManagement.class) | public class PollingService implements PollingServiceManagement { | |

[JBoss-user] [Beginners Corner] - Re: Service in JBoss

2005-12-09 Thread yantriki
Need help to understand how to write service using EJB 3.0. Have posted the code in the EJB 3.0 forum: http://www.jboss.org/index.html?module=bbop=viewtopict=73769 Would appreciate any help. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3911876#3911876

[JBoss-user] [JBoss Seam] - Re: Please try out CVS

2005-12-09 Thread littlesuns
there is still an old error(i think) when you start a conversation and stop for a while,if you do the same operation there is an error: 005-12-10 10:30:49,842 ERROR [org.jboss.seam.servlet.SeamExceptionFilter] uncaught exception handled by Seam: Error calling action method of component with

[JBoss-user] [JBoss jBPM] - Re: How do you save action class on dynamically created proc

2005-12-09 Thread davidsan1001
I've tried a million methods for trying to create and deploy a .Par file from within an ActionHandler. Does anyone have sample code that accomplishes this? Here is my code that never quite works (you can see all the different methods I used by looked at the commented code.) | package

[JBoss-user] [JNDI/Naming/Network] - I know, another JNDI lookup issue - local ejb

2005-12-09 Thread philc_jboss
Wow, I have spent hours searching and reading a dozen other posts like my issue but no resolution. I did not want to ask/post since versions of this issue have been asked before, but again I have tried many many variations and have yet to communicate with my local EJB object (public interface

[JBoss-user] [JCA/JBoss] - Re: Use nested deployment for resource adapter

2005-12-09 Thread [EMAIL PROTECTED]
And where exactly in the JBoss docs or the spec for that matter did you find APP-INF? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3911882#3911882 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3911882

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Sybase configuration for JMS persistence error

2005-12-09 Thread [EMAIL PROTECTED]
My suggestion is to read the release notes. For others: http://www.jboss.com/index.html?module=bbop=viewtopict=72331 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3911883#3911883 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Topic takes longer thatn Queue

2005-12-09 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp Unanswerable question. There is zero logical difference between a Queue and a Topic in terms of latency. The spec is just referring inherent latency in any asynchronous protocol such as JMS, rather than a synchronous protocol, e.g. RPC. You

[JBoss-user] [Messaging, JMS JBossMQ] - Re: [ServiceController] Problem starting service jboss.mq.de

2005-12-09 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossHelp Unanswerable question, unless you share what you typed as the JNDI Name. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3911885#3911885 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - My post disappeared?

2005-12-09 Thread [EMAIL PROTECTED]
The quality of the posts in this forum is so poor: http://www.jboss.com/index.html?module=bbop=viewtopict=68044 where they are even on-topic, I've finally created a Bad Post forum. http://www.jboss.com/index.html?module=bbop=viewforumf=237 If you post got moved there, read this;

[JBoss-user] [The Lizzard's corner] - Re: On the quality of user posts.

2005-12-09 Thread [EMAIL PROTECTED]
I've given up even trying to moderate to the forums, and just created a bad post forum instead :-) http://www.jboss.com/index.html?module=bbop=viewtopicp=3911887#3911887 Now if I could figure out how to exlude that from the search function? :-) View the original post :

[JBoss-user] [JBoss Seam] - Re: Please try out CVS

2005-12-09 Thread [EMAIL PROTECTED]
anonymous wrote : when you start a conversation and stop for a while,if you do the same operation there is an error: Well, that doesn't sound like it would be a seam problem, right? Obviously much more likely to be a bug in the EJB3 container passivation code, as we said before. I'm sorry

[JBoss-user] [Messaging, JMS JBossMQ] - Re: xa transaction failure not handled correctly when lots o

2005-12-09 Thread [EMAIL PROTECTED]
I just read errorCode=XAER_NOTA as in bad transaction id. The correct forum is somewhere on Oracle.com View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3911891#3911891 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3911891

[JBoss-user] [Messaging, JMS JBossMQ] - Re: JBoss message restoration

2005-12-09 Thread [EMAIL PROTECTED]
Oracle Thin? FAQ View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3911890#3911890 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3911890 --- This SF.net email is sponsored

[JBoss-user] [JBoss Seam] - Re: Please try out CVS

2005-12-09 Thread [EMAIL PROTECTED]
I've fixed the SeamExceptionFilter in CVS. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3911892#3911892 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3911892 --- This

[JBoss-user] [Messaging, JMS JBossMQ] - Re: xa transaction failure not handled correctly when lots o

2005-12-09 Thread [EMAIL PROTECTED]
jahlborn wrote : you're probably right that this is no longer a jbossmq problem It never was. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3911893#3911893 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3911893

[JBoss-user] [JBoss jBPM] - Where is the parseFromResource method in the org.jbpm.jpdl.x

2005-12-09 Thread mkrishna143
I have downloaded the GPD and updated the Eclipse plug-in in the Eclipse. I am following the documentation. http://docs.jboss.com/jbpm/v3/gpd/testdriven.html See the picture: Create Test Dialog I just typed the contents of HelloTest.java But the eclipse platform gives me the following error

[JBoss-user] [JBoss jBPM] - Re: Simultaneous execution of Fork children

2005-12-09 Thread [EMAIL PROTECTED]
you shouldn't mess with threads and synchronization in jBPM. use the database for concurrency and optionally use a message system in the same transaction. regards, tom. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3911895#3911895 Reply to the post :

<    1   2