[JBoss Seam] - jboss seam example
by koriel
Ok I tried to import the seam registration example to eclipse and I'm using the jboss-ide packaging to create ear,war and jar files but although the final structure is identical to jboss seam's structure I got the following error
| 13:42:16,395 INFO [Pages] no pages.xml file found
| 13:42:21,803 INFO [MyfacesConfig] No context init parameter 'org.apache.myfaces.PRETTY_HTML' found, using default value true
| 13:42:21,803 INFO [MyfacesConfig] No context init parameter 'org.apache.myfaces.ALLOW_JAVASCRIPT' found, using default value true
| 13:42:21,803 INFO [MyfacesConfig] Tomahawk jar not available. Autoscrolling, DetectJavascript, AddResourceClass and CheckExtensionsFilter are disabled now.
| 13:42:31,909 ERROR [[Faces Servlet]] Servlet.service() for servlet Faces Servlet threw exception
| javax.faces.FacesException: Error calling action method of component with id _idJsp0:_idJsp6
| at org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:74)
| at javax.faces.component.UICommand.broadcast(UICommand.java:106)
| at javax.faces.component.UIViewRoot._broadcastForPhase(UIViewRoot.java:94)
| at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:168)
| at org.apache.myfaces.lifecycle.LifecycleImpl.invokeApplication(LifecycleImpl.java:343)
| at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:86)
| at javax.faces.webapp.FacesServlet.service(FacesServlet.java:137)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
| at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
| at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
| at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
| at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
| at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
| at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
| at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
| at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
| at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
| at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
| at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
| at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
| at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
| at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
| at java.lang.Thread.run(Thread.java:595)
| Caused by: javax.faces.el.EvaluationException: Exception while invoking expression #{register.register}
| at org.apache.myfaces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:153)
| at org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:63)
| ... 24 more
| Caused by: javax.ejb.EJBException: java.lang.NullPointerException
| at org.jboss.ejb3.tx.Ejb3TxPolicy.handleExceptionInOurTx(Ejb3TxPolicy.java:69)
| at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:83)
| at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:197)
| at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
| at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76)
| at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
| at org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:62)
| at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
| at org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:78)
| at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
| at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:47)
| at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
| at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106)
| at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
| at org.jboss.ejb3.stateless.StatelessContainer.localInvoke(StatelessContainer.java:181)
| at org.jboss.ejb3.stateless.StatelessLocalProxy.invoke(StatelessLocalProxy.java:79)
| at $Proxy105.register(Unknown Source)
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.apache.myfaces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:129)
| ... 25 more
| Caused by: java.lang.NullPointerException
| at org.jboss.seam.example.registration.RegisterAction.register(RegisterAction.java:34)
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112)
| at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166)
| at org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke(EJB3InterceptorsInterceptor.java:63)
| at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
| at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:54)
| at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
| at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47)
| at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
| at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:79)
|
|
|
|
this is my components.xml
| <components>
|
| <component name="org.jboss.seam.core.init">
| <property name="jndiPattern">uai_sys/#{ejbName}/local</property>
| </component>
|
|
|
|
| </components>
|
|
my web.xml
| <?xml version="1.0" encoding="UTF-8"?>
| <web-app version="2.4"
| xmlns="http://java.sun.com/xml/ns/j2ee"
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
| xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
|
|
| <!-- Seam -->
|
| <listener>
| <listener-class>org.jboss.seam.servlet.SeamListener</listener-class>
| </listener>
|
| <!-- MyFaces -->
|
| <listener>
| <listener-class>org.apache.myfaces.webapp.StartupServletContextListener</listener-class>
| </listener>
|
| <context-param>
| <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
| <param-value>client</param-value>
| </context-param>
|
| <servlet>
| <servlet-name>Faces Servlet</servlet-name>
| <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
| <load-on-startup>1</load-on-startup>
| </servlet>
|
| <!-- Faces Servlet Mapping -->
| <servlet-mapping>
| <servlet-name>Faces Servlet</servlet-name>
| <url-pattern>*.seam</url-pattern>
| </servlet-mapping>
|
| </web-app>
|
my faces-config.xml
| <?xml version="1.0" encoding="UTF-8"?>
| <!DOCTYPE faces-config
| PUBLIC "-//Sun Microsystems, Inc.//DTD JavaServer Faces Config 1.0//EN"
| "http://java.sun.com/dtd/web-facesconfig_1_0.dtd">
| <faces-config>
|
| <!-- Phase listener needed for all Seam applications -->
|
| <lifecycle>
| <phase-listener>org.jboss.seam.jsf.SeamPhaseListener</phase-listener>
| </lifecycle>
|
| </faces-config>
|
my ejb-jar.xml
| <ejb-jar>
| <assembly-descriptor>
| <interceptor-binding>
| <ejb-name>*</ejb-name>
| <interceptor-class>org.jboss.seam.ejb.SeamInterceptor</interceptor-class>
| </interceptor-binding>
| </assembly-descriptor>
| </ejb-jar>
|
my jboss-app.xml
| <jboss-app>
| <loader-repository>
| seam.jboss.org:loader=uai_sys
| </loader-repository>
| </jboss-app>
|
The problem occurs when I try to register the user..for somehow it can't find the ejb name but why?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960172#3960172
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960172
19 years, 9 months
[Clustering/JBoss] - Sub-Partitions or other solutions for scaling problem?
by swenbarth
As Sub-Partitions seem not to be implemented yet in 4.0.4. (according to the documentation I cited below), is there another solution for the following problem I'm not aware of?
The documentation says:
anonymous wrote : "A cluster (partition) contains a set of nodes that work toward a same goal. Some clustering features require to sub-partition the cluster to achieve a better scalability. For example, let's imagine that we have a 10-node cluster and we want to replicate in memory the state of stateful session beans on all 10 different nodes to provide for fault-tolerant behaviour. It would mean that each node has to store a backup of the 9 other nodes. This would not scale at all (each node would need to carry the whole state cluster load). It is probably much better to have some kind of sub-partitions inside a cluster and have beans state exchanged only between nodes that are part of the same sub-partition. The future JBoss clustering implementation will support sub-partitions and it will allow the cluster administrator to determine the optimal size of a sub-partition. The sub-partition topology computation will be done dynamically by the cluster."
My question: is there a way to manually achieve a solution similar to sub-partitions? When will sub-partitions be implemented (not necessarily with full dynamic features)?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960170#3960170
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960170
19 years, 9 months
[JBoss Portal] - Need help building Jboss Portal Server from source
by esgargs
I have been mucking my brains out over this, but it just doesn't work, and I am sure I am making a trivial mistake here. Basically, I built JBoss AS from source, and it works perfectly. Now, I am trying to build the portal server from source, and I can build the datasource descriptors sucessfully, but for some reason using "build deploy" in the build directory gives me the following error(s):
Executing C:\Jboss\jbp-2.4\build\..\tools\bin\ant.bat -logger org.apache.tools.ant.NoBannerLogger deploy
Buildfile: build.xml
_buildmagic:init:
Trying to override old definition of task property
configure-project:
[echo] groups: default
[echo] modules: common,test,api,faces,server,security,identity,format,portlet,theme,cms,bridge,samples,wsrp,core
_buildmagic:modules:most:
==============================================================
==
== Executing 'most' in module 'common'...
==
==
configure:
Overriding previous definition of reference to apache.ant.classpath
==
==
== Finished 'most' in module 'common'.
==
==============================================================
==============================================================
==
== Executing 'most' in module 'test'...
==
==
configure:
Overriding previous definition of reference to apache.ant.classpath
==
==
== Finished 'most' in module 'test'.
==
==============================================================
==============================================================
==
== Executing 'most' in module 'api'...
==
==
configure:
Overriding previous definition of reference to apache.ant.classpath
==
==
== Finished 'most' in module 'api'.
==
==============================================================
==============================================================
==
== Executing 'most' in module 'faces'...
==
==
configure:
Overriding previous definition of reference to apache.ant.classpath
==
==
== Finished 'most' in module 'faces'.
==
==============================================================
==============================================================
==
== Executing 'most' in module 'server'...
==
==
configure:
Overriding previous definition of reference to apache.ant.classpath
[echo] C:\Jboss\jbp-2.4/thirdparty/xdoclet/lib/
[echo] C:\Jboss\jbp-2.4/thirdparty/sun-servlet/lib/
_default:compile-classes:
[javac] Compiling 57 source files to C:\Jboss\jbp-2.4\server\output\classes
[execmodules] C:\Jboss\jbp-2.4\server\src\main\org\jboss\portal\server\servlet\ProxyRequest.java:28: warning: [deprecation] javax.servlet.http.HttpSessionContext in javax.servlet.http has been deprecated
[execmodules] import javax.servlet.http.HttpSessionContext;
[execmodules] ^
[execmodules] C:\Jboss\jbp-2.4\server\src\main\org\jboss\portal\server\servlet\ProxyRequest.java:111: warning: [deprecation] javax.servlet.http.HttpSessionContext in javax.servlet.http has been deprecated
[execmodules] public HttpSessionContext getSessionContext()
[execmodules] ^
[execmodules] C:\Jboss\jbp-2.4\server\src\main\org\jboss\portal\server\aspects\server\ParametersInterceptor.java:91: RequestParameter(java.lang.String,java.lang.String[],int) has private access in org.jboss.portal.server.request.RequestParameter
[execmodules] RequestParameter param = new RequestParameter(paramName, paramValues, queryValues.length);
[execmodules] ^
[execmodules] C:\Jboss\jbp-2.4\server\src\main\org\jboss\portal\server\aspects\server\ParametersInterceptor.java:101: cannot find symbol
[execmodules] symbol : method setParameters(java.util.Map)
[execmodules] location: class org.jboss.portal.server.ServerRequest
[execmodules] invocation.getRequest().setParameters(parameters);
[execmodules] ^
[execmodules] C:\Jboss\jbp-2.4\server\src\main\org\jboss\portal\server\aspects\server\ParametersInterceptor.java:104: cannot find symbol
[execmodules] symbol : method setURLContext(org.jboss.portal.server.request.URLContext)
[execmodules] location: class org.jboss.portal.server.ServerRequest
[execmodules] invocation.getRequest().setURLContext(URLContext.newInstance(req.isSecure(), req.getRemoteUser() != null));
[execmodules] ^
[execmodules] C:\Jboss\jbp-2.4\server\src\main\org\jboss\portal\server\servlet\AbstractDelegatingRequest.java:166: warning: [deprecation] isRequestedSessionIdFromUrl() in javax.servlet.http.HttpServletRequest has been deprecated
[execmodules] public boolean isRequestedSessionIdFromUrl()
[execmodules] ^
[execmodules] C:\Jboss\jbp-2.4\server\src\main\org\jboss\portal\server\servlet\AbstractDelegatingRequest.java:291: warning: [deprecation] getRealPath(java.lang.String) in javax.servlet.ServletRequest has been deprecated
[execmodules] public String getRealPath(String name)
[execmodules] ^
[execmodules] C:\Jboss\jbp-2.4\server\src\main\org\jboss\portal\server\servlet\AbstractDelegatingRequest.java:168: warning: [deprecation] isRequestedSessionIdFromUrl() in javax.servlet.http.HttpServletRequest has been deprecated
[execmodules] return getDelegate().isRequestedSessionIdFromUrl();
[execmodules] ^
[execmodules] C:\Jboss\jbp-2.4\server\src\main\org\jboss\portal\server\servlet\AbstractDelegatingRequest.java:293: warning: [deprecation] getRealPath(java.lang.String) in javax.servlet.ServletRequest has been deprecated
[execmodules] return getDelegate().getRealPath(name);
[execmodules] ^
[execmodules] C:\Jboss\jbp-2.4\server\src\main\org\jboss\portal\server\servlet\AbstractDelegatingResponse.java:120: warning: [deprecation] setStatus(int,java.lang.String) in javax.servlet.http.HttpServletResponse has been deprecated
[execmodules] public void setStatus(int i, String name)
[execmodules] ^
[execmodules] C:\Jboss\jbp-2.4\server\src\main\org\jboss\portal\server\servlet\AbstractDelegatingResponse.java:65: warning: [deprecation] encodeRedirectUrl(java.lang.String) in javax.servlet.http.HttpServletResponse has been deprecated
[execmodules] public String encodeRedirectUrl(String name)
[execmodules] ^
[execmodules] C:\Jboss\jbp-2.4\server\src\main\org\jboss\portal\server\servlet\AbstractDelegatingResponse.java:60: warning: [deprecation] encodeUrl(java.lang.String) in javax.servlet.http.HttpServletResponse has been deprecated
[execmodules] public String encodeUrl(String name)
[execmodules] ^
[execmodules] C:\Jboss\jbp-2.4\server\src\main\org\jboss\portal\server\servlet\AbstractDelegatingResponse.java:62: warning: [deprecation] encodeUrl(java.lang.String) in javax.servlet.http.HttpServletResponse has been deprecated
[execmodules] return getDelegate().encodeUrl(name);
[execmodules] ^
[execmodules] C:\Jboss\jbp-2.4\server\src\main\org\jboss\portal\server\servlet\AbstractDelegatingResponse.java:67: warning: [deprecation] encodeRedirectUrl(java.lang.String) in javax.servlet.http.HttpServletResponse has been deprecated
[execmodules] return getDelegate().encodeRedirectUrl(name);
[execmodules] ^
[execmodules] C:\Jboss\jbp-2.4\server\src\main\org\jboss\portal\server\servlet\AbstractDelegatingResponse.java:122: warning: [deprecation] setStatus(int,java.lang.String) in javax.servlet.http.HttpServletResponse has been deprecated
[execmodules] getDelegate().setStatus(i, name);
[execmodules] ^
[execmodules] C:\Jboss\jbp-2.4\server\src\main\org\jboss\portal\server\servlet\ProxyRequest.java:36: warning: [deprecation] isRequestedSessionIdFromUrl() in javax.servlet.http.HttpServletRequest has been deprecated
[execmodules] public class ProxyRequest extends AbstractDelegatingRequest
[execmodules] ^
[execmodules] C:\Jboss\jbp-2.4\server\src\main\org\jboss\portal\server\servlet\ProxyRequest.java:36: warning: [deprecation] getRealPath(java.lang.String) in javax.servlet.ServletRequest has been deprecated
[execmodules] public class ProxyRequest extends AbstractDelegatingRequest
[execmodules] ^
[execmodules] C:\Jboss\jbp-2.4\server\src\main\org\jboss\portal\server\servlet\ProxyRequest.java:151: warning: [deprecation] removeValue(java.lang.String) in javax.servlet.http.HttpSession has been deprecated
[execmodules] public void removeValue(String name)
[execmodules] ^
[execmodules] C:\Jboss\jbp-2.4\server\src\main\org\jboss\portal\server\servlet\ProxyRequest.java:141: warning: [deprecation] putValue(java.lang.String,java.lang.Object) in javax.servlet.http.HttpSession has been deprecated
[execmodules] public void putValue(String name, Object object)
[execmodules] ^
[execmodules] C:\Jboss\jbp-2.4\server\src\main\org\jboss\portal\server\servlet\ProxyRequest.java:131: warning: [deprecation] getValueNames() in javax.servlet.http.HttpSession has been deprecated
[execmodules] public String[] getValueNames()
[execmodules] ^
[execmodules] C:\Jboss\jbp-2.4\server\src\main\org\jboss\portal\server\servlet\ProxyRequest.java:121: warning: [deprecation] getValue(java.lang.String) in javax.servlet.http.HttpSession has been deprecated
[execmodules] public Object getValue(String name)
[execmodules] ^
[execmodules] C:\Jboss\jbp-2.4\server\src\main\org\jboss\portal\server\servlet\ProxyRequest.java:111: warning: [deprecation] getSessionContext() in javax.servlet.http.HttpSession has been deprecated
[execmodules] public HttpSessionContext getSessionContext()
[execmodules] ^
[execmodules] C:\Jboss\jbp-2.4\server\src\main\org\jboss\portal\server\servlet\ProxyRequest.java:113: warning: [deprecation] getSessionContext() in javax.servlet.http.HttpSession has been deprecated
[execmodules] return ProxyRequest.this.getSession().getSessionContext();
[execmodules] ^
[execmodules] C:\Jboss\jbp-2.4\server\src\main\org\jboss\portal\server\servlet\ProxyRequest.java:123: warning: [deprecation] getValue(java.lang.String) in javax.servlet.http.HttpSession has been deprecated
[execmodules] return ProxyRequest.this.getSession().getValue(name);
[execmodules] ^
[execmodules] C:\Jboss\jbp-2.4\server\src\main\org\jboss\portal\server\servlet\ProxyRequest.java:133: warning: [deprecation] getValueNames() in javax.servlet.http.HttpSession has been deprecated
[execmodules] return ProxyRequest.this.getSession().getValueNames();
[execmodules] ^
[execmodules] C:\Jboss\jbp-2.4\server\src\main\org\jboss\portal\server\servlet\ProxyRequest.java:143: warning: [deprecation] putValue(java.lang.String,java.lang.Object) in javax.servlet.http.HttpSession has been deprecated
[execmodules] ProxyRequest.this.getSession().putValue(name, object);
[execmodules] ^
[execmodules] C:\Jboss\jbp-2.4\server\src\main\org\jboss\portal\server\servlet\ProxyRequest.java:153: warning: [deprecation] removeValue(java.lang.String) in javax.servlet.http.HttpSession has been deprecated
[execmodules] ProxyRequest.this.getSession().removeValue(name);
[execmodules] ^
[execmodules] C:\Jboss\jbp-2.4\server\src\main\org\jboss\portal\server\servlet\ProxyResponse.java:32: warning: [deprecation] setStatus(int,java.lang.String) in javax.servlet.http.HttpServletResponse has been deprecated
[execmodules] public class ProxyResponse extends AbstractDelegatingResponse
[execmodules] ^
[execmodules] C:\Jboss\jbp-2.4\server\src\main\org\jboss\portal\server\servlet\ProxyResponse.java:32: warning: [deprecation] encodeRedirectUrl(java.lang.String) in javax.servlet.http.HttpServletResponse has been deprecated
[execmodules] public class ProxyResponse extends AbstractDelegatingResponse
[execmodules] ^
[execmodules] C:\Jboss\jbp-2.4\server\src\main\org\jboss\portal\server\servlet\ProxyResponse.java:32: warning: [deprecation] encodeUrl(java.lang.String) in javax.servlet.http.HttpServletResponse has been deprecated
[execmodules] public class ProxyResponse extends AbstractDelegatingResponse
[execmodules] ^
[execmodules] 3 errors
[execmodules] 27 warnings
Press any key to continue . . .
I am on Windows XP, and my classpath and path settings are as follows:
CLASSPATH=C:\progra~1\Java\jdk1.5.0_04\lib\ext\QTJava.zip;C:\progra~1\Java\jdk1.
5.0_04;.;C:\Jboss\server\default\lib;C:\Jboss\client;C:\Jboss;C:\Jboss\jboss-4.0
.4.GA-ejb3\bin;C:\Jboss\jboss-4.0.4.GA-ejb3\server\default\lib;C:\progra~1\Java\
jdk1.5.0_04\bin;C:\progra~1\Java\jre1.5.0_07\bin;C:\progra~1\Java\jre1.5.0_07\li
b;C:\Jboss\jboss-4.0.4.GA-ejb3\server\default\deploy;C:\Jboss\jboss-4.0.4.GA-ejb
3\client;
JAVA_HOME=C:\progra~1\Java\jdk1.5.0_04
JBOSS_HOME=C:\Jboss\jboss-4.0.4.GA-ejb3
Path="C:\Program Files\Microsoft DirectX SDK (April 2006)\Utilities\Bin\x86";C:\
Program Files\Windows Resource Kits\Tools\;C:\WINDOWS\system32;C:\WINDOWS;C:\WIN
DOWS\System32\Wbem;C:\Program Files\ATI Technologies\ATI Control Panel;C:\PROGRA
~1\COMMON~1\SONICS~1\;C:\MATLAB701\bin\win32;C:\Program Files\QuickTime\QTSystem
\;c:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\MySQL\My
SQL Server 5.0\bin;"C:\Program Files\Java\jdk1.5.0_04\bin"
I would really appreciate any help in resolving this and enabling me to run the portal server on my machine. Once I get that sorted out, I am interested in using Eclipse for portlets development, which I am also having problems with.
Thanks a lot in advance.
Cheers
-es
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960163#3960163
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3960163
19 years, 9 months