[Design of JBoss Build System] - Re: outputDirectory is null (activeByDefault is ignored)
by wolfc
[carlo@nymph pool]$ mvn -Pdefault compile
| /usr/lib/jvm/java
| [INFO] Scanning for projects...
| [INFO] ----------------------------------------------------------------------------
| [INFO] Building JBoss EJB 3 Pool
| [INFO] task-segment: [compile]
| [INFO] ----------------------------------------------------------------------------
| [INFO] [resources:resources]
| [INFO] Using default encoding to copy filtered resources.
| [INFO] [compiler:compile]
| [INFO] Compiling 6 source files to /home/carlo/work/ejb3/pool/target/classes
| [INFO] ------------------------------------------------------------------------
| [INFO] BUILD SUCCESSFUL
| [INFO] ------------------------------------------------------------------------
| [INFO] Total time: 2 seconds
| [INFO] Finished at: Tue Dec 18 11:11:16 CET 2007
| [INFO] Final Memory: 8M/67M
| [INFO] ------------------------------------------------------------------------
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113695#4113695
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113695
18 years, 3 months
[Design of JBoss Build System] - outputDirectory is null (activeByDefault is ignored)
by wolfc
[carlo@nymph pool]$ mvn compile
| /usr/lib/jvm/java
| [INFO] Scanning for projects...
| [INFO] ----------------------------------------------------------------------------
| [INFO] Building JBoss EJB 3 Pool
| [INFO] task-segment: [compile]
| [INFO] ----------------------------------------------------------------------------
| [INFO] [resources:resources]
| [INFO] Using default encoding to copy filtered resources.
| [INFO] [compiler:compile]
| [INFO] Compiling 6 source files to /home/carlo/work/ejb3/pool/null
| [INFO] ------------------------------------------------------------------------
| [INFO] BUILD SUCCESSFUL
| [INFO] ------------------------------------------------------------------------
| [INFO] Total time: 2 seconds
| [INFO] Finished at: Tue Dec 18 11:06:02 CET 2007
| [INFO] Final Memory: 8M/67M
| [INFO] ------------------------------------------------------------------------
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113694#4113694
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113694
18 years, 3 months
[Design of POJO Server] - Re: Serialization, NoSuchMethodException in ProfileServiceUn
by scott.stark@jboss.org
Still seeing a marshalling problem:
| Caused by: java.lang.NoSuchMethodException: class org.jboss.resource.connectionmanager.JBossManagedConnectionPool.access$000 - [class org.jboss.resource.connectionmanager.JBossManagedConnectionPool]
| at org.jboss.reflect.plugins.introspection.ReflectionUtils.findExactMethod(ReflectionUtils.java:240)
| at org.jboss.reflect.plugins.introspection.ReflectMethodInfoImpl.readObject(ReflectMethodInfoImpl.java:129)
| at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
| at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:946)
| ... 157 more
|
We are returning too much information, the org.jboss.resource.connectionmanager.JBossManagedConnectionPool should not be seen by the client. Am I the only one seeing these marshalling errors?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113635#4113635
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113635
18 years, 3 months
[Design of POJO Server] - Re: Serialization, NoSuchMethodException in ProfileServiceUn
by scott.stark@jboss.org
The server fails to load any deployers with the current mc trunk jars:
| 19:49:59,750 ERROR [ProfileServiceBootstrap] Failed to load profile: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
|
| *** CONTEXTS MISSING DEPENDENCIES: Name -> Dependency{Required State:Actual State}
|
| WSDeployerHook_JAXRPC_POST_JSE
| -> WebServiceDeployerPostJSE{Installed:Instantiated}
| -> WebServiceDeployerPostJSE{Installed:Instantiated}
| -> WSDeployerHook_JAXRPC_POST_JSE{Installed:Configured}
| -> WSDeployerHook_JAXRPC_POST_JSE{Installed:Configured}
| -> WebServiceDeployerPostJSE{Start:Instantiated}
| -> WebServiceDeployerPostJSE{Create:Instantiated}
|
| WSDeployerHook_JAXRPC_PRE_JSE
| -> WebServiceDeployerPreJSE{Installed:Instantiated}
| -> WebServiceDeployerPreJSE{Start:Instantiated}
| -> WSDeployerHook_JAXRPC_PRE_JSE{Installed:Configured}
| -> WebServiceDeployerPreJSE{Create:Instantiated}
| -> WebServiceDeployerPreJSE{Installed:Instantiated}
| -> WSDeployerHook_JAXRPC_PRE_JSE{Installed:Configured}
|
| WSDeployerHook_JAXWS_POST_JSE
| -> WebServiceDeployerPostJSE{Installed:Instantiated}
| -> WebServiceDeployerPostJSE{Start:Instantiated}
| -> WSDeployerHook_JAXWS_POST_JSE{Installed:Configured}
| -> WSDeployerHook_JAXWS_POST_JSE{Installed:Configured}
| -> WebServiceDeployerPostJSE{Installed:Instantiated}
| -> WebServiceDeployerPostJSE{Create:Instantiated}
|
| WSDeployerHook_JAXWS_PRE_JSE
| -> WebServiceDeployerPreJSE{Create:Instantiated}
| -> WebServiceDeployerPreJSE{Installed:Instantiated}
| -> WebServiceDeployerPreJSE{Installed:Instantiated}
| -> WSDeployerHook_JAXWS_PRE_JSE{Installed:Configured}
| -> WSDeployerHook_JAXWS_PRE_JSE{Installed:Configured}
| -> WebServiceDeployerPreJSE{Start:Instantiated}
|
| WebServiceDeployerPostJSE
| -> WarDeployer{Configured:** NOT FOUND **}
| -> WebAppParsingDeployer{Create:** NOT FOUND **}
| -> WebAppParsingDeployer{Start:** NOT FOUND **}
|
| WebServiceDeployerPreJSE
| -> WebAppParsingDeployer{Start:** NOT FOUND **}
| -> WarDeployer{Configured:** NOT FOUND **}
| -> WebAppParsingDeployer{Create:** NOT FOUND **}
|
|
| *** CONTEXTS IN ERROR: Name -> Error
|
| WarDeployer -> ** NOT FOUND **
|
| WebAppParsingDeployer -> ** NOT FOUND **
|
|
| 19:49:59,752 INFO [ServerImpl] JBoss (Microcontainer) [5.0.0.Beta3 (build: SVNTag=JBoss_5_0_0_Beta3 date=200712171832)] Started in 24s:687ms
|
have you tried trunk against jbossas? I'm looking into what has changed.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113626#4113626
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113626
18 years, 3 months