[jboss-user] [jBPM Users] - Re: Mail Node

2009-09-09 Thread BenitoJuarez
is it possible that jbpm version 3.2.2. doesnt support smtp authentification? I 
cant find any authentification code in the responsible class 
http://www.java2s.com/Open-Source/Java-Document/Workflow-Engines/jbpm-jpdl-3.2.2/org/jbpm/mail/Mail.java.htm.

Maybe thats the source of the mentioned problems.[/url]

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4254154
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [jBPM Users] - Re: Mail Node

2009-09-09 Thread BenitoJuarez
i got the same problem. is there a solution for it?

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4254150
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss jBPM] - task searches - best practice

2009-08-12 Thread BenitoJuarez
Hello,

i'd like to implement some search funktions for task instances:
- all tasks of a distinct state
- all tasks changed last 24 h
- all tasks having a distinct variable value

is where any useful Component to perform these searches? If not, can i use the 
EntityManager to create a hibernate query ?

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4249196
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Beginners Corner] - Error while accessing servlet response

2009-02-23 Thread BenitoJuarez
Hi,

i tried to access the servlet response to directly write binary data: 

  | HttpServletResponse response = (HttpServletResponse) 
javax.faces.context.FacesContext.getCurrentInstance().getExternalContext().getResponse();
  | 
  | response.setContentType("application/octet-stream");
  | 
response.addHeader("Content-Disposition","attachment;filename=productlist.xls");
  | 
  | OutputStream writer = response.getOutputStream();
  | wb.write(writer);
  | 
  | writer.flush();
  | writer.close();
  | 
  | javax.faces.context.FacesContext.getCurrentInstance().responseComplete();   
  | 

but response.getOutputStream() throws an exception:

  | 15:30:11,190 ERROR [STDERR] java.util.MissingResourceException: Can't find 
bundle for base name org.ajax4jsf.messages, locale de_DE
  | 15:30:11,190 ERROR [STDERR] at 
java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1521)
  | 15:30:11,190 ERROR [STDERR] at 
java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1260)
  | 15:30:11,190 ERROR [STDERR] at 
java.util.ResourceBundle.getBundle(ResourceBundle.java:962)
  | 15:30:11,190 ERROR [STDERR] at 
org.ajax4jsf.Messages.getBundle(Messages.java:39)
  | 15:30:11,190 ERROR [STDERR] at 
org.ajax4jsf.Messages.getMessage(Messages.java:47)
  | 15:30:11,190 ERROR [STDERR] at 
org.ajax4jsf.webapp.FilterServletResponseWrapper.getOutputStream(FilterServletResponseWrapper.java:252)
  | 15:30:11,190 ERROR [STDERR] at 
javax.servlet.ServletResponseWrapper.getOutputStream(ServletResponseWrapper.java:102
  | 

i'm happy for any hint about that

Thx
BJ




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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4212277
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Error 8. Lost connection to server

2008-07-15 Thread BenitoJuarez
the database is an odbc datasource connection to an external GIS application 
(it's quite special, i know) .
The driver is sun.jdbc.odbc.JdbcOdbcDriver.
The thing i wonder about is that the same code running as desktop app is 
working well (even the same java version). There seems to be some kind of 
influence between the jboss threads an the ODBC-connection.


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4164445
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: Error 8. Lost connection to server

2008-07-15 Thread BenitoJuarez
the 1st and 2nd rows are debug prints. You see the statement which causes the 
error ... stmt.executeQuery(sql)
The next lines are the usualy printed debuggings from jboss startup.

anonymous wrote : 09:37:22,436 INFO  [STDOUT] SearchTools.executeQuery() 
connection.createStatement()
  | 09:37:22,436 INFO  [STDOUT]  SearchTools.executeQuery() 
stmt.executeQuery(query)
  | Error 8. Lost connection to server
  | 09:37:25,272 INFO  [Server] Starting JBoss (MX MicroKernel)...
  | 09:37:25,272 INFO  [Server] Release ID: JBoss [Trinity] 4.2.2.GA (build: 
SVNTag=JBoss_4_2_2_GA date=
  | 200710221139)

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4164406
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Error 8. Lost connection to server

2008-07-14 Thread BenitoJuarez
Hello,

in my application i perform several queries to an odbc database. After 10 or 11 
queries, i get the "Error 8. Lost connection to server" and jboss restarts. If 
i do the same in an java desktop application, it works. 
I've no idea, what the error means or how to solve it.

thx for help
BJ

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4164155
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user