[JBoss-user] [EJB 3.0] - Re: Remote Client: What library?

2005-12-15 Thread martin ganserer
Hi,

I added hibernate3.jar but I still get an error! The log tells me that I can 
"open" the remote interface and that something works on the server.
But when I try to fetch the data the method comes back with following error 
message:

08:51:38,640 ERROR [ServerThread] failed
  | java.net.SocketException: Connection reset
  | at java.net.SocketInputStream.read(SocketInputStream.java:168)
  | at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
  | at java.io.BufferedInputStream.read(BufferedInputStream.java:235)
  | at 
java.io.ObjectInputStream$PeekInputStream.peek(ObjectInputStream.java:2200)
  | at 
java.io.ObjectInputStream$BlockDataInputStream.readBlockHeader(ObjectInputStream.java:2380)
  | at 
java.io.ObjectInputStream$BlockDataInputStream.refill(ObjectInputStream.java:2447)
  | at 
java.io.ObjectInputStream$BlockDataInputStream.read(ObjectInputStream.java:2519)
  | at 
java.io.ObjectInputStream$BlockDataInputStream.readByte(ObjectInputStream.java:2668)
  | at java.io.ObjectInputStream.readByte(ObjectInputStream.java:864)
  | at 
org.jboss.remoting.transport.socket.ServerSocketWrapper.checkConnection(ServerSocketWrapper.java:54)
  | at 
org.jboss.remoting.transport.socket.ServerThread.acknowledge(ServerThread.java:217)
  | at 
org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:298)
  | at 
org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:169)

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913067#3913067

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913067


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: On conversation usage patterns

2005-12-15 Thread marius.oancea
Gavin, would you be so kind to put one generated example into examples 
directory. Will be of much interes for all of us.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913066#3913066

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913066


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2005-12-15 Thread jaikiran
"philc_jboss" wrote : 
  | jmx-console
  | service=JNDIView:
  | +- local (class: org.jnp.interfaces.NamingContext)
  |   |   +- [EMAIL PROTECTED] (proxy: $Proxy149 implements interface 
org.ejb.MyBeanLocalHome)
  | 
  | 

This i think should just be MyBeanLocal and NOT [EMAIL PROTECTED] I had seen a 
similar issue being reported in the forums. Currently i am not able to locate 
the same(I guess it was in EJB/JBOSS forum).

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913065#3913065

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913065


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: add xsl mime type on jboss2.4.4-tomcat3

2005-12-15 Thread kevinstembridge
I'm getting the same error and one workaround I've found that works is to 
rename the stylesheet documents to have an xml extension. document.xsl becomes 
something like document-xsl.xml.

If you managed to come up with a better solution I'd love to hear it because 
I'm having to manually modify the files generated by third party software. I'd 
prefer it if I could just configure JBoss or Firefox to load them correctly.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913064#3913064

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913064


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: Installer default+ejb3: ClassCastException on Session Be

2005-12-15 Thread jsb
More info on this...

A colleague had reworked our ant script so that the war file has no WEB-INF/lib 
or WEB-INF/classes directories.  Instead the classes and lib jars are 
referenced from the file system via a jboss-service.xml file in the above 
mentioned sar (the one that also provides the datasourse config/lib).  This is 
his solution for class loading memory problems he has experienced in the past 
when doing multiple redeployments into JBoss without restarting.

I modified the build script to put the compiled web classes in WEB-INF/classes 
and this caused the ear to work correctly in the default+ejb3 server.  This 
makes me happy and I am almost satisfied.  But the question regarding the 
configuration remains...

The ear file built with a war that does not contain WEB-INF/classes works in 
the manually set up all+ejb3 but does not work in the installer set up 
default+ejb3 (jndi session bean lookup class cast problem).  So there is 
probably some simple configuration change I can make to the default+ejb3 server 
to get a similar working behavior as in the all+ejb3 server.

Anyone know what it might be?

Thanks again,
Jonn 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913063#3913063

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913063


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2005-12-15 Thread philc_jboss
Reviewing my initial post, I see with the calling code I did not mention that I 
was calling from a struts action / servlet (Tomcat bundled with JBoss). I know 
that Tomcat has its' own JNDI Server and from what I read I have to make a 
global reference. 

I am using the default jndi.properties in my classpath:
### JBossNS properties
java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
java.naming.provider.url=jnp://localhost:1099
java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces

Thanks for your reply, I am so frustrated I am sure I have overlooked something 
(otherwise I would not be having this issue). Discovering resolution is 
becomming a personal quest. Thanks again.
-Phil

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913056#3913056

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913056


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Eclipse IDE (users)] - unable to create remote and home interface for Fibo example

2005-12-15 Thread VishalVishnoi
HI 
I m tring JbossIDE tutorial, i m creating the FIBO bean ,i m using the xdoclate 
,but when i run the xdoclate ..it is creating all the other files except home 
and remote interface .can anybody help why it is not creating th home anf 
remote interface 

Thanks
Vishal

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913059#3913059

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913059


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JCA/JBoss] - Re: DeploymentException with -ds.xml inside ear inside rar

2005-12-15 Thread greywind
I know, but this has effect on all the other applications deployed in the 
application server. In case of DOM3 that might not be a problem but it is a 
matter of prinicpal and our clients have very strict rules of deployment. They 
will definitly not like it.

Anyway I know how to work around it and I just let the other guy know.

And I also know that it is not a jboss problem per se. 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913058#3913058

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913058


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Timer problems

2005-12-15 Thread enazareno
Hi,

I have provided a sample class to run scheduler test without using the 
servlet. Maybe this could help you (i have not included import classes). This 
is a very crude way of testing but it helped me understand the activities 
inside.

   This is the ActionHandler class. package is br.com.glr.jbpm.handlers
   
  | public class MailActionHandler implements ActionHandler {
  | 
  | String message;
  | String to;
  | String from;
  | String subject;
  | 
  | public void execute(ExecutionContext executionContext) throws Exception 
{
  | System.out.println( "MAILING MESSAGE " + subject + "; to->" + 
to + "; from->" + from + "; message->" + message);
  | }
  | 
  | }

And this is my test class

  | public class TestDeployer {
  | 
  | public static void deployTest() throws Exception{
  | ProcessDefinition def = ProcessDefinition.parseXmlString(  
  | "" +
  | "" +
  | "" +
  | "" +
  | "" +
  | "" +
  | "" +
  | "[EMAIL 
PROTECTED]" + 
  | 
"timer" +
  | 
"timer" +
  | "[EMAIL 
PROTECTED]" + 
  | "" +
  | "" +
  | "" + 
  | "" +
  | "" +
  | ""
  | );
  | JbpmSession session = 
JbpmSessionFactory.getInstance().openJbpmSession();
  | session.beginTransaction();
  | session.getGraphSession().saveProcessDefinition(def);
  | session.commitTransactionAndClose();
  | System.out.println( "FINISH DEPLOYMENT" );
  | }
  | 
  | public static void createProcessInstance() throws Exception{
  | JbpmSession session = 
JbpmSessionFactory.getInstance().openJbpmSession();
  | ProcessDefinition def = 
session.getGraphSession().findLatestProcessDefinition("test-timer-process");
  | ProcessInstance proc = new ProcessInstance(def);
  | 
  | //System.out.println( proc.getRootToken().getNode().getName() 
); 
  | session.beginTransaction();
  | session.getGraphSession().saveProcessInstance(proc);
  | session.commitTransactionAndClose();
  | System.out.println( "YOUR PROCESS INSTANCE ID " + proc.getId());
  | }
  | 
  | public static void runFirstState(long id) throws Exception {
  | JbpmSession session = 
JbpmSessionFactory.getInstance().openJbpmSession();
  | ProcessInstance proc = 
session.getGraphSession().loadProcessInstance(id);
  | proc.signal();
  | session.beginTransaction();
  | session.getGraphSession().saveProcessInstance(proc);
  | session.commitTransactionAndClose();
  | System.out.println( "your state name is " + 
proc.getRootToken().getNode().getName());
  | }
  | 
  | public static void runScheduler() throws Exception{
  | JbpmSession session = 
JbpmSessionFactory.getInstance().openJbpmSession();
  | SchedulerThread th = new SchedulerThread();
  | th.start();
  | }
  | 
  | public static void endState(long id) throws Exception {
  | JbpmSession session = 
JbpmSessionFactory.getInstance().openJbpmSession();
  | ProcessInstance proc = 
session.getGraphSession().loadProcessInstance(id);
  | proc.signal();
  | session.beginTransaction();
  | session.getGraphSession().saveProcessInstance(proc);
  | session.commitTransactionAndClose();
  | }
  | 
  | public static void main(String[] args) throws Exception {
  | //test
  | }
  | 
  | }

You must run these codes one at a time and observe the databse (I suggest you 
have a clean database):

1. deployProcess(); 
   TABLES AFFECTED: JBPM_PROCESSDEFINITION, 
JBPM_NODE,JBPM_TRANSITION,JBPM_NODE,JBPM_EVENT,JBPM_ACTION,JBPM_DELEGATION,JBPM_MODULEDEFINITION

   2. createProcessInstance();
   TABLE AFFECTED: JBPM_TOKEN, JBPM_PROCESSINSTANCE, JBPM_MODULEINSTANCE, 
JBPM_LOG, JBPM_TOKEN

   NOTE: This will create a process instance number. You must remember this 
instance for our next method. Special take note of JBPM_PROCESSINSTANCE.

   3. runFirstState( processId ) //processId is the id in #2 
   TABLES AFFECTED: JBPM_LOG, JBPM_TIMER, JBPM_TOKEN 
   
   NOTE: The JBPM_TIMER is populated at this point. At this node state, this 
means the timer is activated. However, you cannot 

[JBoss-user] [EJB 3.0] - Re: EJB3.0 CMP deplying problem

2005-12-15 Thread adver11
EJB3Test.par
   com/fids/test/Fund.class
   META-INF/persistence.xml


wrong?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913053#3913053

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913053


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2005-12-15 Thread lepe
Are you doing the lookup inside the JBoss JVM?

In that case:

1. Use the in JBoss already existent jndi.properties (dont edit it!) and just 
do a new InitialContext()

2. Do the lookup like in your first post - that is dont use the java:/ 
namespace.

/L

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913050#3913050

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913050


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Performance Tuning] - Re: GC data?

2005-12-15 Thread genman

There is some data provided from the JDK 1.5 on GC, especially for JBoss 4.0 
via JMX.  The JMX console looks pretty nice too.

Also take a look at this:  
http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossMBeansInJConsole



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913048#3913048

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913048


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Performance Tuning] - Re: JBoss Memory Profiling w/ Rational Purify

2005-12-15 Thread genman

There are some other memory profiling tools, the "JBoss Profiler" comes to 
mind, but it obviously isn't as slick as Purify.

Given that your Purify (2003 I guess) predates JDK1.4.2 by quite a bit I wonder 
if it's even supported.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913047#3913047

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913047


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - prob when ejb and wsr in same node in a cluster

2005-12-15 Thread haribaasha
i hav 4 nodes in the cluster, when i hav webservice in one node and ejb's in 
the other 3, clsutering, loadbalancing,failover happens fine..

when i hav ejb in all 4, then either i get a loginterceptor error, or 
clustering doesnt happens and all calls to the webservice are routed to the ejb 
in that node itself..

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913045#3913045

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913045


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB/JBoss] - Re: remote lookup problem;ClassNotFoundException

2005-12-15 Thread haribaasha
to call B.ear on the other node2 node1 needs to hav the remote and home 
interfaces of B.ear in its class path. jsut jar them and have it in the lib 
directly on node1. it will work fine..

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913044#3913044

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913044


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2005-12-15 Thread philc_jboss
Ok, I can't imagine there is not an answer to this issue (nobody else has 
experienced this issue). I guess this is seen as a newbie/configuration 
addressed in configuration documents that I overlooked. Either way I will 
continue to try to get this working somehow otherwise I will have to switch 
back to my previous app server - I was hoping to be able to use JBoss. 


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913043#3913043

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913043


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: Domain-specific information in @Resource

2005-12-15 Thread euvitudo
Hmm... I installed 4.0.3SP1 using the webstart installer.  I guess that doesn't 
include RC3?

Anyway, I'll install RC3 manually, and go from there.

Thanks!

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913042#3913042

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913042


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2005-12-15 Thread danjourno
Hi pdog,

Can you tell me which tutorial you used?

Thanks
Dan

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913041#3913041

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913041


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: JBoss 4.0.3 - EJB 3.0 - Exception caused by UNIQUE const

2005-12-15 Thread trofimov
I have a similar problem.
My Slsb have method:

  | public void addUser(User user) throws Exception {
  | try {
  | em.persist(user);
  | em.flush();
  |} catch (ConstraintViolationException e) {
  | throw new UserAlreadyExistsException(
  | "User already exist!", e);
  | } catch (PropertyValueException e) {
  | throw new PropertyInvalidException(e.getEntityName(), 
e.getPropertyName());
  | }
  | }
  | 

UserAlreadyExistsException it is caught, but if i catch PropertyValueException, 
PropertyInvalidException not rise!
Client recive:


  | java.lang.RuntimeException: org.jboss.tm.JBossRollbackException: Unable to 
commit, tx=TransactionImpl:XidImpl[FormatId=257, GlobalId=lserver/68, 
BranchQual=, localId=68] status=STATUS_NO_TRANSACTION; - nested throwable: 
(org.hibernate.PropertyValueException: not-null property references a null or 
transient value: ru.migusoft.ent.persist.security.User.accountName)

Where I should catch PropertyValueException exception?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913040#3913040

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913040


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Displaying Portlet of one application in another application

2005-12-15 Thread windyguy27
Hi,

Is it possible to display a Portlet present in one Application in another 
portal application. If so then guide me how can I do this thing.

Thanks


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913039#3913039

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913039


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: What would be the best way to reformat a

2005-12-15 Thread davidsan1001
Any update on this or is it part a grander UI update?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913037#3913037

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913037


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: EJB3.0 CMP deplying problem

2005-12-15 Thread [EMAIL PROTECTED]
how have you packaged things?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913036#3913036

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913036


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: Domain-specific information in @Resource

2005-12-15 Thread [EMAIL PROTECTED]
I thought you were using RC3?  It should have mappedName

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913035#3913035

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913035


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


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

2005-12-15 Thread jahlborn
just wanted to close out this thread if anyone else happens upon it.  i finally 
found the cause of my spontaneous rollbacks, and it was a jboss issue.  it 
turns out that the XAResource transaction timeouts are controlled independently 
of the TransactionManager transaction timeouts.  in the 4.0.3 version of jboss, 
a config param was added to the datasource config files "xa-resource-timeout", 
which enables one to set the XAResource transaction timeout (in seconds).  by 
sufficiently lengthening that timeout (default is 5 minutes), the oracle 
datasource no longer rollsback mid-commit.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913034#3913034

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913034


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Timer problems

2005-12-15 Thread enazareno
Hello again,

I will try to test your process definition without using servlets. This is 
the code you sent 
  |
  |   
  |
  |
  |
  |   
  |  
  |  
  | [EMAIL PROTECTED]
  | timer
  | timer
  | [EMAIL PROTECTED]
  |  
  |  
  |   
  |   
  |
  |
  |. Will send you a note soon.

Regards,

Elmo

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913033#3913033

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913033


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: On conversation usage patterns

2005-12-15 Thread lavoir
I'll definatetly have a look :)

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913032#3913032

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913032


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration & Deployment] - Ear deployment problem when isolation set to true

2005-12-15 Thread nnnsatish
The Ear file has (RAR,EJB,WAR) , which deploys fine when isolation flag is set 
to false (C:\jboss-4.0.2\server\default\deploy\ear-deployer.xml).

When the Isolation flag is set to TRUE, Jboss throwing below error while 
deploying the EAR. This is happening when doing WAR deployment from the EAR 
file.

--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss.j2ee:jndiName=demo/Persistance,service=EJB
  State: FAILED
  Reason: java.lang.NoClassDefFoundError: java/util/Collection

Kindly let me know how to fix this issue, Its very urgent as i need to deliver 
to a customer, I am trying to fix this issue from past few days, Your help is 
greatly appriciated :)

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913031#3913031

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913031


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Problem during deploying my own bpel process in jbpm bpe

2005-12-15 Thread fabricio.nogueira
Hello Alejandro and Jbpm users,

I think I don't know how to deploy this bpel process. I'll try to explain how 
JDeveloper Bpel designer created the files. When I modelled my bpel process I 
noticed that a wsdl file for the web service that I'm calling was generated and 
I didn't put it in my previous bpel-definition.xml file. Now I have my myEcho 
folders structured as:

  | myEcho
  |hibernate.properties
  |jndi.properties
  |log4j.properties
  |build.properties
  |build.xml
  |[definition]
  |   bpel-definition.xml
  |   myEcho.bpel
  |   myEcho.wsdl
  |   myEcho1.wsdl
  | 

And the files are:

bpel-definition.xml

  | 
  | http://jbpm.org/bpel";
  |   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
  |   xsi:schemaLocation="http://jbpm.org/bpel
  |   http://jbpm.org/bpel/bpel_definition_1_0.xsd";>
  |   
  |   
  |   
  | http://xmlns.oracle.com/myEcho"; 
location="myEcho.wsdl"/>
  | http://localhost:8081/axis/myEcho.jws"; 
location="myEcho1.wsdl"/>
  |   
  |   
  | 
  | 

myEcho.bpel file is:


  | 
  | http://xmlns.oracle.com/myEcho"; 
xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; 
xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"; 
xmlns:xp20="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.Xpath20";
 xmlns:ns1="http://localhost:8081/axis/myEcho.jws"; 
xmlns:ldap="http://schemas.oracle.com/xpath/extension/ldap"; 
xmlns:bpelx="http://schemas.oracle.com/bpel/extension"; 
xmlns:client="http://xmlns.oracle.com/myEcho"; 
xmlns:ora="http://schemas.oracle.com/xpath/extension"; 
xmlns:orcl="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.ExtFunc";>
  | 
  | 
  | 
  | 
  | 
  | 
  |   
  | 
  | 
  |   
  | 
  | 
  | 
  | 
  | 
  | 
  |   
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  |   
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  |   
  | 
  | 
  | 
  | 
  | 
  | 
  |   
  | 
  |   
  | 
  | 
  |   
  | 
  | 
  | 
  |   
  | 
  | 
  |   
  | 
  |   
  | 
  | 
  |   
  | 
  | 

myEcho.wsdl is:


  | 
  | http://xmlns.oracle.com/myEcho";
  |  xmlns="http://schemas.xmlsoap.org/wsdl/";
  |  xmlns:client="http://xmlns.oracle.com/myEcho";
  |  
xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/";>
  | 
  |
  | 
  | http://xmlns.oracle.com/myEcho";
  | xmlns="http://www.w3.org/2001/XMLSchema";>
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  |   
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  |  
  | 
  | 
  | 
  | 
  | 
  | 
  | 

And now I have this file about the web service wsdl:


  | http://localhost:8081/axis/myEcho.jws";
  |  xmlns="http://schemas.xmlsoap.org/wsdl/";
  |  xmlns:impl="http://localhost:8081/axis/myEcho.jws";
  |  xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/";
  |  xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/";
  |  xmlns:xsd="http://www.w3.org/2001/XMLSchema";
  | >
  | http://localhost:8081/axis/myEcho.jws"; 
location="http://localhost:8081/axis/myEcho.jws?wsdl"/>
  | 
  | 
  | 
  | 
  | 
  | 
  | 

Now, with this new configurarion I run ant pack-definition and the 
myEcho-definition.par is generated ok. And I'm getting a diferent error running 
ant deploy-definition.


  | [deploypar] 23:08:59,152 DEBUG ImportWsdlLocator : upgraded wsdl document: 
myEcho.wsdl
  | [deploypar] 23:08:59,179 INFO  BpelReader : read wsdl definitions: 
myEcho.wsdl
  | [deploypar] 23:08:59,189 DEBUG ImportWsdlLocator : upgraded wsdl document: 
myEcho1.wsdl
  | [deploypar] 23:08:59,263 INFO  BpelReader : read wsdl definitions: 
myEcho1.wsdl
  | [deploypar] 23:08:59,374 DEBUG BpelReader : upgraded bpel document: 
myEcho.bpel
  | [deploypar] 23:08:59,390 ERROR ProblemCollector :  myEcho.bpel bpel process 
is invalid.
  | [deploypar] org.jbpm.bpel.xml.BpelException: both myRole and partnerRole 
are 

[JBoss-user] [JBoss Seam] - Re: On conversation usage patterns

2005-12-15 Thread [EMAIL PROTECTED]
Sure, it would make perfect sense to use a resource bundle. Just did not get 
time to futz with that stuff yet.

Are you volunteering to patch the velocity templates to do this? :-)

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913028#3913028

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913028


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: cvs details

2005-12-15 Thread dbrosius
Thank you.

For those who come after the cvs info is

:pserver:[EMAIL PROTECTED]:/cvsroot/jbpm

and

module name

jbpm.3


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913027#3913027

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913027


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - client stubs jar

2005-12-15 Thread dasariprasad
to test jboss4.0.3 deployed ejb(2.1) jar, from a remote application client ,is 
their any 'exe'  to generate from bean/remote interface class,the stubs that 
are required. 
i am using PROVIDER_URL as jnp://hostname:1099 in InitialContext's 
properties.generally IDEs will generate them.But  there might be a way from 
JBoss itself ,which these IDEs are using

   dasariprasad
   [EMAIL 
PROTECTED] 



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913026#3913026

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913026


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: cvs details

2005-12-15 Thread kukeltje
it's jbpm.3

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913025#3913025

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913025


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Servlet.service() for servlet jsp threw exception

2005-12-15 Thread kukeltje
Is there more logging in the servlet engine? I've seen comparable errors, but 
there was always more detail in the logging.

Can you see what is going on in 

at org.jbpm.graph.def.Action.execute(Action.java:79)
at org.jbpm.graph.def.GraphElement.executeActions(GraphElement.java:186)
... 53 more 



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913024#3913024

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913024


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: cvs details

2005-12-15 Thread dbrosius
yes, that is what i tried first. to no avail

It would be helpful the module name was added to the document.

Again i tried jbpm and jbpm2



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913023#3913023

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913023


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: EJB3.0 CMP deplying problem

2005-12-15 Thread adver11
no one can help me?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913022#3913022

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913022


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: On conversation usage patterns

2005-12-15 Thread lavoir
Just ran through the generate crud code, looks nice.

Question though, why are you not using a resource bundle? 

I always wondered the same when it came to the examples, but figured, Eh, they 
are just examples.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913021#3913021

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913021


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: cvs details

2005-12-15 Thread [EMAIL PROTECTED]
The CVS repository has not been moved to the JBoss servers yet. Take a look at 
section 2.3 of the jBPM user guide.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913020#3913020

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913020


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Re: RMI Client in Stateless Session EJB

2005-12-15 Thread jasonbernard

Has anyone done this?

Should I go the Message Driven Bean route?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913018#3913018

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913018


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: trouble with deserialization of arrays

2005-12-15 Thread jpowerwa
Argh.  I thought I replied to this weeks ago.  Trying again, as I still need 
help to get away from using RPC/encoded and use RPC/literal instead.

Service Endpoint interface:


  | package com.mycompany.tws;
  | 
  | import java.rmi.Remote;
  | import java.rmi.RemoteException;
  | import com.mycompany.enterprise.document.DocumentAccessException;
  | import com.mycompany.tws.document.DocumentBean;
  | 
  | public interface DocumentJse extends Remote {
  | public String storeDocument(DocumentBean docBean) throws 
RemoteException, DocumentAccessException;
  | }
  | 


Service endpoint implementation:


  | package com.mycompany.tws;
  | 
  | import java.rmi.RemoteException;
  | import javax.xml.rpc.ServiceException;
  | import javax.xml.rpc.server.ServiceLifecycle;
  | import com.mycompany.enterprise.document.DocumentAccessException;
  | import com.mycompany.tws.document.DocumentBean;
  | 
  | public class DocumentJseImpl implements DocumentJse, ServiceLifecycle {
  | 
  | private static final boolean FORCE_EXCEPTION = false;
  | 
  | public DocumentJseImpl() {}
  | public void init(Object arg0) throws ServiceException {}
  | public void destroy() {}
  | 
  | public String storeDocument(DocumentBean docBean) throws 
RemoteException, DocumentAccessException {
  | System.out.println("DocumentJseImpl.storeDocument");
  | if (FORCE_EXCEPTION) {
  | System.out.println("  Throwing access exception.");
  | throw new DocumentAccessException();
  | }
  | String[] docVals = docBean.getVals();
  | for (int i=0; ihttp://localhost:8080/wstesting/document?WSDL";;
  | private static final String TWS_NS = 
  | "http://tws.mycompany.com";;
  | private static final String TWS_DOCUMENT_NS =
  | "http://document.tws.mycompany.com";;
  | private static final QName TWS_SERVICE_QNAME = 
  | new QName(TWS_NS, "Tws");
  | private static final QName DOCUMENT_JSE_PORT_QNAME =
  | new QName(TWS_NS, "DocumentJsePort");   
  | 
  | /** The one and only instance of the locator. */
  | private static final ServiceLocator INSTANCE = new ServiceLocator();
  | 
  | /** A cached reference to the service factory. */
  | private final ServiceFactory m_serviceFactory;
  | 
  | // Override default constructor for non-instantiability.
  | private ServiceLocator() {
  | try {
  | m_serviceFactory = ServiceFactory.newInstance();
  | } catch (ServiceException se) {
  | throw new RuntimeException(se);
  | }
  | }
  | 
  | public static ServiceLocator getInstance() {return INSTANCE;}
  | 
  | private void registerType(
  | TypeMapping mapping, 
  | String nameSpace, 
  | String localName, 
  | Class type) {
  | QName qn = new QName(nameSpace, localName);
  | mapping.register (
  | type,
  | qn,
  | new BeanSerializerFactory(type, qn),
  | new BeanDeserializerFactory(type, qn)
  | );
  | }
  | 
  | /** 
  |  * Handles the common mechanics and exception handling involved with 
  |  * fetching a service port.
  |  * @param service the service
  |  * @param qn the qualified name of the service port
  |  * @param jse the class of the JSE interface to be fetched
  |  * @return a remote reference to the service port.
  |  */
  | private Remote getServicePort(Service service, QName qn, Class jse) {
  | 
  | try {
  | return service.getPort(qn, jse);
  | } catch (ServiceException se) {
  | // TODO log the exception?
  | System.out.println(se.getMessage());
  | se.printStackTrace();
  | return null;
  | }
  | 
  | }
  | 
  | /**
  |  * Handles the common mechanics and exception handling involved with 
  |  * fetching a service endpoint.
  |  * @param wsdlUrl the URL of the WSDL for the service endpoint.
  |  * @param srvcName the qualifed name of the service endpoint.
  |  * @return a remote reference to the service.
  |  */
  | private Service getService(String wsdlUrl, QName srvcName) 
  | throws ServiceUnavailableException {
  | 
  | Service srvc = null;
  | try {
  | srvc = m_serviceFactory.createService(new URL(wsdlUrl), 
srvcName); 
  | } catch (MalformedURLException mue) {
  | System.out.println(mue.getMessage());
  | mue.printStackTrace();
  | return null;
  | } catch (ServiceException se) {
  | throw new ServiceUnavailableException(
  | "Service " + srvcName

[JBoss-user] [JBoss jBPM] - Re: cvs details

2005-12-15 Thread dbrosius
Yes, i tried that too. to no avail.

What is the module name?, i tried jbpm and jbpm2 (which i found references to 
elsewhere)



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913013#3913013

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913013


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: JAX-RPC HELP!!

2005-12-15 Thread rkite01
  I figured it out.  
  The web server servlet class and remote interface still use String[] as a 
function return type.  The StringArray.java class is generated from the 
wscompile step and is not referenced from the java code.  I had to hand modify 
the mapping file and add an entry for the StringArray class.  It would be nice 
if this entry was generated from wscompile (Maybe there is an option?).  The 
new xml is added to the mapping .xml file after the package mappings.  Now to 
learn complex object passing.



java.lang.String[]
http://mil.tis.demo.types/arrays/java/lang";>typeNS:StringArray
complexType


  

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913012#3913012

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913012


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: seam noejb startup times

2005-12-15 Thread werpu
Yes I assume something in my configuration was/is hosed.
I tried it on a second machine and now I am in the reported
20 seconds timeframe, which is bareable ;-)

Btw. I am impressed with it now, I implemented a small blogger
in about two hours (one hour getting the example up and running
so that I could put my code in)
the blogging backend bean / session bean code was around 100 lines
half of them generated setters and getters.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913011#3913011

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913011


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Microcontainer] - Re: Clustering support services

2005-12-15 Thread [EMAIL PROTECTED]
Clustering is too general a word. :-)

You mean things like singleton and farm?
This deployment related, it is targetted to be a part of JBoss5.

Failover/load balancing is already provided by JBoss Remoting.
You can also already do state replication with JBoss Cache.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913010#3913010

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913010


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Management, JMX/JBoss] - Re: Starting threads from Scheduler

2005-12-15 Thread genman

I'm not sure I know what you want.  But if things must execute in order, it 
seems like you can't use separate threads, right?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913009#3913009

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913009


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JCA/JBoss] - Re: DeploymentException with -ds.xml inside ear inside rar

2005-12-15 Thread [EMAIL PROTECTED]
Use the "endorsed" mechanism.
http://java.sun.com/j2se/1.4.2/docs/guide/standards/
See also, JBOSS_DIST/lib/endorsed

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913007#3913007

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913007


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JCA/JBoss] - Re: WARN [TransactionSynchronizer] ... not the enlisting

2005-12-15 Thread [EMAIL PROTECTED]
Your second warning is an FAQ

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913005#3913005

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913005


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Existing web applications integrating JBoss Portal

2005-12-15 Thread mholzner
not sure about the struts bridge, but the portal allows you to deploy separate 
wars containing portlet artifacts. You can do that with portlets, page, 
portals, themes, layouts, etc. 
All that should be required is the appropriate descriptor bundled into the war 
you deploy. So for example, if your war contains a WEB-INF/myportal-object.xml 
descriptor, then all the portals, pages, instance defined in there should be 
available to the portal after deployment. 


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913004#3913004

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913004


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Changing portlets and pages on a running system?

2005-12-15 Thread mholzner
hmm, works for me. What exactly are you doing ? 


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913003#3913003

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913003


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: Problem creating port-component in webservices.xml

2005-12-15 Thread dugarosnet
anonymous wrote : "buntjer" wrote: 
  | 
  | Another weirdness in webservices.xml is the location of the wsdl-file and 
the jaxrpc-mapping file. At first creation the paths to these files are set to: 
  | Code: 
  | 
  | WEB-INF/META-INF/wsdl/myProject.wsdl
  | 
WEB-INF/META-INF/jaxrpc-mapping.xml
  |  
  | 
  |  
  | 
  | If you are referring to the "/WEB-INF" directory that is always added than 
I agree. It took me hours to find a configuration that works. Now, my ant-task 
is as follows: 
  | Code: 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  |  
  | 
  | 
  | This is the result I get: 
  | Code: 
  | 
  | META-INF/wsdl/ClientMobileDatabase.wsdl
  | META-INF/jaxrpc-mapping.xml
  |  
  | 
  | 
  | The resulting webservices.xml only has one error left: 
  | It generates the wrong reference for the  
class. But if you know the problem... 
  | One ant task later (I only say ) everything is fine... 
  | 
  | Jan 

Hello Jan,

Can you be more specific about the remaining error in the webservices.xml file. 
 What was generated? And what did you replace it with?

Thanks,
Douglas

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913002#3913002

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913002


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Portlet to Portlet Communication using Portal 2.2

2005-12-15 Thread mholzner
Look at the Test page . It contains a sample page (Event test) with two 
portlets that communicate (one portlet telling the other what color to use to 
display text )



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912999#3912999

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912999


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: localization/i18n support for page names and page titles

2005-12-15 Thread mholzner
good idea. 

I think we should keep in synch with the portlet spec and use the xml:lang 
attribute to separate the display-name for different languages, like: 


  |
  |  Hello World
  |   Hello
  |   Hallo  
  |  Hello World Page
  |   Hallo Welt Seite
  | 

Why would you separate the display name and the title ? 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912998#3912998

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912998


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Servlet.service() for servlet jsp threw exception

2005-12-15 Thread forJbpm
Hi!

I also Always get exceptions  whenever I try to *save and close * the instance.

anonymous wrote : 17:06:54,286 ERROR [[FacesServlet]] Servlet.service() for 
servlet FacesServlet threw exception
  | javax.faces.FacesException: Error calling action method of component with 
id taskform:transitionButton
  | at 
org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:74)
  | at javax.faces.component.UICommand.broadcast(UICommand.java:106)
  | at 
javax.faces.component.UIViewRoot._broadcastForPhase(UIViewRoot.java:90)
  | at 
javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:164)
  | at 
org.apache.myfaces.lifecycle.LifecycleImpl.invokeApplication(LifecycleImpl.java:271)
  | at 
org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:86)
  | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:94)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.jbpm.webapp.filter.AuthenticationFilter.doFilter(AuthenticationFilter.java:25)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.jbpm.webapp.filter.PersistenceFilter.doFilter(PersistenceFilter.java:28)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.jbpm.webapp.filter.ContextFilter.doFilter(ContextFilter.java:19)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at org.jbpm.webapp.filter.LogFilter.doFilter(LogFilter.java:38)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
  | at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
  | at 
org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)
  | at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:159)
  | at 
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59)
  | at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
  | at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
  | at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
  | at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
  | at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
  | at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)
  | at 
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
  | at 
org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
  | at java.lang.Thread.run(Thread.java:595)
  | Caused by: javax.faces.el.EvaluationException: Exception while invoking 
expression #{taskBean.saveAndClose}
  | at 
org.apache.myfaces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:153)
  | at 
org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:63)
  | ... 37 more
  | Caused by: org.jbpm.graph.def.DelegationException
  | at 
org.jbpm.graph.def.GraphElement.raiseException(GraphElement.java:299)
  | at 
org.jbpm.graph.def.GraphElement.raiseException(GraphElement.java:293)
  | at 
org.jbpm.graph.def.GraphElement.executeActions(GraphElement.java:195)
  | at 
org.jbpm.graph.def.GraphElement.fireAndPropagateEvent(GraphElement.java:149)
  | at org.jbpm.graph.def.GraphElement.fireEvent(GraphElement.java:133)
  | at org.jbpm.graph.def.Transition.take(Transition.java:79)
  | at org.jbpm.graph.def.No

[JBoss-user] [JBoss Seam] - Re: On conversation usage patterns

2005-12-15 Thread [EMAIL PROTECTED]
Nope, actually, it is stuff in Hibernate Tools. What I might do is check one of 
my reverse engineered applications into the examples/crud directory.

Unfortunately, to actually run this stuff, you need to upgrade JBoss to use the 
brand new releases of Hibernate 3.1, Hibernate Annotations and Hibernate 
EntityManager.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912996#3912996

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912996


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Throw away changes on entity ?

2005-12-15 Thread [EMAIL PROTECTED]
http://opensource2.atlassian.com/projects/hibernate/browse/HHH-1280

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912994#3912994

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912994


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Dates problem

2005-12-15 Thread jpaagt
We did a few more tests and it seems that it's not a Jbpm bug. We are working 
with PostgreSQL 8 and we had not set a timezone parameter in the 
postgresql.conf file. We still have more tests to perform, but the problem 
apparently has been solved.

It's difficult to debug and test these timezone problems because it could work 
in one configuration and not in another, and since every system has it's own 
timezone configuration, it's difficult to know who is to blame.

Sorry for the false alarm.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912993#3912993

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912993


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: unique id for each process Instance??

2005-12-15 Thread sforema
I am running jBPM inside Jetty. It is a lightweight webserver that allows me to 
issue URL commands to do stuff against jBPM.

I have methods such as:
startProcess
signalToken
pauseProcess
restartTokenNode
endProcess

We can then deploy as many Jetty instances as we want. We then register each IP 
+ port in a database and have our GUI or scheduler issue the URL command on the 
appropriate IP + Port. (The IP + Port will have names and for a level of 
indirection so that scheduler entries will say: startProcess on VM5, not IP + 
port).

If you want to save state all the time, I recommend creating a custom node base 
class that hides the work for you. What I do (which is considered evil) is 
essentially pass the jBPM session into the node via a transient context 
variable. I then pull it out in the node and commit changes when I find it 
appropriate ( I do it twice, once before executing custom logic and once after 
executing custom logic).

Sean

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912992#3912992

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912992


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Servlet.service() for servlet jsp threw exception

2005-12-15 Thread forJbpm
Hi!

I am getting these exception for most of my processes.. Whenever I try to 
Start New Process Execution..
even if the Process is exact copy of websale example.

anonymous wrote : 16:16:01,516 ERROR [[FacesServlet]] Servlet.service() for 
servlet FacesServlet threw exception
  | javax.faces.FacesException: org.apache.jasper.JasperException
  | at 
org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(ServletExternalContextImpl.java:425)
  | at 
org.apache.myfaces.application.jsp.JspViewHandlerImpl.renderView(JspViewHandlerImpl.java:234)
  | at 
org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:300)
  | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:95)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.jbpm.webapp.filter.AuthenticationFilter.doFilter(AuthenticationFilter.java:25)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.jbpm.webapp.filter.PersistenceFilter.doFilter(PersistenceFilter.java:28)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.jbpm.webapp.filter.ContextFilter.doFilter(ContextFilter.java:19)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at org.jbpm.webapp.filter.LogFilter.doFilter(LogFilter.java:38)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:81)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
  | at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
  | at 
org.jboss.web.tomcat.security.CustomPrincipalValve.invoke(CustomPrincipalValve.java:39)
  | at 
org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:159)
  | at 
org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:59)
  | at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
  | at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
  | at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
  | at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
  | at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
  | at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:744)
  | at 
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
  | at 
org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
  | at java.lang.Thread.run(Thread.java:595)
  | Caused by: org.apache.jasper.JasperException
  | at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:370)
  | at 
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
  | at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
  | at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
  | at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
  | at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
  | at 
org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:672)
  | at 
org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:463)
  | at 
org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:398)
  | at 
org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:301)
  | at 
org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch(S

[JBoss-user] [JBoss jBPM] - Re: unique id for each process Instance??

2005-12-15 Thread forJbpm
anonymous wrote : Our plan is to run different process instances on different 
VMs, but a process instance's lifecycle will live on one VM. 

Could you please elaborate this?? 

I think with Jbpm, I will have to create my own webinterface etc.. so I am 
gonna need to update it lot many times for displaying current state. ( the way 
you said *commit* the changes save the state everytime.)

Lot of reading to do now. Can you please refer me to some documents which may 
be helpful for me for jbpm?

Thanks!

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912988#3912988

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912988


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Remoting] - question using Remoting TransportServer/Client

2005-12-15 Thread miltgrin
I have a very complex object that I am trying to communicate between server and 
client.  I have used the example in section 3. "Transporter sample - JBoss 
serialization" as my guide. If I return a null value it works fine.  However if 
I try to return a real object I get a complex serialization error:

org.jboss.serial.exception.SerializationException
at 
org.jboss.serial.persister.PrivateWritePersister.writeData(PrivateWritePersister.java:82)
at 
org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.describeObject(ObjectDescriptorFactory.java:72)
at 
org.jboss.serial.objectmetamodel.DataContainer$DataContainerOutput.writeObject(DataContainer.java:131)
.

Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.GeneratedMethodAccessor91.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
... 110 more
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at 
org.jboss.serial.persister.PrivateWritePersister.writeData(PrivateWritePersister.java:72)
... 120 more
Caused by: org.jboss.serial.exception.SerializationException
at 
org.jboss.serial.persister.PrivateWritePersister.writeData(PrivateWritePersister.java:82)
at 
org.jboss.serial.objectmetamodel.ObjectDescriptorFactory.describeObject(ObjectDescriptorFactory.java:72)
at 
org.jboss.serial.objectmetamodel.DataContainer$DataContainerOutput.writeObject(DataContainer.java:131)
... 124 more
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
... 139 more
Caused by: java.rmi.MarshalException: Invalid remote object
at java.rmi.server.RemoteObject.writeObject(RemoteObject.java:347)
... 144 more


I have only built the interface/implementation for the highest level object 
that I was trying to pass between client/server.  Here is the code that sets up 
the server

String locatorURI = "socket://localhost:5401/?serializationtype=jboss";
TransporterServer server = null;
server = TransporterServer.createTransporterServer(locatorURI, new 
ProviderInterfaceImpl());
info.transporter = server;

Do I need to build intefaces for all the objects that get indirectly passed and 
 do I need to indicate to the transferServer all of these implementations?

Any help would be appreciated.




View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912987#3912987

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912987


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: Deserializer error on ArrayOfstring

2005-12-15 Thread rkite01
  I am having the same problem and my wsdl looks like the following.
  Here is my wscompile step.  Do I have to change anything?

C:\Sun\jwsdp-1.6\jaxrpc\bin\wscompile.bat -source 1.1.2 -features:rpcliteral -d 
W:\projects\tis\webServices\web\WEB-INF\classes -nd 
W:\projects\tis\webServices\web\WEB-INF\wsdl -s 
W:\projects\tis\webServices\web\src -g -gen:server -keep -mapping 
W:\projects\tis\webServices\web\WEB-INF\mappings\mapping.xml -verbose 
-Xprintstacktrace W:\projects\tis\webServices\web\config.xml -classpath 
W:\projects\tis\webServices\web\WEB-INF\classes



http://mil.tis.demo/"; 
xmlns:tns="http://mil.tis.demo/"; xmlns="http://schemas.xmlsoap.org/wsdl/"; 
xmlns:ns2="http://mil.tis.demo.types/"; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema";
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/";>
  
http://mil.tis.demo.types/"; 
xmlns:tns="http://mil.tis.demo.types/"; 
xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"; 
xmlns="http://www.w3.org/2001/XMLSchema";>
  

  
  

  
  
  

  
  

  
  

  

  

  
  

  
  

  
  
  
http://schemas.xmlsoap.org/soap/http"; style="rpc"/>

  
  
http://mil.tis.demo/"/>
  
http://mil.tis.demo/"/>

  
  
http://mil.tis.demo/"/>
  
http://mil.tis.demo/"/>

  
  
http://mil.tis.demo/"/>
  
http://mil.tis.demo/"/>
  

  


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912986#3912986

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912986


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: unique id for each process Instance??

2005-12-15 Thread sforema
Hmmm. maybe. I was unable to get the subprocess to work for me in 3.0, so I 
can't be positive. 

I imagine the scenario like this:

VM1: mainprocess
---> calls subprocess (through RMI/etc) on VM2

VM2: subprocess
---> ends and signals main token to continue
---> the main token will now continue on VM2!

This is me reading the code, so I could be tested wrong... but it appears you 
have no control over ProcessInstance.end() logic. It is going to signal the 
ProcessState to continue.

It just looks ugly. I wouldn't do it. 

Our plan is to run different process instances on different VMs, but a process 
instance's lifecycle will live on one VM.

Sean

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912984#3912984

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912984


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Re: Domain-specific information in @Resource

2005-12-15 Thread euvitudo
"[EMAIL PROTECTED]" wrote : name is just the ENC name the destination will be 
bound to, do
  | 
  | @Resource(mappedName="queue/myDestination")
  | private Destination myDestination;
  | 
  | mappedName in jboss will always refer to the global jndi name.

This could work, except that mappedName is not an interface method in 
javax.annotation.Resource, nor is it a method in org.jboss.ejb.ResourceImpl. 
Hence, compilation fails.  (FYI, I'm using JBoss-4.0.3SP1.)

Initially I was going to make the suggestion of (seemingly more appropriately) 
adding a Destination class in org.jboss.mq.server.jmx, or the future messaging 
component.  I've just made it now.

(Sorry for the delayed reply.)

Cheers!

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912983#3912983

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912983


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: unique id for each process Instance??

2005-12-15 Thread sforema
I've been deep in the code of jBPM over the last week. I've written my own 
persistent node, fork node, join node, and sub process node.

I always hate it when my questions go unanswered, so if I can help out, I do.

Sean

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912982#3912982

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912982


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: unique id for each process Instance??

2005-12-15 Thread RAlfoeldi
Sean,

there shouldn't be any problem crossing JVMs. You have exactly the same 
concurrency issues as in a single machine. It really shouldn't make a 
difference as everything happens against the db.

Greetings

Rainer

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912981#3912981

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912981


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration & Deployment] - Re: Proper Packaging - Conflicting Information

2005-12-15 Thread jbeausoleil
Thanks, that was my original plan but I could not get it to work. I kept 
getting deployment errors. When I finally worked through the deployment errors, 
by scanning the dtd (what a joy that was) to try and see what may be missing, 
(why can't this just be documented in a readable format I will never know)  I 
started getting a resource (servlet) not found error.

If that original post worked, I would not have posted this question, though I 
guess you had no way of knowing that.

Have a nice day.



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912980#3912980

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912980


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: unique id for each process Instance??

2005-12-15 Thread forJbpm
hah!
That was real fast!! Thanks a lot!!!
How do you happen to know everything???
Since when are working with this? 

Thanks a lot! again

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912979#3912979

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912979


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - How to run a database script inside JBoss in order to create

2005-12-15 Thread ddint.org
I can create a new database outside of JBoss, can I just copy the file into 
Jboss to get the starter database? where should I store the data files?

Please help!

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912978#3912978

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912978


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration & Deployment] - DeploymentScanner does not redeploy the app

2005-12-15 Thread zambak
Hi

I have set up DeploymentScanner to deploy my app which is in a different path 
than the JBoss. SO I have :

  
  |  deploy/,
  |file:///C:\projects\super-cmt.war
  |   

The application deploys the first time but if I "touch" the web.xml scanner 
does not redeploy the app. If I move the app under standard default/deploy 
directory then there is no issue.

Also, other attributes in DeploymentScanner MBean are left alone as default.
  
  |   5000
  |   
  |   
  |   true 


I am running on 4.0.3SP1

Can someone point me in the right direction?

Thanks

Z...


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912977#3912977

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912977


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - @SecurityDomain applied to @Service mbean

2005-12-15 Thread 1krc2
I'm having a problem starting my service when I apply the @SecurityDomain 
annotation as in the following:


  | @Service(objectName = "user:service=MyService")
  | @SecurityDomain("MySecurityDomain")
  | @Depends( { "jboss:service=Naming", "jboss:service=TransactionManager",
  | "jboss.jca:service=LocalTxCM,name=jdbc/SybaseDB",
  | "jboss.jca:service=NoTxCM,name=jdbc/SybaseDB_NO_TX",
  | "jboss.mq.destination:service=Topic,name=unsolicitedMessages",
  | "jboss.mq:service=InvocationLayer,type=UIL2" })
  | public class MyService implements IMyService {  }
  | 
  | ---
  | 
  | @Management
  | public interface IMyService
  | { ... }
  | 
  | 

The error I receive is the following (which makes sense to me because no 
user/pass is provided).

Is there any way to configure with a security domain and have the service be 
able to start?  Am I missing something really basic here?  Thanks in advance 
for help anyone can provide.


  | 
  | 11:11:00,046 WARN  main [ServiceController] Problem starting service 
user:service=MyService
  | javax.ejb.EJBAccessException: Authentication failure; CausedByException is:
  | Password Incorrect/Password Required
  | at 
org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.handleGeneralSecurityException(Ejb3AuthenticationInterceptor.java:29)
  | at 
org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:56)
  | at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98)
  | at 
org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:32)
  | at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98)
  | at 
org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:91)
  | at 
org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:98)
  | at 
org.jboss.ejb3.service.ServiceContainer.localInvoke(ServiceContainer.java:148)
  | at 
org.jboss.ejb3.service.ServiceContainer.localInvoke(ServiceContainer.java:116)
  | at 
org.jboss.ejb3.service.ServiceMBeanDelegate.invoke(ServiceMBeanDelegate.java:154)
  | at 
org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:150)
  | at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
  | at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:960)
  | at $Proxy0.start(Unknown Source)
  | at 
org.jboss.system.ServiceController.start(ServiceController.java:428)
  | at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
  | at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
  | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
  | at $Proxy126.start(Unknown Source)
  | at 
org.jboss.ejb3.service.ServiceMBeanDelegate.register(ServiceMBeanDelegate.java:72)
  | at 
org.jboss.ejb3.service.ServiceContainer.registerManagementInterface(ServiceContainer.java:310)
  | at 
org.jboss.ejb3.service.ServiceContainer.start(ServiceContainer.java:68)
  | at 
org.jboss.ejb3.service.ServiceManager.startService(ServiceManager.java:92)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:274)
  | at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:230)
  | at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
  | at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  | at java.lang.reflect.Method.invoke(Method.java:585)
  | at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
  | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
  | at org.jboss.mx.server.Invocation.invoke(Invocation.java:72)
  | at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245)
  | at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
  | at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:943)
  | at $Proxy0.start(Unknown Source)
  | at 
org.jboss.system.ServiceController.start(ServiceController.java:428)
  | at 
org.jboss.system.ServiceController.start(ServiceController.java:446)
  |

[JBoss-user] [EJB 3.0] - Re: Trailblazer JMX Service Objects

2005-12-15 Thread echon
well.. i think a lot of people would have tested this eample..

Nobody has a solution??

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912975#3912975

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912975


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: What are the advantages of deploying a par?

2005-12-15 Thread sforema
I would think you want the def in the database. I assume you will want to 
historically track your transactions back to the definition. If you create it 
on the fly, you will never know for sure what the process was at that time. 
Plus you run the risk of your def being changed and the problem not being 
caught until you run an instance of it. 

I can think of a dozen reasons for putting it in the database. The versioning 
of process definitions is one of the things I really like about jBPM.

Sean

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912974#3912974

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912974


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: unique id for each process Instance??

2005-12-15 Thread sforema
Is there any unique id associated with instance of processdefinition?
which you can use to fetch a particular process later..
> yes, look at the jbpm_processinstance table

How do you track a particular process to find out its state etc..?
> The transaction is maintained outside the jBPM engine. ie: state is not saved 
> until the jBPM engine exits and YOU commit the changes. You can make it save 
> state at a more granular level, but it will be work on yor part.

How do you get the pool of all the process instances?
query the jbpm_processinstance table

can A suprocess be instantiated on a different engine..(May be jbpm engine 
installed on another machine?) 
> I would not cross VMs for a single process instance. they need to talk to 
> each other. essentially the end() method of the ProcessInstance resignals the 
> parent token.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912973#3912973

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912973


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - unique id for each process Instance??

2005-12-15 Thread forJbpm
Hi!

Is there any unique id associated with instance of processdefinition?
which you can use to fetch a particular process later..
How do you track a particular process to find out its state etc..?
How do you get the pool of all the process instances? 
can A suprocess be instantiated on a different engine..(May be jbpm engine 
installed on another machine?)


Thanks!


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912971#3912971

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912971


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration & Deployment] - Re: Proper Packaging - Conflicting Information

2005-12-15 Thread the-gtm
Maybe this will help :

http://www.jboss.com/index.html?module=bb&op=viewtopic&t=72287

This is what I do and it works fine : all server side classes are packaged in 
jars wich are in the ear.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912970#3912970

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912970


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - Re: external context needs certificate

2005-12-15 Thread dbrandt_67
I'm curious if you ever found a solution to this.  Your last error trace is 
very very similar to one we get in a clustered environment.  Its very 
intermittent though.  I would love to 

1) understand what might be causing this
2) understand what the fix might be

00:08:28,830 ERROR [Registry] Error registering 
jboss.web:name=JkRequest0,type=RequestProcessor,worker=jk-10209
javax.management.InstanceAlreadyExistsException: 
jboss.web:name=JkRequest0,type=RequestProcessor,worker=jk-10209 already 
registered.
at 
org.jboss.mx.server.registry.BasicMBeanRegistry.add(BasicMBeanRegistry.java:755)
at 
org.jboss.mx.server.registry.BasicMBeanRegistry.registerMBean(BasicMBeanRegistry.java:211)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at 
org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:144)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at 
org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:122)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:131)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at org.jboss.mx.server.MBeanServerImpl$3.run(MBeanServerImpl.java:1397)
at java.security.AccessController.doPrivileged(Native Method)
at 
org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:1392)
at 
org.jboss.mx.server.MBeanServerImpl.registerMBean(MBeanServerImpl.java:359)
at 
org.apache.commons.modeler.Registry.registerComponent(Registry.java:871)
at 
org.apache.jk.common.ChannelSocket.registerRequest(ChannelSocket.java:436)
at 
org.apache.jk.common.HandlerRequest.decodeRequest(HandlerRequest.java:443)
at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:352)
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:743)
at 
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:675)
at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:866)
at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
at java.lang.Thread.run(Thread.java:534)
00:08:28,833 WARN  [ChannelSocket] Error registering request


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912969#3912969

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912969


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: sub process return

2005-12-15 Thread sforema
I could see the ProcessInstance.end() method was adjusted from 3.0 to 3.1alpha 
(so something wasn't likely right), and I didn't want to upgrade to 3.1 yet...

I needed persistance, so I just wrote my own ProcessState as a node extension. 
It was pretty easy. Essentially the two things needed done:
1. the parent must go into a wait state if execution returns (due to error or 
end)
2. the child's end must signal the parent token to continue.

The additional benefit to this was that I can see it in the process designer.

Sean

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912968#3912968

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912968


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [EJB 3.0] - Installer default+ejb3: ClassCastException on Session Bean L

2005-12-15 Thread jsb
Greetings JBoss EJB3 community,

I've got a JSF/EJB3 based project underway.  As I've been developing I've been 
deploying into a JBoss AS that I put together by downloading the 4.0.3SP1 
package, unpacking, and adding the EJB3_RC3 files to the "all" server per the 
instructions.  Everything has been working as expected.  As I've said before, 
this stuff is truly a joy to work with.

But I stumbled onto a problem last night.  It looks like a configuration issue, 
but I'm not sure how to solve it.  

The Problem:

I set up another AS instance by using the JBoss AS installer: I chose the EJB3 
option and took all the defaults which set up a "default" server with EJB3 
support.  But when I drop the same EAR that works in my all+ejb3 into this new 
AS and start up the "default" server, the EAR appears to deploy correctly, but 
when I try to interact with the app I get a java.lang.ClassCastException when 
it tries to look up a stateless session bean:
10:00:58,287 INFO  [STDOUT] java.lang.ClassCastException: $Proxy66
  | 10:00:58,289 INFO  [STDOUT] at 
com.saynow.mediamanager.web.Utils.getAudioFileManager(Utils.java:11)
  | 10:00:58,289 INFO  [STDOUT] at 
com.saynow.mediamanager.web.MediaManagerBean.(MediaManagerBean.java:10)
  | 10:00:58,290 INFO  [STDOUT] at 
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  | 10:00:58,290 INFO  [STDOUT] at 
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
  | 10:00:58,291 INFO  [STDOUT] at 
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
  | 10:00:58,291 INFO  [STDOUT] at 
java.lang.reflect.Constructor.newInstance(Constructor.java:494)
  | 10:00:58,292 INFO  [STDOUT] at 
java.lang.Class.newInstance0(Class.java:350)
  | 10:00:58,292 INFO  [STDOUT] at 
java.lang.Class.newInstance(Class.java:303)...etc.

Line 10 & 11 of Utils being:
InitialContext ctx = new InitialContext();
  | return (AudioFileManager) ctx.lookup(AudioFileManager.class.getName());
The only thing I notice as unexpectedly different in the server start-up 
console output are these two lines, which show up in the installer default+ejb3 
but not in the manually installed all+ejb3:
09:58:26,421 INFO  [NamingService] Started jndi bootstrap jnpPort=1099, 
rmiPort=1098, backlog=50, bindAddress=/0.0.0.0, Client SocketFactory=null, 
Server [EMAIL PROTECTED]
  | 09:58:26,852 WARN  [NamingService] Context.PROVIDER_URL in server 
jndi.properties, url=localhost:1099
Has anyone encountered anything like this before?  Or know what I am doing 
wrong?  I do not have copies of the session beans in WEB-INF/lib or 
WEB-INF/classes.  I am loading the datasource and connector jar, along with 
tomahawk and some other commonly used libs via a sar, but it does not include 
any of the session or entity beans either.

Any help greatly appreciated,
Jonn

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912967#3912967

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912967


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - What are the advantages of deploying a par?

2005-12-15 Thread jim.mcmaster
I am using jBPM to create workflows that will be executed on the order of 1-10 
times per day.  These are completely automated with no wait states.  Once 
defined, the workflows are not likely to change often.

jBPM may be deployed inside jBoss, or it might be running in its own JVM.  We 
have not decided that yet.

Are there any compelling reasons to create and deploy pars to the database, 
versus generating a new process definition by parsing the xml each time?

Thank you.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912964#3912964

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912964


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: On conversation usage patterns

2005-12-15 Thread andrewa
from CVS:  examples/crud 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912963#3912963

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912963


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: diferent process designer

2005-12-15 Thread jim.mcmaster
Problems with current GPD (since you asked):

1) Plugin generation does not register GPD as an editor for XML files.  I had 
to manually register it for gpd.xml and processdefinition.xml.  This is not 
documented, and took me awhile to locate by a search of the forum.

2) Error dialog every time you make a change to the drawing (reported elsewhere)

3) Unable to access properties by right-clicking element in drawing pane.  You 
can only do that from the outline view

4) Unable to extend the drawing pane past end of window.  Long workflows get 
ugly.

5) No way to generate turn points in transitions so you can avoid transitions 
crossing nodes.

6) No grid to enable easy alignment of components makes for very ugly diagrams

7) Any change to generated XML causes diagram to collapse into upper left-hand 
corner of drawing pane, with no apparent means of getting it back.

I spent yesterday looking at GPD for the first time, and gave up on after a few 
hours of frustration.  It is not usable at this point.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912962#3912962

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912962


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Why JBPM does not use XPDL

2005-12-15 Thread kukeltje
Koen,

I agree about hiding/showing the technical details and definately do not 
suggest the notation should be used by jBPM fully. Maybe by adding additional 
stereotypes, it can be done. I'll definately try to go into this a little more.

With regard to the executional model, can you point in a direction? I did not 
find a real mismatch yet (but have only compared the two for two hours, late at 
night)

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912961#3912961

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912961


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Delegation config error with AssignmentHandler

2005-12-15 Thread kukeltje
Michael, 

We are currently working hard on 3.1. After that release we will fix some 
things for 3.0x again. I suggest for the time being, turn xsd validation of (by 
changing it in the header) or refer to a local, corrected copy of the xsd

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912960#3912960

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912960


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: On conversation usage patterns

2005-12-15 Thread lavoir
"rdewell" wrote : Thanks for the input.  RE:  "My reverse engineered crud app 
stuff has the freeform model you are describing".
  | 
  | I'm not sure where that's located at?  I'd like to take a look and compare 
it to what I'm doing.
  | 
  | Ryan 

I d like to have a look at it too :)

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912959#3912959

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912959


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: cvs details

2005-12-15 Thread kukeltje
go to http://www.jboss.org

selectg JBoss jBPM in the site, go to download and voila...

It is not that hard.























and when you are there you should be at 
http://www.jboss.com/products/jbpm/downloads

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912958#3912958

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912958


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Cant Start Server

2005-12-15 Thread kukeltje
I'd ask this in the jboss forums. If the appserver cannot start, it is most 
likely the cause lies there. 


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912957#3912957

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912957


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - Application client

2005-12-15 Thread pdlooten
Hello,

I have 2 questions:
1) We have followed the tutorial of JBoss in Eclipse. (JBoss 1.4 with Eclipse 
3.0) Now we are trying to write an application client instead of a 
webapplication. But we are stuck. Can anyone help us or refer to a good 
tutorial?

2) Is the JBoss Application Server compatible with the Sun application Server? 
I mean: can we use our code also with the Sun server?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912956#3912956

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912956


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: diferent process designer

2005-12-15 Thread kukeltje
Rafael,

What do you mean by 'not experiment user'? A not so experienced user? I do not 
object to you developing your own graphical process designer, but are hoping 
you could mention what you miss or do not like about our GPD.

With regard to 'eclipse'. It is just a basis for developing IDE's. In the 
future, and maybe you can help on that, a 'standalone' GPD will be created. 
Still based on eclipse, but customized in such a way that you do not see it. 

So maybe instead of creating your own GPD, we can join forces and make the 
'current' gpd even better.

Ronald

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912955#3912955

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912955


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Delegation config error with AssignmentHandler

2005-12-15 Thread michaelholtzman
Finally found this in jira:
http://jira.jboss.com/jira/browse/JBPM-430

It claims to be fixed in 3.1a, but it apparently has not made it back to 3.0.x

Can the correct xsd be posted your web site (as specified in the 
processdefinition xml) ?? Thanx.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912954#3912954

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912954


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: 2.2rc2 and postgres 8.0 problem

2005-12-15 Thread jdestef
Thanks Roy.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912953#3912953

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912953


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss jBPM] - Re: Problem during deploying my own bpel process in jbpm bpe

2005-12-15 Thread fabricio.nogueira
Ok Alejandro,

I'll post all my success and insuccess with this experience.

Thanks,

Fabricio.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912952#3912952

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912952


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: 2.2rc2 and postgres 8.0 problem

2005-12-15 Thread [EMAIL PROTECTED]
I'm still working on it. ;-)

It appears PosteGres doesn't like the way we deal with Blob types. However, 
upon refactoring, I discover it is having problems now with the way we manage 
transactions when serializing occurs on a store command in the 
HibernatePersistenceManager. I hope to have the fix out today.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912951#3912951

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912951


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: 2.2rc2 and postgres 8.0 problem

2005-12-15 Thread jdestef
Hi,

I saw Roy put out some additional code in CVS to address soem postgres and 
autocommit issues. Tried that build and I still get the same errors. Do the 
repository.xml files need addtional changes?

Tx

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912950#3912950

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912950


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Persistence,JBoss/CMP, Hibernate, Database] - Re: JBoss + Hibernate + Annotations -> How?

2005-12-15 Thread cracru
I've looked at both JBoss and Hibernate source, and I am thinking the quick 
answer is NO. At least in JBoss 4.0.3.

Currently, the JBoss Hibernate MBean uses a Configuration object to initialize 
the session factory. In order to support annotations, it will need to use an 
AnnotationConfiguration object for initialization. It will also need to add 
some facility through the MBean's attributes to add the annotated packages and 
classes.

So, for those using JBoss 4.0.3, wishing to try out annotations without 
resorting to EJB3, it looks like JBoss' Hibernate session mgmt cannot be used.


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912949#3912949

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912949


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Beginners Corner] - java.security.AccessControlException: access denied (java.la

2005-12-15 Thread chaituu
while doing ejb remote look up i am getting no security manager and 
java.security.AccessControlException: access denied 
(java.lang.RuntimePermission createSecurityManager) 

so i added in run.bat file 

-Djava.security.policy=policy.all now its working; 

without doing all these things can i do remote lookup without adding this kind 
of security policies? 





View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912948#3912948

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912948


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Installation, Configuration & Deployment] - java.security.AccessControlException: access denied (java.la

2005-12-15 Thread chaituu
while doing ejb remote look up i am getting no security manager and 
java.security.AccessControlException: access denied 
(java.lang.RuntimePermission createSecurityManager) 

so i added in run.bat file 

-Djava.security.policy=policy.all now its working; 

without doing all these things can i do remote lookup without adding this kind 
of security policies? 





View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912947#3912947

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912947


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Security & JAAS/JBoss] - AccessControlExceptionaccess denied (java.lang.RuntimePermis

2005-12-15 Thread chaituu
while doing ejb remote look up i am getting no security manager and 
java.security.AccessControlException: access denied 
(java.lang.RuntimePermission createSecurityManager)

so i added in run.bat file 

-Djava.security.policy=policy.all now its working;

without doing all these things can i do remote lookup without adding this kind 
of security policies?





View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912946#3912946

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912946


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: ERROR Tomcat clustering

2005-12-15 Thread [EMAIL PROTECTED]
You mean use Tomcat standalone, outside of JBoss?

Not sure; depends on your webapp.  May be as simple as copying your war file 
into the tomcat webapps directory.

Given the name "TestDataSourceWeb", there may be datasource configuration 
involved. See 
http://tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-examples-howto.html in  
the Tomcat 5.5 docs for some more info on datasources in Tomcat.  There are 
similar docs for the tomcat 4.x and 5.0.x releases.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912945#3912945

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912945


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: On conversation usage patterns

2005-12-15 Thread rdewell
Thanks for the input.  RE:  "My reverse engineered crud app stuff has the 
freeform model you are describing".

I'm not sure where that's located at?  I'd like to take a look and compare it 
to what I'm doing.

Ryan 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912944#3912944

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912944


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: Commandbutton doesn't work inside dataTable

2005-12-15 Thread Rorschach
I'm experiencing the same problem using a Conversation scoped action bean.  

Neither commandButton, nor commandLink will function in the datatable 
structure, and both return an empty table without appearing to invoke the 
method to which they are linked.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912943#3912943

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912943


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Seam] - Re: seam noejb startup times

2005-12-15 Thread andrewa
On a bare tomcat config (ie no other webapps) I go from about 1 second to about 
20 seconds with the noejb demo.

Are you sure its not something simple like memory/cpu/io or VM options (ie -Xmx 
and friends)?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3912941#3912941

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3912941


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


  1   2   3   >