[jboss-user] [JBoss Seam] - Re: How to configure an embedded Ejb to connect to MySql not

2006-10-24 Thread baz
Hello, anonymous wrote : about your third solution, would you please explain more? Sure. try to search your complete project for the string hsql. Not only the source code, check the generated artifacts also. Even check the deployed project. There must be an erroneus configuration. And this need to

[jboss-user] [JBoss Seam] - Re: Seam Problem!!! URGENT, please

2006-10-24 Thread argomauro
Thanks for your suggestions. I'll deepen the SessionBean argument! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980276#3980276 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980276 ___

[jboss-user] [JBossCache] - Re: Migrating from JBCache 1.2.3 to 1.4.0 SP1

2006-10-24 Thread Stephane75
There are no exceptions when I put objects to the cache. I'm using Tomcat 5.5.x. There were not the jboss-serialization.jar in the classpath, I added it but I got the same result. Here is a copy of the log file when I put something in the cache : 2006-10-24 09:13:34,984 [http-8080-Processor25] DE

[jboss-user] [JBoss Seam] - Re: simeple create/edit user question

2006-10-24 Thread sws42
| The SearchBean: | | @Stateless | @Name("mitarbeiteruebersicht") | @LoggedIn | @Scope(ScopeType.STATELESS) | | public class MitarbeiterUebersichtBean | implements MitarbeiterUebersicht { | ... | ... | @In (required=false) | @Out (required=false) | p

[jboss-user] [Management, JMX/JBoss] - MBean and JNI access

2006-10-24 Thread jglan
I'm looking for some detailed information about calling Dlls from within MBeans using JNI. I currently experience class loading problems. Does somebody have some hints where exactly to put the wrapper jar and the Dll. I already modified run.bat to find the Dll (-Djava.library.path) i.e. the libs

[jboss-user] [Installation, Configuration & Deployment] - Re: Is JBoss AS 4.0.5 official?

2006-10-24 Thread [EMAIL PROTECTED]
It seems like a JDK issue, so can you try switching to an older/different jdk5, or even jdk1.4 and see if you still get this problem. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980280#3980280 Reply to the post : http://www.jboss.com/index.html?module=bb&

[jboss-user] [JBoss Seam] - Re: Getting Stateless Sesion bean to trigger from CommandLin

2006-10-24 Thread sws42
What about the @Local Annotation in your interface? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980282#3980282 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980282 ___ jbo

[jboss-user] [Beginners Corner] - problem configuring log4j in JBoss

2006-10-24 Thread inderjeet
Hi I am new to Jboss. I was using iplanet prior to this. My web application is using log4j for logging. But how the log4j be configured with Jboss, I am not able to find out. I have tried by putting log4j.properties file in the WEB-INF/classes folder and the log4j jar file in WEB-INF/lib folder.

[jboss-user] [Beginners Corner] - Re: Deployment problem : project doesn't appear in the web c

2006-10-24 Thread srenaudo
It's all of the output... I may have to configure something but had no time to check that since last thursday. 1/ JBoss Application Server 4.04 2/ Downloading the zip file. I use the "run.bat" file to start my JBoss instance. View the original post : http://www.jboss.com/index.html?module=bb

[jboss-user] [Beginners Corner] - Using Commons HttpClient 3.0

2006-10-24 Thread a_neil
Hi, How can I use the commons-httpclient-3.0 on my web application? Thank you very much. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980285#3980285 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980285

[jboss-user] [JBossWS] - Re: JSR 181 JBoss 4.0.4

2006-10-24 Thread ax666
this is what I love about the jboss support forums, you can ask lots of questions, also find similar questions of other users, and you can be sure you'll get either no answer at all or something saying it's your fault or fix it yourself or that it is fixed in a future version that will be releas

[jboss-user] [Javassist user questions] - some old package name still in class file!

2006-10-24 Thread tering
hi, I know javassit just now, it's a good tool. I used it ,find something not understand as follow: I changed some package name and class name use replaceClassName(), when I decomplile the class file, that's right! but when I open the class file with ultraedit,I still find some old package name

[jboss-user] [JBoss Messaging] - JBoss Messaging Assistance

2006-10-24 Thread jbossbill
Hi, We are using JBoss Messaging 1.0.1.GA We have an application where we have set up simple failover. We connect to 2 JBoss Messaging Servers on start up and use one as the primary and send messages to that server until it goes down, then we send to the other server. For consuming messages w

[jboss-user] [JBoss Seam] - Re: Seam and maven projects

2006-10-24 Thread m.vysny
The dvdstore sample app is now at http://vyzivus.host.sk/site-files/dvdstore.zip, sorry for wrong link. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980289#3980289 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=398028

[jboss-user] [JBoss jBPM] - How to query process instances by process variables

2006-10-24 Thread marcelruff
Olá, how can i query all process instances which contain a specific process variable like "givenName"="marcel"? (an entry in JBPM_VARIABLEINSTANCE). Is there a convenience method to do so or do i need to create my own queries in hibernate.queries.hbm.xml? And then access it with something like

[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Using EntityManager from a POJO

2006-10-24 Thread yair.zaslavsky
In the end it had nothing to do with the EntityManager usage from POJO - our transaction timeout was too short. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980291#3980291 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [JBoss Seam] - Re: Adding/Persisting A Record Problem...

2006-10-24 Thread petemuir
"johnurban" wrote : anonymous wrote : anonymous wrote : 2) What does give for the dropdown box. You've probably hit a conversion error. (You have but none for the h:selectOneMenu) | | | | Fourth, if you say add an h:messages to the dropdown, what do I name the . | | | |

[jboss-user] [JBossWS] - Re: JBossWS Plugin for JBossIDE / Eclipse

2006-10-24 Thread RomeuFigueira
Hi there, I've found out what the problem was. For a reason still unknonw to me (as it was a fresh out of the box install), my WS project was targeted to run on Java 6 while my development envirionment was set to Java 5. I will be developing with this tool, strying to get a grip with some funct

[jboss-user] [JBoss Seam] - Re: JBoss 4.0.5.GA: java.lang.NullPointerException: serialF

2006-10-24 Thread andyd
It seems to be tied up with when using facelets in a portal environment, as Gavin has the example seam portlet working - but that doesn't use facelets. I have just got a portlet+facelets version of the booking example to work with JB4.0.4GA Portal install. That was failing on JB4.0.5GA+Portal

[jboss-user] [JBoss Seam] - Re: simeple create/edit user question

2006-10-24 Thread petemuir
Please post the exception! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980296#3980296 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980296 ___ jboss-user mailing list jbos

[jboss-user] [JBossWS] - Re: JBossWS Plugin for JBossIDE / Eclipse

2006-10-24 Thread omatzura
Hi Romeu, Great! We are very thankfull for all your feedback, how minor the issue may seem.. either mail me directly ([EMAIL PROTECTED]) or add relevant issues to the JBoss JIRA and we will try to fix them promptly :-) best regards, /Ole View the original post : http://www.jboss.com/index.ht

[jboss-user] [JBoss Seam] - Re: Getting Stateless Sesion bean to trigger from CommandLin

2006-10-24 Thread petemuir
Make sure you've installed Seam EXCATLY as in the getting started guide including using the (non-standard) JEMS installer View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980297#3980297 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [JBoss Eclipse IDE (users)] - Problem when I want to open a file from the console

2006-10-24 Thread boby
I cannot open a file when an error is launched. I have this next error : "An exception occured while following link. Reason: Error logged from JDT Debug UI:" In the details: "Unable to access archive c:/eclipse-3.2.1/plugins/org.eclipse.jdt?source_3.1.1/src/org.junit_3.8.1/junitsrc.zip Le chemin

[jboss-user] [JBoss Seam] - Re: JBoss 4.0.5.GA: java.lang.NullPointerException: serialF

2006-10-24 Thread andyd
Just one other thought - is it safe to use the JBoss 4.0.5GA installer with Portal option? I was reminded by another post that for 4.0.4GA we had to use a "special" build of the installer. Andy. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980299#3980299

[jboss-user] [JBoss Seam] - Re: simeple create/edit user question

2006-10-24 Thread sws42
2006-10-24 11:06:49,582 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/weiterbildung].[Faces Servlet]] Servlet.service() for servlet Faces Servlet threw exception | javax.faces.FacesException: Cannot get value for expression '#{varMitarbeiter.kostenstellen.name}' |

[jboss-user] [Installation, Configuration & Deployment] - IIS JBoss Integration wherein IIS is on another box

2006-10-24 Thread OmegaRedX
There have been numerous topics listed here and on other forums but there was none stated for setting up JBOSS and IIS integration with the use of the JK2 connector but with IIS being on a separate box. I know that this all happens with the use of AJP 1.3 but I am wondering if anybody has anythi

[jboss-user] [JBossCache] - Re: Migrating from JBCache 1.2.3 to 1.4.0 SP1

2006-10-24 Thread [EMAIL PROTECTED]
Set your JGroups logging to DEBUG and try again. When you start up the 2 servers, you should see some clues. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980302#3980302 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[jboss-user] [JBoss jBPM] - Re: HQL query to select taskinstances

2006-10-24 Thread JeanGuyer
try something like : Query query = session.createQuery("select taskinstance from TaskInstance taskinstance join taskinstance.variableInstances as variable where variable.name = :varname and variable.value =:varvalue "); query.setString("varname", varName); query.setLong("varv

[jboss-user] [Installation, Configuration & Deployment] - Re: Update Tomcat

2006-10-24 Thread visolvejboss
Hello, Refer the following link. http://wiki.jboss.org/wiki/Wiki.jsp?page=VersionOfTomcatInJBossAS Hope, this may help you. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980306#3980306 Reply to the post : http://www.jboss.com/index.html?module=bb&op=po

[jboss-user] [JBoss jBPM] - Re: How to query process instances by process variables

2006-10-24 Thread JeanGuyer
I use something like that : Query query = this.procMgr.getSession().createQuery("select vi from org.jbpm.context.exe.VariableInstance vi where vi.name = :varname and vi.value=:varvalue"); | query.setString("varname", varName); | query.setString("varvalue", varValue);

[jboss-user] [JBossCache] - Re: Migrating from JBCache 1.2.3 to 1.4.0 SP1

2006-10-24 Thread Stephane75
JGroups add those lines to the log : 2006-10-24 11:31:02,312 [main] DEBUG org.jgroups.conf.ClassConfigurator - mapping is: 1: class org.jgroups.stack.IpAddress 2: class org.jgroups.protocols.CAUSAL$CausalHeader 3: class org.jgroups.protocols.FD$FdHeader 4: class org.jgroups.pro

[jboss-user] [JBoss Seam] - EJB-3.0_RC9-FD Update

2006-10-24 Thread fady.matar
The JBoss Seam libraries need to be updated to match with the latest EJB3 release. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980310#3980310 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980310 __

[jboss-user] [EJB 3.0] - Re: java.lang.ClassCastException: org.jnp.interfaces.NamingC

2006-10-24 Thread sumedha7
Hope following snippet from my build.xml is helpful. I have an application written using EJB3 & I am using a client to connect to it remotely. Following snippet is how I run the client from ant. All the jars I need are listed there. | | | | | |

[jboss-user] [EJB 3.0] - Re: java.lang.ClassCastException: org.jnp.interfaces.NamingC

2006-10-24 Thread sumedha7
Hope following snippet from my build.xml is helpful. I have an application written using EJB3 & I am using a client to connect to it remotely. Following snippet is how I run the client from ant. All the jars I need are listed there. | | | | | |

[jboss-user] [EJB 3.0] - Re: java.lang.ClassCastException: org.jnp.interfaces.NamingC

2006-10-24 Thread sumedha7
Hope following snippet from my build.xml is helpful. I have an application written using EJB3 & I am using a client to connect to it remotely. Following snippet is how I run the client from ant. All the jars I need are listed there. | | | | | |

[jboss-user] [EJB 3.0] - Column name clash with SQL keyword

2006-10-24 Thread jan_bar
Hi, This simple entity won't work with EJB3: | public class Attribute implements Serializable { | | private Long id; | | private Byte order; | | @Id | @GeneratedValue | public Long getId() { | return id; | } | | public void se

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JBossCacheService to Tomcat clustering not found

2006-10-24 Thread SideWinder
i have the same problem - i already marked the project as distributable. what else can i do to fix this problem? i don't want to use clustering at all - so i am using the default configuration. best regards, sidewinder View the original post : http://www.jboss.com/index.html?module=bb&op=viewt

[jboss-user] [JBoss jBPM] - Re: HQL query to select taskinstances

2006-10-24 Thread joepugh
Thanks very much, I will give that a try. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980316#3980316 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980316 ___ jboss-user ma

[jboss-user] [JBoss Seam] - Re: EJB-3.0_RC9-FD Update

2006-10-24 Thread [EMAIL PROTECTED]
Unfortunately, there is a showstopping bug in the RC9 release that makes it unusable on Tomcat. I'm working with the EJB3 team to get this sorted. Right now, this is the only problem blocking the 1.1.BETA release. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p

[jboss-user] [JBoss Seam] - Re: Annotation fail for nested methods calls

2006-10-24 Thread [EMAIL PROTECTED]
(1) Validation does not happen when you call a method, it must be used together with or . (2) Yes, the EJB3 (and EJB1/2) spec says that interception does not occur when "this" is invoked. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980318#3980318 Reply

[jboss-user] [Management, JMX/JBoss] - Re: JNI, System.loadLibrary() and class loader interactions

2006-10-24 Thread fastmhaavald
Hi, we have same situation and follows above advice but it does not work. We load library from MBean.start() We do teh check class loader which confirms same classloader... But, when calling an operation from JMX console which uses the native interface method, the unsatisifed link error comes..

[jboss-user] [Management, JMX/JBoss] - Re: JNI, System.loadLibrary() and class loader interactions

2006-10-24 Thread fastmhaavald
"bhandsaker" wrote : I was on the right track in what I wrote above. I finally found the | following reference in the JNI spec | (http://java.sun.com/j2se/1.5.0/docs/guide/jni/spec/design.html): | | anonymous wrote :"The programmer may use a single library to store all the native m

[jboss-user] [JBoss Seam] - Re: Seam and maven projects

2006-10-24 Thread [EMAIL PROTECTED]
If you guys want solid Maven support, then one of you is going to have to step up and work on it, and promise to maintain it. I can't because: (1) I don't know Maven (nor is it something i especially care for) (2) Seam releases are already a massive integration clusterfuck of incompatible/broken

[jboss-user] [JBoss Seam] - Re: JBoss 4.0.5.GA: java.lang.NullPointerException: serialF

2006-10-24 Thread [EMAIL PROTECTED]
There are no more "special" builds. That was a one-off as we migrated to a separate JEMS installer release cycle. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980322#3980322 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [JBoss Seam] - Re: s:validateAll and ui:include/ui:insert

2006-10-24 Thread [EMAIL PROTECTED]
I dunno, try it. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980323#3980323 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980323 ___ jboss-user mailing list jboss-user@lis

[jboss-user] [JBoss Seam] - Re: Seam and the old school of thinking

2006-10-24 Thread [EMAIL PROTECTED]
You can use the register(user) approach if you like. Seam 1.1 lets you write "#{register.register(user)}" as a method binding expression. (Plain JSF does not.) It all depends upon whether you view the user as "contextual state" or just a transient argument to a method. In this case its just a ma

[jboss-user] [Beginners Corner] - Re: problem configuring log4j in JBoss

2006-10-24 Thread jaikiran
The easiest way is to make your entries in the log4j.xml file present in %JBOSS_HOME%/server/default/conf folder. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980327#3980327 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=repl

[jboss-user] [JBoss Seam] - Re: Seam + JSF, problem with double-click

2006-10-24 Thread [EMAIL PROTECTED]
Like I said, this stuff is solved in 1.1. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980329#3980329 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980329 ___ jboss-user ma

[jboss-user] [JBoss Seam] - Re: getter called but property not found?

2006-10-24 Thread [EMAIL PROTECTED]
Either add getCustomerList() to your local interface and remove the @Out annotation, or change the JSP to: | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980330#3980330 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&

[jboss-user] [JBoss Seam] - Re: getter called but property not found?

2006-10-24 Thread taprogge
Of course... the interface! How could I forget? It seems odd though, that the beans getter method gets called even though it's interface does not even specify it... Thanks a lot, Phil View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980331#3980331 Reply to t

[jboss-user] [JBoss jBPM] - Re: Problems with JBPM

2006-10-24 Thread crossleyjuan
Most of the eclipse problems are caused by the version of it, what Eclipse version do you have? I'm using the Eclipse 3.2 and I don't have that problems. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980332#3980332 Reply to the post : http://www.jboss.com/

[jboss-user] [JCA/JBoss] - look up datasource failing~

2006-10-24 Thread tntxia
I deploy my application ear in jboss-4.0.4.CR2; flow is jboss console: 8:27:45,218 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local-jdbc.rar 18:27:45,500 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jms/j

[jboss-user] [JBoss Seam] - Re: getter called but property not found?

2006-10-24 Thread [EMAIL PROTECTED]
It gets called because you marked it as @Out! (Unnecessarily, I might add.) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980334#3980334 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980334 ___

[jboss-user] [JBoss jBPM] - Re: Deploy my process with jBPM-3.1 in JBOSS-4.0.4GA

2006-10-24 Thread crossleyjuan
It seems that you have a problem in the persistence configuration, can you post your configuration files, and the initialization lines for the JbpmConfiguration as well... Take a look of this lines: Caused by: java.lang.NullPointerException at net.sf.ehcache.CacheManager.detectAndFixDi

[jboss-user] [JBoss jBPM] - Transfer Process Instance id to Previous same Process defini

2006-10-24 Thread tom_sri74
Hi, I have deployed the Process definition (first version) and created 10 process instance id By mistake I re-deploy the same process definition and created the Second version of process definition in jbpm database and also created 5 process instance id. Both version (first & second) of proce

[jboss-user] [JBoss jBPM] - Re: JBPM3 with tomcat

2006-10-24 Thread dsrkreddy
Hi diwa iam very new to this jbpm ,and even iam working on the same thing , and i follwed the sugestions umentioned .. but on which directory i need to run the ant task to create database tables and data and as u mentioned "Add few jars to lib folder of your application", mean sho

[jboss-user] [JBoss jBPM] - Re: docbook-support is missing

2006-10-24 Thread clandestino_bgd
Hi Koen and all JBPM Community, I have spent a lot of time trying to isolate the error in JBPM build procedure. Before that, I have checked out the latest source version from CVS and invoke get.dependencies (nothing has been modified). I have also run both build scripts (Main one and GPD). As far

[jboss-user] [JBoss jBPM] - Problem starting the jBPM starters KIT

2006-10-24 Thread asifkhan13353
Hi all, I have been using the jBPM application server for sometime now. Till the lastb week I was using the starters kit 3.0.3 and everything was functioning fine. I thought of installung and running the latest version of the starters kit 3.1.2 Although everything seems so similar but there are

[jboss-user] [Management, JMX/JBoss] - The way to get value of java.lang:OperatingSystem, ProcessCpu

2006-10-24 Thread alex_55
Hi all, is there a way to get ProcessCpuTime of mentioned mbean (available in Sun's JMX RI)? Thanks./ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980339#3980339 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=398033

[jboss-user] [JBoss jBPM] - Re: JBPM3 with tomcat

2006-10-24 Thread dsrkreddy
"dsrkreddy" wrote : Hi diwa | | iam very new to this jbpm ,and even iam working on the same thing , and i follwed the sugestions umentioned .. but on which directory i need to run the ant task to create database tables and data and as u mentioned "Add few jars to lib folder of

[jboss-user] [Management, JMX/JBoss] - Re: The way to get value of java.lang:OperatingSystem, Proces

2006-10-24 Thread [EMAIL PROTECTED]
There is no standard published API to get this type of info. Have a look at the jdk5 MXBeans, though. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980342#3980342 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980342

[jboss-user] [JBossCache] - PojoCache 2.0 (replicate method execution)

2006-10-24 Thread mleur
Hi, I use PojoCache 2.0 (get on CVS) and JBoss AOP 1.5.2. I works great and better than pojocache 1.4. But I need help. In fact, I want to replicate method execution of an Object stored in the cache. My Object named TimerSessionValidity has a method named public void pingSession(). The behavio

[jboss-user] [JBoss jBPM] - Re: JBPM3 with tomcat

2006-10-24 Thread diwa_pv
hi there, you need to copy the jars to the lib folder of ur jbpm folder in webapps of tomcat. regards and thanks diwa View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980345#3980345 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mod

[jboss-user] [JBoss AOP] - create method of my LocalHome throws undeclaredthrowableExce

2006-10-24 Thread mokello
Hello Guys, I need help developing using JBoss and JBossEclipseIDE 1.5: My application was running well until one morning I logged on and deployed it again. Just using a single Bean with a lot of calls to business logic outside of the bean, I got an exception on creation of my Local interface:

[jboss-user] [JBossCache] - Re: PojoCache 2.0 (replicate method execution)

2006-10-24 Thread mleur
The code in pojocache-aop.xml is : | | | | org.jboss.cache.pojo.observable.Subject | org.jboss.cache.pojo.observable.SubjectImpl | new org.jboss.cache.pojo.observable.SubjectImpl(this) | | View the original

[jboss-user] [JBoss jBPM] - Re: Transfer Process Instance id to Previous same Process de

2006-10-24 Thread crossleyjuan
just do the following: JbpmContext ctx = conf.createJbpmContext(); GraphSession session = ctx.getGraphSession(); String processName = TheNameOfYourProcess; ProcessDefinition defTest = session.findLatestProcessDefinition(processName); session.deleteProcessDefinition(defTest.getId()); ctx.close();

[jboss-user] [Management, JMX/JBoss] - Re: The way to get value of java.lang:OperatingSystem, Proces

2006-10-24 Thread alex_55
"[EMAIL PROTECTED]" wrote : There is no standard ... Thank you, I have read http://java.sun.com/j2se/1.5.0/docs/guide/management/overview.html currently I use JMXBrowser-based example to get an access to JMX data. Seems there is no way to get java.lang:OperatingSystem MBean data from JMXBrowser (

[jboss-user] [JBoss AOP] - Re: create method of my LocalHome throws undeclaredthrowable

2006-10-24 Thread mokello
This is me again: I forgot to say some things that may be essential. I have checked the ejb-jar.xml file to see the jndi-local declaration, and it matches my jboss.xml file's representation of the local interface. They have all been set right. Nothing changed in the representation from the tim

[jboss-user] [Installation, Configuration & Deployment] - No Attribute found with name: PartitionName

2006-10-24 Thread AndrewBoyd
Hi All, I'm using JBossAS 3.2.6. I'm getting the following exception: | [ServiceConfigurator] Problem configuring service jboss:service=FarmMember,partition=DefaultPartition | t.DeploymentException: No Attribute found with name: PartitionName | But the attribute is there. I have create

[jboss-user] [JBoss Portal] - header content injection

2006-10-24 Thread ovidiucn
Hello! I have noticed that, using the *-themes.xml or jboss-portlet.xml files we can instruct the portal to inject some css/scripts in the header. I have a common js library file and i want it to be included in all portal pages no matter what theme/layout is selected/deployed. Is this possible?

[jboss-user] [JBoss Seam] - Re: Seam and the old school of thinking

2006-10-24 Thread texan
I still feel evil when I pass persistent objects out to the UI, but I've been using Java from "the beginning", and I have yet to really benefit from Value Objects. On the other hand, I have spent lots of time maintaining them, and it's really refreshing to have such a lean application with Seam

[jboss-user] [JBoss Seam] - Challenge: Simple Example Adding Records With Lookup Dropdow

2006-10-24 Thread johnurban
I have been unsuccessful in my search to find a seam example on how to create a screen that does the following: 1. create a table A in your favorite DB. Table A has a foreign key B Id that represents a record in table B. A - people id name city state b_id 2. create a table B in your favorite

[jboss-user] [JBoss Seam] - Re: Seam and maven projects

2006-10-24 Thread m.vysny
"[EMAIL PROTECTED]" wrote : (2) Seam releases are already a massive integration clusterfuck of incompatible/broken versions of different things Isn't there some way to split hibernate-all, jboss-ejb3-all and thirdparty-all.jar into standard packages and name/version them? The project itself coul

[jboss-user] [JBoss Messaging] - Re: Changing defaultDS to postgres: NoSuchMethodException

2006-10-24 Thread [EMAIL PROTECTED]
I have been doing quite a bit of testing for the JCA adapter. It was my plan to go through and update the jdbc support files being that I test on multiple DB hosts. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980360#3980360 Reply to the post : http://ww

[jboss-user] [JBoss Messaging] - Re: Changing defaultDS to postgres: NoSuchMethodException

2006-10-24 Thread timfox
"[EMAIL PROTECTED]" wrote : I have been doing quite a bit of testing for the JCA adapter. It was my plan to go through and update the jdbc support files being that I test on multiple DB hosts. Weston, that would be a great help, thx :) View the original post : http://www.jboss.com/index.html?

[jboss-user] [JBoss jBPM] - Re: JBPM3 with tomcat

2006-10-24 Thread dsrkreddy
Hi diwa , i had done the same (ant cretate.db ?buildfile build.deploy.xml) but it is giving me an exception like D:\jbpm\jbpm-starters-kit-3.1.2\jbpm>ant create.db ?buildfile build.deploy.xml Buildfile: build.xml BUILD FAILED Target `create.db' does not exist in this project. should i

[jboss-user] [JBoss jBPM] - Re: JBPM3 with tomcat

2006-10-24 Thread diwa_pv
hi sam, yeah, you need to run the ant task on ...\jbpm-starters-kit-3.1.2\jbpm folder. regards and thanks diwa View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980357#3980357 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply

[jboss-user] [JBoss Messaging] - Re: Changing defaultDS to postgres: NoSuchMethodException

2006-10-24 Thread ctomc
I have exact same error but when using DB2 as database (I modified oracle-persistence-service.xml to make it work with db2) it was working ok on jboss 4.0.3SP1 with messaging 1.0.1GA but when I upgraded to 1.2alpha1 i get this exception... I tried to use 1.2alpha because I had problems running 1

[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: JBossCacheService to Tomcat clustering not found

2006-10-24 Thread [EMAIL PROTECTED]
If you don't want to use clustering at all, *don't* mark your webapp as distributable. That tag means you want it clustered, so JBoss complains when it finds it can't replicate the sessions. If you switch to 4.0.5 you'll find that it complains at a lower log level. View the original post : ht

[jboss-user] [JBoss Messaging] - Re: Changing defaultDS to postgres: NoSuchMethodException

2006-10-24 Thread timfox
If you're using 1.2alpha, then the only config that is currently up to date and working is the config for mysql. It is a fairly simple (but fairly time consuming) task to get them working and this is going to be done by the beta release. If anyone wants to volunteer then please be guest :) Bas

[jboss-user] [JBoss Seam] - Re: Seam and maven projects

2006-10-24 Thread dhartford
Gavin, There are a lot of pieces of Jboss EMS that many of us are interested in stronger maven support, not just Seam. -Seam -Embedded EJB3 -JBPM & Drools -Remoting Some of these already do exist at the jboss maven repo http://repository.jboss.com/maven2/, but some do not and many are not regul

[jboss-user] [Installation, Configuration & Deployment] - Re: How to Handle Null Connections in JBOSS

2006-10-24 Thread hunk
How to : Interact with connection pools to obtain and release connections in JBOSS ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980369#3980369 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980369 _

[jboss-user] [JBoss jBPM] - Re: StartersProcess - task assigned to null, null

2006-10-24 Thread jstachera
ProcessDefinition.xml to previous post | | | | | | | | | | | | | | | | | | | | | | | |

[jboss-user] [JBoss jBPM] - Re: JBPM3 with tomcat

2006-10-24 Thread dsrkreddy
thanks Diwa , really thanks a lot for imediate replay. and i want to know on which directory i need to run ant task .. to create database table is it in ../jbpm-starters-kit-3.1.2/jbpm? Thanks & Regards sam View the original post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss Seam] - Re: Seam + JSF, problem with double-click

2006-10-24 Thread sherkan777
"[EMAIL PROTECTED]" wrote : Like I said, this stuff is solved in 1.1. Maybe it's time to change Seam 1.0.1 -> 1.1:P beacuse this problem is very painful for me...could you give here link to the documentation (whats new in 1.1v) those Seam beta version ,and link where can I download? Regards! V

[jboss-user] [JBoss jBPM] - Re: Transfer Process Instance id to Previous same Process de

2006-10-24 Thread tom_sri74
Thanks for your response. I know how to delete the latest Process definition. I need the solution only how to transfer process instance id from second version of Process Definition into first version of Process Definition. For eg; 1) Process defintion id - 1 version - 1 process instance id

[jboss-user] [JBoss Seam] - jboss-4.0.5.GA with portal profile breaks booking example

2006-10-24 Thread dajevtic
Hello everyone, I've tried deploying the booking example to jboss (installed as portal profile) and I get the following stack trace: anonymous wrote : 15:51:27,578 ERROR [[/seam-booking]] Exception starting filter ajax4jsf | java.lang.IllegalStateException: No Factories configured for this App

[jboss-user] [JBoss Eclipse IDE (users)] - Problem with launching since beta2

2006-10-24 Thread ahachmann
Hello, When i install all the JBoss-IDE Beta2 features or even install the full bundle with eclipse included, i reveive the following message on startup: "An Internal Error accured: Initializing Java Tools failed" And when i want to start a programm from eclipse i reveive An Internal Error accur

[jboss-user] [JBoss Eclipse IDE (users)] - JBossWS Plugin Walkthrough Example

2006-10-24 Thread kalvin
Hi, I am having problem with the following walkthrough example. http://www.soapui.org/jbossws/topdown_example.html Everything works until adding the HelloWorld.wsdl to the "JBoss Web Services" note. I can't find the expected note "IHellWorld" under the "JBoss Web Services" note. My environ

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Problem with launching since beta2

2006-10-24 Thread [EMAIL PROTECTED]
what does the Error Log tell you ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980375#3980375 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980375 ___ jboss-user mailing l

[jboss-user] [JBoss Seam] - Re: Getting Stateless Sesion bean to trigger from CommandLin

2006-10-24 Thread kasim
this may be dumb. But is it getting confused with calling it like a getter? with the getRoadTrips, and there not being a setter?? Just curious since if it was a problem with his deployment you'd think it would have died on the first one. Besides usually you'd think it would die on the first o

[jboss-user] [JBoss Seam] - Re: Trinidad example uploaded to wiki

2006-10-24 Thread Newion
Thank you for the example. But I still can't work with trinidad. My command buttons just don't post the form! is rendered to something like this: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980373#3980373 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&m

[jboss-user] [JBoss Eclipse IDE (users)] - Re: JBossWS Plugin Walkthrough Example

2006-10-24 Thread omatzura
Hi Kalvin! I am guessing that you are in the Package Explorer View but need to be in the Project Explorer View instead.. could you please check this? (this needs to be clarified in the documentation, sorry..) regards! /Ole View the original post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss Eclipse IDE (users)] - Re: What is to be downloaded?

2006-10-24 Thread lightbulb432
Thanks for the response. (By the way, if there's interest in helping document that page better, how would one go about it?) - What is JBossIDE-Core-2.0.0.Beta2.zip? Does it include everything in the "all" bundle minus Webtools and Eclipse? (In that case it'd be JBossIDE plus ALL plugins?) - So

[jboss-user] [JBoss Eclipse IDE (users)] - Re: What is to be downloaded?

2006-10-24 Thread [EMAIL PROTECTED]
"lightbulb432" wrote : Thanks for the response. (By the way, if there's interest in helping document that page better, how would one go about it?) | post to our public dev mailing list and Marshall will let you know how he would like the changes. anonymous wrote : | - What is JBossIDE-Cor

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Problem with launching since beta2

2006-10-24 Thread ahachmann
This is the Log directly after starting JBoss Eclipse full Bundle anonymous wrote : | !SESSION 2006-10-24 16:14:57.515 --- | eclipse.buildId=unknown | java.version=1.5.0_08 | java.vendor=Sun Microsystems Inc. | BootLoader constants: OS=win32,

[jboss-user] [EJB 3.0] - Re: Cannot get my first EJB 3.0 to work!!!

2006-10-24 Thread georges.goebel
"georges.goebel" wrote : Hi, | | I solved my problem by packaging the web application without the ejb classes. The ejb3 (session beans and entity beans) classes where 2 times in the ear. In the jar and the war file. After packageing them only in the jar it works for me View the original po

[jboss-user] [JBoss Seam] - Re: Challenge: Simple Example Adding Records With Lookup Dro

2006-10-24 Thread petemuir
Have you tried the example in my selectitems code (http://jroller.com/page/pmuir?entry=selectitems_revisited). It contains both a select many and select one drop down that will end up being represented as youy suggest. If you have problems getting the example running (follow the readme) let me

[jboss-user] [JBoss Eclipse IDE (users)] - Re: Problem with launching since beta2

2006-10-24 Thread [EMAIL PROTECTED]
please report this in our jira! definitly looks like a bug. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980385#3980385 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980385 ___

[jboss-user] [JBoss Portal] - Re: header content injection

2006-10-24 Thread PeterJ
Look at section 6.1.3.1 in the Reference guide at the < header > node: http://docs.jboss.com/jbportal/v2.4/reference-guide/en/html/xmldescriptors.html#descriptors_portlet View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980386#3980386 Reply to the post : http:

  1   2   3   >