[jboss-user] [JBoss Tools (users)] - Re: Eclipse doesn't load JBoss Server with endorsed libs

2008-04-28 Thread graben
As I wrote before the native libs aren't loaded even if you set 
java.library.path. Look at my log entry it's quite strange! ;-)

14:36:04,664 INFO  [AprLifecycleListener] The Apache Tomcat Native library 
which allows optimal performance in production environments was not found on 
the java.library.path: C:/jboss-as/bin/native

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4147211#4147211

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4147211
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools (users)] - Re: Eclipse doesn't load JBoss Server with endorsed libs

2008-04-28 Thread graben
Of course there are files in the native folder, that's why I'm so surprised by 
this server log message. It says there are no files although there are the 
needed files. If I start the server manually by run.bat it loaded those native 
libs and shows the success message in the log.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4147274#4147274

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4147274
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools (users)] - Re: Eclipse doesn't load JBoss Server with endorsed libs

2008-04-28 Thread graben
  JAVA_OPTS:  -Djava.library.path=C:\Programme\Argon2 Developer Studio\jboss-as
  | \bin\native -Dprogram.name=run.bat -server -Xms128m -Xmx512m 
-Dsun.rmi.dgc.clie
  | nt.gcInterval=360 -Dsun.rmi.dgc.server.gcInterval=360

-Dprogram.name=JBossTools JBoss 4.2 Runtime -Xms256m -Xmx512m 
-XX:MaxPermSize=256m -Dsun.rmi.dgc.client.gcInterval=360 
-Dsun.rmi.dgc.server.gcInterval=360 
-Djava.endorsed.dirs=C:/Programme/Argon2 Developer 
Studio/jboss-as/lib/endorsed
  | -Djava.library.path=C:/Programme/Argon2 Developer 
Studio/jboss-as/bin/native/

native/libapr-1.dll
  | native/libaprutil-1.dll
  | native/libeay32.dll
  | native/libtcnative-1.dll
  | native/ssleay32.dll
  | classpath.sh
  | jboss_init_hpux.sh
  | jboss_init_redhat.sh
  | jboss_init_suse.sh
  | jbosssch.dll
  | jbosssvc.exe
  | MyDB.lck
  | MyDB.log
  | MyDB.properties
  | openssl.exe
  | probe.bat
  | probe.sh
  | README-service.txt
  | run.bat
  | run.conf
  | run.jar
  | run.sh
  | run_jprofiler.bat
  | service.bat
  | shutdown.bat
  | shutdown.jar
  | shutdown.sh
  | twiddle.bat
  | twiddle.jar
  | twiddle.sh
  | wsconsume.bat
  | wsconsume.sh
  | wsprovide.bat
  | wsprovide.sh
  | wsrunclient.bat
  | wsrunclient.sh
  | wstools.bat
  | wstools.sh

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4147297#4147297

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4147297
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools (users)] - Re: Eclipse doesn't load JBoss Server with endorsed libs

2008-04-25 Thread graben
Well, I'm running on Beta 2.1 and it doesn't work yet. JBoss Native libs aren't 
started either!

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4146732#4146732

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4146732
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools (users)] - Re: Eclipse doesn't load JBoss Server with endorsed libs

2008-04-25 Thread graben
Yes, endorsed libs are registered but the path to my server instance contains 
spaces and parameter entry doesn't use . That's why I didn't worked in the 
past. After manually correcting everything works fine. I think JBoss Tools 
should check for spaces by default or even better use  every time. :-) I'm 
still looking for a solution for the native libs problem. I tried to set 
java.library.path to native folder but unfortunately without success.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4146914#4146914

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4146914
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools (users)] - Eclipse doesn't load JBoss Server with endorsed libs

2008-04-24 Thread graben
I try to get JBoss 4.2 running with JAX-WS on Java6. Everything works fine if I 
start the server manually (run.bat). Well, if using Eclipse WTP by JBoss Tools 
I get an error. It seems to me that the endorsed libraries aren't loaded at 
startup. Maybe there is a possibility to configure that.

THX for help!

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4146491#4146491

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4146491
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Problem with s:conversationPropagation

2008-02-06 Thread graben
I tried it with s:link and it works, but by the way it works whether using 
begin or nested. No difference!

Anyway this was only a dirty hack to try, because I need the menuitem!

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4127056#4127056

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4127056
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools (users)] - Problem with s:conversationPropagation

2008-02-05 Thread graben
I try to use s:conversationPropagation to begin a nested conversation. Since 
this isn't a dymamic view item I can't define whether a conversation is running 
and I have to nest or if I have to start a new conversation. It seems the 
s:conversationPropagation doesn't manage problems like that. Am I right?

THX Benjamin

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4126641#4126641

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4126641
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Problem with s:conversationPropagation

2008-02-05 Thread graben
I try to use s:conversationPropagation to begin a nested conversation. Since 
this isn't a dymamic view item I can't define whether a conversation is running 
and I have to nest or if I have to start a new conversation. It seems the 
s:conversationPropagation doesn't manage problems like that. Am I right?

THX Benjamin

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4126650#4126650

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4126650
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Problem with s:conversationPropagation

2008-02-05 Thread graben
Super strange. When using s:link an propagation attribute everything works. And 
it seems that it is totaly regardless of which type begin or nested. I'm totaly 
confused! :-|

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4126664#4126664

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4126664
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Problem with s:conversationPropagation

2008-02-05 Thread graben
rich:panelMenuItem label=#{child.label} icon=/img/icons/menu_item.png 
action=#{child.execute()} style=background- color:#ee 
rendered=#{child.notSecurity and !child.selected}
  | s:conversationPropagation type=nested /
  | /rich:panelMenuItem

Some short explaination. This is a code fragment out of a menu where 
conversations should be started from.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4126880#4126880

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4126880
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Problem with h:selectManyListbox and hibernate entities

2008-01-22 Thread graben
Problem seems to be fixed in JSF Nightly Builds 1.2_08.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4122345#4122345

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4122345
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Problem with h:selectManyListbox and hibernate entities

2008-01-21 Thread graben
Hi,

I'm not sure if that topic is right here. Maybe first a short discription of my 
problem. I try to bind an entity with several onetomany bags to an 
h:selectManyListbox (inc. Converter) everything works while only one item is 
selected. if selected two or more I got an java.lang.ArrayStoreException. I 
recognized that hibernate produces a persistencebag with two different 
objecttypes x and x_$$_javassist_. The JSF Component wants the selected items 
to be put in an array of x_$$_javassist_ type. That's why the operation fails, 
but why??? I didn't get the complexity of this problem solved. Maybe someone of 
you can help me!

THX

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4121894#4121894

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4121894
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools Code Completion suddenly disapear

2008-01-11 Thread graben
I think I found the reason something that can explain the problem. I found that 
the eclipse project suddenly lost the seam-builder. I don't know why! But that 
might be the reason that code completion doesn't work sometimes.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4119010#4119010

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4119010
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools (users)] - JBoss Tools Code Completion suddenly disapear

2008-01-10 Thread graben
Sometimes I have the problem that the code completion functionality suddenly 
disapear. Most times the Seam Components view doesn't work either, but I don't 
know if this occurences are connected. I'm using latest Eclipse 3.3.1.1 with 
Tools 2.0GA. I did not have that probs with 2.0CR1. Is their a bug none? Maybe 
something inside eclipse itself?

Thx Benjamin

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4118599#4118599

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4118599
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools (users)] - Re: JBoss Tools Code Completion suddenly disapear

2008-01-10 Thread graben
Hi,

eclipse.buildId=M20071023-1652
java.version=1.6.0_01
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE
Command-line arguments:  -os win32 -ws win32 -arch x86

Error
Thu Jan 10 11:47:44 CET 2008
Contributor org.jboss.tools.seam.ui.views.SeamComponentsNavigator cannot be 
created.

This is the only entry I found in the error log of eclipse which might affect 
jBoss Tools.

The code completion doesn't work for POJOs (all seam-componnets) and in the 
faclets-viewer part.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4118619#4118619

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4118619
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user