[jboss-user] [JBoss Tools] - execution path tools for Java app API analysis

2011-01-11 Thread Arbi Sookazian
Arbi Sookazian [http://community.jboss.org/people/asookazian] created the 
discussion

execution path tools for Java app API analysis

To view the discussion, visit: http://community.jboss.org/message/580162#580162

--
I am working on a Java EE app running on JBoss 4.x which is heavily layered.  
It becomes often difficult to conceptualize/visualize execution path to a 
certain method in a particular class.  Does anybody know of or use a tool that 
will dynamically show the execution path from your IDE (Eclipse, etc.)?

e.g.  Class A method foo to Class B method bar to Class C method baz

I currently have my IDE focus set to the class C method baz.  I want to see all 
execution paths (i.e. all interfaces/classes and methods in a diagram) that 
invoke method baz in Class C and those that invoke the calling method and those 
that invoke that calling method, ad nauseum.

The concept is somewhat similar to the dependency analysis tool that the m2e 
plugin offers as a diagram in Eclipse for Maven.  aka dependency graph.

I need this tool to work non-realtime (i.e. I should not have to start up the 
app server and exec test cases, etc.)

Perhaps this is known as static analysis?

thx.
--

Reply to this message by going to Community
[http://community.jboss.org/message/580162#580162]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1containerType=14container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - equivalent to MaintainJ in JBT?

2010-11-15 Thread Arbi Sookazian
Arbi Sookazian [http://community.jboss.org/people/asookazian] created the 
discussion

equivalent to MaintainJ in JBT?

To view the discussion, visit: http://community.jboss.org/message/571315#571315

--
http://www.maintainj.com/userGuide.jsp?param=install#requirement 
http://www.maintainj.com/userGuide.jsp?param=install#requirement

 http://www.theserverside.com/news/thread.tss?thread_id=42725 
http://www.theserverside.com/news/thread.tss?thread_id=42725

uses AspectJ to generate runtime (during use-case exec) diagrams.

similar in JBT?
--

Reply to this message by going to Community
[http://community.jboss.org/message/571315#571315]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1containerType=14container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB3] - Imlementing local interface and another interface in session bean

2010-11-05 Thread Arbi Sookazian
Arbi Sookazian [http://community.jboss.org/people/asookazian] created the 
discussion

Imlementing local interface and another interface in session bean

To view the discussion, visit: http://community.jboss.org/message/569805#569805

--
Please consider the following scenario:

@Statelesspublic class FooServiceBean implements FooService, BarService {
   @TransactionAttribute(value=TransactionAttributeType.NOT_SUPPORTED)
   public void myMethod1() {
    //code here
   }
}

@Local
public interface FooService {
...
}

public interface BarService {
    public void myMethod1();
}


If we invoke myMethod1(), will the method run outside of a tx or not?  i.e. is 
the instance managed by the EJB container or not?  I'm seeing behavior that 
suggests otherwise in my current JBoss 4.2.x app.  It is actually running in a 
tx (in this case a distributed tx b/c there are multiple datasources that are 
being queried via multiple DAOs).  In effect, the NOT_SUPPORTED tx attribute is 
being ignored.  Please advise.  thx.
--

Reply to this message by going to Community
[http://community.jboss.org/message/569805#569805]

Start a new discussion in EJB3 at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1containerType=14container=2029]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] - deploying two diff versions of same EJB in two diff EARs

2010-05-26 Thread Arbi Sookazian
Arbi Sookazian [http://community.jboss.org/people/asookazian] created the 
discussion

deploying two diff versions of same EJB in two diff EARs

To view the discussion, visit: http://community.jboss.org/message/544908#544908

--
We have EJB1 (version 1) in EAR1 and EJB1 (version 2) in EAR2 deployed in 
%JBOSS_HOME%/server/default/deploy directory.

How can we configure to ensure that each app (EAR) accesses the correct version 
of EJB1 in this same instance of JBoss 4.2.x?  Is it possible to do this 
considering the global JNDI namespace?

--

Reply to this message by going to Community
[http://community.jboss.org/message/544908#544908]

Start a new discussion in EJB 3.0 at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1containerType=14container=2029]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - cloning server config in Eclipse for next workspace

2010-05-07 Thread Arbi Sookazian
Arbi Sookazian [http://community.jboss.org/people/asookazian] created the 
discussion

cloning server config in Eclipse for next workspace

To view the discussion, visit: http://community.jboss.org/message/541837#541837

--
Is there an easy way to export (or replicate) the VM args in the Eclipse edit 
launch configuration for JBoss servers?   We create a new workspace for each 
JIRA issue so this makes it more  difficult or time-consuming to setup the VM 
args every time for JRebel.   Does eclipse or JBT have a clone workspace 
feature or clone server config feature?  Some metadata will not  apply to the 
new workspace (i.e. projects will be different, plugins may be different, etc.) 
so maybe this won't work.  thx.

--

Reply to this message by going to Community
[http://community.jboss.org/message/541837#541837]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1containerType=14container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Tools] - Launch config VM args keeps erasing my option

2010-04-22 Thread Arbi Sookazian
Arbi Sookazian [http://community.jboss.org/people/asookazian] replied to the 
discussion

Launch config VM args keeps erasing my option

To view the discussion, visit: http://community.jboss.org/message/539089#539089

--
This has been verified by the ZT support team to be a bug in JRebel.  Plz 
ignore.  thx.

--

Reply to this message by going to Community
[http://community.jboss.org/message/539089#539089]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1containerType=14container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Launch config VM args keeps erasing my option

2010-04-21 Thread Arbi Sookazian
Arbi Sookazian [http://community.jboss.org/people/asookazian] created the 
discussion

Launch config VM args keeps erasing my option

To view the discussion, visit: http://community.jboss.org/message/538830#538830

--
I am using the following VM args with JBT Version: 3.1.0.v201003050540R-H56-GA 
and JBoss AS 4.2.2.GA.

-noverify -javaagent: C:\Program Files\ZeroTurnaround\JRebel\jrebel.jar 
-Drebel.jboss_plugin=true -Drebel.allow_bytecode_proxy=true -Drebel.log=true 
-Drebel.log.file= C:\Program Files\ZeroTurnaround\JRebel\jrebel.log” 
-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:\java\jboss-4.2.2.GA\lib\endorsed

When I click apply, the -Drebel.log=true disappers.  Is this a JBT, Eclipse 
or JRebel problem?  Why would an option disapper when I click apply button?

Also, the save button is not enabled, as if it is auto-saving the new 
settings.  Should it do that?  I could have swore I used to have to manually 
save it myself.  see attachment for before/after pics.

--

Reply to this message by going to Community
[http://community.jboss.org/message/538830#538830]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1containerType=14container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Tools] - Launch config VM args keeps erasing my option

2010-04-21 Thread Arbi Sookazian
Arbi Sookazian [http://community.jboss.org/people/asookazian] replied to the 
discussion

Launch config VM args keeps erasing my option

To view the discussion, visit: http://community.jboss.org/message/538832#538832

--
If I use -Djrebel.log=true this does not happen (this option does not 
disappear).  But that option (jrebel.log=true) is not available in their 
documentation.  It's rebel.log.

--

Reply to this message by going to Community
[http://community.jboss.org/message/538832#538832]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1containerType=14container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - JBoss server view (deprecated)

2010-04-02 Thread Arbi Sookazian
Arbi Sookazian [http://community.jboss.org/people/asookazian] created the 
discussion

JBoss server view (deprecated)

To view the discussion, visit: http://community.jboss.org/message/535418#535418

--
in JBT 3.1.0 why is the JBoss server view (deprecated)?  what is replacing it?

--

Reply to this message by going to Community
[http://community.jboss.org/message/535418#535418]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1containerType=14container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - How do I know which plugins to upgrade?

2010-03-31 Thread Arbi Sookazian
Arbi Sookazian [http://community.jboss.org/people/asookazian] created the 
discussion

How do I know which plugins to upgrade?

To view the discussion, visit: http://community.jboss.org/message/534986#534986

--
I'm trying to upgrade from JBT 3.1.0.-M4 to the latest.  The problem is that 
JBT consists of many plugins.  It would be easier if all the names started with 
JBoss Tools, for example, Hibernate Tools is part of JBT but that may not be 
obvious.  So I selected anything that I think may be related to JBT.  But I'm 
keeping my existing version of m2e due to this bug in 0.10.0:  
https://issues.sonatype.org/browse/MNGECLIPSE-2155 
https://issues.sonatype.org/browse/MNGECLIPSE-2155

It would be nice to be able to revert updates (I just figured that one out: 
Eclipse Installation details -- select previous configuration -- click revert 
button)  Cool.

JBT plugins are now all 3.1.0.GA!

 
http://community.jboss.org/servlet/JiveServlet/showImage/2459/available_updates.GIF
  
http://community.jboss.org/servlet/JiveServlet/downloadImage/2459/450-486/available_updates.GIF
 

--

Reply to this message by going to Community
[http://community.jboss.org/message/534986#534986]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1containerType=14container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Tools] - build path not set correctly after importing from svn for mavenized Seam project

2010-03-31 Thread Arbi Sookazian
Arbi Sookazian [http://community.jboss.org/people/asookazian] replied to the 
discussion

build path not set correctly after importing from svn for mavenized Seam 
project

To view the discussion, visit: http://community.jboss.org/message/535000#535000

--
I upgraded to 3.1.0.GA JBT.

So I think I nailed down the root cause of why m2e can't accommodate my 
projects in terms of proper classpath/build path.  Ultimately it comes down to 
the Maven Dependencies list being incomplete/wrong I guess but not sure how to 
fix this as my Seam application consists of two higher-level pom.xml (i.e.this 
is multi-module scenario consisting of two project with multi-modules and one 
depends on the other for services, API calls, etc.)  Thus, I typically run 'mvn 
clean install' on two pom's, first model, then GUI.

I have two parent pom.xml files.  One is dependent on the other (the model pom 
has the DAO, domain/entity classes, etc).  These are apparently two independent 
projects when I do a svn checkout as Maven project.

So the following .classpath file for one of the mvn modules in the non-model 
project (it's called GUI which depends on Model packages/classes, etc.) does 
not have references to the model modules/projects so these packages and classes 
are unrecognizable by the compiler:

?xml version=1.0 encoding=UTF-8?
classpath
    classpathentry kind=src output=target/classes path=src/main/java/
    classpathentry excluding=** kind=src output=target/classes 
path=src/main/resources/
    classpathentry kind=con 
path=org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5/
    classpathentry kind=con 
path=org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER/
    classpathentry kind=output path=target/classes/
/classpath

When I run 'mvn eclipse:eclipse', the .classpath contents for this 
module/project change to the following which fixes the compiler resolution 
errors b/c of the classpathentry entries below for the cis.crud.dao, 
cis.crud.domain, etc which are apparently missing when m2e creates the 
.classpath file:

classpath
  classpathentry kind=src path=src/main/java including=**/*.java/
  classpathentry kind=src path=src/main/resources excluding=**/*.java/
  classpathentry kind=output path=target/classes/
  classpathentry kind=var path=M2_REPO/javax/el/el-api/1.2/el-api-1.2.jar/
  classpathentry kind=var 
path=M2_REPO/javax/javaee/javaee/5.0/javaee-5.0.jar 
sourcepath=M2_REPO/javax/javaee/javaee/5.0/javaee-5.0-sources.jar
    attributes
  attribute 
value=jar:file:/C:/Documents%20and%20Settings/asookazian/.m2/repository/javax/javaee/javaee/5.0/javaee-5.0-javadoc.jar!/
 name=javadoc_location/
    /attributes
  /classpathentry
  classpathentry kind=var 
path=M2_REPO/com/echo/cis/model/com.echo.cis.crud.dao/1.5.1-SNAPSHOT/com.echo.cis.crud.dao-1.5.1-SNAPSHOT.jar
 
sourcepath=M2_REPO/com/echo/cis/model/com.echo.cis.crud.dao/1.5.1-SNAPSHOT/com.echo.cis.crud.dao-1.5.1-SNAPSHOT-sources.jar/
  classpathentry kind=var 
path=M2_REPO/com/echo/cis/model/com.echo.cis.crud.domain/1.5.1-SNAPSHOT/com.echo.cis.crud.domain-1.5.1-SNAPSHOT.jar
 
sourcepath=M2_REPO/com/echo/cis/model/com.echo.cis.crud.domain/1.5.1-SNAPSHOT/com.echo.cis.crud.domain-1.5.1-SNAPSHOT-sources.jar/
  classpathentry kind=var 
path=M2_REPO/com/echo/cis/model/com.echo.cis.domain/1.5.1-SNAPSHOT/com.echo.cis.domain-1.5.1-SNAPSHOT.jar
 
sourcepath=M2_REPO/com/echo/cis/model/com.echo.cis.domain/1.5.1-SNAPSHOT/com.echo.cis.domain-1.5.1-SNAPSHOT-sources.jar/
  classpathentry kind=var 
path=M2_REPO/com/echo/cis/model/com.echo.cis.ejb.dao/1.5.1-SNAPSHOT/com.echo.cis.ejb.dao-1.5.1-SNAPSHOT.jar
 
sourcepath=M2_REPO/com/echo/cis/model/com.echo.cis.ejb.dao/1.5.1-SNAPSHOT/com.echo.cis.ejb.dao-1.5.1-SNAPSHOT-sources.jar/
  classpathentry kind=var 
path=M2_REPO/commons-lang/commons-lang/2.2/commons-lang-2.2.jar 
sourcepath=M2_REPO/commons-lang/commons-lang/2.2/commons-lang-2.2-sources.jar
    attributes
  attribute 
value=jar:file:/C:/Documents%20and%20Settings/asookazian/.m2/repository/commons-lang/commons-lang/2.2/commons-lang-2.2-javadoc.jar!/
 name=javadoc_location/
    /attributes
  /classpathentry
  classpathentry kind=var 
path=M2_REPO/org/jboss/embedded/hibernate-all/beta3/hibernate-all-beta3.jar/
  classpathentry kind=var 
path=M2_REPO/org/hibernate/hibernate-validator/3.0.0.ga/hibernate-validator-3.0.0.ga.jar/
  classpathentry kind=var 
path=M2_REPO/org/jboss/microcontainer/jboss-deployers-client-spi/2.0.0.Beta6/jboss-deployers-client-spi-2.0.0.Beta6.jar
 
sourcepath=M2_REPO/org/jboss/microcontainer/jboss-deployers-client-spi/2.0.0.Beta6/jboss-deployers-client-spi-2.0.0.Beta6-sources.jar/
  classpathentry kind=var 
path=M2_REPO/org/jboss/microcontainer/jboss-deployers-core-spi/2.0.0.Beta6/jboss-deployers-core-spi-2.0.0.Beta6.jar
 
sourcepath=M2_REPO/org/jboss/microcontainer/jboss-deployers-core-spi/2.0.0.Beta6/jboss-deployers-core-spi-2.0.0

Re: [jboss-user] [JBoss Tools] - Console view not being updated

2010-03-30 Thread Arbi Sookazian
Arbi Sookazian [http://community.jboss.org/people/asookazian] replied to the 
discussion

Console view not being updated

To view the discussion, visit: http://community.jboss.org/message/534683#534683

--
I restarted Eclipse, switched to debug perspective and it works now.  I 
switchted back to Java EE perspective and it works now.

I have seen this problem in the past but it comes and goes...

--

Reply to this message by going to Community
[http://community.jboss.org/message/534683#534683]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1containerType=14container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Tools] - build path not set correctly after importing from svn for mavenized Seam project

2010-03-29 Thread Arbi Sookazian
Arbi Sookazian [http://community.jboss.org/people/asookazian] replied to the 
discussion

build path not set correctly after importing from svn for mavenized Seam 
project

To view the discussion, visit: http://community.jboss.org/message/534483#534483

--
Well, I just created a new branch off the svn trunk and created a new 
Eclipse/JBT workspace.  I imported the project as a Maven project (via the m2e 
plugin?)  I had to run the 'mvn eclipse:eclipse' again to fix the build path.  
here are the before and after pics.

 
http://community.jboss.org/servlet/JiveServlet/showImage/2433/build-path-before.GIF
  
http://community.jboss.org/servlet/JiveServlet/downloadImage/2433/450-371/build-path-before.GIF
 

after:

 
http://community.jboss.org/servlet/JiveServlet/showImage/2434/build-path-after.GIF
  
http://community.jboss.org/servlet/JiveServlet/downloadImage/2434/450-371/build-path-after.GIF
 
Please explain how I can get the libraries to show properly like the after pic 
above using m2e or the Maven new project import process.  If you say don't use 
'mvn eclipse:eclipse', ok fine, so why is my build path (libraries) messed up 
every time I import my project into a new workspace and how can I fix it using 
JBT/m2e???

--

Reply to this message by going to Community
[http://community.jboss.org/message/534483#534483]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1containerType=14container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Console view not being updated

2010-03-29 Thread Arbi Sookazian
Arbi Sookazian [http://community.jboss.org/people/asookazian] created the 
discussion

Console view not being updated

To view the discussion, visit: http://community.jboss.org/message/534506#534506

--
I start JBoss 4.2 AS with the JBoss server view config.  The focus does not 
change to the Console view and no output to the console either.

JBT 3.1.0.-M4

I've seen this happen in the past with other versions as well IIRC...

--

Reply to this message by going to Community
[http://community.jboss.org/message/534506#534506]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1containerType=14container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Tools] - build path not set correctly after importing from svn for mavenized Seam project

2010-03-29 Thread Arbi Sookazian
Arbi Sookazian [http://community.jboss.org/people/asookazian] replied to the 
discussion

build path not set correctly after importing from svn for mavenized Seam 
project

To view the discussion, visit: http://community.jboss.org/message/534530#534530

--
Here it is for a different module in the workspace:

 
http://community.jboss.org/servlet/JiveServlet/showImage/2435/maven-dependencies.GIF
  
http://community.jboss.org/servlet/JiveServlet/downloadImage/2435/450-265/maven-dependencies.GIF
 
Is this info derived from a pom.xml?

--

Reply to this message by going to Community
[http://community.jboss.org/message/534530#534530]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1containerType=14container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Tools] - Console view not being updated

2010-03-29 Thread Arbi Sookazian
Arbi Sookazian [http://community.jboss.org/people/asookazian] replied to the 
discussion

Console view not being updated

To view the discussion, visit: http://community.jboss.org/message/534542#534542

--
Yes, server instance (default) does start and I see output in the server.log.  
I don't know what you mean by 'available thru browser'...

--

Reply to this message by going to Community
[http://community.jboss.org/message/534542#534542]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1containerType=14container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Tools] - build path not set correctly after importing from svn for mavenized Seam project

2010-03-29 Thread Arbi Sookazian
Arbi Sookazian [http://community.jboss.org/people/asookazian] replied to the 
discussion

build path not set correctly after importing from svn for mavenized Seam 
project

To view the discussion, visit: http://community.jboss.org/message/534543#534543

--
 https://issues.sonatype.org/browse/MNGECLIPSE-2183 
https://issues.sonatype.org/browse/MNGECLIPSE-2183

--

Reply to this message by going to Community
[http://community.jboss.org/message/534543#534543]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1containerType=14container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - build path not set correctly after importing from svn for mavenized Seam project

2010-03-25 Thread Arbi Sookazian
Arbi Sookazian [http://community.jboss.org/people/asookazian] created the 
discussion

build path not set correctly after importing from svn for mavenized Seam 
project

To view the discussion, visit: http://community.jboss.org/message/534040#534040

--
 http://maven.apache.org/guides/mini/guide-ide-eclipse.html 
http://maven.apache.org/guides/mini/guide-ide-eclipse.html

I have noticed that with my multi-module Mavenized Seam 2.1 project, I must 
always run 'mvn eclipse:eclipse' after I have imported the project from SVN 
repo, otherwise the build path is not correct and I see a lot of bad reference 
errors from compiler in Eclipse.

I am using m2eclipse 0.9.8 and JBT 3.1.0-M4 with Eclipse 3.5.1.SR1 (Galileo).

Is there a way to get around this (i.e. have the build path set correctly after 
importing the project from svn)?  thx.

--

Reply to this message by going to Community
[http://community.jboss.org/message/534040#534040]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1containerType=14container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Tools] - JBoss Tools vs Developer Studio

2010-03-25 Thread Arbi Sookazian
Arbi Sookazian [http://community.jboss.org/people/asookazian] commented on the 
document

JBoss Tools vs Developer Studio

To view all comments on this document, visit: 
http://community.jboss.org/docs/DOC-13300#comment-3032

--
I filed a JIRA for a problem I recently experienced with m2e 0.10.0 (bad 
application.xml):  http://issues.sonatype.org/browse/MNGECLIPSE-2176 
http://issues.sonatype.org/browse/MNGECLIPSE-2176

Does JBT 3.1.0 and/or JBDS 3.0.x require m2e 0.10.0?

For example Maven integration requires m2eclipse 0.10.
 http://in.relation.to/14750.lace http://in.relation.to/14750.lace

--

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Eclipse and JBT faster on Linux vs. Windows?

2010-03-25 Thread Arbi Sookazian
Arbi Sookazian [http://community.jboss.org/people/asookazian] created the 
discussion

Eclipse and JBT faster on Linux vs. Windows?

To view the discussion, visit: http://community.jboss.org/message/534105#534105

--
I've used Eclipse and JBT for years on Win boxes (mostly XP and now Win7).  
I've always complained about how slow Eclipse is and perhaps some of that has 
to do with all the plugins that are eagerly loaded on startup (i.e. slow 
startup time when switching workspaces).

I installed Eclipse 3.5.x on Ubuntu 9.10 today and installed JBT 3.1.0 and it 
seems to be running much faster.

Is this a generally accepted behavior?  Just wondering if I should try to 
switch my desktop dev envmt to some Debian-based OS like Ubuntu and ditch 
Windows altogether???  thx.

--

Reply to this message by going to Community
[http://community.jboss.org/message/534105#534105]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1containerType=14container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - application.xml is screwed up by m2eclipse?

2010-03-23 Thread Arbi Sookazian
Arbi Sookazian [http://community.jboss.org/people/asookazian] created the 
discussion

application.xml is screwed up by m2eclipse?

To view the discussion, visit: http://community.jboss.org/message/533598#533598

--
My EAR deployment fails in JBoss due to a bad application.xml.  The file 
extensions for some ejb modules are .ejb rather than .jar in 
application.xml.  Plz see my comment here:  
https://jira.jboss.org/jira/browse/JBIDE-4809 
https://jira.jboss.org/jira/browse/JBIDE-4809

How do I create a JIRA or other issue tracking ticket for this issue in 
m2eclipse?  I don't see it on the sonatype website...

--

Reply to this message by going to Community
[http://community.jboss.org/message/533598#533598]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1containerType=14container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Tools] - application.xml is screwed up by m2eclipse?

2010-03-23 Thread Arbi Sookazian
Arbi Sookazian [http://community.jboss.org/people/asookazian] replied to the 
discussion

application.xml is screwed up by m2eclipse?

To view the discussion, visit: http://community.jboss.org/message/533599#533599

--
btw, the mvn ear plugin generates the proper application.xml, it's just that 
when the EAR is constructed, it's picking up the m2eclipse bad version.  When I 
delete the bad one and do 'mvn clean install', all is ok.

--

Reply to this message by going to Community
[http://community.jboss.org/message/533599#533599]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1containerType=14container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Missing natures

2010-03-22 Thread Arbi Sookazian
Arbi Sookazian [http://community.jboss.org/people/asookazian] created the 
discussion

Missing natures

To view the discussion, visit: http://community.jboss.org/message/533373#533373

--
I creating a new workspace by copying the workbench and also 
exporting/importing the general preferences.

When I opened a xhtml for editing, I see this:


 
http://community.jboss.org/servlet/JiveServlet/showImage/2384/missing_natures.JPG
  
http://community.jboss.org/servlet/JiveServlet/downloadImage/2384/450-250/missing_natures.JPG
 I am trying to copy/clone a workspace with all the workbench and other 
settings but even the JBoss server view was showing but i had to reconfigure 
that as well as the Mylyn JIRA connector.

Is there a really good way to 100% clone a workspace?  What about copying the 
workspace directory itself and then reconfiguring settings (like workspace 
name, etc.) manually?

--

Reply to this message by going to Community
[http://community.jboss.org/message/533373#533373]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1containerType=14container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] - Cloning a workspace

2010-03-19 Thread Arbi Sookazian
Arbi Sookazian [http://community.jboss.org/people/asookazian] created the 
discussion

Cloning a workspace

To view the discussion, visit: http://community.jboss.org/message/533083#533083

--
We create a new workspace in Eclipse for each JIRA issue.  I'd like to clone 
(or default) my settings for my workspace for each successive workspace.  Is 
there a way to do this so that my JBT settings, etc. are consistent and to save 
time?

--

Reply to this message by going to Community
[http://community.jboss.org/message/533083#533083]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1containerType=14container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Tools] - Cloning a workspace

2010-03-19 Thread Arbi Sookazian
Arbi Sookazian [http://community.jboss.org/people/asookazian] replied to the 
discussion

Cloning a workspace

To view the discussion, visit: http://community.jboss.org/message/533089#533089

--
Thanks for the answer, that was very helpful.  I tried it and it didn't seem to 
work the way I expected it to.  For example, in the new workspace's task list 
view, I have to add the JIRA repository again for the Mylyn JIRA connector 
(i.e. it's not already there as I expected).  Is this supposed to happen or 
not?  Also, when i exported, the options available for preferences is 
Installed JREs only.

 
http://community.jboss.org/servlet/JiveServlet/showImage/2367/export_eclipse_prefs1.GIF
  
http://community.jboss.org/servlet/JiveServlet/downloadImage/2367/450-300/export_eclipse_prefs1.GIF
 
Is this normal?  will this export everything in terms of preferences in my 
original workspace?

Here is the .epf file contents:

#Fri Mar 19 14:55:15 PDT 2010
/instance/org.eclipse.wst.jsdt.web.core/jspIndexState=1
/instance/org.eclipse.mylyn.context.core/mylyn.attention.migrated=true
/instance/org.eclipse.mylyn.java.ui/org.eclipse.mylyn.java.ui.run.count.3_1_0=1
/instance/org.eclipse.ui.ide/EXIT_PROMPT_ON_CLOSE_LAST_WINDOW=false
/instance/org.eclipse.wst.sse.core/task-tag-projects-already-scanned=RemoteSystemsTempFiles,com.echo.cis.crud.dao,com.echo.cis.crud.domain,com.echo.cis.domain,com.echo.cis.editors,com.echo.cis.ejb.dao,com.echo.cis.ejb.seam,com.echo.cis.gui,com.echo.cis.gui.ear,com.echo.cis.logtran,com.echo.cis.model,com.echo.cis.services.merchant,com.echo.cis.util,com.echo.cis.web
/instance/org.eclipse.mylyn.resources.ui//editors.task.http\://team.innovativemerchant.com/jira-36193=?xml
 version\=1.0 
encoding\=UTF-8?\r\nContextOpenEditors\r\nMonitoredWindowOpenEditors 
class\=org.eclipse.ui.internal.WorkbenchWindow isActive\=true 
isLaunching\=true number\=1\r\neditorArea 
activeWorkbook\=DefaultEditorWorkbook\r\ninfo 
part\=DefaultEditorWorkbook\r\nfolder appearance\=1 
expanded\=2\r\npresentation 
id\=org.eclipse.ui.presentations.WorkbenchPresentationFactory\r\npart 
id\=0/\r\npart id\=1/\r\npart 
id\=2/\r\n/presentation\r\n/folder\r\n/info\r\n/editorArea\r\neditor
 id\=org.eclipse.mylyn.tasks.ui.editors.task name\=GEM-147\: History popup 
modal windows pull the screen to the ... partName\=GEM-147\: History popup 
modal windows pull the screen to the ... title\=GEM-147\: History popup modal 
windows pull the screen to the ... tooltip\=History popup modal windows pull 
the screen to the top workbook\=DefaultEditorWorkbook\r\ninput 
factoryID\=org.eclipse.mylyn.tasks.ui.elementFactories.task.editor 
taskHandle\=http\://team.innovativemerchant.com/jira-36193/\r\n/editor\r\neditor
 id\=org.jboss.tools.jst.jsp.jspeditor.HTMLTextEditor 
name\=add_merchant_billing_group_wizard_step1.xhtml 
partName\=add_merchant_billing_group_wizard_step1.xhtml 
path\=C\:/projects/gem147/maven.1268927389846/com.echo.cis.web/src/main/webapp/restricted/billing/add_merchant_billing_group_wizard_step1.xhtml
 title\=add_merchant_billing_group_wizard_step1.xhtml 
tooltip\=C\:/projects/gem147/maven.1268927389846/com.echo.cis.web/src/main/webapp/restricted/billing/add_merchant_billing_group_wizard_step1.xhtml
 workbook\=DefaultEditorWorkbook\r\ninput 
factoryID\=org.jboss.tools.common.core.resources.XModelObjectEditorInputFactory
 
path\=/com.echo.cis.gui/com.echo.cis.web/src/main/webapp/restricted/billing/add_merchant_billing_group_wizard_step1.xhtml/\r\n/editor\r\neditor
 activePart\=true focus\=true 
id\=org.jboss.tools.jst.jsp.jspeditor.HTMLTextEditor 
name\=add_merchant_billing_group_wizard_step2.xhtml 
partName\=add_merchant_billing_group_wizard_step2.xhtml 
path\=C\:/projects/gem147/maven.1268927389846/com.echo.cis.web/src/main/webapp/restricted/billing/add_merchant_billing_group_wizard_step2.xhtml
 title\=add_merchant_billing_group_wizard_step2.xhtml 
tooltip\=C\:/projects/gem147/maven.1268927389846/com.echo.cis.web/src/main/webapp/restricted/billing/add_merchant_billing_group_wizard_step2.xhtml
 workbook\=DefaultEditorWorkbook\r\ninput 
factoryID\=org.jboss.tools.common.core.resources.XModelObjectEditorInputFactory
 
path\=/com.echo.cis.gui/com.echo.cis.web/src/main/webapp/restricted/billing/add_merchant_billing_group_wizard_step2.xhtml/\r\n/editor\r\n/MonitoredWindowOpenEditors\r\n/ContextOpenEditors
@org.eclipse.rse.ui=3.1.1.v200909160005
/instance/org.eclipse.wst.validation/USER_MANUAL_PREFERENCE=enabledManualValidatorListorg.eclipse.jst.j2ee.internal.validation.UIApplicationClientValidator;org.eclipse.jst.j2ee.internal.web.validation.UIWarValidator;org.eclipse.wst.wsi.ui.internal.WSIMessageValidator;org.jboss.tools.seam.internal.core.validation.SeamProjectPropertyValidator;org.eclipse.bpel.validator.Validator;org.eclipse.jst.j2ee.internal.ejb.workbench.validation.UIEjbValidator;org.eclipse.jst.j2ee.internal.validation.UIEarValidator

Re: [jboss-user] [JBoss Tools] - Cloning a workspace

2010-03-19 Thread Arbi Sookazian
Arbi Sookazian [http://community.jboss.org/people/asookazian] replied to the 
discussion

Cloning a workspace

To view the discussion, visit: http://community.jboss.org/message/533093#533093

--
I actually selected Export All, that screen shot is after the fact and is 
inaccurate, sorry...

I imagine that's why there is so much metadata in the .epf file (b/c I selected 
export all)...

--

Reply to this message by going to Community
[http://community.jboss.org/message/533093#533093]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1containerType=14container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Tools] - Cloning a workspace

2010-03-19 Thread Arbi Sookazian
Arbi Sookazian [http://community.jboss.org/people/asookazian] replied to the 
discussion

Cloning a workspace

To view the discussion, visit: http://community.jboss.org/message/533097#533097

--
I exported the prefs of the 2nd workspace:

#Fri Mar 19 16:01:04 PDT 2010
file_export_version=3.0
@org.eclipse.jdt.launching=3.5.1.v20100108_r352
/instance/org.eclipse.jdt.launching/org.eclipse.jdt.launching.PREF_VM_XML=?xml 
version\=1.0 encoding\=UTF-8?\r\nvmSettings 
defaultVM\=57,org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType13,1268927419877\r\nvmType
 id\=org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType\r\nvm 
id\=1268927419877 javadocURL\=http\://java.sun.com/j2se/1.5.0/docs/api/ 
name\=jdk1.5.0_22 path\=C\:\\Program 
Files\\Java\\jdk1.5.0_22/\r\n/vmType\r\n/vmSettings\r\n
\!/=

Much less contents, so obviously the first export was an export all.

--

Reply to this message by going to Community
[http://community.jboss.org/message/533097#533097]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1containerType=14container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Tools] - Cloning a workspace

2010-03-19 Thread Arbi Sookazian
Arbi Sookazian [http://community.jboss.org/people/asookazian] replied to the 
discussion

Cloning a workspace

To view the discussion, visit: http://community.jboss.org/message/533098#533098

--
Hey thanks!  So it's a matter of knowing how to import the Mylyn preferences 
(and any other non-standard preferences) into the new workspace.  I'm assuming 
the way to do it is to copy the .mylyn folder into the new workspace's 
.metadata folder.

--

Reply to this message by going to Community
[http://community.jboss.org/message/533098#533098]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1containerType=14container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Tools] - Cloning a workspace

2010-03-19 Thread Arbi Sookazian
Arbi Sookazian [http://community.jboss.org/people/asookazian] replied to the 
discussion

Cloning a workspace

To view the discussion, visit: http://community.jboss.org/message/533101#533101

--
I just deleted the contents of the new workspace's folder.  Then re-opened the 
workspace.  The imported the prefs.  There is the following folder now:

C:\Documents and 
Settings\asookazian\workspace\testImportPrefs\.metadata\.mylyn\contexts\activity.xml.zip

Here is the contents of the activity.xml:

?xml version=1.0 encoding=UTF-8  ?
  InteractionHistory Id=*activity*  Version=*1*
  InteractionEvent Delta=*added* EndDate=*2010-03-19 16:11:45.355 PDT* 
Interest=*1.0* Kind=*attention*  Navigation=**  
OriginId=*org.eclipse.ui.workbench* StartDate=*2010-03-19 16:10:44.465  
PDT* StructureHandle=*none*  StructureKind=*workingset* /
  /InteractionHistory
 
This file and others are there as well:
 
org.eclipse.mylyn.context.core.prefs
 

--

Reply to this message by going to Community
[http://community.jboss.org/message/533101#533101]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1containerType=14container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


Re: [jboss-user] [JBoss Tools] - Cloning a workspace

2010-03-19 Thread Arbi Sookazian
Arbi Sookazian [http://community.jboss.org/people/asookazian] replied to the 
discussion

Cloning a workspace

To view the discussion, visit: http://community.jboss.org/message/533111#533111

--
I just noticed that there is a copy settings option when you switch to a new 
workspace.  This allows you to copy workbench layout and working sets.

Ok, so the prefs are literally all the preferences settings in Window -- 
Preferences dialog?

It only shows the installed JRE as an option though in the pic above.  So I 
don't really know all the prefs it's saving until you look into the .epf file...

--

Reply to this message by going to Community
[http://community.jboss.org/message/533111#533111]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1containerType=14container=2128]

___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] New message: Opening a file from Search view in JBT HTML editor

2010-03-18 Thread Arbi Sookazian
User development,

A new message was posted in the thread Opening a file from Search view in JBT 
HTML editor:

http://community.jboss.org/message/532853#532853

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
JBT HTML editor is the default (checked) option when I right-click a file in 
the Search view.  When I have a file already open (via double-click) from the 
Search view in the JBT HTML editor area and then double-click on another file 
in the Search view, the previous file disappears from the JBT HTML editor view 
(i.e. the new file is opened on top of the previous file when I double-click on 
the new file).
 
If I right-click and then select JBT HTML editor, it opens in a new tab in the 
JBT HTML editor.
 
Is there some config to fix this so I don't keep losing my files???
 
Eclipse 3.5.2.SR2
JBT 3.1.0.GA
 
thx.

--

To reply to this message visit the message page: 
http://community.jboss.org/message/532853#532853


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] New message: Mylyn 3.x with JBT

2010-03-16 Thread Arbi Sookazian
User development,

A new message was posted in the thread Mylyn 3.x with JBT:

http://community.jboss.org/message/532363#532363

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
I'm starting to learn and incorporate Mylyn during my java programming in 
Eclipse 3.5.x with JBT 3.1.0.GA.
 
Does the JBT core dev team use Mylyn and any recommendations on using it with 
JBT in Eclipse in particular regarding tasks, change sets, and commits to SVN?
 
Seems like using JBT (e.g. Seam facelets code assist), Mylyn, and JRebel 3.0 
would be a really good productivity boost combination...
 
It would be nice to have integration with Maven as well...

--

To reply to this message visit the message page: 
http://community.jboss.org/message/532363#532363


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] New message: Re: JBoss Tools 3.1 Final!

2010-03-12 Thread Arbi Sookazian
User development,

A new message was posted in the thread JBoss Tools 3.1 Final!:

http://community.jboss.org/message/531710#531710

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
getting not found error.
--

To reply to this message visit the message page: 
http://community.jboss.org/message/531710#531710


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] New message: Opening the backing bean from facelet directly

2010-03-12 Thread Arbi Sookazian
User development,

A new message was posted in the thread Opening the backing bean from facelet 
directly:

http://community.jboss.org/message/531715#531715

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
Does JBT offer support/functionality to open the SFSB impl class, for example, 
or POJO backing bean for fooBean below?
 
action=#{fooBean.submit}
 
If I double-click fooBean or high-light it, can I then right-click and open the 
class?  Usually I do a CTRL-SHFT-T and then search on fooBean which typically 
leads to fooBeanImpl or similar for a Seam 2.x app.  thx.

--

To reply to this message visit the message page: 
http://community.jboss.org/message/531715#531715


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] New message: Re: JBoss Tools 3.1 Final!

2010-03-12 Thread Arbi Sookazian
User development,

A new message was posted in the thread JBoss Tools 3.1 Final!:

http://community.jboss.org/message/531719#531719

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
I'd like to upgrade.  I believe I have 3.1.0.M4 (3.1.0.v200910281724M-H247-M4) 
currently.  Is there an easy way to find out what version of a plugin you have 
without looking at all the folders in the eclipse\plugins folder?  This is 
always such a pain.
 
I search for updates in Eclipse (it does not allow me to search for updates for 
particular plugins!)
 
I see JBossAS tools 2.1.0 and JBoss Tools RichFaces 3.1.0.GA but nothing else 
with 3.1.0.GA.
 
What is the best (and safest) way to upgrade?

--

To reply to this message visit the message page: 
http://community.jboss.org/message/531719#531719


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] New message: Re: Opening the backing bean from facelet directly

2010-03-12 Thread Arbi Sookazian
User development,

A new message was posted in the thread Opening the backing bean from facelet 
directly:

http://community.jboss.org/message/531763#531763

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
I used Ctrl+Click on EL to open corresponding Session bean source.  However, 
that source code is not editable.  I want to go directly to the real source 
code of the backing bean POJO/SFSB to edit it right away.  Is this possible?

--

To reply to this message visit the message page: 
http://community.jboss.org/message/531763#531763


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] New message: ParseException in facelet

2010-03-04 Thread Arbi Sookazian
User development,

A new message was posted in the thread ParseException in facelet:

http://community.jboss.org/message/530056#530056

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
ParseException: Error validating the model: Server returned HTTP response code: 
503 for URL: http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd
 
!DOCTYPE composition PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN 
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;
ui:composition 
    xmlns=http://www.w3.org/1999/xhtml;
    xmlns:ui=http://java.sun.com/jsf/facelets;
    xmlns:h=http://java.sun.com/jsf/html;
    xmlns:f=http://java.sun.com/jsf/core;
    xmlns:a4j=http://richfaces.org/a4j;
    xmlns:j4j=http://javascript4jsf.dev.java.net/;
    xmlns:s=http://jboss.com/products/seam/taglib;
    xmlns:rich=http://richfaces.org/rich;
    xmlns:echo=http://www.echo-inc.com/common/web/facelets/taglib;
    template=/WEB-INF/templates/page.xhtml
 
..
 
/ui:composition
 
Any idea why I'm getting this error?  I'm using JBT 3.1.0.M4.  thx.

--

To reply to this message visit the message page: 
http://community.jboss.org/message/530056#530056


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [EJB 3.0] New message: Using JMS/MDBs to improve SLSB processing performance

2010-03-03 Thread Arbi Sookazian
User development,

A new message was posted in the thread Using JMS/MDBs to improve SLSB 
processing performance:

http://community.jboss.org/message/529760#529760

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
Is it true that by using JMS/MDBs (asynchronous processing) vs. SLSBs 
(synchronous processing) we can definitely improve the performance of our app?  
We have an event processor that is only utilizing approx. 14% of a multi-CPU 
multi-core JBoss 4.2 server.
 
I know that SLSB and MDB are both in a pool in the app server and this pool 
size is configurable...

--

To reply to this message visit the message page: 
http://community.jboss.org/message/529760#529760


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] New message: Hibernate configurations with Oracle Thin Client

2010-02-17 Thread Arbi Sookazian
User development,

A new message was posted in the thread Hibernate configurations with Oracle 
Thin Client:

http://community.jboss.org/message/526882#526882

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
I have a Seam 2.1.1.GA project with Eclipse Galileo and JBT 3.1.0-M4.
 
How do I create a Hibernate config using ojdbc14.jar with this custom JDBC URL 
from Oracle Developer Studio?
 
jdbc:oracle:thin:@(DESCRIPTION = (ADDRESS = (PROTOCOL =
    TCP)(HOST = oradev1.prv.echo-inc.com)(PORT = 1521)) (LOAD_BALANCE = yes)
    (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME =
    cisdev) (FAILOVER_MODE = (TYPE = SELECT) (METHOD =
    BASIC) (RETRIES = 180) (DELAY = 5
 
The Hibernate config is still very non-intuitive and difficult to setup.  I 
remember having a hard time with this in the past.  The UI/wizard seems 
non-intuitive or buggy...

--

To reply to this message visit the message page: 
http://community.jboss.org/message/526882#526882


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] New message: Updating JBT via Eclipse check for updates

2010-02-17 Thread Arbi Sookazian
User development,

A new message was posted in the thread Updating JBT via Eclipse check for 
updates:

http://community.jboss.org/message/526883#526883

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
I have JBT 3.1.0-M4.  How do I update to latest version cleanly from Eclipse 
Galileo?  I don't see JBT in the list for possible available updates when I do 
Help -- check for updates.
--

To reply to this message visit the message page: 
http://community.jboss.org/message/526883#526883


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] New message: Hibernate tools provides Hibernate statistics in Eclipse?

2010-02-08 Thread Arbi Sookazian
User development,

A new message was posted in the thread Hibernate tools provides Hibernate 
statistics in Eclipse?:

http://community.jboss.org/message/524938#524938

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
Does Hibernate tools provide Hibernate statistics in Eclipse (perhaps in the 
Hibernate console)?
 
I am currently using a JMX MBean to get dynamic data on Hibernate statistics 
for my EntityManager.
 
@Name(hibernateUtils)
@AutoCreate
public class HibernateUtils {
 
  @In EntityManager entityManager;
    
  public Statistics getStatistics() {    
  return 
((HibernateSessionProxy)entityManager.getDelegate()).getSessionFactory().getStatistics();
  }
  
  public SessionFactory getSessionFactory() {
  return 
((HibernateSessionProxy)entityManager.getDelegate()).getSessionFactory();
  }
 
}
 
 
@Name(jmxHibernateStatistics)
@AutoCreate
public class JmxHibernateStatistics {
    
    @In HibernateUtils hibernateUtils;
    @Logger Log log;
 
    public void installHibernateMBean() {
    Statistics stats = hibernateUtils.getStatistics(); 
    stats.logSummary();
    log.info(new Date(stats.getStartTime()) = +new 
Date(stats.getStartTime()));
    
    String[] myQueries = stats.getQueries();
    for(int i = 0; i  myQueries.length; i++){
    log.info(myQueries[+i+]: +myQueries[i]);
    }
    
    //get your SF
    SessionFactory sf = hibernateUtils.getSessionFactory();
    //get the available MBean servers
    List list = MBeanServerFactory.findMBeanServer(null);
    //take the first one
    MBeanServer server = (MBeanServer) list.get(0);
 
    //build the MBean name
    ObjectName on = null;
    try{
    on = new ObjectName(Hibernate:type=statistics,application=sample);
    }
    catch(MalformedObjectNameException e){
    log.error(e);
    }
    StatisticsService mBean = new StatisticsService();
    mBean.setSessionFactory(sf);
    try {
    server.registerMBean(mBean, on);
    } catch (InstanceAlreadyExistsException e) {
    // TODO Auto-generated catch block
    e.printStackTrace();
    } catch (MBeanRegistrationException e) {
    // TODO Auto-generated catch block
    e.printStackTrace();
    } catch (NotCompliantMBeanException e) {
    // TODO Auto-generated catch block
    e.printStackTrace();
    }
 
    //WARNING: 
    
    /*
 * When the SessionFactory is closed, we need to unregister the MBean
 
    //get the available MBean servers
    ArrayList list = MBeanServerFactory.findMBeanServer(null);
    //take the first one
    MBeanServer server = (MBeanServer) list.get(0);
    server.unregisterMBean(on);
    
    You can add this code to you HibernateUtil like class.
 */
    }
}

--

To reply to this message visit the message page: 
http://community.jboss.org/message/524938#524938


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] New message: Re: Importing and setting up a large Mavenized Seam project

2010-02-07 Thread Arbi Sookazian
User development,

A new message was posted in the thread Importing and setting up a large 
Mavenized Seam project:

http://community.jboss.org/message/524682#524682

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
I downloaded JBT 3.1.0.CR1 into my Eclipse Galileo.
 
When I try to download JBT integration for Maven, BIRT, TPTP via this URL: 
http://download.jboss.org/jbosstools/updates/development/, I get the following 
error in the Eclipse error log:
 
 
 
Error
Sun Feb 07 22:59:45 PST 2010
Missing requirement: JBoss Maven Core 1.0.0.v200912250601M-H198-CR1 
(org.jboss.tools.maven.core 1.0.0.v200912250601M-H198-CR1) requires 'bundle 
org.maven.ide.components.maven_model_edit 0.0.0' but it could not be found


--

To reply to this message visit the message page: 
http://community.jboss.org/message/524682#524682


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] New message: deactivate Seam validator

2010-02-05 Thread Arbi Sookazian
User development,

A new message was posted in the thread deactivate Seam validator:

http://community.jboss.org/message/524440#524440

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
how do I turn off Seam validator?  Anything that is a performance hit in 
Eclipse is bad.  Eclipse has always been too slow for me and it seems to slow 
down with the more plugins you add...
--

To reply to this message visit the message page: 
http://community.jboss.org/message/524440#524440


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] New message: Re: deactivate Seam validator

2010-02-05 Thread Arbi Sookazian
User development,

A new message was posted in the thread deactivate Seam validator:

http://community.jboss.org/message/524451#524451

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
apparently this is done in the properties -- Seam Validator (which in my case 
is currently disabled).
 
I believe the slowness is from the JSF validator??

--

To reply to this message visit the message page: 
http://community.jboss.org/message/524451#524451


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] New message: Importing and setting up a large Mavenized Seam project

2010-02-05 Thread Arbi Sookazian
User development,

A new message was posted in the thread Importing and setting up a large 
Mavenized Seam project:

http://community.jboss.org/message/524453#524453

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
I have ten project currently in my Eclipse workspace.  I'm using Eclipse 
Galileo and JBT 3.1.0.CR1.
 
What is the best way to setup this project in my workspace for use with JBT?
 
The other alternative is to create two Java projects, one for the GUI and for 
Model (the current project exist inside those folders).
 
There is currently a parent pom.xml for my project that is not 
available/visible in my workspace.

--

To reply to this message visit the message page: 
http://community.jboss.org/message/524453#524453


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] New message: Re: Importing and setting up a large Mavenized Seam project

2010-02-05 Thread Arbi Sookazian
User development,

A new message was posted in the thread Importing and setting up a large 
Mavenized Seam project:

http://community.jboss.org/message/524454#524454

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
attaching directory/project structure
--

To reply to this message visit the message page: 
http://community.jboss.org/message/524454#524454


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] New message: Re: org.jboss.tools.jst.web.xml

2010-02-04 Thread Arbi Sookazian
User development,

A new message was posted in the thread org.jboss.tools.jst.web.xml:

http://community.jboss.org/message/524260#524260

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
FYI: I reproduced this as well.
 
http://seamframework.org/Community/ErrorWithJSF2RIAndSeam211GAApp
 
Are there any other unnecessary files in .settings folder that we should delete?

--

To reply to this message visit the message page: 
http://community.jboss.org/message/524260#524260


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] New message: Re: org.jboss.tools.jst.web.xml

2010-02-04 Thread Arbi Sookazian
User development,

A new message was posted in the thread org.jboss.tools.jst.web.xml:

http://community.jboss.org/message/524265#524265

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
perpetrator (jboss-seam-2.0.1.jar) was here:
 
C:\Documents and Settings\asookazian\workspace\CIS_1.5  
new\.metadata\.plugins\org.jboss.ide.eclipse.as.core\JBoss_4.2_Runtime_Server\deploy\com.echo.cis.web.war\WEB-INF\lib
 
I'm assuming it's safe to delete everything in the deploy directory?
--

To reply to this message visit the message page: 
http://community.jboss.org/message/524265#524265


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] New message: Re: JBoss KB

2010-02-02 Thread Arbi Sookazian
User development,

A new message was posted in the thread JBoss KB:

http://community.jboss.org/message/523702#523702

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
I thought maybe knowledgebase but I didn't see that word in that article.

--

To reply to this message visit the message page: 
http://community.jboss.org/message/523702#523702


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] New message: Re: Code assist does not work in dvdstore example

2010-02-02 Thread Arbi Sookazian
User development,

A new message was posted in the thread Code assist does not work in dvdstore 
example:

http://community.jboss.org/message/523707#523707

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
I have several projects for my Seam app.  The build is managed/processed by 
Maven 2.  If I add Seam support, I see a dialog which is asking for directories 
that don't necessarily apply to my projects.  This is not a seam-gen'd project.
 
For example, the domain layer is in its own project, the xhtml files are in its 
own project, the Seam backing beans are in its own project, etc.
 
So what files exactly are modified (I know at least .project) when I add Seam 
support via project properties?

--

To reply to this message visit the message page: 
http://community.jboss.org/message/523707#523707


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] New message: Re: Code assist does not work in dvdstore example

2010-02-02 Thread Arbi Sookazian
User development,

A new message was posted in the thread Code assist does not work in dvdstore 
example:

http://community.jboss.org/message/523708#523708

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
I just tried adding the seamnature in the .project file and the CA does not 
work in the xhtml for the Seam backing bean:
 
h:outputText value=#{cardBillingAndSettlementEditorUI.} /
 
I don't see any usable values popup when I hit ..
 
.project file:
 
natures
    natureorg.eclipse.wst.common.project.facet.core.nature/nature
    natureorg.eclipse.jdt.core.javanature/nature
    natureorg.eclipse.wst.common.modulecore.ModuleCoreNature/nature
    natureorg.eclipse.jem.workbench.JavaEMFNature/nature
    naturecom.atlassw.tools.eclipse.checkstyle.CheckstyleNature/nature
    natureorg.jboss.tools.jsf.jsfnature/nature
    natureorg.jboss.tools.jst.web.kb.kbnature/nature
    natureorg.jboss.tools.seam.core.seamnature/nature
    /natures

--

To reply to this message visit the message page: 
http://community.jboss.org/message/523708#523708


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] New message: Re: Code assist does not work in dvdstore example

2010-02-02 Thread Arbi Sookazian
User development,

A new message was posted in the thread Code assist does not work in dvdstore 
example:

http://community.jboss.org/message/523716#523716

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
I have added JSF capability to my web project.
 
I have added the appropriate seamnature config in .project file.
 
I am seeing the following in the project nature:
 
Dynamic web module 2.4 cannot be uninstalled.
 
I have checked Seam for project facet (2.1).
 
I also selected Dynamic web project with Seam 2.1 in the drop-down.
 
So how can I manually add Seam facet to my project?

--

To reply to this message visit the message page: 
http://community.jboss.org/message/523716#523716


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] New message: Re: Code assist does not work in dvdstore example

2010-02-02 Thread Arbi Sookazian
User development,

A new message was posted in the thread Code assist does not work in dvdstore 
example:

http://community.jboss.org/message/523731#523731

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
Ok, CA works for my xhtmls now in my Mavenized project.
 
I had to remove JSF capabilities, add JSF capabilities, add Seam support, add 
Seam facet.
 
Is this the correct steps?

--

To reply to this message visit the message page: 
http://community.jboss.org/message/523731#523731


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] New message: Re: Enabling code assist in xhtml files

2010-02-02 Thread Arbi Sookazian
User development,

A new message was posted in the thread Enabling code assist in xhtml files:

http://community.jboss.org/message/523732#523732

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
Yes!  It works now!
 
thanks.  I had to remove JSF capabilities, add JSF capabilities, add Seam 
support, add Seam facet.
 
Is this what I will always have to do if I run 'mvn eclipse:clean'?
 
I'm assuming you don't want us to run 'mvn eclipse:clean' or 'mvn 
eclipse:eclipse' from cmd line.

--

To reply to this message visit the message page: 
http://community.jboss.org/message/523732#523732


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] New message: Re: Enabling code assist in xhtml files

2010-02-02 Thread Arbi Sookazian
User development,

A new message was posted in the thread Enabling code assist in xhtml files:

http://community.jboss.org/message/523735#523735

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
There are many extra files now in my web project after enabling Seam setup 
and/or Seam facet.
 
example:
 
@Name(authenticator)
public class Authenticator
{
    @Logger private Log log;
 
    @In Identity identity;
    @In Credentials credentials;
 
    public boolean authenticate()
    {
    log.info(authenticating {0}, credentials.getUsername());
    //write your authentication logic here,
    //return true if the authentication was
    //successful, false otherwise
    if (admin.equals(credentials.getUsername()))
    {
    identity.addRole(admin);
    return true;
    }
    return false;
    }
 
}
 
Also, *.css files that I don't want.
 
How do I prevent this from happening (i.e. I don't need the extra files)?

--

To reply to this message visit the message page: 
http://community.jboss.org/message/523735#523735


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] New message: Re: Enabling code assist in xhtml files

2010-02-02 Thread Arbi Sookazian
User development,

A new message was posted in the thread Enabling code assist in xhtml files:

http://community.jboss.org/message/523776#523776

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
So I guess the problem is understanding the differences b/n Seam facet and Seam 
support.  Which now I know I only need to add JSF capabilities and Seam support 
to my project.  I'll try that next time.
 
Is all of this documented clearly somewhere for Seam projects using JBT + CA 
specifically?

--

To reply to this message visit the message page: 
http://community.jboss.org/message/523776#523776


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] New message: Enabling code assist in xhtml files

2010-02-01 Thread Arbi Sookazian
User development,

A new message was posted in the thread Enabling code assist in xhtml files:

http://community.jboss.org/message/523452#523452

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
I am working on a Seam 2.1.1.GA, RF 3.3.1.GA, JBoss Tools 3.1.0 (I think) 
project.
 
How do I enable code assist for tags in my xhtml files?
 
Also, CTRL-SHFT-T does not work anymore.  I created a new workspace, created 
two new java projects, exec'd:
 
mvn eclipse:clean
mvn eclipse:eclipse
 
but I notice that there are still no source folders on build path for one of my 
projects in the workspace.  when I add the source folders to the build path, I 
get hundreds of errors.

--

To reply to this message visit the message page: 
http://community.jboss.org/message/523452#523452


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] New message: Re: Enabling code assist in xhtml files

2010-02-01 Thread Arbi Sookazian
User development,

A new message was posted in the thread Enabling code assist in xhtml files:

http://community.jboss.org/message/523453#523453

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
I am using Eclipse Galileo.
--

To reply to this message visit the message page: 
http://community.jboss.org/message/523453#523453


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] New message: Re: Enabling code assist in xhtml files

2010-02-01 Thread Arbi Sookazian
User development,

A new message was posted in the thread Enabling code assist in xhtml files:

http://community.jboss.org/message/523458#523458

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
How do I exec a search in the JBoss Tools forum only?  This used to be possible 
before the conversion to this new website.
--

To reply to this message visit the message page: 
http://community.jboss.org/message/523458#523458


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] New message: Re: Enabling code assist in xhtml files

2010-02-01 Thread Arbi Sookazian
User development,

A new message was posted in the thread Enabling code assist in xhtml files:

http://community.jboss.org/message/523474#523474

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
For my web project, I tried Properties -- JBoss Tools -- add JSF capabilities.
 
In the dialog/wizard 2nd screen, I see JSF 1.1.02 - RI in the environment 
field but it's disabled. 
 
1) Why is it disabled?
 
2) I was expecting to see JSF 1.2.x - RI.  Why the older version?
 
Here is the partial .classpath file for this project (see attached for complete 
file):
 
classpath
  classpathentry kind=src path=src/main/java including=**/*.java/
  classpathentry kind=src path=src/main/resources excluding=**/*.java/
  classpathentry kind=output path=target/classes/
  classpathentry kind=var path=M2_REPO/javax/el/el-api/1.2/el-api-1.2.jar/
  classpathentry kind=var 
path=M2_REPO/javax/javaee/javaee/5.0/javaee-5.0.jar 
sourcepath=M2_REPO/javax/javaee/javaee/5.0/javaee-5.0-sources.jar
    attributes
  attribute 
value=jar:file:/C:/Documents%20and%20Settings/asookazian/.m2/repository/javax/javaee/javaee/5.0/javaee-5.0-javadoc.jar!/
 name=javadoc_location/
    /attributes
  /classpathentry
  classpathentry kind=var 
path=M2_REPO/javax/faces/jsf-impl/1.2_04-p02/jsf-impl-1.2_04-p02.jar
    attributes
  attribute value=/WEB-INF/lib 
name=org.eclipse.jst.component.dependency/
    /attributes
  /classpathentry


--

To reply to this message visit the message page: 
http://community.jboss.org/message/523474#523474


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] New message: Re: Enabling code assist in xhtml files

2010-02-01 Thread Arbi Sookazian
User development,

A new message was posted in the thread Enabling code assist in xhtml files:

http://community.jboss.org/message/523477#523477

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
BTW, when I do complete this wizard, what file is created and where or what 
file is modified?  thx.
--

To reply to this message visit the message page: 
http://community.jboss.org/message/523477#523477


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] New message: Re: Enabling code assist in xhtml files

2010-02-01 Thread Arbi Sookazian
User development,

A new message was posted in the thread Enabling code assist in xhtml files:

http://community.jboss.org/message/523484#523484

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
Is it possible to configure my Maven pom.xml, etc. to pre-configure these JSF 
capability and Seam capability settings for my Eclipse project such that 
another developer will not have to do it themselves?
--

To reply to this message visit the message page: 
http://community.jboss.org/message/523484#523484


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] New message: Re: Enabling code assist in xhtml files

2010-02-01 Thread Arbi Sookazian
User development,

A new message was posted in the thread Enabling code assist in xhtml files:

http://community.jboss.org/message/523486#523486

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
It does not do the code assist after the wizard completion.
 
I added facelets support via the JBoss Tools:
 
!-- Facelets support --
    application
    view-handlercom.sun.facelets.FaceletViewHandler/view-handler
    /application
 
Is there anything else I need to do?
 
For example:
 
For this facelet fragment: h:inputText 
value=#{cardBillingAndSettlementEditorUI.}/
 
I see this when I enter .: #{cardBillingAndSettlementEditorUI.}
 
???

--

To reply to this message visit the message page: 
http://community.jboss.org/message/523486#523486


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] New message: Re: Enabling code assist in xhtml files

2010-02-01 Thread Arbi Sookazian
User development,

A new message was posted in the thread Enabling code assist in xhtml files:

http://community.jboss.org/message/523499#523499

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
Here is the current .project file.
--

To reply to this message visit the message page: 
http://community.jboss.org/message/523499#523499


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] New message: Re: Enabling code assist in xhtml files

2010-02-01 Thread Arbi Sookazian
User development,

A new message was posted in the thread Enabling code assist in xhtml files:

http://community.jboss.org/message/523507#523507

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
I created a new JSF project in the same workspace following these directions:
 
http://docs.jboss.org/tools/3.1.0.M2/en/jsf_tools_ref_guide/html_single/index.html#d0e327
 
Looks like I am using 3.1.0.M4 based on the installation notes from Eclipse:
 
org.jboss.tools.common (3.1.0.v200910281724M-H247-M4) Red Hat Common [Active]
 
Still does not work.  In this case it's worse, when I type a Seam component 
name like #{foo} then type ., nothing happens at all.  No errors.

--

To reply to this message visit the message page: 
http://community.jboss.org/message/523507#523507


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] New message: Re: Enabling code assist in xhtml files

2010-02-01 Thread Arbi Sookazian
User development,

A new message was posted in the thread Enabling code assist in xhtml files:

http://community.jboss.org/message/523508#523508

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
Keep in mind that I have approx. 10 projects in the same workspace.  Must the 
Seam components and xhtml files be located in the same project??
--

To reply to this message visit the message page: 
http://community.jboss.org/message/523508#523508


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] New message: Re: Enabling code assist in xhtml files

2010-02-01 Thread Arbi Sookazian
User development,

A new message was posted in the thread Enabling code assist in xhtml files:

http://community.jboss.org/message/523509#523509

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
Here is the .project file for the new test project:
 
?xml version=1.0 encoding=UTF-8?
projectDescription
    nameJSFProjectwithFacelets/name
    comment/comment
    projects
    /projects
    buildSpec
    buildCommand
    nameorg.eclipse.wst.jsdt.core.javascriptValidator/name
    arguments
    /arguments
    /buildCommand
    buildCommand
    nameorg.eclipse.wst.common.project.facet.core.builder/name
    arguments
    /arguments
    /buildCommand
    buildCommand
    nameorg.eclipse.jdt.core.javabuilder/name
    arguments
    /arguments
    /buildCommand
    buildCommand
    nameorg.eclipse.wst.validation.validationbuilder/name
    arguments
    /arguments
    /buildCommand
    buildCommand
    nameorg.jboss.tools.common.verification.verifybuilder/name
    arguments
    /arguments
    /buildCommand
    buildCommand
    nameorg.jboss.tools.jst.web.kb.kbbuilder/name
    arguments
    /arguments
    /buildCommand
    /buildSpec
    natures
    natureorg.eclipse.jem.workbench.JavaEMFNature/nature
    natureorg.eclipse.jdt.core.javanature/nature
    natureorg.eclipse.wst.common.modulecore.ModuleCoreNature/nature
    natureorg.jboss.tools.jsf.jsfnature/nature
    natureorg.eclipse.wst.common.project.facet.core.nature/nature
    natureorg.eclipse.wst.jsdt.core.jsNature/nature
    natureorg.jboss.tools.jst.web.kb.kbnature/nature
    /natures
/projectDescription

--

To reply to this message visit the message page: 
http://community.jboss.org/message/523509#523509


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] New message: Re: Enabling code assist in xhtml files

2010-02-01 Thread Arbi Sookazian
User development,

A new message was posted in the thread Enabling code assist in xhtml files:

http://community.jboss.org/message/523510#523510

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
Here is a sample facelet template in the new JSF project.  So I type . after 
person and nothing happens.
 
ui:composition xmlns=http://www.w3.org/1999/xhtml;
    xmlns:ui=http://java.sun.com/jsf/facelets;
    xmlns:h=http://java.sun.com/jsf/html;
    xmlns:f=http://java.sun.com/jsf/core;
    xmlns:echo=http://www.echo-inc.com/common/web/facelets/taglib;
    xmlns:s=http://jboss.com/products/seam/taglib;
    xmlns:c=http://java.sun.com/jstl/core;
    xmlns:j4j=http://javascript4jsf.dev.java.net/;
 

 !-- Balance out panel grid --
 h:outputText value=#{person.} / !-- Used to balance out panelGrid 
--
 
    
/ui:composition

--

To reply to this message visit the message page: 
http://community.jboss.org/message/523510#523510


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] New message: Re: Enabling code assist in xhtml files

2010-02-01 Thread Arbi Sookazian
User development,

A new message was posted in the thread Enabling code assist in xhtml files:

http://community.jboss.org/message/523513#523513

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
Is this a possible problem in the build of JBT I'm using?  How can I easily 
upgrade/downgrade version of JBT?
--

To reply to this message visit the message page: 
http://community.jboss.org/message/523513#523513


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] New message: Re: Enabling code assist in xhtml files

2010-02-01 Thread Arbi Sookazian
User development,

A new message was posted in the thread Enabling code assist in xhtml files:

http://community.jboss.org/message/523515#523515

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
I created a new workspace and another new JSF project.  still doesn't work.
 
Why is the typing so slow now?  Is this a side-effect of using JSF project 
(jsfnature?)


--

To reply to this message visit the message page: 
http://community.jboss.org/message/523515#523515


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] New message: Re: Enabling code assist in xhtml files

2010-02-01 Thread Arbi Sookazian
User development,

A new message was posted in the thread Enabling code assist in xhtml files:

http://community.jboss.org/message/523516#523516

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
I just noticed that the Person class is not a Seam JavaBean component (so I 
added the @Name):
 
@Name(person)
public class Person {
    private String name;
 
    public Person() {
    }
 
    public String getName() {
    return name;
    }
 
    public void setName(String name) {
    this.name = name;
    }
}
 
perhaps this was the issue?

--

To reply to this message visit the message page: 
http://community.jboss.org/message/523516#523516


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] New message: Re: Enabling code assist in xhtml files

2010-02-01 Thread Arbi Sookazian
User development,

A new message was posted in the thread Enabling code assist in xhtml files:

http://community.jboss.org/message/523517#523517

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
Is there a simple JSF project that I can drop in Eclipse and see the code 
assist work immediately?
 
This should not be so complicated.  No wonder everybody uses .NET and RoR!

--

To reply to this message visit the message page: 
http://community.jboss.org/message/523517#523517


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] New message: Re: Enabling code assist in xhtml files

2010-02-01 Thread Arbi Sookazian
User development,

A new message was posted in the thread Enabling code assist in xhtml files:

http://community.jboss.org/message/523534#523534

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
thanks for the detailed response.  but that's exactly what I did with the 
exception of using JBoss 4.2 rather than Tomcat.  Code assist doesn't work (at 
least not in the sample facelets that are generated).
 
now I'm wondering if the hotel booking Seam example project or any others in 
the Seam distro have the jsfnature setup that I could test out??

--

To reply to this message visit the message page: 
http://community.jboss.org/message/523534#523534


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] New message: JBoss KB

2010-02-01 Thread Arbi Sookazian
User development,

A new message was posted in the thread JBoss KB:

http://community.jboss.org/message/523535#523535

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
natureorg.jboss.tools.jst.web.kb.kbnature/nature
 
in my .project Eclipse file.
 
What does the KB stand for?

--

To reply to this message visit the message page: 
http://community.jboss.org/message/523535#523535


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] New message: Re: Enabling code assist in xhtml files

2010-02-01 Thread Arbi Sookazian
User development,

A new message was posted in the thread Enabling code assist in xhtml files:

http://community.jboss.org/message/523536#523536

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
I just installed the 3.1.0.CR1 JBT plugins into my Eclipse Galileo at home.
 
I created a java project for the Seam 2.2.0.GA booking example.  I 
right-clicked the project, selected configure, selected add JSF capabilities 
and the code assist does not work in the main.xhtml or book.xhtml facelets (the 
popup does happen when I type a Seam component name and then . but no methods 
to choose from).
 
Here is the .project file contents:
 
?xml version=1.0 encoding=UTF-8?
projectDescription
    namebooking/name
    comment/comment
    projects
    /projects
    buildSpec
    buildCommand
    nameorg.eclipse.wst.jsdt.core.javascriptValidator/name
    arguments
    /arguments
    /buildCommand
    buildCommand
    nameorg.eclipse.wst.common.project.facet.core.builder/name
    arguments
    /arguments
    /buildCommand
    buildCommand
    nameorg.eclipse.jdt.core.javabuilder/name
    arguments
    /arguments
    /buildCommand
    buildCommand
    nameorg.eclipse.wst.validation.validationbuilder/name
    arguments
    /arguments
    /buildCommand
    buildCommand
    nameorg.jboss.tools.common.verification.verifybuilder/name
    arguments
    /arguments
    /buildCommand
    buildCommand
    nameorg.jboss.tools.jst.web.kb.kbbuilder/name
    arguments
    /arguments
    /buildCommand
    /buildSpec
    natures
    natureorg.eclipse.jem.workbench.JavaEMFNature/nature
    natureorg.eclipse.jdt.core.javanature/nature
    natureorg.eclipse.wst.common.modulecore.ModuleCoreNature/nature
    natureorg.jboss.tools.jsf.jsfnature/nature
    natureorg.eclipse.wst.common.project.facet.core.nature/nature
    natureorg.eclipse.wst.jsdt.core.jsNature/nature
    natureorg.jboss.tools.jst.web.kb.kbnature/nature
    /natures
    linkedResources
    link
    nameWEB-ROOT/name
    type2/type
    
locationC:/java/jboss-seam-2.2.0.GA/examples/booking/resources/location
    /link
    /linkedResources
/projectDescription
 
What am I doing wrong?!

--

To reply to this message visit the message page: 
http://community.jboss.org/message/523536#523536


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] New message: Code assist does not work in dvdstore example

2010-02-01 Thread Arbi Sookazian
User development,

A new message was posted in the thread Code assist does not work in dvdstore 
example:

http://community.jboss.org/message/523540#523540

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
using Eclipse Galileo SR1, JBT 3.1.0.CR1
 
I installed the Seam dvdstore application (4 projects in total generated in my 
workspace) via the Eclipse Help -- Project Examples.
 
I corrected the server runtimes as they were pointed by default to EAP (which I 
don't have).  All errors in the problems view are now gone.
 
The code completion in the xhtml files does not work (pop-up works but the 
values I'm expecting to be there for selection are not there).
 
Exception stack trace when I try to modify the xhtml file:
 
java.lang.ArrayStoreException
at java.lang.System.arraycopy(Native Method)
at java.util.ArrayList.toArray(ArrayList.java:306)
at 
org.jboss.tools.jst.web.kb.internal.JspContextImpl.getVars(JspContextImpl.java:87)
at 
org.jboss.tools.jst.web.kb.el.AbstractELCompletionEngine.resolve(AbstractELCompletionEngine.java:98)
at 
org.jboss.tools.jsf.web.validation.ELValidator.validateElOperand(ELValidator.java:410)
at 
org.jboss.tools.jsf.web.validation.ELValidator.validateELExpression(ELValidator.java:376)
at 
org.jboss.tools.jsf.web.validation.ELValidator.validateEL(ELValidator.java:283)
at 
org.jboss.tools.jsf.web.validation.ELValidator.validateDom(ELValidator.java:325)
at 
org.jboss.tools.jsf.web.validation.ELValidator.validateFile(ELValidator.java:276)
at org.jboss.tools.jsf.web.validation.ELValidator.validate(ELValidator.java:159)
at 
org.jboss.tools.jst.web.kb.internal.validation.ValidatorManager.validate(ValidatorManager.java:92)
at 
org.jboss.tools.jst.web.kb.internal.validation.ValidatorManager.validateInJob(ValidatorManager.java:75)
at 
org.eclipse.wst.validation.internal.operations.ValidatorJob.run(ValidatorJob.java:78)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
 
session data:
 
eclipse.buildId=M20090917-0800
 
from Eclipse error log view.
 
Here is the .projects file contents:
 
?xml version=1.0 encoding=UTF-8?
projectDescription
    namedvdstore/name
    comment/comment
    projects
    /projects
    buildSpec
    buildCommand
    nameorg.eclipse.wst.jsdt.core.javascriptValidator/name
    arguments
    /arguments
    /buildCommand
    buildCommand
    nameorg.eclipse.jdt.core.javabuilder/name
    arguments
    /arguments
    /buildCommand
    buildCommand
    nameorg.eclipse.wst.common.project.facet.core.builder/name
    arguments
    /arguments
    /buildCommand
    buildCommand
    nameorg.eclipse.wst.validation.validationbuilder/name
    arguments
    /arguments
    /buildCommand
    buildCommand
    nameorg.jboss.tools.common.verification.verifybuilder/name
    arguments
    /arguments
    /buildCommand
    buildCommand
    nameorg.jboss.tools.seam.core.seambuilder/name
    arguments
    /arguments
    /buildCommand
    buildCommand
    nameorg.hibernate.eclipse.console.hibernateBuilder/name
    arguments
    /arguments
    /buildCommand
    buildCommand
 nameorg.jboss.tools.jst.web.kb.kbbuilder/name
 arguments
 /arguments
 /buildCommand 
    /buildSpec
    natures
    natureorg.eclipse.wst.common.project.facet.core.nature/nature
    natureorg.eclipse.jdt.core.javanature/nature
    natureorg.eclipse.wst.common.modulecore.ModuleCoreNature/nature
    natureorg.eclipse.jem.workbench.JavaEMFNature/nature
    natureorg.eclipse.wst.jsdt.core.jsNature/nature
    natureorg.jboss.tools.jsf.jsfnature/nature
    natureorg.jboss.tools.seam.core.seamnature/nature
    natureorg.hibernate.eclipse.console.hibernateNature/nature
 natureorg.jboss.tools.jst.web.kb.kbnature/nature 
    /natures
/projectDescription

--

To reply to this message visit the message page: 
http://community.jboss.org/message/523540#523540


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] New message: Re: Code assist does not work in dvdstore example

2010-02-01 Thread Arbi Sookazian
User development,

A new message was posted in the thread Code assist does not work in dvdstore 
example:

http://community.jboss.org/message/523541#523541

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
Well, I just tried typing a new JSF component in an existing xhtml file and the 
code assist does work!
 
h:inputText value=#{cart.cart.}/
 
In fact, it's showing selections for tags as well as API assist and javadocs.
 
It works when modifying the existing EL expressions as well.
 
I did re-start Eclipse so not sure if that solved the problem or what.
 
But it still doesn't work in this particular case in browse.xhtml:
 
f:param name=id value=#{item.productId}/
 
When I type #{item.} I don't see productId in the assist window popup.

--

To reply to this message visit the message page: 
http://community.jboss.org/message/523541#523541


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] New message: Re: Code assist does not work in dvdstore example

2010-02-01 Thread Arbi Sookazian
User development,

A new message was posted in the thread Code assist does not work in dvdstore 
example:

http://community.jboss.org/message/523544#523544

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
What I just noticed is that if you create a Dynamic Web project you get a 
WebContent folder inside your project.  If you create a Java project you get a 
WEB-ROOT folder instead.
 
As long as I create a Dynamic Web project and add JSF capability, the content 
assist seems to work.
 
Is this a requirement then to ensure CA works?  You must have a Dynamic web 
project?

--

To reply to this message visit the message page: 
http://community.jboss.org/message/523544#523544


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Tools] New message: converting a Java project to Dynamic web project

2010-02-01 Thread Arbi Sookazian
User development,

A new message was posted in the thread converting a Java project to Dynamic 
web project:

http://community.jboss.org/message/523545#523545

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
So I guess I must have a Dynamic web project and then add JSF capability in 
order for code assist to work.
 
So I created a new Dynamic web project but it does not let me select an 
existing codebase like it does when I do a new Java project.
 
So if I create a new Java project, can I then convert it to a dynamic web 
project?  If yes, how?

--

To reply to this message visit the message page: 
http://community.jboss.org/message/523545#523545


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Performance Tuning] New message: Call by value vs. call by reference

2010-01-28 Thread Arbi Sookazian
User development,

A new message was posted in the thread Call by value vs. call by reference:

http://community.jboss.org/message/522886#522886

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
h3. 1) Where is this configured (i.e. which Jboss xml file)?  
h3. 2) what is the default?
 
*3) what is the recommendation for a clustered Seam/JSF/RichFaces application 
wrt this?*
 
/***/
h3. Performance note - Call By Value
 
The use of  call by value and marshalling is very inefficient. It typically 
means
method  invocations take 10 times the cpu. Why? Compare Call By Value with 
Call  By Reference
 
h4.  Call By Reference
1. caller does  ejb.someMethod()
2. invocation is passed through  ejb container
3. container does bean.someMethod()
4. result is returned to the caller
 
h4.  Call  By Value
1. caller does ejb.someMethod()
2. invocation is marshalled - the parameters are turned into  ObjectStream (a 
byte[])
3. container  with a different classloader unmarshalls - byte[] -  java 
Objects - including classloading
4. invocation  is passed through ejb container
5. container does  bean.someMethod()
6. result is marshalled - the  return value is turned into ObjectStream
7. result  is unmarshalled using the caller's classloader - byte[] - java 
Object
8. result is return to the  caller
 
The marshalling and unmarshalling uses a lot of cpu.
 
from: http://community.jboss.org/docs/DOC-9288

--

To reply to this message visit the message page: 
http://community.jboss.org/message/522886#522886


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [Performance Tuning] New message: Re: Call by value vs. call by reference

2010-01-28 Thread Arbi Sookazian
User development,

A new message was posted in the thread Call by value vs. call by reference:

http://community.jboss.org/message/522891#522891

Author  : Arbi Sookazian
Profile : http://community.jboss.org/people/asookazian

Message:
--
There is a EJBDeployer MBean I see in the JMX console.  The value for 
CallByValue is false.
 
So I'm assuming all EJB calls for all apps are call-by-reference semantics?  
How do you configure call-by-reference on an app level (i.e. some apps 
call-by-value and some call-by-reference)?
 
What is the approx. performance benefit of doing this (we're skipping the 
marshalling/unmarshalling now)?

--

To reply to this message visit the message page: 
http://community.jboss.org/message/522891#522891


___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user