[JBoss-user] [JBossWS] - java.lang.System.arraycopy problem

2006-05-13 Thread mlugert
Running jboss AS 4.04 CR2 with JBoss WS GA jars/sar installed. I get the following error: [wstools] java.lang.NullPointerException [wstools] at java.lang.System.arraycopy(Native Method) [wstools] at org.apache.xerces.impl.xs.XSModelImpl.getAnnotations(Unknown Source) [wstools]

[JBoss-user] [Installation, Configuration & Deployment] - Suse 10 : bad argument for IP_MULTICAST_IF

2006-05-13 Thread aron-smith
Hi, I am so close, yet so far to get the latest production release of JBoss up and running on a fresh install of Suse 10. I installed Java 1.5 with the JAVA_HOME set properly. When I start the server it scrolls many stack traces all starting with the error: java.net.SocketException: bad argu

[JBoss-user] [JBoss Seam] - Re: Seam JSR168 Portlet and EJB3 and Facelets

2006-05-13 Thread [EMAIL PROTECTED]
I would love it if you could get this information up on the wiki... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943379#3943379 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3943379 -

[JBoss-user] [JBoss jBPM] - Re: can't generate new .class files in the output folder of

2006-05-13 Thread hosierdm
You should be able to make any changes you want to the webapp sources and then rebuild the webapp using the build.webapp target in the build.deploy.xml ant build script. It will rebuild the war file, which you can then deploy to your server, replacing the existing one. It worked for me at leas

[JBoss-user] [JBoss jBPM] - Re: can't generate new .class files in the output folder of

2006-05-13 Thread achilloman_jbpm
in other words, can u explain me how can i update the classes of the source folder "java.webapp" coz i wanna add a pwd in the login action thx, View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943374#3943374 Reply to the post : http://www.jboss.com/index.html?

[JBoss-user] [Beginners Corner] - How do map one-to-many properly?

2006-05-13 Thread andyleung
I have a scenario, which is very easy: Gender 1 --- * Singer So in Singer class, I have a Gender object where in Gender class, I have list of Singer objects. Here are the source codes: | public class Gender implements Serializable { | private long id; | private String type; |

[JBoss-user] [JBoss Seam] - Re: Seam JSR168 Portlet and EJB3 and Facelets

2006-05-13 Thread evanzeng
Thank you, Colin! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943369#3943369 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3943369 --- Using Tomcat but need to do

[JBoss-user] [JBoss jBPM] - Urgent!!!!!! EAI with jBPM

2006-05-13 Thread salahssaid2
Hi evrybody I try to work with jBPm as an EAI to join 3 dedicated applications. But still now i dont find the convenient documentation. Plz someone have any suggestion Plz it really important!!! Thx in advance View the original post : http://www.jboss.com/index.html?module=bb&op=view

[JBoss-user] [JBoss Getting Started Documentation] - Re: Dike's Bank example - build failed

2006-05-13 Thread bloomfm
In a correction to my last posting though you should download j2ee-1_4-doc-tutorial_2.zip other versions will not compile correctly. Once I had downloaded this version I got the tutorial up and running very quickly with just having to change the settings in jboss-build.properties file. I was

[JBoss-user] [EJB 3.0] - NullPointerException in StatefulRemoveFactory

2006-05-13 Thread javajedi
JBoss 4.0.4 CR 2 jboss-EJB-3.0_RC6 I'm trying to deploy a stateful session bean and getting a NullPointerException. Any suggestions would be appreciated: 2006-05-12 17:05:12,945 WARN [org.jboss.system.ServiceController] Problem starting service jboss.j2ee:ear=crm-2.0-SNAPSHOT.ear,jar=crm-ejb

[JBoss-user] [JBoss.NET] - unable to pass simple javabean in method call

2006-05-13 Thread sriramd
I have a siimple HelloWorld web service with 2 method calls. 1. helloWorld that takes a string as an argument and just prints it 2. helloWorldSpecial that takes a simple javabean and does nothing. When I have just the first method, all works fine When I add the second method, jboss complain

[JBoss-user] [Messaging, JMS & JBossMQ] - Communication between SAR and WAR

2006-05-13 Thread ofunkhouser
I have a web application deployed as a war file in JBoss. I have a SAR that monitors specific directories that can be populated with files coming from the web interface or a separate FTP interface. Currently, the WAR and SAR communicate via JMS messages. But now that they are executing on the

[JBoss-user] [EJB 3.0] - Error initializing MDB in embedded container

2006-05-13 Thread rtjames
Version: JBoss EJB3 Embeddable ALPHA 5 I am writing JUnit tests that run in the embedded container. If I'm only using Stateless Session Beans, the server starts and the tests run. I've added some MDBs recently, and now I see this during startup: | [junit] INFO 13-05 13:12:49,541 (Ejb

[JBoss-user] [JBoss jBPM] - Re: Problem installing BPEL extension - Found problem

2006-05-13 Thread meghanai_99
I had JBoss4.0.3SP1 and jdk was 1.4.2_07. This combination throws MBean not yet installed error. When I switch to jdk1.5.0_06 it works. Thought I would share with the community so that someone else knows how to work around my original problem. Now I have new issue though. My jBPM-BPEL is instal

[JBoss-user] [JBoss Eclipse IDE (users)] - Problem downloading JBossIDE-1.5.1.GA-ALL.zip

2006-05-13 Thread audioworm
I've just tried to install the IDE on a new PC, I'm finding that the Update Software option is failing as one of the files downloaded is corrupted. (Using url http://download.jboss.org/jbosside/updates/stable) I also tried by downloading JBossIDE-1.5.1.GA-ALL.zip and the md5 checksum for the f

[JBoss-user] [EJB 3.0] - Re: Cascade problem

2006-05-13 Thread UTDrew
I'm having the same problem. I have a OneToMany relationship and regardless of whether I remove an object from the relationship, clear all of the objects in the relationship or replace the relationship with a new empty set the changes are never propagated to the 'Many' table. Here is how I hav

[JBoss-user] [Security & JAAS/JBoss] - Caveat about Dynamic Login Config Service

2006-05-13 Thread [EMAIL PROTECTED]
http://wiki.jboss.org/wiki/Wiki.jsp?page=DynamicLoginConfig This is a great service when you need to dynamically load the jaas configuration for the security service. In the service, you can optionally specify (in fact we should kind of mandate it), the AuthConfig attribute to refer to a login

[JBoss-user] [JBoss Seam] - seam portability

2006-05-13 Thread cfranky
Woud you inform me if seam framework is portable to other application servers different from JBoss 4.x ? Our company is interested in developping a great application in JBoss 4.x with seam and after that to operate the application on several application servers: BEA WebLogic, IBM Websphere and

[JBoss-user] [EJB 3.0] - Re: Combining EJB3 with MVC frameworks

2006-05-13 Thread Stefan Arentz
"supernovasoftware.com" wrote : I admit that the initial learning curve is a little steep, but when you see how easy complicated things become you will never look back. | | You will get JSF plus a fantastic framework to connect it to EJB3. | I'm more interested in the original question f

[JBoss-user] [JBoss Seam] - Re: Seam JSR168 Portlet and EJB3 and Facelets

2006-05-13 Thread Stijn.deWitt
I too would be very interested in seeing an example of this. Is there any news on this topic? Could you post an url if it's at your website? Thanks, -Stijn View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943347#3943347 Reply to the post : http://www.jboss.c

[JBoss-user] [JBoss Getting Started Documentation] - Re: Dike's Bank example - build failed

2006-05-13 Thread bloomfm
I found the files at http://java.sun.com/j2ee/1.3/download.html#tutorial in j2ee-1_3-doc-tutorial-draft5.zip thanks go to victor.declerk for pointing me in the right direction View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943345#3943345 Reply to the post :

[JBoss-user] [Management, JMX/JBoss] - Re: how to configy=ure jboss to mysql access by a simple jav

2006-05-13 Thread jaikiran
I believe you are looking for setting up datasources. If so, have a look at: http://wiki.jboss.org/wiki/Wiki.jsp?page=SetUpAMysqlDatasource http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigDataSources View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943343#394

[JBoss-user] [EJB 3.0] - Re: Combining EJB3 with MVC frameworks

2006-05-13 Thread supernovasoftware.com
Use JBoss Seam it rocks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943341#3943341 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3943341 --- Using Tom

[JBoss-user] [JBoss Messaging] - Re: JBoss 1.5.0.GA and scoped deployments

2006-05-13 Thread [EMAIL PROTECTED]
Wrong forum, moved to Design of Messaging View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943339#3943339 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3943339 --- Usi

[JBoss-user] [JBoss AOP] - JBoss 1.5.0.GA released

2006-05-13 Thread [EMAIL PROTECTED]
It is a major milestone on the way towards the AOP 2.0 release. It contains a number of new features and bug fixes: http://jira.jboss.com/jira/secure/ReleaseNote.jspa?version=12310792&styleName=Html&projectId=10055 One of the most exciting new features though is the support for aop within scope

[JBoss-user] [EJB 3.0] - Re: Problem starting EJB3 ServiceBean

2006-05-13 Thread ihunter
Sorry folks, fixed it. It was getting mixed up with some legacy 2.1 code that got dragged in by accident. Cleared that out and off it goes. Ian View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943269#3943269 Reply to the post : http://www.jboss.com/index.html

[JBoss-user] [JBoss Messaging] - JBoss 1.5.0.GA and scoped deployments

2006-05-13 Thread [EMAIL PROTECTED]
Hi, I've just released JBoss AOP 1.5.0.GA. It contains some support for scoped classloading. I know jboss messaging is deployed as a scoped deployment, but not why. I believe it was because I added some features you needed to JBoss AOP which were not in a release at the time, and you needed you

[JBoss-user] [JBoss Seam] - Re: Script.aculo.us with Seam Remoting

2006-05-13 Thread simon.nicholls
Looked at how Seam might play with jMaki? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943334#3943334 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3943334 --- Usi

[JBoss-user] [Management, JMX/JBoss] - how to configy=ure jboss to mysql access by a simple java cl

2006-05-13 Thread hakim55
hi all how to configure jboss for mysql to be used in a simple java file/ in tomcat it used server.xml but how is with jboss. thnaks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=394#394 Reply to the post : http://www.jboss.com/index.html?module=b

[JBoss-user] [JBoss Messaging] - Re: Message Queues with DatabaseServerLoginModule

2006-05-13 Thread timfox
Can you show me your queue config? I.e. where you are deploying the queue. BTW using a block should allow you display your config properly. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943332#3943332 Reply to the post : http://www.jboss.com/index.html?mo

[JBoss-user] [EJB 3.0] - Re: lazy initialization leads to org.hibernate.LazyInitializ

2006-05-13 Thread [EMAIL PROTECTED]
There must be some sort of interceptor that does the lazy loading. Isn't it possible to modify this interceptor? If I understand the ejb specification correctly, custom interceptors are only possible for session and message beans, not for entity beans. View the original post : http://www.jboss

[JBoss-user] [EJB/JBoss] - Re: Calling a remote ejb interface in app1.ear from a servle

2006-05-13 Thread j2ee_junkie
Hey gang, This version of this thread is a better place to ask this. Please excuse the double post (also on thread http://www.jboss.com/index.html?module=bb&op=viewtopic&t=81466) I have this exact problem too. I have two ear's that are isolated with by unique loader-repository elements in thi

[JBoss-user] [JBoss jBPM] - Re: Problem in required field attribute in default form cont

2006-05-13 Thread kukeltje
If you post enough info on the version of jBPM you are using we will try. I already requested this info in the other thread, but did not receive a response. Since you obviously read the other thread (you posted a reference to it) I assume you are aware of this earlier question. View the origina

[JBoss-user] [JBoss Seam] - Re: force new session ID, but don't invalidate session

2006-05-13 Thread [EMAIL PROTECTED]
No idea, but it's a Tomcat question... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943238#3943238 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3943238 --- Using

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Hibernate Interceptor and JBoss 4.0.2

2006-05-13 Thread udayaprakash
Hi, We have an Java web application built using Hibernate3.0 and Spring framework running on JBoss 4.0.1. We use the Hibernate Interceptor to do the audit loggigng. We later migrated the application to Jboss 4.0.2. Whenever the audit logging is enabled we get the following exception org.hibern

[JBoss-user] [JBoss Portal] - CMS url and CMSObjectCommandMapper : best way to debug ?

2006-05-13 Thread Antoine_h
Hello, I am using a sub class of CMSPortlet, and the /content/... url does not work. I have no parameter passed to the doView method. The parameter "path" is null in the render request. I have checked many thing. the configuration of the CMSObjectCommandMapper in the jboss-service.xml is update

[JBoss-user] [JBoss Eclipse IDE (users)] - JBossIDE-Tutorial - problem

2006-05-13 Thread nicko804
I'm newbie.. I've seen similar subjects, but no clues. Does anybody know why when trying to employ FiboApp.ear this error happens? 10:35:05,859 INFO [EJBDeployer] Deployed: file:/C:/Program Files/jboss-4.0.4.CR2/server/default/tmp/deploy/tmp56561FiboApp.ear-contents/FiboEJB.jar 10:35:05,906 INF

[JBoss-user] [JBoss jBPM] - can't generate new .class files in the output folder of "web

2006-05-13 Thread achilloman_jbpm
hi, i wanna know how i can update the source "webapp" coz i couldn't generate new .class files in the build folder View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943225#3943225 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[JBoss-user] [JBoss Messaging] - Message Queues with DatabaseServerLoginModule

2006-05-13 Thread psmith
I seem to be having trouble getting a reference to the Queue from jndi. I've setup a Scoped queue as follows: jboss.messaging:loader=ScopedLoaderRepository java2ParentDelegation=false jboss.messaging:service=ServerPeer

[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: Error: Could not execute JDBC batch update NonSpecificEx

2006-05-13 Thread yantriki
The Warning went away after adding the dependency in the ejb-timer-service.xml. I wm wondering if the following settings have anything to do with the JDBC batch update failure: 12:29:13,203 INFO [SettingsFactory] Automatic flush during beforeCompletion(): disabled | 12:29:13,203 INFO [Setti

[JBoss-user] [JBoss jBPM] - Re: Assignign default values to variables

2006-05-13 Thread cavalera
Maybe you could define some Aspect using AspectJ - Spring AOP or whatever that targets... TaskController.initializeVariables(TaskInstanace) and populate the variables values in the aspect. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943217#3943217 Reply

[JBoss-user] [JBoss jBPM] - Re: Assignign default values to variables

2006-05-13 Thread kukeltje
Yes, I have an idea. Since it is not in the documentation (and in the db as you say, but that is no signal), it is likely that it is not possible. My idea would be to search the forum. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943214#3943214 Reply to th

[JBoss-user] [EJB 3.0] - Re: lazy initialization leads to org.hibernate.LazyInitializ

2006-05-13 Thread [EMAIL PROTECTED]
Hello Cyril, but what is lazy loading good for if I alwayas have to preload lazy attributes bevore transfering them to the client? Is there now way to do this on demand in an elegant way? Some frameworks? Some design patterns? View the original post : http://www.jboss.com/index.html?module=bb&

[JBoss-user] [Management, JMX/JBoss] - Re: Scheduler Jboss

2006-05-13 Thread fighter79
Hello. I have the problem with the scheduler. I follow these phases: 1- Create a session bean that implements Schedulable. 2- Implements the method "perform" and put there the code to be executedby Scheduler 3- create a jboss-service.xml and put this file in a sar file. Then during of deploy